- 24 Jul, 2020 4 commits
-
-
Funtowicz Morgan authored
* Ensure OpenAI GPT position_ids is correctly initialized and registered as buffer at init. This will make it compatible with TorchScript export. Signed-off-by:
Morgan Funtowicz <morgan@huggingface.co> * Fix missing slice operator on the tensor data accessor. Signed-off-by:
Morgan Funtowicz <morgan@huggingface.co> * Style. Signed-off-by:
Morgan Funtowicz <morgan@huggingface.co> * Fixed BertEmbedding position_ids buffer created at forward. Signed-off-by:
Morgan Funtowicz <funtowiczmo@gmail.com> * Fixed MobileBertEmbedding position_ids buffer created at forward. Signed-off-by:
Morgan Funtowicz <funtowiczmo@gmail.com> * Fixed XLM position_ids buffer created at forward. Signed-off-by:
Morgan Funtowicz <funtowiczmo@gmail.com>
-
Sylvain Gugger authored
* Document TF modeling utils * Document all model utils
-
sgugger authored
-
Qingqing Cao authored
this removes the clutter line in the readme.md of model card `csarron/roberta-base-squad-v1`. It also fixes the result table.
-
- 23 Jul, 2020 8 commits
-
-
Sylvain Gugger authored
* Avoid unnecessary warnings when loading pretrained model * Fix test * Add other keys to ignore * keys_to_ignore_at_load -> authorized_missing_keys
-
Philip May authored
* Describe usage of sentence model * fix typo usage * add use and description to readme * fix typo in readme * readme formatting * add training procedure to readme * description name and company * readme formatting * dataset training readme * typo * readme
-
Qingqing Cao authored
* add: bert-base-uncased-squad-v1 * add: roberta-base-squad-v1
-
Sam Shleifer authored
-
Sylvain Gugger authored
-
Sylvain Gugger authored
* Clean up Trainer and expose customization points * Formatting * eval_step -> prediction_step
-
Qingqing Cao authored
* add mobilebert-uncased-squad-v2 * fix shell cmd, add creator info * add mobilebert-uncased-squad-v1
-
GmailB authored
-
- 22 Jul, 2020 7 commits
-
-
Sylvain Gugger authored
-
Sam Shleifer authored
-
Stas Bekman authored
* minor doc fixes correct superclass name and small grammar fixes * correct the instance name in the error message It appears to be `BaseTokenizer` from looking at: `from tokenizers.implementations import BaseTokenizer as BaseTokenizerFast` and not `Tokenizer` as it currently says.
-
Sam Shleifer authored
Co-authored-by:Julien Chaumond <chaumond@gmail.com>
-
Sam Shleifer authored
* T5 Model Cards * Fix paths * Fix tags * lang-en
-
Funtowicz Morgan authored
* Attempt to fix the way squad_convert_examples_to_features pad the elements for the QA pipeline. Signed-off-by:
Morgan Funtowicz <funtowiczmo@gmail.com> * Quality Signed-off-by:
Morgan Funtowicz <funtowiczmo@gmail.com> * Make the code easier to read and avoid testing multiple test the same thing. Signed-off-by:
Morgan Funtowicz <funtowiczmo@gmail.com> * missing enum value on truncation_strategy. Signed-off-by:
Morgan Funtowicz <funtowiczmo@gmail.com> * Rethinking for the easiest fix: expose the padding strategy on squad_convert_examples_to_features. Signed-off-by:
Morgan Funtowicz <funtowiczmo@gmail.com> * Remove unused imports. Signed-off-by:
Morgan Funtowicz <funtowiczmo@gmail.com>
-
Sam Shleifer authored
-
- 21 Jul, 2020 21 commits
-
-
Sylvain Gugger authored
* Update doc to new model outputs * Fix outputs in quicktour
-
Sam Shleifer authored
-
Sam Shleifer authored
-
Sam Shleifer authored
-
Sam Shleifer authored
-
Jannes authored
-
Jannes authored
-
Jannes authored
-
Jannes authored
-
Jannes authored
-
Jannes authored
-
Jannes authored
-
Jannes authored
-
Jannes authored
-
tuner007 authored
-
Manuel Romero authored
Add nlp dataset used
-
Manuel Romero authored
Add dataset used as it is now part of nlp package
-
Ali Hamdi Ali Fadel authored
* Add ComVE model cards * Apply suggestions from code review Co-authored-by:Julien Chaumond <chaumond@gmail.com>
-
Aditya Soni authored
-
BatJedi authored
* Created model card for my extreme summarization model * Update model_cards/yuvraj/xSumm/README.md Co-authored-by:Julien Chaumond <chaumond@gmail.com>
-
BatJedi authored
* Created model card for my summarization model * Update model_cards/yuvraj/summarizer-cnndm/README.md Co-authored-by:Julien Chaumond <chaumond@gmail.com>
-