Mauricio-100 commited on
Commit
21f22d0
·
verified ·
1 Parent(s): 20d1d5d

💬 Entraînement manuel réussi - Capacités chat améliorées

Browse files
Files changed (4) hide show
  1. config.json +1 -1
  2. model.safetensors +1 -1
  3. tokenizer.json +4 -2
  4. tokenizer_config.json +6 -0
config.json CHANGED
@@ -24,6 +24,6 @@
24
  "tie_word_embeddings": false,
25
  "torch_dtype": "float32",
26
  "transformers_version": "4.53.3",
27
- "use_cache": true,
28
  "vocab_size": 32000
29
  }
 
24
  "tie_word_embeddings": false,
25
  "torch_dtype": "float32",
26
  "transformers_version": "4.53.3",
27
+ "use_cache": false,
28
  "vocab_size": 32000
29
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fd051e3e5ef8ea0341c729845115363ce44351bdc7e3b6be92251b419209b947
3
  size 3359924616
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67ff38379df17b9b932f5fb56b2b3daf6c3afa7ab7e744107339eeaa8bbf360e
3
  size 3359924616
tokenizer.json CHANGED
@@ -2,12 +2,14 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 32,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
  "padding": {
10
- "strategy": "BatchLongest",
 
 
11
  "direction": "Right",
12
  "pad_to_multiple_of": null,
13
  "pad_id": 2,
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 256,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
  "padding": {
10
+ "strategy": {
11
+ "Fixed": 256
12
+ },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,
15
  "pad_id": 2,
tokenizer_config.json CHANGED
@@ -33,12 +33,18 @@
33
  "eos_token": "</s>",
34
  "extra_special_tokens": {},
35
  "legacy": false,
 
36
  "model_max_length": 2048,
 
37
  "pad_token": "</s>",
 
38
  "padding_side": "right",
39
  "sp_model_kwargs": {},
40
  "spaces_between_special_tokens": false,
 
41
  "tokenizer_class": "LlamaTokenizer",
 
 
42
  "unk_token": "<unk>",
43
  "use_default_system_prompt": false
44
  }
 
33
  "eos_token": "</s>",
34
  "extra_special_tokens": {},
35
  "legacy": false,
36
+ "max_length": 32,
37
  "model_max_length": 2048,
38
+ "pad_to_multiple_of": null,
39
  "pad_token": "</s>",
40
+ "pad_token_type_id": 0,
41
  "padding_side": "right",
42
  "sp_model_kwargs": {},
43
  "spaces_between_special_tokens": false,
44
+ "stride": 0,
45
  "tokenizer_class": "LlamaTokenizer",
46
+ "truncation_side": "right",
47
+ "truncation_strategy": "longest_first",
48
  "unk_token": "<unk>",
49
  "use_default_system_prompt": false
50
  }