PierreVie commited on
Commit
1749934
·
verified ·
1 Parent(s): 4bbb828

dsmanomano/image-consolidation-models

Browse files
adapter/adapter_config.json CHANGED
@@ -20,13 +20,13 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "down_proj",
24
- "k_proj",
25
- "up_proj",
26
- "q_proj",
27
  "v_proj",
 
28
  "o_proj",
29
- "gate_proj"
 
 
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": true,
 
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",
32
  "use_dora": true,
adapter/adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:25e0b298559d722afd20cdc8aef74f3f7068ba49820c17b7638f3a051d889686
3
  size 45187904
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce09d2a900d83297453a333eb61c3fc8b65f86646106b8efc6d03a9d19f4a3e1
3
  size 45187904
adapter/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e43b86b153d373b9c201a046732560de38b72fb5b4d9c2cba214d822cee1a5c5
3
  size 5624
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44a92db458774b0f4df936f4344ebefaf54e7cec0d3d2a5fc86a37616a685ce0
3
  size 5624
adapter_config.json CHANGED
@@ -20,13 +20,13 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "down_proj",
24
- "k_proj",
25
- "up_proj",
26
- "q_proj",
27
  "v_proj",
 
28
  "o_proj",
29
- "gate_proj"
 
 
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": true,
 
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",
32
  "use_dora": true,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:25e0b298559d722afd20cdc8aef74f3f7068ba49820c17b7638f3a051d889686
3
  size 45187904
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce09d2a900d83297453a333eb61c3fc8b65f86646106b8efc6d03a9d19f4a3e1
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:0f5e3afb6ac28c90f24cafcef57463dc5be2b368884ee852ade820d0bba8a400
3
- size 37576
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86aa7f33067fd34656129c5e8419421717f5d6b9e9840e16cb98d35be969588f
3
+ size 339760
dataset/dataset_info.json CHANGED
@@ -3,23 +3,23 @@
3
  "citation": "",
4
  "config_name": "default",
5
  "dataset_name": "image-consolidation-openai",
6
- "dataset_size": 22172,
7
  "description": "",
8
  "download_checksums": {
9
- "hf://datasets/dsmanomano/image-consolidation-openai@2ed9658eb8b5fedfd2e2b624a4bddfc5b32ce740/data/train-00000-of-00001.parquet": {
10
- "num_bytes": 18605,
11
  "checksum": null
12
  },
13
- "hf://datasets/dsmanomano/image-consolidation-openai@2ed9658eb8b5fedfd2e2b624a4bddfc5b32ce740/data/test-00000-of-00001.parquet": {
14
- "num_bytes": 11192,
15
  "checksum": null
16
  },
17
- "hf://datasets/dsmanomano/image-consolidation-openai@2ed9658eb8b5fedfd2e2b624a4bddfc5b32ce740/data/valid-00000-of-00001.parquet": {
18
- "num_bytes": 10416,
19
  "checksum": null
20
  }
21
  },
22
- "download_size": 40213,
23
  "features": {
24
  "platform_id": {
25
  "dtype": "string",
@@ -110,24 +110,24 @@
110
  },
111
  "homepage": "",
112
  "license": "",
113
- "size_in_bytes": 62385,
114
  "splits": {
115
  "train": {
116
  "name": "train",
117
- "num_bytes": 16135,
118
- "num_examples": 6,
119
  "dataset_name": "image-consolidation-openai"
120
  },
121
  "test": {
122
  "name": "test",
123
- "num_bytes": 3062,
124
- "num_examples": 2,
125
  "dataset_name": "image-consolidation-openai"
126
  },
127
  "valid": {
128
  "name": "valid",
129
- "num_bytes": 2975,
130
- "num_examples": 2,
131
  "dataset_name": "image-consolidation-openai"
132
  }
133
  },
 
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
  },
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
  },
dataset/state.json CHANGED
@@ -4,7 +4,7 @@
4
  "filename": "data-00000-of-00001.arrow"
5
  }
6
  ],
7
- "_fingerprint": "2660c84d28516ba2",
8
  "_format_columns": null,
9
  "_format_kwargs": {},
10
  "_format_type": null,
 
4
  "filename": "data-00000-of-00001.arrow"
5
  }
6
  ],
7
+ "_fingerprint": "58de64d4e3468d65",
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:e43b86b153d373b9c201a046732560de38b72fb5b4d9c2cba214d822cee1a5c5
3
  size 5624
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44a92db458774b0f4df936f4344ebefaf54e7cec0d3d2a5fc86a37616a685ce0
3
  size 5624