Nguyens commited on
Commit
d4f2154
·
1 Parent(s): 1e6e2df

End of training

Browse files
Files changed (5) hide show
  1. README.md +8 -8
  2. config.json +1 -1
  3. pytorch_model.bin +2 -2
  4. tokenizer_config.json +42 -0
  5. training_args.bin +2 -2
README.md CHANGED
@@ -17,7 +17,7 @@ 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 the imdb dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 2.0006
21
 
22
  ## Model description
23
 
@@ -48,14 +48,14 @@ The following hyperparameters were used during training:
48
 
49
  | Training Loss | Epoch | Step | Validation Loss |
50
  |:-------------:|:-----:|:----:|:---------------:|
51
- | 2.2779 | 1.0 | 157 | 2.0875 |
52
- | 2.1775 | 2.0 | 314 | 1.9153 |
53
- | 2.1727 | 3.0 | 471 | 2.0006 |
54
 
55
 
56
  ### Framework versions
57
 
58
- - Transformers 4.33.3
59
- - Pytorch 2.0.1+cu117
60
- - Datasets 2.14.5
61
- - Tokenizers 0.13.3
 
17
 
18
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the imdb dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 2.0806
21
 
22
  ## Model description
23
 
 
48
 
49
  | Training Loss | Epoch | Step | Validation Loss |
50
  |:-------------:|:-----:|:----:|:---------------:|
51
+ | 2.2831 | 1.0 | 157 | 2.0897 |
52
+ | 2.1738 | 2.0 | 314 | 1.9164 |
53
+ | 2.1779 | 3.0 | 471 | 2.0064 |
54
 
55
 
56
  ### Framework versions
57
 
58
+ - Transformers 4.34.1
59
+ - Pytorch 2.1.0+cu118
60
+ - Datasets 2.14.6
61
+ - Tokenizers 0.14.1
config.json CHANGED
@@ -19,6 +19,6 @@
19
  "sinusoidal_pos_embds": false,
20
  "tie_weights_": true,
21
  "torch_dtype": "float32",
22
- "transformers_version": "4.33.3",
23
  "vocab_size": 30522
24
  }
 
19
  "sinusoidal_pos_embds": false,
20
  "tie_weights_": true,
21
  "torch_dtype": "float32",
22
+ "transformers_version": "4.34.1",
23
  "vocab_size": 30522
24
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:855448398e197fed8939979c33d08d2cd889ef9b09051252fc39bf038ba8b152
3
- size 267978033
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99a0169848770255fd7659673aada2290e5f7cb53087df2a16da2a65365c88e1
3
+ size 267978478
tokenizer_config.json CHANGED
@@ -1,4 +1,46 @@
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "clean_up_tokenization_spaces": true,
3
  "cls_token": "[CLS]",
4
  "do_lower_case": true,
 
1
  {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
  "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
46
  "do_lower_case": true,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fecfe2f4a34614671abf60bab5cd24ff025cea0556aa0452ca7937d6ea4083db
3
- size 4155
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66ff232daee9636d714b4b42ff836c8b249e2adb6106925764ecc0cfc56874be
3
+ size 4600