rafaelm47labs
commited on
Commit
•
7bb869c
1
Parent(s):
a5ecb4c
Update README.md
Browse files
README.md
CHANGED
@@ -112,8 +112,10 @@ print(f'Sentiment : {model.config.id2label[prediction.detach().cpu().numpy()[0]
|
|
112 |
|
113 |
```
|
114 |
Review text: las emisiones estan bajando, debido a las medidas ambientales tomadas por el gobierno
|
|
|
115 |
|
116 |
-
|
|
|
117 |
|
118 |
|
119 |
A more in depth example on how to use the model can be found in this colab notebook: https://colab.research.google.com/drive/1XsKea6oMyEckye2FePW_XN7Rf8v41Cw_?usp=sharing
|
|
|
112 |
|
113 |
```
|
114 |
Review text: las emisiones estan bajando, debido a las medidas ambientales tomadas por el gobierno
|
115 |
+
````
|
116 |
|
117 |
+
|
118 |
+
```Sentiment : medio_ambiente```
|
119 |
|
120 |
|
121 |
A more in depth example on how to use the model can be found in this colab notebook: https://colab.research.google.com/drive/1XsKea6oMyEckye2FePW_XN7Rf8v41Cw_?usp=sharing
|