jianqing666 commited on
Commit
c6d2cc1
1 Parent(s): 3b1047a

Upload 6 files

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/ibex/user/xuj0h/LLM_ckpt/llama_raw_pretrain/llama-raw-sribd/llama-13b/checkpoint-0-227566",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
@@ -19,10 +19,9 @@
19
  "pretraining_tp": 1,
20
  "rms_norm_eps": 1e-05,
21
  "rope_scaling": null,
22
- "rope_theta": 10000.0,
23
  "tie_word_embeddings": false,
24
- "torch_dtype": "float32",
25
- "transformers_version": "4.33.2",
26
  "use_cache": true,
27
  "vocab_size": 32000
28
  }
 
1
  {
2
+ "_name_or_path": "meta-llama/Llama-2-13b-hf",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
19
  "pretraining_tp": 1,
20
  "rms_norm_eps": 1e-05,
21
  "rope_scaling": null,
 
22
  "tie_word_embeddings": false,
23
+ "torch_dtype": "float16",
24
+ "transformers_version": "4.32.0.dev0",
25
  "use_cache": true,
26
  "vocab_size": 32000
27
  }
generation_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 1,
4
+ "eos_token_id": 2,
5
+ "max_length": 4096,
6
+ "pad_token_id": 0,
7
+ "temperature": 0.9,
8
+ "top_p": 0.6,
9
+ "transformers_version": "4.32.0.dev0"
10
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -22,7 +22,6 @@
22
  "model_max_length": 1000000000000000019884624838656,
23
  "pad_token": null,
24
  "sp_model_kwargs": {},
25
- "spaces_between_special_tokens": false,
26
  "tokenizer_class": "LlamaTokenizer",
27
  "unk_token": {
28
  "__type": "AddedToken",
@@ -31,6 +30,5 @@
31
  "normalized": false,
32
  "rstrip": false,
33
  "single_word": false
34
- },
35
- "use_default_system_prompt": true
36
  }
 
22
  "model_max_length": 1000000000000000019884624838656,
23
  "pad_token": null,
24
  "sp_model_kwargs": {},
 
25
  "tokenizer_class": "LlamaTokenizer",
26
  "unk_token": {
27
  "__type": "AddedToken",
 
30
  "normalized": false,
31
  "rstrip": false,
32
  "single_word": false
33
+ }
 
34
  }