hw2942 commited on
Commit
a4ce9fa
1 Parent(s): e34abef

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: Lowin/chinese-bigbird-wwm-base-4096
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - f1
8
+ model-index:
9
+ - name: chinese-bigbird-wwm-base-4096-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
+ # chinese-bigbird-wwm-base-4096-wallstreetcn-morning-news-market-overview-open-SSEC-f1-v1
17
+
18
+ This model is a fine-tuned version of [Lowin/chinese-bigbird-wwm-base-4096](https://huggingface.co/Lowin/chinese-bigbird-wwm-base-4096) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 1.9660
21
+ - F1: 0.5
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 | 75 | 0.6832 | 0.1538 |
53
+ | No log | 2.0 | 150 | 0.6909 | 0.0 |
54
+ | No log | 3.0 | 225 | 0.6766 | 0.4 |
55
+ | No log | 4.0 | 300 | 0.9574 | 0.5161 |
56
+ | No log | 5.0 | 375 | 1.0109 | 0.4348 |
57
+ | No log | 6.0 | 450 | 1.1757 | 0.3333 |
58
+ | 0.5475 | 7.0 | 525 | 1.6141 | 0.5 |
59
+ | 0.5475 | 8.0 | 600 | 1.7908 | 0.3810 |
60
+ | 0.5475 | 9.0 | 675 | 1.9172 | 0.5 |
61
+ | 0.5475 | 10.0 | 750 | 1.9660 | 0.5 |
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