Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
datasets:
|
| 4 |
+
- stanfordnlp/sentiment140
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
metrics:
|
| 8 |
+
- accuracy
|
| 9 |
+
- f1
|
| 10 |
+
- precision
|
| 11 |
+
- recall
|
| 12 |
+
pipeline_tag: text-classification
|
| 13 |
+
library_name: transformers
|
| 14 |
+
tags:
|
| 15 |
+
- sentiment-analysis
|
| 16 |
+
- text-classification
|
| 17 |
+
- tensorflow
|
| 18 |
+
- huggingface
|
| 19 |
+
- openai-embeddings
|
| 20 |
+
- deep-learning
|
| 21 |
+
---
|