Mauricio-100 commited on
Commit
7165a73
·
verified ·
1 Parent(s): cc59161

🎯 Modèle entraîné 100% CPU - Stable et fonctionnel

Browse files
Files changed (3) hide show
  1. config.json +1 -1
  2. model.safetensors +3 -0
  3. tokenizer.json +14 -2
config.json CHANGED
@@ -25,6 +25,6 @@
25
  "tie_word_embeddings": true,
26
  "torch_dtype": "float32",
27
  "transformers_version": "4.53.3",
28
- "use_cache": true,
29
  "vocab_size": 16000
30
  }
 
25
  "tie_word_embeddings": true,
26
  "torch_dtype": "float32",
27
  "transformers_version": "4.53.3",
28
+ "use_cache": false,
29
  "vocab_size": 16000
30
  }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:975a1be47bae9f26e876054b60b456d20ded1fecb27bb3987bd1e24a42cd8642
3
+ size 2966708480
tokenizer.json CHANGED
@@ -1,7 +1,19 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
4
- "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
 
1
  {
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,
14
+ "pad_type_id": 0,
15
+ "pad_token": "</s>"
16
+ },
17
  "added_tokens": [
18
  {
19
  "id": 0,