Training in progress, step 500
Browse files- config.json +1 -1
- pytorch_model.bin +1 -1
- special_tokens_map.json +47 -0
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"MT5ForConditionalGeneration"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "csebuetnlp/mT5_m2m_crossSum",
|
3 |
"architectures": [
|
4 |
"MT5ForConditionalGeneration"
|
5 |
],
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2329702581
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b22fda21a0f5312002c077099ee460840f75ceb3842dd28483009c4984d96e1a
|
3 |
size 2329702581
|
special_tokens_map.json
CHANGED
@@ -1,4 +1,51 @@
|
|
1 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
"eos_token": "</s>",
|
3 |
"pad_token": "<pad>",
|
4 |
"unk_token": "<unk>"
|
|
|
1 |
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"β<extra_id_64>",
|
4 |
+
"β<extra_id_95>",
|
5 |
+
"β<extra_id_92>",
|
6 |
+
"β<extra_id_57>",
|
7 |
+
"β<extra_id_66>",
|
8 |
+
"β<extra_id_59>",
|
9 |
+
"β<extra_id_55>",
|
10 |
+
"β<extra_id_69>",
|
11 |
+
"β<extra_id_89>",
|
12 |
+
"β<extra_id_72>",
|
13 |
+
"β<extra_id_56>",
|
14 |
+
"β<extra_id_78>",
|
15 |
+
"β<extra_id_90>",
|
16 |
+
"β<extra_id_98>",
|
17 |
+
"β<extra_id_62>",
|
18 |
+
"β<extra_id_99>",
|
19 |
+
"β<extra_id_70>",
|
20 |
+
"β<extra_id_94>",
|
21 |
+
"β<extra_id_86>",
|
22 |
+
"β<extra_id_79>",
|
23 |
+
"β<extra_id_58>",
|
24 |
+
"β<extra_id_65>",
|
25 |
+
"β<extra_id_76>",
|
26 |
+
"β<extra_id_85>",
|
27 |
+
"β<extra_id_60>",
|
28 |
+
"β<extra_id_82>",
|
29 |
+
"β<extra_id_63>",
|
30 |
+
"β<extra_id_75>",
|
31 |
+
"β<extra_id_71>",
|
32 |
+
"β<extra_id_88>",
|
33 |
+
"β<extra_id_68>",
|
34 |
+
"β<extra_id_80>",
|
35 |
+
"β<extra_id_96>",
|
36 |
+
"β<extra_id_81>",
|
37 |
+
"β<extra_id_67>",
|
38 |
+
"β<extra_id_77>",
|
39 |
+
"β<extra_id_93>",
|
40 |
+
"β<extra_id_83>",
|
41 |
+
"β<extra_id_84>",
|
42 |
+
"β<extra_id_97>",
|
43 |
+
"β<extra_id_61>",
|
44 |
+
"β<extra_id_91>",
|
45 |
+
"β<extra_id_87>",
|
46 |
+
"β<extra_id_73>",
|
47 |
+
"β<extra_id_74>"
|
48 |
+
],
|
49 |
"eos_token": "</s>",
|
50 |
"pad_token": "<pad>",
|
51 |
"unk_token": "<unk>"
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4155
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:07dcf6cc34c3f611746a201da57087ececebd3a79dd5bbd80373651b298b4c46
|
3 |
size 4155
|