Upload fine-tuned model for task 7
Browse files- adapter_config.json +7 -3
- adapter_model.safetensors +2 -2
- config.json +10 -6
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -10,16 +10,20 @@
|
|
| 10 |
"layers_pattern": null,
|
| 11 |
"layers_to_transform": null,
|
| 12 |
"loftq_config": {},
|
| 13 |
-
"lora_alpha":
|
| 14 |
-
"lora_dropout": 0.
|
| 15 |
"megatron_config": null,
|
| 16 |
"megatron_core": "megatron.core",
|
| 17 |
"modules_to_save": null,
|
| 18 |
"peft_type": "LORA",
|
| 19 |
-
"r":
|
| 20 |
"rank_pattern": {},
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
"qkv_proj"
|
| 24 |
],
|
| 25 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 10 |
"layers_pattern": null,
|
| 11 |
"layers_to_transform": null,
|
| 12 |
"loftq_config": {},
|
| 13 |
+
"lora_alpha": 32,
|
| 14 |
+
"lora_dropout": 0.05,
|
| 15 |
"megatron_config": null,
|
| 16 |
"megatron_core": "megatron.core",
|
| 17 |
"modules_to_save": null,
|
| 18 |
"peft_type": "LORA",
|
| 19 |
+
"r": 16,
|
| 20 |
"rank_pattern": {},
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
| 23 |
+
"o_proj",
|
| 24 |
+
"lm_head",
|
| 25 |
+
"down_proj",
|
| 26 |
+
"gate_up_proj",
|
| 27 |
"qkv_proj"
|
| 28 |
],
|
| 29 |
"task_type": "CAUSAL_LM",
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b01840181389ad86a31204bbb1743bf0440dce6f7c0f0aee477b619964317d56
|
| 3 |
+
size 298823640
|
config.json
CHANGED
|
@@ -5,12 +5,16 @@
|
|
| 5 |
"training_args": {
|
| 6 |
"per_device_train_batch_size": 1,
|
| 7 |
"gradient_accumulation_steps": 4,
|
| 8 |
-
"num_train_epochs":
|
| 9 |
-
"lora_rank":
|
| 10 |
-
"lora_alpha":
|
| 11 |
-
"lora_dropout": 0.
|
| 12 |
"target_modules": [
|
| 13 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
]
|
| 15 |
},
|
| 16 |
"task_info": {
|
|
@@ -18,7 +22,7 @@
|
|
| 18 |
"description": "FLock and OneKey are collaborating to launch the first AI-driven smart contract security challenge, combining FLock\u2019s decentralized model training with OneKey\u2019s expertise in blockchain security. By training AI on real-world vulnerabilities and security Q&A data, we aim to build a benchmark dataset and develop models capable of detecting and mitigating risks at scale. Top contributors will be rewarded with OneKey Hardware Wallet - FLock Limited Edition",
|
| 19 |
"task_type": "training",
|
| 20 |
"data": {
|
| 21 |
-
"training_set_url": "https://fed-ledger-prod-dataset.s3.amazonaws.com/7/training_set.jsonl?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIASSFQ745NLT5K57N2%2F20250408%2Fus-east-2%2Fs3%2Faws4_request&X-Amz-Date=
|
| 22 |
"max_params": 15000000000,
|
| 23 |
"context_length": 8192
|
| 24 |
},
|
|
|
|
| 5 |
"training_args": {
|
| 6 |
"per_device_train_batch_size": 1,
|
| 7 |
"gradient_accumulation_steps": 4,
|
| 8 |
+
"num_train_epochs": 5,
|
| 9 |
+
"lora_rank": 16,
|
| 10 |
+
"lora_alpha": 32,
|
| 11 |
+
"lora_dropout": 0.05,
|
| 12 |
"target_modules": [
|
| 13 |
+
"o_proj",
|
| 14 |
+
"qkv_proj",
|
| 15 |
+
"gate_up_proj",
|
| 16 |
+
"down_proj",
|
| 17 |
+
"lm_head"
|
| 18 |
]
|
| 19 |
},
|
| 20 |
"task_info": {
|
|
|
|
| 22 |
"description": "FLock and OneKey are collaborating to launch the first AI-driven smart contract security challenge, combining FLock\u2019s decentralized model training with OneKey\u2019s expertise in blockchain security. By training AI on real-world vulnerabilities and security Q&A data, we aim to build a benchmark dataset and develop models capable of detecting and mitigating risks at scale. Top contributors will be rewarded with OneKey Hardware Wallet - FLock Limited Edition",
|
| 23 |
"task_type": "training",
|
| 24 |
"data": {
|
| 25 |
+
"training_set_url": "https://fed-ledger-prod-dataset.s3.amazonaws.com/7/training_set.jsonl?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIASSFQ745NLT5K57N2%2F20250408%2Fus-east-2%2Fs3%2Faws4_request&X-Amz-Date=20250408T110758Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=152eb7cbf735b0fb3b67057412d43ac70a0b1ce1bb4fc1f459ad10ad6dc4228d",
|
| 26 |
"max_params": 15000000000,
|
| 27 |
"context_length": 8192
|
| 28 |
},
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5496
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b8214e48fa119482714b8c35a5b23fb7e4edef45719eebc93360d67ef87d00a9
|
| 3 |
size 5496
|