khangmacon commited on
Commit
e976723
1 Parent(s): 34bb8c8

Training in progress, step 1000

Browse files
adapter_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
- "base_model_name_or_path": "meta-llama/Meta-Llama-3-8B",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
@@ -24,11 +24,11 @@
24
  "revision": null,
25
  "target_modules": [
26
  "k_proj",
27
- "o_proj",
28
- "gate_proj",
29
  "down_proj",
30
  "up_proj",
 
31
  "q_proj",
 
32
  "v_proj"
33
  ],
34
  "task_type": "CAUSAL_LM",
 
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
+ "base_model_name_or_path": "mistralai/Mistral-7B-v0.3",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
 
24
  "revision": null,
25
  "target_modules": [
26
  "k_proj",
 
 
27
  "down_proj",
28
  "up_proj",
29
+ "o_proj",
30
  "q_proj",
31
+ "gate_proj",
32
  "v_proj"
33
  ],
34
  "task_type": "CAUSAL_LM",
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f62fbd81da0e4a323f5256a90fb8ac5adb99e9e5b06d0c01b4834217b8fea4ef
3
- size 2436952864
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae6df9a92c9f9a1695c272e73bbd9e2a550957c2df8194cc3d0ca01feda4230a
3
+ size 872476576
special_tokens_map.json CHANGED
@@ -1,13 +1,20 @@
1
  {
2
  "bos_token": {
3
- "content": "<|begin_of_text|>",
4
  "lstrip": false,
5
  "normalized": false,
6
  "rstrip": false,
7
  "single_word": false
8
  },
9
  "eos_token": {
10
- "content": "<|end_of_text|>",
 
 
 
 
 
 
 
11
  "lstrip": false,
12
  "normalized": false,
13
  "rstrip": false,
 
1
  {
2
  "bos_token": {
3
+ "content": "<s>",
4
  "lstrip": false,
5
  "normalized": false,
6
  "rstrip": false,
7
  "single_word": false
8
  },
9
  "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "unk_token": {
17
+ "content": "<unk>",
18
  "lstrip": false,
19
  "normalized": false,
20
  "rstrip": false,
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37f00374dea48658ee8f5d0f21895b9bc55cb0103939607c8185bfd1c6ca1f89
3
+ size 587404
tokenizer_config.json CHANGED
The diff for this file is too large to render. See raw diff
 
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:596a7706dd2dff7b0f3aa22a469f3e0a1bfcf925af802d8b3839a1d03f159bc5
3
  size 5048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a86980e0400d056507c97b2edd15b1fd5f943e4884c9309c4a4915e8670e22c6
3
  size 5048