Spaces:
Runtime error
Runtime error
Commit
·
82306f4
1
Parent(s):
65c7042
update url
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
|
| 3 |
import torch
|
| 4 |
from collections import Counter
|
| 5 |
|
| 6 |
-
article_string = "Author: <a href=\"https://huggingface.co/ruanchaves\">Ruan Chaves Rodrigues</a>. Read more about our <a href=\"https://github.com/ruanchaves/
|
| 7 |
|
| 8 |
app_title = "Offensive Language Detection (Detecção de Linguagem Ofensiva)"
|
| 9 |
|
|
|
|
| 3 |
import torch
|
| 4 |
from collections import Counter
|
| 5 |
|
| 6 |
+
article_string = "Author: <a href=\"https://huggingface.co/ruanchaves\">Ruan Chaves Rodrigues</a>. Read more about our <a href=\"https://github.com/ruanchaves/eplm\">research on the evaluation of Portuguese language models</a>."
|
| 7 |
|
| 8 |
app_title = "Offensive Language Detection (Detecção de Linguagem Ofensiva)"
|
| 9 |
|