Commit
·
1df10b1
1
Parent(s):
2298913
update model card README.md
Browse files
README.md
CHANGED
@@ -11,11 +11,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
11 |
|
12 |
# chinese-macbert-large-text-classification
|
13 |
|
14 |
-
This model
|
15 |
|
16 |
## Model description
|
17 |
|
18 |
-
|
19 |
|
20 |
## Intended uses & limitations
|
21 |
|
@@ -36,11 +36,11 @@ The following hyperparameters were used during training:
|
|
36 |
- seed: 42
|
37 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
38 |
- lr_scheduler_type: linear
|
39 |
-
- num_epochs:
|
40 |
|
41 |
### Framework versions
|
42 |
|
43 |
- Transformers 4.28.1
|
44 |
- Pytorch 1.12.1
|
45 |
- Datasets 2.12.0
|
46 |
-
- Tokenizers 0.
|
|
|
11 |
|
12 |
# chinese-macbert-large-text-classification
|
13 |
|
14 |
+
This model was trained from scratch on an unknown dataset.
|
15 |
|
16 |
## Model description
|
17 |
|
18 |
+
More information needed
|
19 |
|
20 |
## Intended uses & limitations
|
21 |
|
|
|
36 |
- seed: 42
|
37 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
38 |
- lr_scheduler_type: linear
|
39 |
+
- num_epochs: 5
|
40 |
|
41 |
### Framework versions
|
42 |
|
43 |
- Transformers 4.28.1
|
44 |
- Pytorch 1.12.1
|
45 |
- Datasets 2.12.0
|
46 |
+
- Tokenizers 0.11.6
|