PierreVie commited on
Commit
39ca8b1
·
verified ·
1 Parent(s): 1749934

dsmanomano/image-consolidation-models

Browse files
adapter/adapter_config.json CHANGED
@@ -20,12 +20,12 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "gate_proj",
24
- "v_proj",
25
  "q_proj",
 
26
  "o_proj",
27
- "down_proj",
28
- "up_proj",
29
  "k_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
+ "up_proj",
24
+ "down_proj",
25
  "q_proj",
26
+ "v_proj",
27
  "o_proj",
28
+ "gate_proj",
 
29
  "k_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
adapter/adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ce09d2a900d83297453a333eb61c3fc8b65f86646106b8efc6d03a9d19f4a3e1
3
  size 45187904
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79b4d455fce14c5ccb1aa0b3be98d3fc137ffb22c77537ad70775798792aa955
3
  size 45187904
adapter/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:44a92db458774b0f4df936f4344ebefaf54e7cec0d3d2a5fc86a37616a685ce0
3
  size 5624
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e6eef4c4e9b684a039965404025fad6de35ba655fcc5b9cb2360b55240f43ac
3
  size 5624
adapter_config.json CHANGED
@@ -20,12 +20,12 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "gate_proj",
24
- "v_proj",
25
  "q_proj",
 
26
  "o_proj",
27
- "down_proj",
28
- "up_proj",
29
  "k_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
+ "up_proj",
24
+ "down_proj",
25
  "q_proj",
26
+ "v_proj",
27
  "o_proj",
28
+ "gate_proj",
 
29
  "k_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ce09d2a900d83297453a333eb61c3fc8b65f86646106b8efc6d03a9d19f4a3e1
3
  size 45187904
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79b4d455fce14c5ccb1aa0b3be98d3fc137ffb22c77537ad70775798792aa955
3
  size 45187904
dataset/data-00000-of-00001.arrow CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:86aa7f33067fd34656129c5e8419421717f5d6b9e9840e16cb98d35be969588f
3
- size 339760
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ae99033cbdf881c139735add8067594ef86efa799edb94a16dcdd9944f92c6f
3
+ size 23712
dataset/dataset_info.json CHANGED
@@ -3,23 +3,23 @@
3
  "citation": "",
4
  "config_name": "default",
5
  "dataset_name": "image-consolidation-openai",
6
- "dataset_size": 267613,
7
  "description": "",
8
  "download_checksums": {
9
- "hf://datasets/dsmanomano/image-consolidation-openai@26646df52ea1185ec909135e0c69107c4c807f0d/data/train-00000-of-00001.parquet": {
10
- "num_bytes": 95414,
11
  "checksum": null
12
  },
13
- "hf://datasets/dsmanomano/image-consolidation-openai@26646df52ea1185ec909135e0c69107c4c807f0d/data/test-00000-of-00001.parquet": {
14
- "num_bytes": 41934,
15
  "checksum": null
16
  },
17
- "hf://datasets/dsmanomano/image-consolidation-openai@26646df52ea1185ec909135e0c69107c4c807f0d/data/valid-00000-of-00001.parquet": {
18
- "num_bytes": 38753,
19
  "checksum": null
20
  }
21
  },
22
- "download_size": 176101,
23
  "features": {
24
  "platform_id": {
25
  "dtype": "string",
@@ -110,24 +110,24 @@
110
  },
111
  "homepage": "",
112
  "license": "",
113
- "size_in_bytes": 443714,
114
  "splits": {
115
  "train": {
116
  "name": "train",
117
- "num_bytes": 161867,
118
- "num_examples": 60,
119
  "dataset_name": "image-consolidation-openai"
120
  },
121
  "test": {
122
  "name": "test",
123
- "num_bytes": 58405,
124
- "num_examples": 20,
125
  "dataset_name": "image-consolidation-openai"
126
  },
127
  "valid": {
128
  "name": "valid",
129
- "num_bytes": 47341,
130
- "num_examples": 20,
131
  "dataset_name": "image-consolidation-openai"
132
  }
133
  },
 
3
  "citation": "",
4
  "config_name": "default",
5
  "dataset_name": "image-consolidation-openai",
6
+ "dataset_size": 16842,
7
  "description": "",
8
  "download_checksums": {
9
+ "hf://datasets/dsmanomano/image-consolidation-openai@fcc23c5203728405080b571f7f0f1b15ed84a3a8/data/train-00000-of-00001.parquet": {
10
+ "num_bytes": 12862,
11
  "checksum": null
12
  },
13
+ "hf://datasets/dsmanomano/image-consolidation-openai@fcc23c5203728405080b571f7f0f1b15ed84a3a8/data/test-00000-of-00001.parquet": {
14
+ "num_bytes": 15725,
15
  "checksum": null
16
  },
17
+ "hf://datasets/dsmanomano/image-consolidation-openai@fcc23c5203728405080b571f7f0f1b15ed84a3a8/data/valid-00000-of-00001.parquet": {
18
+ "num_bytes": 11339,
19
  "checksum": null
20
  }
21
  },
22
+ "download_size": 39926,
23
  "features": {
24
  "platform_id": {
25
  "dtype": "string",
 
110
  },
111
  "homepage": "",
112
  "license": "",
113
+ "size_in_bytes": 56768,
114
  "splits": {
115
  "train": {
116
  "name": "train",
117
+ "num_bytes": 7446,
118
+ "num_examples": 6,
119
  "dataset_name": "image-consolidation-openai"
120
  },
121
  "test": {
122
  "name": "test",
123
+ "num_bytes": 6569,
124
+ "num_examples": 2,
125
  "dataset_name": "image-consolidation-openai"
126
  },
127
  "valid": {
128
  "name": "valid",
129
+ "num_bytes": 2827,
130
+ "num_examples": 2,
131
  "dataset_name": "image-consolidation-openai"
132
  }
133
  },
dataset/state.json CHANGED
@@ -4,7 +4,7 @@
4
  "filename": "data-00000-of-00001.arrow"
5
  }
6
  ],
7
- "_fingerprint": "58de64d4e3468d65",
8
  "_format_columns": null,
9
  "_format_kwargs": {},
10
  "_format_type": null,
 
4
  "filename": "data-00000-of-00001.arrow"
5
  }
6
  ],
7
+ "_fingerprint": "d6982ec20c562a58",
8
  "_format_columns": null,
9
  "_format_kwargs": {},
10
  "_format_type": null,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:44a92db458774b0f4df936f4344ebefaf54e7cec0d3d2a5fc86a37616a685ce0
3
  size 5624
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e6eef4c4e9b684a039965404025fad6de35ba655fcc5b9cb2360b55240f43ac
3
  size 5624