jhkim12 commited on
Commit
68844cc
·
verified ·
1 Parent(s): d558b7e

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

Browse files
Files changed (1) hide show
  1. README.md +12 -8
README.md CHANGED
@@ -1,6 +1,7 @@
1
  ---
2
  library_name: transformers
3
- base_model: textattack/bert-base-uncased-yelp-polarity
 
4
  tags:
5
  - generated_from_trainer
6
  metrics:
@@ -15,10 +16,10 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # DLthon_BERT
17
 
18
- This model is a fine-tuned version of [textattack/bert-base-uncased-yelp-polarity](https://huggingface.co/textattack/bert-base-uncased-yelp-polarity) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 1.4843
21
- - F1: 0.0651
22
 
23
  ## Model description
24
 
@@ -37,20 +38,23 @@ More information needed
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
40
- - learning_rate: 0.01
41
  - train_batch_size: 32
42
  - eval_batch_size: 32
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
- - num_epochs: 2
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | F1 |
51
  |:-------------:|:-----:|:----:|:---------------:|:------:|
52
- | No log | 1.0 | 109 | 1.5636 | 0.0651 |
53
- | No log | 2.0 | 218 | 1.4843 | 0.0651 |
 
 
 
54
 
55
 
56
  ### Framework versions
 
1
  ---
2
  library_name: transformers
3
+ license: apache-2.0
4
+ base_model: beomi/kcbert-base
5
  tags:
6
  - generated_from_trainer
7
  metrics:
 
16
 
17
  # DLthon_BERT
18
 
19
+ This model is a fine-tuned version of [beomi/kcbert-base](https://huggingface.co/beomi/kcbert-base) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.0353
22
+ - F1: 0.9925
23
 
24
  ## Model description
25
 
 
38
  ### Training hyperparameters
39
 
40
  The following hyperparameters were used during training:
41
+ - learning_rate: 0.0001
42
  - train_batch_size: 32
43
  - eval_batch_size: 32
44
  - seed: 42
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
+ - num_epochs: 5
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | F1 |
52
  |:-------------:|:-----:|:----:|:---------------:|:------:|
53
+ | No log | 1.0 | 224 | 0.2364 | 0.9215 |
54
+ | No log | 2.0 | 448 | 0.1404 | 0.9546 |
55
+ | 0.326 | 3.0 | 672 | 0.0788 | 0.9799 |
56
+ | 0.326 | 4.0 | 896 | 0.0563 | 0.9862 |
57
+ | 0.0935 | 5.0 | 1120 | 0.0353 | 0.9925 |
58
 
59
 
60
  ### Framework versions