Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- text-classification
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
size_categories:
|
7 |
+
- 1K<n<10K
|
8 |
+
---
|
9 |
+
|
10 |
+
# imdb-unsupervised-mini
|
11 |
+
|
12 |
+
This dataset is a subset of the IMDB unsupervised dataset (stanfordnlp/imdb). Sentiments have been automatically labeled using Meta LLaMA 3.1 (8B) (meta-llama/Llama-3.1-8B-Instruct) via the Together.ai API.
|