Update README.md
Browse files
README.md
CHANGED
@@ -171,6 +171,7 @@ epoch = 5.0
|
|
171 |
|
172 |
## 🔎 Usage
|
173 |
|
|
|
174 |
```python
|
175 |
from transformers import pipeline
|
176 |
|
@@ -184,7 +185,7 @@ nlp = pipeline(
|
|
184 |
|
185 |
nlp("IHSG diprediksi melemah karena sentimen global negatif")
|
186 |
```
|
187 |
-
|
188 |
```python
|
189 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
190 |
import torch
|
@@ -232,9 +233,9 @@ this indonesian RoBERTa base financial CLassifier was trained and evaluated by K
|
|
232 |
|
233 |
## 📬 Contact
|
234 |
|
235 |
-
Created by
|
236 |
-
[`ihsan31415`](https://huggingface.co/ihsan31415)
|
237 |
-
[`ihsan31415`](https://github.com/ihsan31415)
|
238 |
-
[`Khoirul Ihsan`](https://www.linkedin.com/in/khoirul-ihsan-387115288/)
|
239 |
|
240 |
For collaborations or questions, feel free to reach out via Hugging Face or GitHub.
|
|
|
171 |
|
172 |
## 🔎 Usage
|
173 |
|
174 |
+
# Using Pipeline
|
175 |
```python
|
176 |
from transformers import pipeline
|
177 |
|
|
|
185 |
|
186 |
nlp("IHSG diprediksi melemah karena sentimen global negatif")
|
187 |
```
|
188 |
+
# RAW
|
189 |
```python
|
190 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
191 |
import torch
|
|
|
233 |
|
234 |
## 📬 Contact
|
235 |
|
236 |
+
Created with love and tears by ihsan:\
|
237 |
+
[][`ihsan31415`](https://huggingface.co/ihsan31415)\
|
238 |
+
[][`ihsan31415`](https://github.com/ihsan31415)\
|
239 |
+
[][`Khoirul Ihsan`](https://www.linkedin.com/in/khoirul-ihsan-387115288/)\
|
240 |
|
241 |
For collaborations or questions, feel free to reach out via Hugging Face or GitHub.
|