ashishsr commited on
Commit
e0eee6a
1 Parent(s): 59ad23e

Upload config

Browse files
Files changed (1) hide show
  1. config.json +3 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
@@ -15,7 +15,9 @@
15
  "num_attention_heads": 32,
16
  "num_hidden_layers": 22,
17
  "num_key_value_heads": 4,
 
18
  "pad_token_id": 32000,
 
19
  "pretraining_tp": 1,
20
  "rms_norm_eps": 1e-05,
21
  "rope_scaling": null,
 
1
  {
2
+ "_name_or_path": "ashishsr/TinyLlama-1.1B-Chat-v1.0-fine-tuned-v5-temp",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
15
  "num_attention_heads": 32,
16
  "num_hidden_layers": 22,
17
  "num_key_value_heads": 4,
18
+ "pad_token": "|<pad>|",
19
  "pad_token_id": 32000,
20
+ "padding_side": "left",
21
  "pretraining_tp": 1,
22
  "rms_norm_eps": 1e-05,
23
  "rope_scaling": null,