Text Classification
Transformers
PyTorch
English
llama
text-generation-inference
Inference Endpoints
hamishivi commited on
Commit
643498b
1 Parent(s): b05a36e

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -14,7 +14,7 @@
14
  "label2id": {
15
  "LABEL_0": 0
16
  },
17
- "max_position_embeddings": 2048,
18
  "model_type": "llama",
19
  "num_attention_heads": 64,
20
  "num_hidden_layers": 80,
 
14
  "label2id": {
15
  "LABEL_0": 0
16
  },
17
+ "max_position_embeddings": 4096,
18
  "model_type": "llama",
19
  "num_attention_heads": 64,
20
  "num_hidden_layers": 80,