TheBloke commited on
Commit
dc7f240
1 Parent(s): 966b027

Initial GPTQ model commit

Browse files
Files changed (1) hide show
  1. config.json +4 -4
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "airoboros-l2-70b-2.1",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
@@ -15,14 +15,14 @@
15
  "num_hidden_layers": 80,
16
  "num_key_value_heads": 8,
17
  "pad_token_id": 0,
18
- "pretraining_tp": 1,
19
  "rms_norm_eps": 1e-05,
20
  "rope_scaling": null,
21
  "tie_word_embeddings": false,
22
- "torch_dtype": "float16",
23
- "transformers_version": "4.32.0",
24
  "use_cache": true,
25
  "vocab_size": 32000,
 
26
  "quantization_config": {
27
  "bits": 3,
28
  "group_size": -1,
 
1
  {
2
+ "_name_or_path": "llama-2-70b-hf",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
15
  "num_hidden_layers": 80,
16
  "num_key_value_heads": 8,
17
  "pad_token_id": 0,
 
18
  "rms_norm_eps": 1e-05,
19
  "rope_scaling": null,
20
  "tie_word_embeddings": false,
21
+ "torch_dtype": "bfloat16",
22
+ "transformers_version": "4.31.0",
23
  "use_cache": true,
24
  "vocab_size": 32000,
25
+ "pretraining_tp": 1,
26
  "quantization_config": {
27
  "bits": 3,
28
  "group_size": -1,