mukulb commited on
Commit
dc6ac0f
·
verified ·
1 Parent(s): c1bd972

Training in progress, step 10

Browse files
adapter_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
- "base_model_name_or_path": "PY007/TinyLlama-1.1B-step-50K-105b",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
 
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
+ "base_model_name_or_path": "PY007/TinyLlama-1.1B-Chat-v0.1",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6dad9a1375ea783d15bcd1e2aac5b01dca559385e2ac44632ab74581c8a77edc
3
  size 18034152
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d5715e6b0ea64624f9a5cd840b1ab876e90814f4f43053c6ed09fa3c8c09e6f
3
  size 18034152
added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "[PAD]": 32000
3
+ }
tokenizer.json CHANGED
@@ -34,6 +34,15 @@
34
  "rstrip": false,
35
  "normalized": false,
36
  "special": true
 
 
 
 
 
 
 
 
 
37
  }
38
  ],
39
  "normalizer": {
 
34
  "rstrip": false,
35
  "normalized": false,
36
  "special": true
37
+ },
38
+ {
39
+ "id": 32000,
40
+ "content": "[PAD]",
41
+ "single_word": false,
42
+ "lstrip": false,
43
+ "rstrip": false,
44
+ "normalized": false,
45
+ "special": true
46
  }
47
  ],
48
  "normalizer": {
tokenizer_config.json CHANGED
@@ -25,6 +25,14 @@
25
  "rstrip": false,
26
  "single_word": false,
27
  "special": true
 
 
 
 
 
 
 
 
28
  }
29
  },
30
  "bos_token": "<s>",
@@ -37,5 +45,5 @@
37
  "sp_model_kwargs": {},
38
  "tokenizer_class": "LlamaTokenizer",
39
  "unk_token": "<unk>",
40
- "use_default_system_prompt": false
41
  }
 
25
  "rstrip": false,
26
  "single_word": false,
27
  "special": true
28
+ },
29
+ "32000": {
30
+ "content": "[PAD]",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
  }
37
  },
38
  "bos_token": "<s>",
 
45
  "sp_model_kwargs": {},
46
  "tokenizer_class": "LlamaTokenizer",
47
  "unk_token": "<unk>",
48
+ "use_default_system_prompt": true
49
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ec88b4669f4bd593de0165d59ac402e1134722ebd0b966176f8e53fc6985c0aa
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c7b78428cb1a5f01be432c61fc144671104d2d60aab022ee9a11b4364a090e3
3
  size 5112