apuku0723 commited on
Commit
5e55019
·
1 Parent(s): e5ec9d4

Upload LlamaForCausalLM

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "TheBloke/Llama-2-7B-fp16",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
@@ -16,7 +16,6 @@
16
  "num_attention_heads": 32,
17
  "num_hidden_layers": 32,
18
  "num_key_value_heads": 32,
19
- "pad_token_id": 0,
20
  "pretraining_tp": 1,
21
  "quantization_config": {
22
  "bnb_4bit_compute_dtype": "float32",
 
1
  {
2
+ "_name_or_path": "meta-llama/Llama-2-7b-chat-hf",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
16
  "num_attention_heads": 32,
17
  "num_hidden_layers": 32,
18
  "num_key_value_heads": 32,
 
19
  "pretraining_tp": 1,
20
  "quantization_config": {
21
  "bnb_4bit_compute_dtype": "float32",
generation_config.json CHANGED
@@ -1,8 +1,10 @@
1
  {
2
- "_from_model_config": true,
3
  "bos_token_id": 1,
 
4
  "eos_token_id": 2,
 
5
  "pad_token_id": 0,
6
- "transformers_version": "4.36.2",
7
- "use_cache": false
 
8
  }
 
1
  {
 
2
  "bos_token_id": 1,
3
+ "do_sample": true,
4
  "eos_token_id": 2,
5
+ "max_length": 4096,
6
  "pad_token_id": 0,
7
+ "temperature": 0.6,
8
+ "top_p": 0.9,
9
+ "transformers_version": "4.36.2"
10
  }
model-00001-of-00002.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:200e3bdc58c880cec8825a7f05ee687aea74a34e71a409ecaeb130fdfe0c2cdb
3
  size 4992587592
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f7239480118e21de6a4fe55869885d518b3ba321d72371d2a9e6c842a5f883f
3
  size 4992587592
model-00002-of-00002.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:eba955bd58b27bd6967dddf805af92161b8791e584a76635fecee556368f0198
3
  size 2555349880
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94ae7bc01eaf58d737e4f35c95d3b2b75b2cb6df6b3ad6f142c3ccc077d707db
3
  size 2555349880