mathis escriva commited on
Commit
7d7305d
1 Parent(s): dd86c3d

Upload Qwen2ForCausalLM

Browse files
README.md CHANGED
@@ -1,4 +1,3 @@
1
-
2
  ---
3
  language: en
4
  tags:
@@ -14,16 +13,16 @@ datasets:
14
  model-index:
15
  - name: Qwen-0.5B-MUSR
16
  results:
17
- - task:
18
  type: question-answering
19
  name: Multi-Source Reasoning (MUSR)
20
- dataset:
21
  name: QASC
22
  type: allenai/qasc
23
  metrics:
24
- - name: Accuracy
25
- type: accuracy
26
- value: 0.87
27
  ---
28
 
29
  # Qwen-0.5B-MUSR
 
 
1
  ---
2
  language: en
3
  tags:
 
13
  model-index:
14
  - name: Qwen-0.5B-MUSR
15
  results:
16
+ - task:
17
  type: question-answering
18
  name: Multi-Source Reasoning (MUSR)
19
+ dataset:
20
  name: QASC
21
  type: allenai/qasc
22
  metrics:
23
+ - type: accuracy
24
+ value: 0.87
25
+ name: Accuracy
26
  ---
27
 
28
  # Qwen-0.5B-MUSR
adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Mxode/NanoLM-0.3B-Instruct-v1.1",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
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
+ "up_proj",
24
+ "gate_proj",
25
+ "k_proj",
26
+ "v_proj",
27
+ "q_proj",
28
+ "o_proj",
29
+ "down_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5077027c58bec87df83d6272d6ecb37a8e9b743b84cea212c3882aa8e767c67d
3
+ size 17618400
generation_config.json CHANGED
@@ -1,6 +1,10 @@
1
  {
2
- "bos_token_id": 151643,
3
- "eos_token_id": 151643,
4
  "max_new_tokens": 2048,
5
- "transformers_version": "4.46.1"
 
 
 
 
6
  }
 
1
  {
2
+ "do_sample": true,
3
+ "eos_token_id": 151645,
4
  "max_new_tokens": 2048,
5
+ "pad_token_id": 151643,
6
+ "temperature": 0.3,
7
+ "top_k": 20,
8
+ "top_p": 0.7,
9
+ "transformers_version": "4.46.2"
10
  }