ayameRushia
commited on
Commit
•
d7394a3
1
Parent(s):
922c2a8
Update README.md
Browse files
README.md
CHANGED
@@ -66,7 +66,10 @@ The following hyperparameters were used during training:
|
|
66 |
```python
|
67 |
from transformers import pipeline
|
68 |
|
69 |
-
pipe = pipeline(
|
|
|
|
|
|
|
70 |
|
71 |
pipe("Terima kasih atas bantuannya ya!")
|
72 |
|
|
|
66 |
```python
|
67 |
from transformers import pipeline
|
68 |
|
69 |
+
pipe = pipeline(
|
70 |
+
"text-classification",
|
71 |
+
model="ayameRushia/roberta-base-indonesian-1.5G-sentiment-analysis-smsa"
|
72 |
+
)
|
73 |
|
74 |
pipe("Terima kasih atas bantuannya ya!")
|
75 |
|