End of training
Browse files- README.md +68 -0
- pytorch_model.bin +1 -1
README.md
ADDED
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: bert-base-chinese
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
metrics:
|
6 |
+
- f1
|
7 |
+
model-index:
|
8 |
+
- name: Misinformation-Covid-bert-base-chinese
|
9 |
+
results: []
|
10 |
+
---
|
11 |
+
|
12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
+
should probably proofread and complete it, then remove this comment. -->
|
14 |
+
|
15 |
+
# Misinformation-Covid-bert-base-chinese
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [bert-base-chinese](https://huggingface.co/bert-base-chinese) on the None dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.6859
|
20 |
+
- F1: 0.3191
|
21 |
+
|
22 |
+
## Model description
|
23 |
+
|
24 |
+
More information needed
|
25 |
+
|
26 |
+
## Intended uses & limitations
|
27 |
+
|
28 |
+
More information needed
|
29 |
+
|
30 |
+
## Training and evaluation data
|
31 |
+
|
32 |
+
More information needed
|
33 |
+
|
34 |
+
## Training procedure
|
35 |
+
|
36 |
+
### Training hyperparameters
|
37 |
+
|
38 |
+
The following hyperparameters were used during training:
|
39 |
+
- learning_rate: 2e-06
|
40 |
+
- train_batch_size: 8
|
41 |
+
- eval_batch_size: 8
|
42 |
+
- seed: 42
|
43 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
+
- lr_scheduler_type: linear
|
45 |
+
- num_epochs: 10
|
46 |
+
|
47 |
+
### Training results
|
48 |
+
|
49 |
+
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
50 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
51 |
+
| 0.6995 | 1.0 | 201 | 0.6661 | 0.0417 |
|
52 |
+
| 0.6843 | 2.0 | 402 | 0.6824 | 0.2745 |
|
53 |
+
| 0.665 | 3.0 | 603 | 0.6240 | 0.3306 |
|
54 |
+
| 0.6208 | 4.0 | 804 | 0.6211 | 0.3141 |
|
55 |
+
| 0.5939 | 5.0 | 1005 | 0.6095 | 0.3231 |
|
56 |
+
| 0.6094 | 6.0 | 1206 | 0.6216 | 0.3276 |
|
57 |
+
| 0.5177 | 7.0 | 1407 | 0.6437 | 0.3333 |
|
58 |
+
| 0.5092 | 8.0 | 1608 | 0.6585 | 0.3519 |
|
59 |
+
| 0.4781 | 9.0 | 1809 | 0.6867 | 0.3333 |
|
60 |
+
| 0.4706 | 10.0 | 2010 | 0.6859 | 0.3191 |
|
61 |
+
|
62 |
+
|
63 |
+
### Framework versions
|
64 |
+
|
65 |
+
- Transformers 4.32.1
|
66 |
+
- Pytorch 2.1.2
|
67 |
+
- Datasets 2.12.0
|
68 |
+
- Tokenizers 0.13.3
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 409145582
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e3ba4bf364841a22730fb8ddc722bdf43e560b788e4d320730d968decf875c43
|
3 |
size 409145582
|