fusion
fusion
**Question** Hello! I used the script "embeddings_extraction.py", and I input the sentence as below: `basic_texts = [ {"text": "apple is delicious fruit"} ] ` `model = Inferencer.load(lang_model, task_type="embeddings", gpu=use_gpu, batch_size=batch_size,...
Hello! this repository helped me a lot! When using ContextualWordEmbsAug (such as BERT), [MASK] a word in the input text and replace it using Masked Language Model. And I'm wondering...
hello! I'm wondering if I could ask you what the hyperparameter "text_list=texts" means? For example, in the section "3. Create DataBunch object" of "Language Model Fine-tuning" in the README.md ,...
您好!感谢作者的贡献开源。请问一下bert_classification和fine_tune bert better的训练代码,好像都没有用上validation验证集?如果要验证的话,应该怎么添加代码呢?谢谢