Update README.md
Browse files
README.md
CHANGED
@@ -25,3 +25,7 @@ configs:
|
|
25 |
- split: validation
|
26 |
path: data/validation-*
|
27 |
---
|
|
|
|
|
|
|
|
|
|
25 |
- split: validation
|
26 |
path: data/validation-*
|
27 |
---
|
28 |
+
|
29 |
+
[zeroshot/twitter-financial-news-sentiment](https://huggingface.co/datasets/zeroshot/twitter-financial-news-sentiment) prepared for LLM fine-tuning
|
30 |
+
by adding an `instruction` column and mapping the label from numeric to string (`{0:"negative", 1:'positive', 2:'neutral'}`).
|
31 |
+
|