nicholasKluge commited on
Commit
77edf40
·
1 Parent(s): fd9b94d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -46,7 +46,7 @@ text = "Quando falamos de Inteligência Artificial, hoje em dia existem já vár
46
  classifier = pipeline("text-classification", model="nicholasKluge/TeenyTinyLlama-162m-AgNews")
47
  classifier(text)
48
 
49
- # >>>
50
  ```
51
 
52
  ## Reproducing
 
46
  classifier = pipeline("text-classification", model="nicholasKluge/TeenyTinyLlama-162m-AgNews")
47
  classifier(text)
48
 
49
+ # >>> [{'label': 'TECNOLOGIA', 'score': 0.9997298121452332}]
50
  ```
51
 
52
  ## Reproducing