Update README.md
Browse files
README.md
CHANGED
@@ -90,8 +90,8 @@ from pprint import pprint
|
|
90 |
nlp = pipeline("text-classification", model="https://huggingface.co/projecte-aina/roberta-base-ca-v2-massive")
|
91 |
example = "m'agraden les cançons del serrat"
|
92 |
|
93 |
-
|
94 |
-
pprint(
|
95 |
```
|
96 |
|
97 |
## Limitations and bias
|
|
|
90 |
nlp = pipeline("text-classification", model="https://huggingface.co/projecte-aina/roberta-base-ca-v2-massive")
|
91 |
example = "m'agraden les cançons del serrat"
|
92 |
|
93 |
+
intent = nlp(example)
|
94 |
+
pprint(intent)
|
95 |
```
|
96 |
|
97 |
## Limitations and bias
|