Nekochu commited on
Commit
7883d34
1 Parent(s): 719771a

Train on update dataset

Browse files
Llama-2-13B-fp16FR-llama7b-4bit-128g.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f7bbc67c4f01fdb744dffbafc23d37d226818ba9713ac4e8dad6b7f9c9fbb24c
3
  size 7255144832
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21dd14233fa6016507c5b449ff28bb12f36c2a3ce139fd98af77fd08b6788348
3
  size 7255144832
config.json CHANGED
@@ -9,7 +9,6 @@
9
  "hidden_size": 5120,
10
  "initializer_range": 0.02,
11
  "intermediate_size": 13824,
12
- "max_length": 4096,
13
  "max_position_embeddings": 4096,
14
  "model_type": "llama",
15
  "num_attention_heads": 40,
 
9
  "hidden_size": 5120,
10
  "initializer_range": 0.02,
11
  "intermediate_size": 13824,
 
12
  "max_position_embeddings": 4096,
13
  "model_type": "llama",
14
  "num_attention_heads": 40,
generation_config.json CHANGED
@@ -1,8 +1,9 @@
1
  {
2
- "_from_model_config": true,
3
  "bos_token_id": 1,
4
  "eos_token_id": 2,
5
  "max_length": 4096,
6
  "pad_token_id": 0,
 
 
7
  "transformers_version": "4.31.0"
8
  }
 
1
  {
 
2
  "bos_token_id": 1,
3
  "eos_token_id": 2,
4
  "max_length": 4096,
5
  "pad_token_id": 0,
6
+ "temperature": 0.9,
7
+ "top_p": 0.6,
8
  "transformers_version": "4.31.0"
9
  }
pytorch_model-00001-of-00003.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b161c2b92028915de80e27e0a59b959928b3bc22282ee6a6577c0991fb1b9e55
3
- size 9948728622
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec76c6f003f80fe92feb8dc0ef7750c2019ac6b566ae61ef510d648e99c97d75
3
+ size 9948726510
pytorch_model-00002-of-00003.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:77a9b1d0c3ba1a8f1db602929a353c4ad79a484a401bbf94bc6a3f414a4edcc0
3
- size 9904165088
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eebf9bdc840c6a1ecef9987eb10bf95eeb790e492e939ac2071b9b8ff827c092
3
+ size 9904162912
pytorch_model-00003-of-00003.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b3c250eaf32a7d9684ca41494d6a4812830b7b3f4984749696f28cd535a3ddcf
3
- size 6178983817
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4584b66ef03d022565d9a41a02090bd92f2a76023de2f463cdd71ab16bfba5f
3
+ size 6178982473
special_tokens_map.json CHANGED
@@ -2,22 +2,22 @@
2
  "bos_token": {
3
  "content": "<s>",
4
  "lstrip": false,
5
- "normalized": true,
6
  "rstrip": false,
7
  "single_word": false
8
  },
9
  "eos_token": {
10
  "content": "</s>",
11
  "lstrip": false,
12
- "normalized": true,
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
- "pad_token": "<unk>",
17
  "unk_token": {
18
  "content": "<unk>",
19
  "lstrip": false,
20
- "normalized": true,
21
  "rstrip": false,
22
  "single_word": false
23
  }
 
2
  "bos_token": {
3
  "content": "<s>",
4
  "lstrip": false,
5
+ "normalized": false,
6
  "rstrip": false,
7
  "single_word": false
8
  },
9
  "eos_token": {
10
  "content": "</s>",
11
  "lstrip": false,
12
+ "normalized": false,
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
+ "pad_token": "</s>",
17
  "unk_token": {
18
  "content": "<unk>",
19
  "lstrip": false,
20
+ "normalized": false,
21
  "rstrip": false,
22
  "single_word": false
23
  }
tokenizer_config.json CHANGED
@@ -5,7 +5,7 @@
5
  "__type": "AddedToken",
6
  "content": "<s>",
7
  "lstrip": false,
8
- "normalized": true,
9
  "rstrip": false,
10
  "single_word": false
11
  },
@@ -14,11 +14,11 @@
14
  "__type": "AddedToken",
15
  "content": "</s>",
16
  "lstrip": false,
17
- "normalized": true,
18
  "rstrip": false,
19
  "single_word": false
20
  },
21
- "legacy": true,
22
  "model_max_length": 1000000000000000019884624838656,
23
  "pad_token": null,
24
  "padding_side": "left",
@@ -28,7 +28,7 @@
28
  "__type": "AddedToken",
29
  "content": "<unk>",
30
  "lstrip": false,
31
- "normalized": true,
32
  "rstrip": false,
33
  "single_word": false
34
  }
 
5
  "__type": "AddedToken",
6
  "content": "<s>",
7
  "lstrip": false,
8
+ "normalized": false,
9
  "rstrip": false,
10
  "single_word": false
11
  },
 
14
  "__type": "AddedToken",
15
  "content": "</s>",
16
  "lstrip": false,
17
+ "normalized": false,
18
  "rstrip": false,
19
  "single_word": false
20
  },
21
+ "legacy": false,
22
  "model_max_length": 1000000000000000019884624838656,
23
  "pad_token": null,
24
  "padding_side": "left",
 
28
  "__type": "AddedToken",
29
  "content": "<unk>",
30
  "lstrip": false,
31
+ "normalized": false,
32
  "rstrip": false,
33
  "single_word": false
34
  }