Update README.md
Browse files
README.md
CHANGED
@@ -1,23 +1,27 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
7 |
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
|
12 |
## Model Details
|
13 |
|
14 |
### Model Description
|
15 |
|
16 |
-
|
17 |
|
18 |
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
|
19 |
|
20 |
-
- **Developed by:**
|
21 |
- **Funded by [optional]:** [More Information Needed]
|
22 |
- **Shared by [optional]:** [More Information Needed]
|
23 |
- **Model type:** [More Information Needed]
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
license: mit
|
4 |
+
language:
|
5 |
+
- id
|
6 |
+
metrics:
|
7 |
+
- f1
|
8 |
+
base_model: ayameRushia/roberta-base-indonesian-1.5G-sentiment-analysis-smsa
|
9 |
+
pipeline_tag: text-classification
|
10 |
---
|
11 |
|
12 |
# Model Card for Model ID
|
13 |
|
14 |
+
A sentiment classification model for Indonesian film reviews.
|
|
|
|
|
15 |
|
16 |
## Model Details
|
17 |
|
18 |
### Model Description
|
19 |
|
20 |
+
A Roberta sentiment classification model trained on comments from various Indonesian film posts on Instagram and Tiktok.
|
21 |
|
22 |
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
|
23 |
|
24 |
+
- **Developed by:** Kevin Matthew Adyan
|
25 |
- **Funded by [optional]:** [More Information Needed]
|
26 |
- **Shared by [optional]:** [More Information Needed]
|
27 |
- **Model type:** [More Information Needed]
|