ainoob101 commited on
Commit
e7af7d1
1 Parent(s): 6eecda4

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -1,12 +1,12 @@
1
  {
2
- "_name_or_path": "Deci/DeciLM-7B",
3
  "architectures": [
4
  "DeciLMForCausalLM"
5
  ],
6
  "attention_bias": false,
7
  "auto_map": {
8
- "AutoConfig": "Deci/DeciLM-7B--configuration_decilm.DeciLMConfig",
9
- "AutoModelForCausalLM": "Deci/DeciLM-7B--modeling_decilm.DeciLMForCausalLM"
10
  },
11
  "bos_token_id": 1,
12
  "eos_token_id": 2,
 
1
  {
2
+ "_name_or_path": "ainoob101/deci-7b-dolly-qlora",
3
  "architectures": [
4
  "DeciLMForCausalLM"
5
  ],
6
  "attention_bias": false,
7
  "auto_map": {
8
+ "AutoConfig": "ainoob101/deci-7b-dolly-qlora--configuration_decilm.DeciLMConfig",
9
+ "AutoModelForCausalLM": "ainoob101/deci-7b-dolly-qlora--modeling_decilm.DeciLMForCausalLM"
10
  },
11
  "bos_token_id": 1,
12
  "eos_token_id": 2,