Commit
•
efd3751
1
Parent(s):
1773a19
Update generation config with word-level alignment heads (#12)
Browse files- Upload config (4e475376cc7623a0e9baf84df9ff091dbf934414)
- generation_config.json +23 -1
generation_config.json
CHANGED
@@ -1,4 +1,26 @@
|
|
1 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
"begin_suppress_tokens": [
|
3 |
220,
|
4 |
50256
|
@@ -110,5 +132,5 @@
|
|
110 |
50360,
|
111 |
50361
|
112 |
],
|
113 |
-
"transformers_version": "4.
|
114 |
}
|
|
|
1 |
{
|
2 |
+
"alignment_heads": [
|
3 |
+
[
|
4 |
+
3,
|
5 |
+
3
|
6 |
+
],
|
7 |
+
[
|
8 |
+
4,
|
9 |
+
7
|
10 |
+
],
|
11 |
+
[
|
12 |
+
5,
|
13 |
+
1
|
14 |
+
],
|
15 |
+
[
|
16 |
+
5,
|
17 |
+
5
|
18 |
+
],
|
19 |
+
[
|
20 |
+
5,
|
21 |
+
7
|
22 |
+
]
|
23 |
+
],
|
24 |
"begin_suppress_tokens": [
|
25 |
220,
|
26 |
50256
|
|
|
132 |
50360,
|
133 |
50361
|
134 |
],
|
135 |
+
"transformers_version": "4.31.0.dev0"
|
136 |
}
|