taoyoung commited on
Commit
d9fefa6
1 Parent(s): 5d491bf

Training completed!

Browse files
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.7872
21
- - Accuracy: 0.9206
22
 
23
  ## Model description
24
 
@@ -49,16 +49,16 @@ The following hyperparameters were used during training:
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | 4.3047 | 1.0 | 318 | 3.2931 | 0.7255 |
53
- | 2.6448 | 2.0 | 636 | 1.8849 | 0.8526 |
54
- | 1.5652 | 3.0 | 954 | 1.1702 | 0.8897 |
55
- | 1.0288 | 4.0 | 1272 | 0.8717 | 0.9145 |
56
- | 0.8145 | 5.0 | 1590 | 0.7872 | 0.9206 |
57
 
58
 
59
  ### Framework versions
60
 
61
- - Transformers 4.40.0
62
- - Pytorch 2.2.1+cu121
63
  - Datasets 2.19.0
64
- - 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.7867
21
+ - Accuracy: 0.9203
22
 
23
  ## Model description
24
 
 
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | 4.3049 | 1.0 | 318 | 3.2936 | 0.7268 |
53
+ | 2.6445 | 2.0 | 636 | 1.8843 | 0.8535 |
54
+ | 1.5643 | 3.0 | 954 | 1.1692 | 0.8916 |
55
+ | 1.028 | 4.0 | 1272 | 0.8712 | 0.9145 |
56
+ | 0.8138 | 5.0 | 1590 | 0.7867 | 0.9203 |
57
 
58
 
59
  ### Framework versions
60
 
61
+ - Transformers 4.38.2
62
+ - Pytorch 2.2.2+cu118
63
  - Datasets 2.19.0
64
+ - 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:181452760f4889fb1745514a4de50facf35adde53641198d68d40c6fbe42eedd
3
  size 268290900
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b8c346aaf9d87e4c2cbc98f6f1ebd2bcd5f0f81521a7ddf665258307f38ccbb
3
  size 268290900
runs/Apr25_01-24-33_YOUNGKIM-PC2/events.out.tfevents.1713975889.YOUNGKIM-PC2.19328.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:441934bf967979837acd10f04392e4cc81ad7b3450a93e0de7aee6d84806bb2f
3
+ size 15148
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:dcc07a0c8ac73cf8805386235a6003e2725eb5a274ca27cfc2942ce0529b2f85
3
- size 5048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f499834a16800dae58cab4188421b10060c89dfe8d9e475316402c1138dde12
3
+ size 4984