thedavidhackett commited on
Commit
867900b
1 Parent(s): bfd142a

End of training

Browse files
Files changed (5) hide show
  1. README.md +11 -11
  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,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 the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.0022
21
- - Accuracy: 0.9996
22
 
23
  ## Model description
24
 
@@ -47,16 +47,16 @@ The following hyperparameters were used during training:
47
 
48
  ### Training results
49
 
50
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
- |:-------------:|:-----:|:------:|:---------------:|:--------:|
52
- | 0.0032 | 1.0 | 116989 | 0.0039 | 0.9993 |
53
- | 0.0035 | 2.0 | 233978 | 0.0032 | 0.9995 |
54
- | 0.0001 | 3.0 | 350967 | 0.0022 | 0.9996 |
55
 
56
 
57
  ### Framework versions
58
 
59
- - Transformers 4.33.2
60
- - Pytorch 2.0.1+cu118
61
- - Datasets 2.14.5
62
- - 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 None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.3101
21
+ - Accuracy: 0.8963
22
 
23
  ## Model description
24
 
 
47
 
48
  ### Training results
49
 
50
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | No log | 1.0 | 48 | 0.2982 | 0.8963 |
53
+ | No log | 2.0 | 96 | 0.3090 | 0.8963 |
54
+ | No log | 3.0 | 144 | 0.3101 | 0.8963 |
55
 
56
 
57
  ### Framework versions
58
 
59
+ - Transformers 4.34.1
60
+ - Pytorch 2.1.0+cu118
61
+ - Datasets 2.14.6
62
+ - Tokenizers 0.14.1
config.json CHANGED
@@ -28,6 +28,6 @@
28
  "sinusoidal_pos_embds": false,
29
  "tie_weights_": true,
30
  "torch_dtype": "float32",
31
- "transformers_version": "4.33.2",
32
  "vocab_size": 30522
33
  }
 
28
  "sinusoidal_pos_embds": false,
29
  "tie_weights_": true,
30
  "torch_dtype": "float32",
31
+ "transformers_version": "4.34.1",
32
  "vocab_size": 30522
33
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:940c164a9557a8ae874d72e272864bbdbc6985e9368e3d83e1a402f4b488f9c3
3
- size 267855533
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4add4d50c99edd1f7436b043b246ba9fef06d93e5b6bf4d4a621598180146781
3
+ size 267855978
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:571f5f11df3a3fe94bbc0ffee0a7ff6b820b72da094f6eb67d7b2d8ca9f8e48f
3
- size 4091
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:383ed768abd76654a6b4005e00fb79e6e5eedc141b6bc417d25296a5e77a64fd
3
+ size 4536