Commit ·
53f6a56
1
Parent(s): c3126d0
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
# Model Card for Model ID
|
| 6 |
+
|
| 7 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 8 |
+
|
| 9 |
+
This is a Bart-Base model finetuned for different safety tasks. This model is planned to be used in Open Assistant, an Open Source chatGPT alternative.
|
| 10 |
+
|
| 11 |
+
## Model Description
|
| 12 |
+
|
| 13 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
- **Developed by:** SummerSigh
|
| 18 |
+
- **Model type:** Bart-base
|
| 19 |
+
- **Language(s) (NLP):** English
|
| 20 |
+
- **License:** Apache-2.0
|
| 21 |
+
- **Finetuned from model [optional]:** Bart-base
|
| 22 |
+
|
| 23 |
+
# Uses
|
| 24 |
+
|
| 25 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 26 |
+
Used to generate Rules of Thumb.
|
| 27 |
+
|
| 28 |
+
## Direct Use
|
| 29 |
+
|
| 30 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 31 |
+
``` <user>"prompt" ```
|
| 32 |
+
|
| 33 |
+
``` <user>"prompt"<assistant>"response" ``` (you can keep chaining these for mutiple dialogue turns)
|