ninagroot commited on
Commit
05a4919
·
verified ·
1 Parent(s): 6c9bc94

ninagroot/GPT2-705Mtest

Browse files
README.md CHANGED
@@ -13,7 +13,7 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
15
  It achieves the following results on the evaluation set:
16
- - Loss: 3.6555
17
 
18
  ## Model description
19
 
@@ -48,9 +48,9 @@ The following hyperparameters were used during training:
48
 
49
  | Training Loss | Epoch | Step | Validation Loss |
50
  |:-------------:|:-----:|:----:|:---------------:|
51
- | 3.073 | 1.0 | 194 | 3.6424 |
52
- | 2.0148 | 2.0 | 389 | 3.6091 |
53
- | 1.3653 | 2.99 | 582 | 3.6555 |
54
 
55
 
56
  ### Framework versions
 
13
 
14
  This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
15
  It achieves the following results on the evaluation set:
16
+ - Loss: 3.4932
17
 
18
  ## Model description
19
 
 
48
 
49
  | Training Loss | Epoch | Step | Validation Loss |
50
  |:-------------:|:-----:|:----:|:---------------:|
51
+ | 5.4196 | 0.99 | 45 | 4.4846 |
52
+ | 3.5716 | 2.0 | 91 | 3.7327 |
53
+ | 2.7534 | 2.97 | 135 | 3.4932 |
54
 
55
 
56
  ### Framework versions
config.json CHANGED
@@ -14,7 +14,7 @@
14
  "n_head": 8,
15
  "n_inner": null,
16
  "n_layer": 24,
17
- "n_positions": 60,
18
  "pad_token_id": 50256,
19
  "reorder_and_upcast_attn": false,
20
  "resid_pdrop": 0.0,
 
14
  "n_head": 8,
15
  "n_inner": null,
16
  "n_layer": 24,
17
+ "n_positions": 256,
18
  "pad_token_id": 50256,
19
  "reorder_and_upcast_attn": false,
20
  "resid_pdrop": 0.0,
merges.txt CHANGED
The diff for this file is too large to render. See raw diff
 
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2abf6ffbb842f8f7acca2c6c3bd5c2c8b0897130820c1844f28256896bf9f235
3
- size 3029016352
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4552a5b5466615ad92a7df8601aeb12b396b0e729bd38657c99ae7ee2b2117a4
3
+ size 3030220576
runs/Apr05_15-45-27_gcn47.local.snellius.surf.nl/events.out.tfevents.1712324738.gcn47.local.snellius.surf.nl.3130322.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c22649c732c1d458597e4f8e9240209867b171175fa347cc541ae0a92e53121
3
+ size 7082
special_tokens_map.json CHANGED
@@ -2,11 +2,5 @@
2
  "bos_token": "<s>",
3
  "eos_token": "</s>",
4
  "pad_token": "<pad>",
5
- "unk_token": {
6
- "content": "<unk>",
7
- "lstrip": false,
8
- "normalized": false,
9
- "rstrip": false,
10
- "single_word": false
11
- }
12
  }
 
2
  "bos_token": "<s>",
3
  "eos_token": "</s>",
4
  "pad_token": "<pad>",
5
+ "unk_token": "<|endoftext|>"
 
 
 
 
 
 
6
  }
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -1,42 +1,20 @@
1
  {
2
- "add_bos_token": true,
3
- "add_eos_token": false,
4
- "add_prefix_space": true,
5
  "added_tokens_decoder": {
6
- "0": {
7
- "content": "<unk>",
8
  "lstrip": false,
9
- "normalized": false,
10
- "rstrip": false,
11
- "single_word": false,
12
- "special": true
13
- },
14
- "1": {
15
- "content": "<s>",
16
- "lstrip": false,
17
- "normalized": false,
18
- "rstrip": false,
19
- "single_word": false,
20
- "special": true
21
- },
22
- "2": {
23
- "content": "</s>",
24
- "lstrip": false,
25
- "normalized": false,
26
  "rstrip": false,
27
  "single_word": false,
28
  "special": true
29
  }
30
  },
31
  "bos_token": "<s>",
32
- "clean_up_tokenization_spaces": false,
33
  "eos_token": "</s>",
34
- "legacy": true,
35
- "model_max_length": 128,
36
  "pad_token": "<pad>",
37
- "sp_model_kwargs": {},
38
- "spaces_between_special_tokens": false,
39
- "tokenizer_class": "LlamaTokenizer",
40
- "unk_token": "<unk>",
41
- "use_default_system_prompt": false
42
  }
 
1
  {
2
+ "add_prefix_space": false,
 
 
3
  "added_tokens_decoder": {
4
+ "50256": {
5
+ "content": "<|endoftext|>",
6
  "lstrip": false,
7
+ "normalized": true,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  "rstrip": false,
9
  "single_word": false,
10
  "special": true
11
  }
12
  },
13
  "bos_token": "<s>",
14
+ "clean_up_tokenization_spaces": true,
15
  "eos_token": "</s>",
16
+ "model_max_length": 30,
 
17
  "pad_token": "<pad>",
18
+ "tokenizer_class": "GPT2Tokenizer",
19
+ "unk_token": "<|endoftext|>"
 
 
 
20
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c40e2376c3eb0011bb960b01f5109ca28ebed0d38154671666787999fe15f16c
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebd58b9a0e5a6daadd81f963d70b620afd0fec2098be85f765ad1702c6773750
3
  size 4984
vocab.json CHANGED
The diff for this file is too large to render. See raw diff