hw2942 commited on
Commit
6a2a62a
1 Parent(s): e2e35a4

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +69 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: Langboat/mengzi-bert-base-fin
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - f1
8
+ model-index:
9
+ - name: mengzi-bert-base-fin-wallstreetcn-morning-news-market-overview-open-SSEC-f1-v1
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # mengzi-bert-base-fin-wallstreetcn-morning-news-market-overview-open-SSEC-f1-v1
17
+
18
+ This model is a fine-tuned version of [Langboat/mengzi-bert-base-fin](https://huggingface.co/Langboat/mengzi-bert-base-fin) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 1.0486
21
+ - F1: 0.4706
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 2e-05
41
+ - train_batch_size: 8
42
+ - eval_batch_size: 8
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - num_epochs: 10
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | F1 |
51
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
52
+ | No log | 1.0 | 38 | 0.6755 | 0.0 |
53
+ | No log | 2.0 | 76 | 0.6067 | 0.2857 |
54
+ | No log | 3.0 | 114 | 0.6956 | 0.4211 |
55
+ | No log | 4.0 | 152 | 0.5666 | 0.5714 |
56
+ | No log | 5.0 | 190 | 0.6870 | 0.4444 |
57
+ | No log | 6.0 | 228 | 0.8044 | 0.4706 |
58
+ | No log | 7.0 | 266 | 0.9209 | 0.4706 |
59
+ | No log | 8.0 | 304 | 0.9736 | 0.4706 |
60
+ | No log | 9.0 | 342 | 1.0042 | 0.4706 |
61
+ | No log | 10.0 | 380 | 1.0486 | 0.4706 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - Transformers 4.31.0
67
+ - Pytorch 2.0.1+cu118
68
+ - Datasets 2.14.3
69
+ - Tokenizers 0.13.3