dacorvo HF Staff commited on
Commit
db2d17b
·
1 Parent(s): 7ce7ec4

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +5 -7
config.json CHANGED
@@ -19,13 +19,11 @@
19
  "n_positions": 1024,
20
  "neuron": {
21
  "auto_cast_type": "f32",
22
- "batch_size": 2,
23
  "compiler_type": "neuronx-cc",
24
- "compiler_version": "2.5.0.28+1be23f232",
25
- "neuron_kwargs": {
26
- "n_positions": 1024
27
- },
28
- "num_cores": 2,
29
  "task": "text-generation"
30
  },
31
  "reorder_and_upcast_attn": false,
@@ -43,7 +41,7 @@
43
  "max_length": 50
44
  }
45
  },
46
- "transformers_version": "4.31.0.dev0",
47
  "use_cache": true,
48
  "vocab_size": 50257
49
  }
 
19
  "n_positions": 1024,
20
  "neuron": {
21
  "auto_cast_type": "f32",
22
+ "batch_size": 1,
23
  "compiler_type": "neuronx-cc",
24
+ "compiler_version": "2.8.0.25+a3ad0f342",
25
+ "neuron_kwargs": {},
26
+ "num_cores": 1,
 
 
27
  "task": "text-generation"
28
  },
29
  "reorder_and_upcast_attn": false,
 
41
  "max_length": 50
42
  }
43
  },
44
+ "transformers_version": "4.32.1",
45
  "use_cache": true,
46
  "vocab_size": 50257
47
  }