Mifta Sintaha
Mifta Sintaha
Has anyone found any fix for this? I'm facing the same problem in my Jenkins CI server and the tests run perfectly in local env but fails in CI, UNLESS...
Yes, here you go input_bpe.txt ``` app . use ( express . static ( path . join ( _ _ dirname + $STRING$ ) ) ) ; var _ =...
I have actually run those as well, using the subword.txt generated. It was mentioned in the prepare_cure_input script at the end
First i generated the vocab using ```subword-nmt learn-joint-bpe-and-vocab --input training_tokenize.txt -s 50000 -o subword.txt --write-vocabulary vocabulary.txt``` Then i ran: ``` subword-nmt apply-bpe -c subword.txt < training_tokenize.txt > training_bpe.txt subword-nmt apply-bpe...
We have 46,247 lines in the vocabulary.txt. And yes, the generated identifier_bpe.tokens file does not contain ``
The maximum input length is within 1022 tokens. We have enclosed it in try_catch block, and it crashes on all the inputs
Is the java_class.json created from within the dataset? Should it contain all the built-in java classes? Also, is the java_keywords contain the top 100 keywords within the dataset?
Hi @lin-tan and @jiang719 , I have a similar query. Can you also provide the config (used in `OpenAIGPTLMHeadModel(config)`) for training a new model from scratch? Thank you.
@backes Hi! is it possible to fix the issue? I'm running on MacOS High Sierra and tried with both Java 1.6 and 1.7 (with maven 3.2 and 3.3 respectively) but...
> We're looking at this, and we think that we can get rebuff to work in one of the following ways > > 1. add the github release to the...