gabrielyang commited on
Commit
669661a
1 Parent(s): e026c26

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +67 -0
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - accuracy
6
+ model-index:
7
+ - name: finance_news_classifier-KR_v7
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # finance_news_classifier-KR_v7
15
+
16
+ This model is a fine-tuned version of [Hyeonseo/ko-finance_news_classifier](https://huggingface.co/Hyeonseo/ko-finance_news_classifier) on the None dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.2265
19
+ - Accuracy: 0.9701
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 2e-05
39
+ - train_batch_size: 16
40
+ - eval_batch_size: 16
41
+ - seed: 42
42
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
+ - lr_scheduler_type: linear
44
+ - num_epochs: 10
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
49
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
50
+ | No log | 1.0 | 243 | 0.1994 | 0.9608 |
51
+ | No log | 2.0 | 486 | 0.1584 | 0.9660 |
52
+ | 0.1793 | 3.0 | 729 | 0.2011 | 0.9557 |
53
+ | 0.1793 | 4.0 | 972 | 0.2214 | 0.9629 |
54
+ | 0.085 | 5.0 | 1215 | 0.2885 | 0.9526 |
55
+ | 0.085 | 6.0 | 1458 | 0.2288 | 0.9660 |
56
+ | 0.0365 | 7.0 | 1701 | 0.2512 | 0.9619 |
57
+ | 0.0365 | 8.0 | 1944 | 0.2201 | 0.9670 |
58
+ | 0.0178 | 9.0 | 2187 | 0.2621 | 0.9598 |
59
+ | 0.0178 | 10.0 | 2430 | 0.2265 | 0.9701 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.28.0
65
+ - Pytorch 2.0.1+cu118
66
+ - Datasets 2.14.4
67
+ - Tokenizers 0.13.3