Update README.md
Browse files
README.md
CHANGED
|
@@ -1,18 +1,17 @@
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
tags:
|
| 4 |
-
- sentiment-analysis
|
| 5 |
-
-
|
| 6 |
-
-
|
| 7 |
license: apache-2.0
|
| 8 |
language:
|
| 9 |
-
- id
|
| 10 |
-
base_model:
|
| 11 |
-
- indobenchmark/indobert-base-p1
|
| 12 |
pipeline_tag: text-classification
|
| 13 |
---
|
| 14 |
-
|
| 15 |
# Sentiment BERT Tweet
|
| 16 |
A BERT model fine-tuned for tweet sentiment classification.
|
| 17 |
|
| 18 |
|
|
|
|
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
tags:
|
| 4 |
+
- sentiment-analysis
|
| 5 |
+
- bert
|
| 6 |
+
- text-classification
|
| 7 |
license: apache-2.0
|
| 8 |
language:
|
| 9 |
+
- id
|
| 10 |
+
base_model: indobenchmark/indobert-base-p1
|
|
|
|
| 11 |
pipeline_tag: text-classification
|
| 12 |
---
|
|
|
|
| 13 |
# Sentiment BERT Tweet
|
| 14 |
A BERT model fine-tuned for tweet sentiment classification.
|
| 15 |
|
| 16 |
|
| 17 |
+
|