dd123 commited on
Commit
4a443ca
1 Parent(s): 4743a2e

End of training

Browse files
README.md CHANGED
@@ -14,10 +14,10 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # test_model
16
 
17
- This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 1.6399
20
- - F1: 0.5864
21
 
22
  ## Model description
23
 
@@ -36,22 +36,23 @@ More information needed
36
  ### Training hyperparameters
37
 
38
  The following hyperparameters were used during training:
39
- - learning_rate: 7.932043204149433e-05
40
- - train_batch_size: 32
41
  - eval_batch_size: 16
42
  - seed: 42
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
- - num_epochs: 4
46
 
47
  ### Training results
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | F1 |
50
  |:-------------:|:-----:|:----:|:---------------:|:------:|
51
- | 1.749 | 1.0 | 351 | 1.3861 | 0.5514 |
52
- | 1.0098 | 2.0 | 702 | 1.4303 | 0.5683 |
53
- | 0.6328 | 3.0 | 1053 | 1.5184 | 0.5846 |
54
- | 0.3829 | 4.0 | 1404 | 1.6399 | 0.5864 |
 
55
 
56
 
57
  ### Framework versions
 
14
 
15
  # test_model
16
 
17
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 1.4728
20
+ - F1: 0.5831
21
 
22
  ## Model description
23
 
 
36
  ### Training hyperparameters
37
 
38
  The following hyperparameters were used during training:
39
+ - learning_rate: 0.0001
40
+ - train_batch_size: 64
41
  - eval_batch_size: 16
42
  - seed: 42
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
+ - num_epochs: 5
46
 
47
  ### Training results
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | F1 |
50
  |:-------------:|:-----:|:----:|:---------------:|:------:|
51
+ | No log | 1.0 | 176 | 1.3057 | 0.5639 |
52
+ | 1.5017 | 2.0 | 352 | 1.3862 | 0.5755 |
53
+ | 0.9071 | 3.0 | 528 | 1.4728 | 0.5831 |
54
+ | 0.5925 | 4.0 | 704 | 1.6452 | 0.5738 |
55
+ | 0.3718 | 5.0 | 880 | 1.6950 | 0.5730 |
56
 
57
 
58
  ### Framework versions
logs/events.out.tfevents.1686801231.ls.3976891.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:71c3b22c3dcd6ddd023984848587869b497182695b712e187cfc1474490e6812
3
- size 6548
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64fb1519a79398392b9d4e01a93e711700666e2dd2e10a5adf765ff107291669
3
+ size 6902
logs/events.out.tfevents.1686801518.ls.3976891.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:973a63b4035f01aadb0325fb42691170bc2ef1868be50dd504b3bd321aed3f6d
3
+ size 405
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cc4d4af54bbd6104ea09944d112805f01044017c13ee132fcb38a65b55b4b535
3
  size 267883181
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e05668b77c8afe6e8636aa6fdc6573902c1aa70f52da6d720caf80674d9f6eec
3
  size 267883181
tokenizer_config.json CHANGED
@@ -8,6 +8,6 @@
8
  "special_tokens_map_file": null,
9
  "strip_accents": null,
10
  "tokenize_chinese_chars": true,
11
- "tokenizer_class": "BertTokenizer",
12
  "unk_token": "[UNK]"
13
  }
 
8
  "special_tokens_map_file": null,
9
  "strip_accents": null,
10
  "tokenize_chinese_chars": true,
11
+ "tokenizer_class": "DistilBertTokenizer",
12
  "unk_token": "[UNK]"
13
  }