public static class
GenerateVocabRemapping.Options
Optional attributes for GenerateVocabRemapping
Public Methods
GenerateVocabRemapping.Options |
oldVocabSize(Long oldVocabSize)
|
Inherited Methods
boolean |
equals(Object arg0)
|
final Class<?> |
getClass()
|
int |
hashCode()
|
final void |
notify()
|
final void |
notifyAll()
|
String |
toString()
|
final void |
wait(long arg0, int arg1)
|
final void |
wait(long arg0)
|
final void |
wait()
|
Public Methods
public GenerateVocabRemapping.Options oldVocabSize (Long oldVocabSize)
Parameters
oldVocabSize | Number of entries in the old vocab file to consider. If -1, use the entire old vocabulary. |
---|