Commit
·
e0afe67
1
Parent(s):
fb5db40
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
## SafetyBot
|
| 2 |
A generative model trained to classify prompts into various safety categories and generate rules of thumb.
|
| 3 |
|
|
@@ -27,7 +38,4 @@ print(resp)
|
|
| 27 |
```
|
| 28 |
|
| 29 |
## Usage
|
| 30 |
-
[google-colab](https://colab.research.google.com/drive/1E-FidSeT5X1_FwNaa4x15uPi64f9ne7M?usp=sharing)
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
|
|
|
| 1 |
+
---
|
| 2 |
+
datasets:
|
| 3 |
+
- allenai/prosocial-dialog
|
| 4 |
+
- shahules786/prosocial_augmented
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
pipeline_tag: conversational
|
| 8 |
+
tags:
|
| 9 |
+
- mt5
|
| 10 |
+
- safety
|
| 11 |
+
---
|
| 12 |
## SafetyBot
|
| 13 |
A generative model trained to classify prompts into various safety categories and generate rules of thumb.
|
| 14 |
|
|
|
|
| 38 |
```
|
| 39 |
|
| 40 |
## Usage
|
| 41 |
+
[google-colab](https://colab.research.google.com/drive/1E-FidSeT5X1_FwNaa4x15uPi64f9ne7M?usp=sharing)
|
|
|
|
|
|
|
|
|