ninagroot commited on
Commit
a4a9d15
·
verified ·
1 Parent(s): 0c1af02

ninagroot/Llama-360Mtest

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: 5.9001
17
 
18
  ## Model description
19
 
@@ -48,12 +48,12 @@ The following hyperparameters were used during training:
48
 
49
  | Training Loss | Epoch | Step | Validation Loss |
50
  |:-------------:|:-----:|:----:|:---------------:|
51
- | No log | 1.0 | 7 | 9.0941 |
52
- | No log | 2.0 | 14 | 7.8943 |
53
- | 8.0572 | 3.0 | 21 | 7.2948 |
54
- | 8.0572 | 4.0 | 28 | 6.7441 |
55
- | 8.0572 | 5.0 | 35 | 6.3350 |
56
- | 5.4264 | 6.0 | 42 | 5.9001 |
57
 
58
 
59
  ### 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: 5.8561
17
 
18
  ## Model description
19
 
 
48
 
49
  | Training Loss | Epoch | Step | Validation Loss |
50
  |:-------------:|:-----:|:----:|:---------------:|
51
+ | No log | 1.0 | 7 | 9.1363 |
52
+ | No log | 2.0 | 14 | 7.9096 |
53
+ | 8.079 | 3.0 | 21 | 7.2609 |
54
+ | 8.079 | 4.0 | 28 | 6.7298 |
55
+ | 8.079 | 5.0 | 35 | 6.3046 |
56
+ | 5.3833 | 6.0 | 42 | 5.8561 |
57
 
58
 
59
  ### Framework versions
added_tokens.json CHANGED
@@ -1,3 +1,3 @@
1
  {
2
- "<|endoftext|>": 12214
3
  }
 
1
  {
2
+ "<|endoftext|>": 12198
3
  }
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:de3240ee26e9f3f9796607252a491ef97afc094eb08ae30298d4a81f4a60d4b9
3
  size 1408774432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5314de0e6bae78b3e90a94d54ab98a610b929655649ce1c000ac275ddfeb18b3
3
  size 1408774432
runs/Apr16_10-38-14_gcn66.local.snellius.surf.nl/events.out.tfevents.1713256704.gcn66.local.snellius.surf.nl.2082531.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b28c02a9eae6f9db6ef913417c26938033e35a0e11a044f7b137aba4edd5cd1
3
+ size 6921
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,10 +1,8 @@
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,
@@ -26,17 +24,21 @@
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": 32,
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
  "0": {
5
+ "content": "<pad>",
6
  "lstrip": false,
7
  "normalized": false,
8
  "rstrip": false,
 
24
  "rstrip": false,
25
  "single_word": false,
26
  "special": true
27
+ },
28
+ "12198": {
29
+ "content": "<|endoftext|>",
30
+ "lstrip": false,
31
+ "normalized": false,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
  }
36
  },
37
  "bos_token": "<s>",
38
+ "clean_up_tokenization_spaces": true,
39
  "eos_token": "</s>",
40
+ "model_max_length": 128,
 
41
  "pad_token": "<pad>",
42
+ "tokenizer_class": "GPT2Tokenizer",
43
+ "unk_token": "<|endoftext|>"
 
 
 
44
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9233a91850bfbb31d1ba6185822604c809c18c676f392da0a92b51db9be31fa2
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bcf0dc28dac8adfaff8556279cd6e376bd5cd0b28004cded240c3c22f00164d
3
  size 4984
vocab.json CHANGED
The diff for this file is too large to render. See raw diff