Commit
·
77edf40
1
Parent(s):
fd9b94d
Update README.md
Browse files
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
|