chibao24 commited on
Commit
65ca12a
1 Parent(s): da426d6

Model save

Browse files
added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "<mask>": 64000
3
+ }
bpe.codes ADDED
The diff for this file is too large to render. See raw diff
 
runs/Jun08_18-46-58_DESKTOP-H2CRQMR/events.out.tfevents.1717847220.DESKTOP-H2CRQMR.225222.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:38ae22687b3de48f06739ffa919bf24e842c686ec0983e7591bcd0b1fa80c072
3
- size 4184
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e8033d0b0bc812cb7a0682fd7451effd3d4c7d3ef6e6134126becabd0c70ed7
3
+ size 5126
runs/Jun08_20-14-00_DESKTOP-H2CRQMR/events.out.tfevents.1717852441.DESKTOP-H2CRQMR.259576.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a69eaa9be586cf6a50eee67e954e1ed2a9222927fd126e7752f78ffc0b53151
3
+ size 5473
special_tokens_map.json CHANGED
@@ -1,23 +1,9 @@
1
  {
2
- "eos_token": {
3
- "content": "</s>",
4
- "lstrip": false,
5
- "normalized": false,
6
- "rstrip": false,
7
- "single_word": false
8
- },
9
- "pad_token": {
10
- "content": "<pad>",
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,
21
- "single_word": false
22
- }
23
  }
 
1
  {
2
+ "bos_token": "<s>",
3
+ "cls_token": "<s>",
4
+ "eos_token": "</s>",
5
+ "mask_token": "<mask>",
6
+ "pad_token": "<pad>",
7
+ "sep_token": "</s>",
8
+ "unk_token": "<unk>"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  }
tokenizer_config.json CHANGED
@@ -1,8 +1,7 @@
1
  {
2
- "add_prefix_space": true,
3
  "added_tokens_decoder": {
4
  "0": {
5
- "content": "<pad>",
6
  "lstrip": false,
7
  "normalized": false,
8
  "rstrip": false,
@@ -10,7 +9,7 @@
10
  "special": true
11
  },
12
  "1": {
13
- "content": "</s>",
14
  "lstrip": false,
15
  "normalized": false,
16
  "rstrip": false,
@@ -18,22 +17,38 @@
18
  "special": true
19
  },
20
  "2": {
 
 
 
 
 
 
 
 
21
  "content": "<unk>",
22
  "lstrip": false,
23
  "normalized": false,
24
  "rstrip": false,
25
  "single_word": false,
26
  "special": true
 
 
 
 
 
 
 
 
27
  }
28
  },
29
- "additional_special_tokens": [],
30
  "clean_up_tokenization_spaces": true,
 
31
  "eos_token": "</s>",
32
- "extra_ids": 0,
33
- "legacy": true,
34
  "model_max_length": 1000000000000000019884624838656,
35
  "pad_token": "<pad>",
36
- "sp_model_kwargs": {},
37
- "tokenizer_class": "T5Tokenizer",
38
  "unk_token": "<unk>"
39
  }
 
1
  {
 
2
  "added_tokens_decoder": {
3
  "0": {
4
+ "content": "<s>",
5
  "lstrip": false,
6
  "normalized": false,
7
  "rstrip": false,
 
9
  "special": true
10
  },
11
  "1": {
12
+ "content": "<pad>",
13
  "lstrip": false,
14
  "normalized": false,
15
  "rstrip": 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
+ "3": {
28
  "content": "<unk>",
29
  "lstrip": false,
30
  "normalized": false,
31
  "rstrip": false,
32
  "single_word": false,
33
  "special": true
34
+ },
35
+ "64000": {
36
+ "content": "<mask>",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
  }
43
  },
44
+ "bos_token": "<s>",
45
  "clean_up_tokenization_spaces": true,
46
+ "cls_token": "<s>",
47
  "eos_token": "</s>",
48
+ "mask_token": "<mask>",
 
49
  "model_max_length": 1000000000000000019884624838656,
50
  "pad_token": "<pad>",
51
+ "sep_token": "</s>",
52
+ "tokenizer_class": "PhobertTokenizer",
53
  "unk_token": "<unk>"
54
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9272cc51b3638ef3028a383c6d48a1e8a6f6a1e4e1e0dec3d4ddb5cba663c26f
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e690f2a8dbd0240d42ab257ac07c7a5dd91eb3eda4310fca53641376cb1226f
3
  size 5304
vocab.txt ADDED
The diff for this file is too large to render. See raw diff