FpOliveira
commited on
Commit
•
c7794dc
1
Parent(s):
795d652
Update README.md
Browse files
README.md
CHANGED
@@ -1,19 +1,30 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
datasets:
|
4 |
-
-
|
5 |
language:
|
6 |
- pt
|
7 |
-
|
8 |
-
- accuracy
|
9 |
-
- precision
|
10 |
-
- recall
|
11 |
-
- f1
|
12 |
pipeline_tag: text-classification
|
13 |
base_model: neuralmind/bert-base-portuguese-cased
|
14 |
-
base_dataset: FpOliveira/TuPi-Portuguese-Hate-Speech-Dataset-Binary
|
15 |
widget:
|
16 |
- text: 'Bom dia, flor do dia!!'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
---
|
18 |
|
19 |
## Introduction
|
@@ -62,7 +73,7 @@ def classify_hate_speech(model_name, text):
|
|
62 |
print(f"{i + 1}) Label: {label} Score: {score:.4f}")
|
63 |
|
64 |
# Example usage
|
65 |
-
model_name = "
|
66 |
text = "Bom dia, flor do dia!!"
|
67 |
classify_hate_speech(model_name, text)
|
68 |
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
datasets:
|
4 |
+
- Silly-Machine/TuPy-Dataset
|
5 |
language:
|
6 |
- pt
|
7 |
+
|
|
|
|
|
|
|
|
|
8 |
pipeline_tag: text-classification
|
9 |
base_model: neuralmind/bert-base-portuguese-cased
|
|
|
10 |
widget:
|
11 |
- text: 'Bom dia, flor do dia!!'
|
12 |
+
|
13 |
+
model-index:
|
14 |
+
- name: Yi-34B
|
15 |
+
results:
|
16 |
+
- task:
|
17 |
+
type: text-generation
|
18 |
+
dataset:
|
19 |
+
name: ai2_arc
|
20 |
+
type: ai2_arc
|
21 |
+
metrics:
|
22 |
+
- name: AI2 Reasoning Challenge (25-Shot)
|
23 |
+
type: AI2 Reasoning Challenge (25-Shot)
|
24 |
+
value: 64.59
|
25 |
+
source:
|
26 |
+
name: Open LLM Leaderboard
|
27 |
+
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard
|
28 |
---
|
29 |
|
30 |
## Introduction
|
|
|
73 |
print(f"{i + 1}) Label: {label} Score: {score:.4f}")
|
74 |
|
75 |
# Example usage
|
76 |
+
model_name = "Silly-Machine/TuPy-Bert-Large-Multilabel"
|
77 |
text = "Bom dia, flor do dia!!"
|
78 |
classify_hate_speech(model_name, text)
|
79 |
|