jnjj commited on
Commit
0faa342
·
verified ·
1 Parent(s): 8ee7fbe

Modelo final entrenado

Browse files
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- base_model: arnir0/Tiny-LLM
3
  library_name: peft
4
  ---
5
 
@@ -199,4 +199,4 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
199
  [More Information Needed]
200
  ### Framework versions
201
 
202
- - PEFT 0.15.1
 
1
  ---
2
+ base_model: google/gemma-3-1b-it
3
  library_name: peft
4
  ---
5
 
 
199
  [More Information Needed]
200
  ### Framework versions
201
 
202
+ - PEFT 0.14.0
adapter_config.json CHANGED
@@ -1,9 +1,8 @@
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
- "base_model_name_or_path": "arnir0/Tiny-LLM",
5
  "bias": "none",
6
- "corda_config": null,
7
  "eva_config": null,
8
  "exclude_modules": null,
9
  "fan_in_fan_out": false,
@@ -25,15 +24,14 @@
25
  "revision": null,
26
  "target_modules": [
27
  "k_proj",
28
- "o_proj",
29
- "v_proj",
30
  "q_proj",
31
- "up_proj",
 
 
32
  "gate_proj",
33
- "down_proj"
34
  ],
35
  "task_type": "CAUSAL_LM",
36
- "trainable_token_indices": null,
37
  "use_dora": false,
38
  "use_rslora": false
39
  }
 
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
+ "base_model_name_or_path": "google/gemma-3-1b-it",
5
  "bias": "none",
 
6
  "eva_config": null,
7
  "exclude_modules": null,
8
  "fan_in_fan_out": false,
 
24
  "revision": null,
25
  "target_modules": [
26
  "k_proj",
 
 
27
  "q_proj",
28
+ "down_proj",
29
+ "v_proj",
30
+ "o_proj",
31
  "gate_proj",
32
+ "up_proj"
33
  ],
34
  "task_type": "CAUSAL_LM",
 
35
  "use_dora": false,
36
  "use_rslora": false
37
  }
added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "<image_soft_token>": 262144
3
+ }
special_tokens_map.json CHANGED
@@ -1,23 +1,32 @@
1
  {
 
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": "</s>",
17
  "unk_token": {
18
  "content": "<unk>",
19
  "lstrip": false,
20
- "normalized": true,
21
  "rstrip": false,
22
  "single_word": false
23
  }
 
1
  {
2
+ "boi_token": "<start_of_image>",
3
  "bos_token": {
4
+ "content": "<bos>",
5
  "lstrip": false,
6
+ "normalized": false,
7
  "rstrip": false,
8
  "single_word": false
9
  },
10
+ "eoi_token": "<end_of_image>",
11
  "eos_token": {
12
+ "content": "<eos>",
13
  "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false
17
+ },
18
+ "image_token": "<image_soft_token>",
19
+ "pad_token": {
20
+ "content": "<pad>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
  "rstrip": false,
24
  "single_word": false
25
  },
 
26
  "unk_token": {
27
  "content": "<unk>",
28
  "lstrip": false,
29
+ "normalized": false,
30
  "rstrip": false,
31
  "single_word": false
32
  }
tokenizer.model CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
- size 499723
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1299c11d7cf632ef3b4e11937501358ada021bbdf7c47638d13c0ee982f2e79c
3
+ size 4689074
tokenizer_config.json CHANGED
The diff for this file is too large to render. See raw diff
 
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:806d6577ee2ed05b54a4f6e6a409b404097735617f41bec294d4fa23640728c6
3
- size 5240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36e656569592428b2637c1dec479027bdd1053a641b0dd128f659f508d13ebff
3
+ size 5304