nathan-weinberg ygal commited on
Commit
024256d
1 Parent(s): fd5873d

Update architectures to LlamaForCausalLM (#2)

Browse files

- Update architectures to LlamaForCausalLM (9869766c057980a0b4555e0d72f8fe329c5dac79)


Co-authored-by: Ygal Blum <ygal@users.noreply.huggingface.co>

Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "architectures": [
3
- "MistralForCausalLM"
4
  ],
5
  "attention_bias": false,
6
  "attention_dropout": 0.0,
 
1
  {
2
  "architectures": [
3
+ "LlamaForCausalLM"
4
  ],
5
  "attention_bias": false,
6
  "attention_dropout": 0.0,