FpOliveira
commited on
Commit
•
be19dd6
1
Parent(s):
44d2543
Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
datasets:
|
4 |
-
- Silly-Machine/
|
5 |
language:
|
6 |
- pt
|
7 |
|
@@ -16,8 +16,8 @@ model-index:
|
|
16 |
- task:
|
17 |
type: text-classfication
|
18 |
dataset:
|
19 |
-
name: Silly-Machine/
|
20 |
-
type: Silly-Machine/
|
21 |
metrics:
|
22 |
- name: f1
|
23 |
type: f1
|
@@ -39,10 +39,10 @@ The efficacy of Language Models can exhibit notable variations when confronted w
|
|
39 |
|
40 |
| Model | Arch. | #Layers | #Params |
|
41 |
| ---------------------------------------- | ---------- | ------- | ------- |
|
42 |
-
| `
|
43 |
-
| `
|
44 |
-
| `
|
45 |
-
| `
|
46 |
|
47 |
## Example usage usage
|
48 |
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
datasets:
|
4 |
+
- Silly-Machine/TuPyE-Dataset
|
5 |
language:
|
6 |
- pt
|
7 |
|
|
|
16 |
- task:
|
17 |
type: text-classfication
|
18 |
dataset:
|
19 |
+
name: Silly-Machine/TuPyE-Dataset
|
20 |
+
type: Silly-Machine/TuPyE-Dataset
|
21 |
metrics:
|
22 |
- name: f1
|
23 |
type: f1
|
|
|
39 |
|
40 |
| Model | Arch. | #Layers | #Params |
|
41 |
| ---------------------------------------- | ---------- | ------- | ------- |
|
42 |
+
| `Silly-Machine/TuPy-Bert-Base-Binary-Classifier` | BERT-Base |12 |109M|
|
43 |
+
| `Silly-Machine/TuPy-Bert-Large-Binary-Classifier` | BERT-Large | 24 | 334M |
|
44 |
+
| `Silly-Machine/TuPy-Bert-Base-Multilabel` | BERT-Base | 12 | 109M |
|
45 |
+
| `Silly-Machine/TuPy-Bert-Large-Multilabel` | BERT-Large | 24 | 334M |
|
46 |
|
47 |
## Example usage usage
|
48 |
|