Update README.md
Browse files
README.md
CHANGED
@@ -4,44 +4,25 @@ tags:
|
|
4 |
model-index:
|
5 |
- name: barba
|
6 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
|
9 |
-
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
10 |
-
probably proofread and complete it, then remove this comment. -->
|
11 |
-
|
12 |
# barba
|
13 |
|
14 |
-
This model was trained from scratch on an unknown dataset.
|
15 |
-
It achieves the following results on the evaluation set:
|
16 |
-
|
17 |
-
|
18 |
-
## Model description
|
19 |
-
|
20 |
-
More information needed
|
21 |
-
|
22 |
-
## Intended uses & limitations
|
23 |
-
|
24 |
-
More information needed
|
25 |
-
|
26 |
-
## Training and evaluation data
|
27 |
-
|
28 |
-
More information needed
|
29 |
-
|
30 |
-
## Training procedure
|
31 |
-
|
32 |
-
### Training hyperparameters
|
33 |
-
|
34 |
-
The following hyperparameters were used during training:
|
35 |
-
- optimizer: None
|
36 |
-
- training_precision: float32
|
37 |
-
|
38 |
-
### Training results
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
### Framework versions
|
43 |
|
44 |
- Transformers 4.28.1
|
45 |
- TensorFlow 2.11.1
|
46 |
- Datasets 2.11.0
|
47 |
-
- Tokenizers 0.13.3
|
|
|
4 |
model-index:
|
5 |
- name: barba
|
6 |
results: []
|
7 |
+
license: mit
|
8 |
+
datasets:
|
9 |
+
- snli
|
10 |
+
- glue
|
11 |
+
- clue
|
12 |
+
- shunk031/JGLUE
|
13 |
+
- klue
|
14 |
+
language:
|
15 |
+
- en
|
16 |
+
- zh
|
17 |
+
- ja
|
18 |
+
- ko
|
19 |
---
|
20 |
|
|
|
|
|
|
|
21 |
# barba
|
22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
### Framework versions
|
24 |
|
25 |
- Transformers 4.28.1
|
26 |
- TensorFlow 2.11.1
|
27 |
- Datasets 2.11.0
|
28 |
+
- Tokenizers 0.13.3
|