ninagroot commited on
Commit
a2eacfb
·
verified ·
1 Parent(s): 34c40ea

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: 3.8874
17
 
18
  ## Model description
19
 
@@ -48,14 +48,14 @@ The following hyperparameters were used during training:
48
 
49
  | Training Loss | Epoch | Step | Validation Loss |
50
  |:-------------:|:-----:|:----:|:---------------:|
51
- | 7.2772 | 1.0 | 57 | 5.2473 |
52
- | 4.5014 | 2.0 | 114 | 4.3679 |
53
- | 3.7043 | 3.0 | 171 | 4.0728 |
54
- | 3.2163 | 4.0 | 228 | 3.9930 |
55
- | 2.7737 | 5.0 | 285 | 3.9367 |
56
- | 2.3424 | 6.0 | 342 | 3.8971 |
57
- | 2.1244 | 7.0 | 399 | 3.8862 |
58
- | 1.9246 | 8.0 | 456 | 3.8874 |
59
 
60
 
61
  ### 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.8923
17
 
18
  ## Model description
19
 
 
48
 
49
  | Training Loss | Epoch | Step | Validation Loss |
50
  |:-------------:|:-----:|:----:|:---------------:|
51
+ | 7.3196 | 1.0 | 57 | 5.3418 |
52
+ | 4.5649 | 2.0 | 114 | 4.4289 |
53
+ | 3.7241 | 3.0 | 171 | 4.0877 |
54
+ | 3.2269 | 4.0 | 228 | 4.0008 |
55
+ | 2.8044 | 5.0 | 285 | 3.9489 |
56
+ | 2.3813 | 6.0 | 342 | 3.9084 |
57
+ | 2.1508 | 7.0 | 399 | 3.8925 |
58
+ | 1.9477 | 8.0 | 456 | 3.8923 |
59
 
60
 
61
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fd848a0c9bb2f7fc524b6bd5ee487f0df63e74cad659bb4239c0566d8024e9ac
3
  size 1570992472
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c21ff9fd563fb26007d5336a6d8e14b43ffdf1ee2e9a1c51f85e4b00c6c6f311
3
  size 1570992472
runs/Apr02_14-53-04_gcn41.local.snellius.surf.nl/events.out.tfevents.1712062395.gcn41.local.snellius.surf.nl.1105566.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c236d584259dcb5ed977805b1d8c1095b8035e02588c18334bf0f0630b542ed
3
+ size 11692
special_tokens_map.json CHANGED
@@ -2,5 +2,11 @@
2
  "bos_token": "<s>",
3
  "eos_token": "</s>",
4
  "pad_token": "<pad>",
5
- "unk_token": "<|endoftext|>"
 
 
 
 
 
 
6
  }
 
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
  }
tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723
tokenizer_config.json CHANGED
@@ -1,8 +1,10 @@
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,21 +26,17 @@
24
  "rstrip": false,
25
  "single_word": false,
26
  "special": true
27
- },
28
- "4425": {
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
  }
 
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
  "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
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7e6f56c5033b4217ecac95a41fcc4c8552b7b9ce09eb144b008512cf0a392b02
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2edf2aafc57de033971a24441a97b4a8f411417a4f0e62b380ddc309fb76da3b
3
  size 4984