jluckyboyj commited on
Commit
a23da1d
·
1 Parent(s): d239891

Training in progress, step 500

Browse files
adapter_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "auto_mapping": null,
3
- "base_model_name_or_path": "vilm/vietcuna-7b-v3",
4
  "inference_mode": true,
5
  "num_attention_heads": 32,
6
  "num_layers": 30,
@@ -12,5 +12,5 @@
12
  "revision": null,
13
  "task_type": "CAUSAL_LM",
14
  "token_dim": 4096,
15
- "tokenizer_name_or_path": "vilm/vietcuna-7b-v3"
16
  }
 
1
  {
2
  "auto_mapping": null,
3
+ "base_model_name_or_path": "vlsp-2023-vllm/hoa-7b",
4
  "inference_mode": true,
5
  "num_attention_heads": 32,
6
  "num_layers": 30,
 
12
  "revision": null,
13
  "task_type": "CAUSAL_LM",
14
  "token_dim": 4096,
15
+ "tokenizer_name_or_path": "vlsp-2023-vllm/hoa-7b"
16
  }
adapter_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2a34b7f68b08f67e03036273d978c1851859bd4e2ecf3d64c6c92c1ddf00a941
3
  size 131837
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0be013c72ed6ebf026473764bc51c1e7256ee7ab1a4ebd98dd30078d2af6ee7a
3
  size 131837
added_tokens.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</s>": 2,
3
+ "<mask>": 4,
4
+ "<pad>": 1,
5
+ "<s>": 0,
6
+ "<unk>": 3,
7
+ "<|endoftext|>": 5
8
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
special_tokens_map.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
- "bos_token": "<s>",
3
- "eos_token": "</s>",
4
- "pad_token": "</s>",
5
- "unk_token": "<unk>"
6
  }
 
1
  {
2
+ "bos_token": "<|endoftext|>",
3
+ "eos_token": "<|endoftext|>",
4
+ "pad_token": "<|endoftext|>",
5
+ "unk_token": "<|endoftext|>"
6
  }
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9f07e88418b331418961de843cab2dafef7ef384f772a31d90d8442660bd9100
3
- size 14500736
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8fc6581f226efaaaeb3170f303fa6c7c6221f450c6eb02799511c6f4767fc3f
3
+ size 2074778
tokenizer_config.json CHANGED
@@ -2,7 +2,7 @@
2
  "add_prefix_space": false,
3
  "added_tokens_decoder": {
4
  "0": {
5
- "content": "<unk>",
6
  "lstrip": false,
7
  "normalized": false,
8
  "rstrip": false,
@@ -10,7 +10,7 @@
10
  "special": true
11
  },
12
  "1": {
13
- "content": "<s>",
14
  "lstrip": false,
15
  "normalized": false,
16
  "rstrip": false,
@@ -26,7 +26,23 @@
26
  "special": true
27
  },
28
  "3": {
29
- "content": "<pad>",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  "lstrip": false,
31
  "normalized": false,
32
  "rstrip": false,
@@ -35,11 +51,10 @@
35
  }
36
  },
37
  "additional_special_tokens": [],
38
- "bos_token": "<s>",
39
- "clean_up_tokenization_spaces": false,
40
- "eos_token": "</s>",
41
  "model_max_length": 1000000000000000019884624838656,
42
- "pad_token": "</s>",
43
- "tokenizer_class": "BloomTokenizer",
44
- "unk_token": "<unk>"
45
  }
 
2
  "add_prefix_space": false,
3
  "added_tokens_decoder": {
4
  "0": {
5
+ "content": "<s>",
6
  "lstrip": false,
7
  "normalized": false,
8
  "rstrip": false,
 
10
  "special": true
11
  },
12
  "1": {
13
+ "content": "<pad>",
14
  "lstrip": false,
15
  "normalized": false,
16
  "rstrip": false,
 
26
  "special": true
27
  },
28
  "3": {
29
+ "content": "<unk>",
30
+ "lstrip": false,
31
+ "normalized": false,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "4": {
37
+ "content": "<mask>",
38
+ "lstrip": false,
39
+ "normalized": false,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ },
44
+ "5": {
45
+ "content": "<|endoftext|>",
46
  "lstrip": false,
47
  "normalized": false,
48
  "rstrip": false,
 
51
  }
52
  },
53
  "additional_special_tokens": [],
54
+ "bos_token": "<|endoftext|>",
55
+ "clean_up_tokenization_spaces": true,
56
+ "eos_token": "<|endoftext|>",
57
  "model_max_length": 1000000000000000019884624838656,
58
+ "tokenizer_class": "GPT2Tokenizer",
59
+ "unk_token": "<|endoftext|>"
 
60
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5ab8534a9b09b30ecb2e2ac9545ee742a45697d1686e72098ac0f7618119a891
3
- size 4091
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97e9604bfdc6f4450f03c3979a9d3505a163f0c24909cfc529c361cd91aad1e7
3
+ size 4027
vocab.json ADDED
The diff for this file is too large to render. See raw diff