starride-teklia commited on
Commit
aa103b4
1 Parent(s): 4ead7e1

Fix size mismatch issue

Browse files

The problem was that the `model` file was not compatible with the vocabulary size. I created a new `model` file and that fixed the problem.

Files changed (2) hide show
  1. model +0 -0
  2. syms.txt +23 -22
model CHANGED
Binary files a/model and b/model differ
 
syms.txt CHANGED
@@ -92,25 +92,26 @@ z 84
92
  ² 91
93
  º 92
94
  » 93
95
- É 94
96
- Ü 95
97
- à 96
98
- â 97
99
- ç 98
100
- è 99
101
- é 100
102
- ê 101
103
- ë 102
104
- î 103
105
- ï 104
106
- ô 105
107
- ù 106
108
- û 107
109
- ü 108
110
- ÿ 109
111
- Π110
112
- œ 111
113
- 112
114
- 113
115
- <unk> 114
116
- <space> 115
 
 
92
  ² 91
93
  º 92
94
  » 93
95
+ À 94
96
+ É 95
97
+ Ü 96
98
+ à 97
99
+ â 98
100
+ ç 99
101
+ è 100
102
+ é 101
103
+ ê 102
104
+ ë 103
105
+ î 104
106
+ ï 105
107
+ ô 106
108
+ ù 107
109
+ û 108
110
+ ü 109
111
+ ÿ 110
112
+ Π111
113
+ œ 112
114
+ 113
115
+ 114
116
+ <unk> 115
117
+ <space> 116