Update README.md
Browse files
README.md
CHANGED
|
@@ -6,6 +6,15 @@ datasets:
|
|
| 6 |
- togethercomputer/RedPajama-Data-1T
|
| 7 |
- Muennighoff/P3
|
| 8 |
- Muennighoff/natural-instructions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
# RedPajama-INCITE-Instruct-3B-v1
|
|
|
|
| 6 |
- togethercomputer/RedPajama-Data-1T
|
| 7 |
- Muennighoff/P3
|
| 8 |
- Muennighoff/natural-instructions
|
| 9 |
+
widget:
|
| 10 |
+
- text: "Label the tweets as either 'positive', 'negative', 'mixed', or 'neutral': \n\nTweet: I can say that there isn't anything I would change.\nLabel: positive\n\nTweet: I'm not sure about this.\nLabel: neutral\n\nTweet: I liked some parts but I didn't like other parts.\nLabel: mixed\n\nTweet: I think the background image could have been better.\nLabel: negative\n\nTweet: I really like it.\nLabel:"
|
| 11 |
+
example_title: "Sentiment Analysis"
|
| 12 |
+
inference:
|
| 13 |
+
parameters:
|
| 14 |
+
temperature: 0.7
|
| 15 |
+
top_p: 0.7
|
| 16 |
+
top_k: 50
|
| 17 |
+
max_new_tokens: 128
|
| 18 |
---
|
| 19 |
|
| 20 |
# RedPajama-INCITE-Instruct-3B-v1
|