naot97 commited on
Commit
1459edd
1 Parent(s): 1d31de5

Upload 12 files

Browse files
adapter_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "auto_mapping": null,
3
- "base_model_name_or_path": "bigscience/bloomz-560m",
4
  "bias": "none",
5
  "fan_in_fan_out": false,
6
  "inference_mode": true,
@@ -14,10 +14,8 @@
14
  "r": 32,
15
  "revision": null,
16
  "target_modules": [
17
- "query_key_value",
18
- "dense",
19
- "dense_h_to_4h",
20
- "dense_4h_to_h"
21
  ],
22
  "task_type": "CAUSAL_LM"
23
  }
 
1
  {
2
  "auto_mapping": null,
3
+ "base_model_name_or_path": "ura-hcmut/ura-llama-7b",
4
  "bias": "none",
5
  "fan_in_fan_out": false,
6
  "inference_mode": true,
 
14
  "r": 32,
15
  "revision": null,
16
  "target_modules": [
17
+ "q_proj",
18
+ "v_proj"
 
 
19
  ],
20
  "task_type": "CAUSAL_LM"
21
  }
adapter_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f78a6dbc9705bf43ec97832213678e2259fca0cc707bd76a6c636376decbcacc
3
- size 50401805
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aef8490269b8fab7a78c03e972e0254fdc5ec798548af38ae61594f834a15d62
3
+ size 67154893
optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dce2bc2ecf9cea425415f8a5804e8021437306ce0c9881bae7656b2d6ef27f9c
3
- size 100778053
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9304ff9bb74cba11ff6334efd601697d7a4bf1e09fcde3e688e822cee1972147
3
+ size 134296709
rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:86572a8bbec9539ed84ede6e24f18eb55267ee891cebe157d7edcb5973307b2e
3
  size 14575
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d707bf7f80ee58b83c746234210d8cf248f6e6b3bde191207a67b39370965421
3
  size 14575
scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:44c5c622778e42e629a3c690dd4b3cfaed285fff6cfe2ac2db9998337676b705
3
  size 627
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11785793e3adc04550b8406b62fd3763d826a80cf9248b192b7241e0214cc825
3
  size 627
special_tokens_map.json CHANGED
@@ -1,6 +1,24 @@
1
  {
2
- "bos_token": "<s>",
3
- "eos_token": "</s>",
 
 
 
 
 
 
 
 
 
 
 
 
4
  "pad_token": "</s>",
5
- "unk_token": "<unk>"
 
 
 
 
 
 
6
  }
 
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
  "pad_token": "</s>",
17
+ "unk_token": {
18
+ "content": "<unk>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
  }
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:17a208233d2ee8d8c83b23bc214df737c44806a1919f444e89b31e586cd956ba
3
- size 14500471
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcd04f0eadf90287bd26e1a183ac487d8a141b09b06aecb7725bbdd343640f2e
3
+ size 1842767
tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723
tokenizer_config.json CHANGED
@@ -1,11 +1,33 @@
1
  {
2
- "add_prefix_space": false,
3
- "bos_token": "<s>",
 
 
 
 
 
 
4
  "clean_up_tokenization_spaces": false,
5
- "eos_token": "</s>",
 
 
 
 
 
 
 
 
6
  "model_max_length": 1000000000000000019884624838656,
7
- "pad_token": "<pad>",
8
- "padding_side": "left",
9
- "tokenizer_class": "BloomTokenizer",
10
- "unk_token": "<unk>"
 
 
 
 
 
 
 
 
11
  }
 
1
  {
2
+ "bos_token": {
3
+ "__type": "AddedToken",
4
+ "content": "<s>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false
9
+ },
10
  "clean_up_tokenization_spaces": false,
11
+ "eos_token": {
12
+ "__type": "AddedToken",
13
+ "content": "</s>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false
18
+ },
19
+ "legacy": false,
20
  "model_max_length": 1000000000000000019884624838656,
21
+ "pad_token": null,
22
+ "padding_side": "right",
23
+ "sp_model_kwargs": {},
24
+ "tokenizer_class": "LlamaTokenizer",
25
+ "unk_token": {
26
+ "__type": "AddedToken",
27
+ "content": "<unk>",
28
+ "lstrip": false,
29
+ "normalized": false,
30
+ "rstrip": false,
31
+ "single_word": false
32
+ }
33
  }
trainer_state.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:05cba9517860d71a4fa26ba276b2b2050c4f5add3d5a0b822cd87b755fcb7974
3
  size 3963
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:641f21476d6f1e2f268f6b24bdbf7c150ba578b60298b96bfa238eeaf516ded0
3
  size 3963