taoyoung commited on
Commit
60bbc67
1 Parent(s): f1b00d1

Training complete

Browse files
Files changed (6) hide show
  1. README.md +15 -15
  2. config.json +1 -1
  3. model.safetensors +1 -1
  4. tokenizer.json +6 -1
  5. tokenizer_config.json +1 -1
  6. training_args.bin +2 -2
README.md CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.2460
21
- - Accuracy: 0.9452
22
 
23
  ## Model description
24
 
@@ -49,21 +49,21 @@ The following hyperparameters were used during training:
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | 2.0506 | 1.0 | 318 | 1.4320 | 0.7332 |
53
- | 1.1099 | 2.0 | 636 | 0.7183 | 0.8694 |
54
- | 0.5881 | 3.0 | 954 | 0.4214 | 0.9145 |
55
- | 0.3642 | 4.0 | 1272 | 0.3153 | 0.9355 |
56
- | 0.2738 | 5.0 | 1590 | 0.2772 | 0.9394 |
57
- | 0.2359 | 6.0 | 1908 | 0.2630 | 0.9423 |
58
- | 0.2179 | 7.0 | 2226 | 0.2540 | 0.9442 |
59
- | 0.2079 | 8.0 | 2544 | 0.2495 | 0.9442 |
60
- | 0.2025 | 9.0 | 2862 | 0.2464 | 0.9452 |
61
- | 0.1997 | 10.0 | 3180 | 0.2460 | 0.9452 |
62
 
63
 
64
  ### Framework versions
65
 
66
- - Transformers 4.40.0
67
- - Pytorch 2.2.1+cu121
68
  - Datasets 2.19.0
69
- - Tokenizers 0.19.1
 
17
 
18
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.2715
21
+ - Accuracy: 0.9465
22
 
23
  ## Model description
24
 
 
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | 2.2778 | 1.0 | 318 | 1.6183 | 0.7335 |
53
+ | 1.2551 | 2.0 | 636 | 0.8195 | 0.8681 |
54
+ | 0.6656 | 3.0 | 954 | 0.4786 | 0.9148 |
55
+ | 0.4077 | 4.0 | 1272 | 0.3549 | 0.9335 |
56
+ | 0.3012 | 5.0 | 1590 | 0.3083 | 0.9410 |
57
+ | 0.2553 | 6.0 | 1908 | 0.2912 | 0.9429 |
58
+ | 0.2336 | 7.0 | 2226 | 0.2805 | 0.9445 |
59
+ | 0.2217 | 8.0 | 2544 | 0.2754 | 0.9465 |
60
+ | 0.2154 | 9.0 | 2862 | 0.2720 | 0.9471 |
61
+ | 0.2122 | 10.0 | 3180 | 0.2715 | 0.9465 |
62
 
63
 
64
  ### Framework versions
65
 
66
+ - Transformers 4.38.2
67
+ - Pytorch 2.2.2+cu118
68
  - Datasets 2.19.0
69
+ - Tokenizers 0.15.2
config.json CHANGED
@@ -326,6 +326,6 @@
326
  "sinusoidal_pos_embds": false,
327
  "tie_weights_": true,
328
  "torch_dtype": "float32",
329
- "transformers_version": "4.40.0",
330
  "vocab_size": 30522
331
  }
 
326
  "sinusoidal_pos_embds": false,
327
  "tie_weights_": true,
328
  "torch_dtype": "float32",
329
+ "transformers_version": "4.38.2",
330
  "vocab_size": 30522
331
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2d88f624831003015e12ff50b4d80c1fc160861d53c26e3a1e53c99e1576fcfd
3
  size 268290900
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5334ab077948301517697fee74eeda8bb1632486cd41df91063901a004e7388
3
  size 268290900
tokenizer.json CHANGED
@@ -1,6 +1,11 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 512,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
  "padding": null,
10
  "added_tokens": [
11
  {
tokenizer_config.json CHANGED
@@ -45,7 +45,7 @@
45
  "cls_token": "[CLS]",
46
  "do_lower_case": true,
47
  "mask_token": "[MASK]",
48
- "model_max_length": 1000000000000000019884624838656,
49
  "pad_token": "[PAD]",
50
  "sep_token": "[SEP]",
51
  "strip_accents": null,
 
45
  "cls_token": "[CLS]",
46
  "do_lower_case": true,
47
  "mask_token": "[MASK]",
48
+ "model_max_length": 512,
49
  "pad_token": "[PAD]",
50
  "sep_token": "[SEP]",
51
  "strip_accents": null,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:db5ca3cf4371bd9c41d4a498c64e41dc02ea6d28736d635e243b898d023445b7
3
- size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02b26edeb6794162409547f293b47c5c5690b816f3acfe8f7ec05c57c06d8d68
3
+ size 4984