truongghieu commited on
Commit
18894b1
1 Parent(s): d8572d3

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. adapter_model.bin +2 -2
  2. tokenizer_config.json +29 -24
  3. training_args.bin +2 -2
adapter_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a8ff92c3ec2831c63c36656d66a4af497a40377d7f16c04f34da50de52befd43
3
- size 12833485
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b22db729e066ae1afb456130ddb1aa8e395c1eab26d6da2877e236e71abdf9e8
3
+ size 12833930
tokenizer_config.json CHANGED
@@ -1,34 +1,39 @@
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
  "use_default_system_prompt": true
34
  }
 
1
  {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<unk>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "<s>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "</s>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ }
27
  },
28
+ "bos_token": "<s>",
29
  "clean_up_tokenization_spaces": false,
30
+ "eos_token": "</s>",
 
 
 
 
 
 
 
31
  "legacy": false,
32
  "model_max_length": 1000000000000000019884624838656,
33
+ "pad_token": "</s>",
34
  "padding_side": "right",
35
  "sp_model_kwargs": {},
36
  "tokenizer_class": "LlamaTokenizer",
37
+ "unk_token": "<unk>",
 
 
 
 
 
 
 
38
  "use_default_system_prompt": true
39
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:499851af7bb1a44dbb0dce99a3de0dbd349a5bbfd4a03fd9fdf9641f0e016710
3
- size 4027
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:001e32cc0aac54096f37a75248d10a86923539bfc46a7802a877ce13f4ea225c
3
+ size 4536