kallidavidson commited on
Commit
a6e5a1f
1 Parent(s): 8a4c1bc

End of training

Browse files
README.md CHANGED
@@ -13,7 +13,7 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  This model was trained from scratch on an unknown dataset.
15
  It achieves the following results on the evaluation set:
16
- - Loss: 5.4455
17
 
18
  ## Model description
19
 
@@ -44,14 +44,14 @@ The following hyperparameters were used during training:
44
 
45
  | Training Loss | Epoch | Step | Validation Loss |
46
  |:-------------:|:-----:|:----:|:---------------:|
47
- | No log | 1.0 | 7 | 5.6515 |
48
- | No log | 2.0 | 14 | 5.5036 |
49
- | No log | 3.0 | 21 | 5.4455 |
50
 
51
 
52
  ### Framework versions
53
 
54
  - Transformers 4.39.3
55
- - Pytorch 2.2.1+cpu
56
  - Datasets 2.18.0
57
  - Tokenizers 0.15.2
 
13
 
14
  This model was trained from scratch on an unknown dataset.
15
  It achieves the following results on the evaluation set:
16
+ - Loss: 2.8642
17
 
18
  ## Model description
19
 
 
44
 
45
  | Training Loss | Epoch | Step | Validation Loss |
46
  |:-------------:|:-----:|:----:|:---------------:|
47
+ | No log | 1.0 | 64 | 4.0447 |
48
+ | No log | 2.0 | 128 | 3.0124 |
49
+ | No log | 3.0 | 192 | 2.8642 |
50
 
51
 
52
  ### Framework versions
53
 
54
  - Transformers 4.39.3
55
+ - Pytorch 2.2.2+cpu
56
  - Datasets 2.18.0
57
  - Tokenizers 0.15.2
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:81a0b793aaef60ea1d147ec1c606ac7fa43e87d60399ab720413efa134f18062
3
  size 132874824
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7acb911f55e83a2d03afa97159fb63c5db19e1c2f212b1b44dfab618be359758
3
  size 132874824
runs/Apr21_14-01-41_LAPTOP-E27K5G14/events.out.tfevents.1713729702.LAPTOP-E27K5G14.15992.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f960733e74592c65e8e44a74b5321f90af5cbc062f370a7067043c82e8e1f8e
3
+ size 5738
special_tokens_map.json CHANGED
@@ -1,37 +1,7 @@
1
  {
2
- "cls_token": {
3
- "content": "[CLS]",
4
- "lstrip": false,
5
- "normalized": false,
6
- "rstrip": false,
7
- "single_word": false
8
- },
9
- "mask_token": {
10
- "content": "[MASK]",
11
- "lstrip": false,
12
- "normalized": false,
13
- "rstrip": false,
14
- "single_word": false
15
- },
16
- "pad_token": {
17
- "content": "[PAD]",
18
- "lstrip": false,
19
- "normalized": false,
20
- "rstrip": false,
21
- "single_word": false
22
- },
23
- "sep_token": {
24
- "content": "[SEP]",
25
- "lstrip": false,
26
- "normalized": false,
27
- "rstrip": false,
28
- "single_word": false
29
- },
30
- "unk_token": {
31
- "content": "[UNK]",
32
- "lstrip": false,
33
- "normalized": false,
34
- "rstrip": false,
35
- "single_word": false
36
- }
37
  }
 
1
  {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  }
tokenizer.json CHANGED
@@ -6,7 +6,16 @@
6
  "strategy": "OnlySecond",
7
  "stride": 128
8
  },
9
- "padding": null,
 
 
 
 
 
 
 
 
 
10
  "added_tokens": [
11
  {
12
  "id": 0,
 
6
  "strategy": "OnlySecond",
7
  "stride": 128
8
  },
9
+ "padding": {
10
+ "strategy": {
11
+ "Fixed": 384
12
+ },
13
+ "direction": "Right",
14
+ "pad_to_multiple_of": null,
15
+ "pad_id": 0,
16
+ "pad_type_id": 0,
17
+ "pad_token": "[PAD]"
18
+ },
19
  "added_tokens": [
20
  {
21
  "id": 0,
tokenizer_config.json CHANGED
@@ -46,16 +46,12 @@
46
  "do_basic_tokenize": true,
47
  "do_lower_case": true,
48
  "mask_token": "[MASK]",
49
- "max_length": 384,
50
  "model_max_length": 1000000000000000019884624838656,
51
  "never_split": null,
52
  "pad_token": "[PAD]",
53
  "sep_token": "[SEP]",
54
- "stride": 128,
55
  "strip_accents": null,
56
  "tokenize_chinese_chars": true,
57
  "tokenizer_class": "BertTokenizer",
58
- "truncation_side": "right",
59
- "truncation_strategy": "only_second",
60
  "unk_token": "[UNK]"
61
  }
 
46
  "do_basic_tokenize": true,
47
  "do_lower_case": true,
48
  "mask_token": "[MASK]",
 
49
  "model_max_length": 1000000000000000019884624838656,
50
  "never_split": null,
51
  "pad_token": "[PAD]",
52
  "sep_token": "[SEP]",
 
53
  "strip_accents": null,
54
  "tokenize_chinese_chars": true,
55
  "tokenizer_class": "BertTokenizer",
 
 
56
  "unk_token": "[UNK]"
57
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4b71566a688b58294e846bba9274b48118b20e631ad9b9e8f94e8b5945a7ecd2
3
  size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4276b929ddd352dee06c0b2acc778cffcaa1e099bb48ed40f01ab5d9ded85d4
3
  size 4920