angel-poc commited on
Commit
4e2fd96
1 Parent(s): 574fc2d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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
- paraphrase = nlp(example)
94
- pprint(paraphrase)
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