iqrakiran commited on
Commit
49cad43
1 Parent(s): 73504f8

Upload FalconForCausalLM

Browse files
adapter_config.json CHANGED
@@ -20,10 +20,10 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "dense_4h_to_h",
24
  "dense",
25
  "query_key_value",
26
- "dense_h_to_4h"
27
  ],
28
  "task_type": "CAUSAL_LM",
29
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
+ "dense_h_to_4h",
24
  "dense",
25
  "query_key_value",
26
+ "dense_4h_to_h"
27
  ],
28
  "task_type": "CAUSAL_LM",
29
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8a53d28d0c19bf712fc9a6a5516dc70fdd5744c592af157cc0a9ebdf973698d6
3
  size 522227376
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd0da26d4bd7a549b3cebe9101d6b6d8e57957b4276666255ec3983ddbdaa043
3
  size 522227376
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.2"
6
  }
 
2
  "_from_model_config": true,
3
  "bos_token_id": 1,
4
  "eos_token_id": 2,
5
+ "transformers_version": "4.45.1"
6
  }