jondurbin commited on
Commit
eb59a57
1 Parent(s): f6457c7

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/workspace/airoboros-13b-gpt4",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
@@ -10,8 +10,8 @@
10
  "initializer_range": 0.02,
11
  "intermediate_size": 13824,
12
  "max_position_embeddings": 2048,
13
- "max_seq_len": 4096,
14
- "max_sequence_length": 2048,
15
  "model_type": "llama",
16
  "num_attention_heads": 40,
17
  "num_hidden_layers": 40,
 
1
  {
2
+ "_name_or_path": "/workspace/llama-13b-hf",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
10
  "initializer_range": 0.02,
11
  "intermediate_size": 13824,
12
  "max_position_embeddings": 2048,
13
+ "max_sequence_len": 4096,
14
+ "max_sequence_length": 4096,
15
  "model_type": "llama",
16
  "num_attention_heads": 40,
17
  "num_hidden_layers": 40,