bibibobo777 commited on
Commit
d437e23
·
verified ·
1 Parent(s): 0fe200f

End of training

Browse files
Files changed (1) hide show
  1. README.md +13 -10
README.md CHANGED
@@ -1,8 +1,10 @@
1
  ---
2
- license: apache-2.0
3
- base_model: bert-base-uncased
4
  tags:
5
  - generated_from_trainer
 
 
6
  model-index:
7
  - name: ExampleModel
8
  results: []
@@ -13,9 +15,10 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  # ExampleModel
15
 
16
- This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 0.0068
 
19
 
20
  ## Model description
21
 
@@ -45,14 +48,14 @@ The following hyperparameters were used during training:
45
 
46
  ### Training results
47
 
48
- | Training Loss | Epoch | Step | Validation Loss |
49
- |:-------------:|:-----:|:----:|:---------------:|
50
- | 0.0074 | 1.0 | 625 | 0.0068 |
51
 
52
 
53
  ### Framework versions
54
 
55
- - Transformers 4.44.0
56
- - Pytorch 2.4.0
57
- - Datasets 2.21.0
58
  - Tokenizers 0.19.1
 
1
  ---
2
+ library_name: transformers
3
+ base_model: bert-base-chinese
4
  tags:
5
  - generated_from_trainer
6
+ metrics:
7
+ - f1
8
  model-index:
9
  - name: ExampleModel
10
  results: []
 
15
 
16
  # ExampleModel
17
 
18
+ This model is a fine-tuned version of [bert-base-chinese](https://huggingface.co/bert-base-chinese) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.3261
21
+ - F1: 0.8553
22
 
23
  ## Model description
24
 
 
48
 
49
  ### Training results
50
 
51
+ | Training Loss | Epoch | Step | Validation Loss | F1 |
52
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
53
+ | 0.349 | 1.0 | 625 | 0.3261 | 0.8553 |
54
 
55
 
56
  ### Framework versions
57
 
58
+ - Transformers 4.44.2
59
+ - Pytorch 2.4.1+cu121
60
+ - Datasets 3.0.1
61
  - Tokenizers 0.19.1