Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
This is the first classification of sentiment analysis for (redacted) task
|
| 2 |
|
| 3 |
### How to import
|
|
@@ -16,6 +24,4 @@ from transformers import pipeline
|
|
| 16 |
nlp = pipeline("text-classification", model="nfhakim/sentiment-analysis-c1")
|
| 17 |
|
| 18 |
results = nlp("Your input text here")
|
| 19 |
-
```
|
| 20 |
-
|
| 21 |
-
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- id
|
| 4 |
+
tags:
|
| 5 |
+
- indobert
|
| 6 |
+
- indobenchmark
|
| 7 |
+
- indonlu
|
| 8 |
+
---
|
| 9 |
This is the first classification of sentiment analysis for (redacted) task
|
| 10 |
|
| 11 |
### How to import
|
|
|
|
| 24 |
nlp = pipeline("text-classification", model="nfhakim/sentiment-analysis-c1")
|
| 25 |
|
| 26 |
results = nlp("Your input text here")
|
| 27 |
+
```
|
|
|
|
|
|