Update README.md
Browse files**Why was it needed?**
* The original dataset is close to 25 GB, for learning and experiments it is an overkill
* Data in the dataset needs to be cleaned up e.g., some features are No that requires extra care
* Some of the embeddings are missing
**How to use?**
* Use for sentiment analysis
* Text similarity (plot)
* Embeddings : ready to use with vector DB & search libraries
README.md
CHANGED
@@ -67,4 +67,21 @@ configs:
|
|
67 |
path: data/train-*
|
68 |
- split: test
|
69 |
path: data/test-*
|
70 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
path: data/train-*
|
68 |
- split: test
|
69 |
path: data/test-*
|
70 |
+
license: mit
|
71 |
+
task_categories:
|
72 |
+
- text-classification
|
73 |
+
- question-answering
|
74 |
+
- zero-shot-classification
|
75 |
+
- sentence-similarity
|
76 |
+
- fill-mask
|
77 |
+
- text-to-speech
|
78 |
+
language:
|
79 |
+
- en
|
80 |
+
tags:
|
81 |
+
- movies
|
82 |
+
- embeddings
|
83 |
+
- sentiment analysis
|
84 |
+
pretty_name: Movies data with plot-embeddings
|
85 |
+
size_categories:
|
86 |
+
- 10M<n<100M
|
87 |
+
---
|