victormaricato commited on
Commit
5deccd0
·
verified ·
1 Parent(s): 6fbfb2e

Upload folder using huggingface_hub

Browse files
README.md CHANGED
@@ -5,7 +5,7 @@ tags:
5
  - text-generation
6
  - peft
7
  library_name: transformers
8
- base_model: affine-kraus/anthrx-gg
9
  widget:
10
  - messages:
11
  - role: user
 
5
  - text-generation
6
  - peft
7
  library_name: transformers
8
+ base_model: Marco0/Affine-QQ
9
  widget:
10
  - messages:
11
  - role: user
adapter_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
- "base_model_name_or_path": "affine-kraus/anthrx-gg",
5
  "bias": "none",
6
  "eva_config": null,
7
  "exclude_modules": null,
@@ -23,13 +23,13 @@
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
26
- "k_proj",
27
- "down_proj",
28
- "v_proj",
29
  "q_proj",
 
30
  "up_proj",
31
- "o_proj",
32
- "gate_proj"
 
 
33
  ],
34
  "task_type": "CAUSAL_LM",
35
  "use_dora": false,
 
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
+ "base_model_name_or_path": "Marco0/Affine-QQ",
5
  "bias": "none",
6
  "eva_config": null,
7
  "exclude_modules": null,
 
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
 
 
 
26
  "q_proj",
27
+ "gate_proj",
28
  "up_proj",
29
+ "k_proj",
30
+ "v_proj",
31
+ "down_proj",
32
+ "o_proj"
33
  ],
34
  "task_type": "CAUSAL_LM",
35
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0c058d32d7bc219e6dcf6a6633fff8245e4597a0289a5e0f7c74d3f796a79575
3
- size 1619220744
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f5376bfdb6020e444f48fa08149162b89b96bb0b8e9e6c1f064ca113272c664
3
+ size 1685278680
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1f301d11e0441f14a47c9d467bc0017a7f790b89fbbcc7d837f5ea2686681b0f
3
- size 6968
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0839725bae1c909dc2a706afd769ef80e86d5f1cf32074ad7980d82f0b6b7343
3
+ size 5688
training_params.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "model": "affine-kraus/anthrx-gg",
3
  "project_name": "syndra-ax",
4
  "data_path": "victormaricato/syndra-autotrain-dataset",
5
  "train_split": "train",
@@ -43,7 +43,7 @@
43
  "text_column": "output",
44
  "rejected_text_column": null,
45
  "push_to_hub": true,
46
- "username": "victormaricato",
47
  "unsloth": false,
48
- "distributed_backend": "deepspeed"
49
  }
 
1
  {
2
+ "model": "Marco0/Affine-QQ",
3
  "project_name": "syndra-ax",
4
  "data_path": "victormaricato/syndra-autotrain-dataset",
5
  "train_split": "train",
 
43
  "text_column": "output",
44
  "rejected_text_column": null,
45
  "push_to_hub": true,
46
+ "username": "AgentGYM-exp",
47
  "unsloth": false,
48
+ "distributed_backend": null
49
  }