iqrakiran commited on
Commit
afd7ad1
1 Parent(s): 11c749f

Upload FalconForCausalLM

Browse files
Files changed (2) hide show
  1. adapter_config.json +2 -2
  2. generation_config.json +1 -1
adapter_config.json CHANGED
@@ -21,9 +21,9 @@
21
  "revision": null,
22
  "target_modules": [
23
  "dense_4h_to_h",
24
- "query_key_value",
25
  "dense",
26
- "dense_h_to_4h"
27
  ],
28
  "task_type": "CAUSAL_LM",
29
  "use_dora": false,
 
21
  "revision": null,
22
  "target_modules": [
23
  "dense_4h_to_h",
24
+ "dense_h_to_4h",
25
  "dense",
26
+ "query_key_value"
27
  ],
28
  "task_type": "CAUSAL_LM",
29
  "use_dora": false,
generation_config.json CHANGED
@@ -2,5 +2,5 @@
2
  "_from_model_config": true,
3
  "bos_token_id": 1,
4
  "eos_token_id": 2,
5
- "transformers_version": "4.44.1"
6
  }
 
2
  "_from_model_config": true,
3
  "bos_token_id": 1,
4
  "eos_token_id": 2,
5
+ "transformers_version": "4.44.2"
6
  }