ZhiguangHan commited on
Commit
28ddc6e
1 Parent(s): 3fa01b6

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "ZhiguangHan/mt5-small-task3-dataset2",
3
  "architectures": [
4
  "MT5ForConditionalGeneration"
5
  ],
 
1
  {
2
+ "_name_or_path": "google/mt5-small",
3
  "architectures": [
4
  "MT5ForConditionalGeneration"
5
  ],
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f9aab561b2e761fb63c12433376b63ba5a83add1461e7ba34fdd67ca20467eb6
3
  size 1200729512
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f7b7c97f1de7ee62c6c769ca54affd850ab97063b6a31089136628cc23258c3
3
  size 1200729512
runs/Dec09_03-10-08_8caa64611a6d/events.out.tfevents.1702091423.8caa64611a6d.3534.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c918cf218769ed9a1f8b1acfaebf37e02a425ed6d8253f79138c1fd8a0e02016
3
+ size 5150
special_tokens_map.json CHANGED
@@ -1,5 +1,4 @@
1
  {
2
- "cls_token": "[CLS]",
3
  "eos_token": {
4
  "content": "</s>",
5
  "lstrip": false,
@@ -7,7 +6,6 @@
7
  "rstrip": false,
8
  "single_word": false
9
  },
10
- "mask_token": "[MASK]",
11
  "pad_token": {
12
  "content": "<pad>",
13
  "lstrip": false,
@@ -15,7 +13,6 @@
15
  "rstrip": false,
16
  "single_word": false
17
  },
18
- "sep_token": "[SEP]",
19
  "unk_token": {
20
  "content": "<unk>",
21
  "lstrip": false,
 
1
  {
 
2
  "eos_token": {
3
  "content": "</s>",
4
  "lstrip": false,
 
6
  "rstrip": false,
7
  "single_word": false
8
  },
 
9
  "pad_token": {
10
  "content": "<pad>",
11
  "lstrip": false,
 
13
  "rstrip": false,
14
  "single_word": false
15
  },
 
16
  "unk_token": {
17
  "content": "<unk>",
18
  "lstrip": false,
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:59a8a3adecbc807fce9bc465b0958980e95450beae5c9833d932f07c3629bd71
3
- size 16315858
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08d4ce8b40c2092406659eb2d93e408142e85605d05b449ff58f16f7c719b7f6
3
+ size 16330559
tokenizer_config.json CHANGED
@@ -23,50 +23,16 @@
23
  "rstrip": false,
24
  "single_word": false,
25
  "special": true
26
- },
27
- "250100": {
28
- "content": "[SEP]",
29
- "lstrip": false,
30
- "normalized": false,
31
- "rstrip": false,
32
- "single_word": false,
33
- "special": true
34
- },
35
- "250101": {
36
- "content": "[CLS]",
37
- "lstrip": false,
38
- "normalized": false,
39
- "rstrip": false,
40
- "single_word": false,
41
- "special": true
42
- },
43
- "250102": {
44
- "content": "[MASK]",
45
- "lstrip": false,
46
- "normalized": false,
47
- "rstrip": false,
48
- "single_word": false,
49
- "special": true
50
  }
51
  },
52
  "additional_special_tokens": [],
53
  "clean_up_tokenization_spaces": true,
54
- "cls_token": "[CLS]",
55
- "do_lower_case": true,
56
  "eos_token": "</s>",
57
  "extra_ids": 0,
58
  "legacy": true,
59
- "mask_token": "[MASK]",
60
- "max_length": 100,
61
  "model_max_length": 1000000000000000019884624838656,
62
  "pad_token": "<pad>",
63
- "sep_token": "[SEP]",
64
  "sp_model_kwargs": {},
65
- "stride": 0,
66
- "strip_accents": null,
67
- "tokenize_chinese_chars": true,
68
- "tokenizer_class": "BertTokenizer",
69
- "truncation_side": "right",
70
- "truncation_strategy": "longest_first",
71
  "unk_token": "<unk>"
72
  }
 
23
  "rstrip": false,
24
  "single_word": false,
25
  "special": true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  }
27
  },
28
  "additional_special_tokens": [],
29
  "clean_up_tokenization_spaces": true,
 
 
30
  "eos_token": "</s>",
31
  "extra_ids": 0,
32
  "legacy": true,
 
 
33
  "model_max_length": 1000000000000000019884624838656,
34
  "pad_token": "<pad>",
 
35
  "sp_model_kwargs": {},
36
+ "tokenizer_class": "T5Tokenizer",
 
 
 
 
 
37
  "unk_token": "<unk>"
38
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:09a22d72b377ff1b6954c09f332642007787f30f4718d703168b7b59190c7901
3
  size 4728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0db14bfece6f5c26f4c09ed73a86c97365aa6cf62dd2c452724bb0b1b4ecb94
3
  size 4728