finiteautomata commited on
Commit
3bea7f7
1 Parent(s): c18bfd7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -26,7 +26,7 @@ Use it directly with [pysentimiento](https://github.com/pysentimiento/pysentimie
26
  from pysentimiento import create_analyzer
27
  analyzer = create_analyzer(task="sentiment", lang="pt")
28
 
29
- analyzer.predict("https://huggingface.co/pablocosta/bertabaporu-base-uncased")
30
  # returns AnalyzerOutput(output=POS, probas={POS: 0.998, NEG: 0.002, NEU: 0.000})
31
  ```
32
 
 
26
  from pysentimiento import create_analyzer
27
  analyzer = create_analyzer(task="sentiment", lang="pt")
28
 
29
+ analyzer.predict("isto é bonito")
30
  # returns AnalyzerOutput(output=POS, probas={POS: 0.998, NEG: 0.002, NEU: 0.000})
31
  ```
32