reaperdoesntknow commited on
Commit
80788fb
·
verified ·
1 Parent(s): 4fa974c

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -2
config.json CHANGED
@@ -1,4 +1,7 @@
1
  {
 
 
 
2
  "return_dict": true,
3
  "output_hidden_states": false,
4
  "output_attentions": false,
@@ -39,7 +42,6 @@
39
  "exponential_decay_length_penalty": null,
40
  "suppress_tokens": null,
41
  "begin_suppress_tokens": null,
42
- "architectures": null,
43
  "finetuning_task": null,
44
  "id2label": {
45
  "0": "LABEL_0",
@@ -73,6 +75,6 @@
73
  ],
74
  "tie_embed": true,
75
  "use_flash": false,
76
- "model_type": "symbiotic-llm"
77
  }
78
 
 
1
  {
2
+ "architectures": [
3
+ "Qwen2ForCausalLM"
4
+ ],
5
  "return_dict": true,
6
  "output_hidden_states": false,
7
  "output_attentions": false,
 
42
  "exponential_decay_length_penalty": null,
43
  "suppress_tokens": null,
44
  "begin_suppress_tokens": null,
 
45
  "finetuning_task": null,
46
  "id2label": {
47
  "0": "LABEL_0",
 
75
  ],
76
  "tie_embed": true,
77
  "use_flash": false,
78
+ "model_type": "qwen2"
79
  }
80