Suparious commited on
Commit
361e180
1 Parent(s): ff39116

Adding AWQ model

Browse files
Files changed (2) hide show
  1. config.json +3 -2
  2. generation_config.json +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/home/ubuntu/.cache/huggingface/hub/models--migtissera--Tess-2.0-Llama-3-8B/snapshots/65583e13f80f8b026376d1898ceb2f66582a9050",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
@@ -12,6 +12,7 @@
12
  "initializer_range": 0.02,
13
  "intermediate_size": 14336,
14
  "max_position_embeddings": 8192,
 
15
  "model_type": "llama",
16
  "num_attention_heads": 32,
17
  "num_hidden_layers": 32,
@@ -30,7 +31,7 @@
30
  "rope_theta": 500000.0,
31
  "tie_word_embeddings": false,
32
  "torch_dtype": "float16",
33
- "transformers_version": "4.40.1",
34
  "use_cache": false,
35
  "vocab_size": 128256
36
  }
 
1
  {
2
+ "_name_or_path": "/home/ubuntu/.cache/huggingface/hub/models--migtissera--Tess-2.0-Llama-3-8B/snapshots/9a577d7666eb90c13752ada950a0b5f91d3749f1",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
12
  "initializer_range": 0.02,
13
  "intermediate_size": 14336,
14
  "max_position_embeddings": 8192,
15
+ "mlp_bias": false,
16
  "model_type": "llama",
17
  "num_attention_heads": 32,
18
  "num_hidden_layers": 32,
 
31
  "rope_theta": 500000.0,
32
  "tie_word_embeddings": false,
33
  "torch_dtype": "float16",
34
+ "transformers_version": "4.41.1",
35
  "use_cache": false,
36
  "vocab_size": 128256
37
  }
generation_config.json CHANGED
@@ -5,5 +5,5 @@
5
  "max_length": 4096,
6
  "temperature": 0.6,
7
  "top_p": 0.9,
8
- "transformers_version": "4.40.1"
9
  }
 
5
  "max_length": 4096,
6
  "temperature": 0.6,
7
  "top_p": 0.9,
8
+ "transformers_version": "4.41.1"
9
  }