- 19 Nov, 2020 2 commits
-
-
Amine Abdaoui authored
the table was badly formatted because of a single line break
-
Amine Abdaoui authored
* docs(bert-base-15lang-cased): add model card * add cards for all Geotrend models * [model cards] fix language tag for all Geotrend models
-
- 18 Nov, 2020 26 commits
-
-
cronoik authored
* Updated the Extractive Question Answering code snippets The Extractive Question Answering code snippets do not work anymore since the models return task-specific output objects. This commit fixes the pytorch and tensorflow examples but adding `.values()` to the model call. * Update task_summary.rst
-
Tim Isbister authored
-
cronoik authored
-
Stas Bekman authored
* apex breaks return_dict obj * style
-
Perez Ogayo authored
* Updated ModelCard * Apply suggestions from code review Co-authored-by:
Julien Chaumond <chaumond@gmail.com>
-
Yifan Peng authored
-
Manuel Romero authored
* Model card: T5-base fine-tuned on QuaRTz * Update model_cards/mrm8488/t5-base-finetuned-quartz/README.md Co-authored-by:
Julien Chaumond <chaumond@gmail.com>
-
Yifan Peng authored
-
Divyanshu Kakwani authored
-
dartrevan authored
* Update README.md * Update README.md
-
Abhilash Majumder authored
* Model Card for abhilash1910/financial_roberta * Update model_cards/abhilash1910/financial_roberta/README.md Co-authored-by:
Julien Chaumond <chaumond@gmail.com>
-
Vishal Singh authored
Modified Model in Action section. The class `AutoModelWithLMHead` is deprecated so changed it to `AutoModelForSeq2SeqLM` for encoder-decoder models. Removed duplicate eos token.
-
smanjil authored
* replace performance table with markdown * Update model_cards/smanjil/German-MedBERT/README.md Co-authored-by:
Julien Chaumond <chaumond@gmail.com>
-
hhou435 authored
-
Sylvain Gugger authored
-
Sylvain Gugger authored
-
Patrick von Platen authored
* improve summary * small fixes * cleaned line length * correct "" formatting * apply sylvains suggestions
-
Nicola De Cao authored
* Adding PrefixConstrainedLogitsProcessor * fixing RAG and style_doc * fixing black (v20 instead of v19) * Improving doc in generation_logits_process.py * Improving docs and typing in generation_utils.py * docs improvement * adding test and fixing doc typo * fixing doc_len * isort on test * fixed test * improve docstring a bit Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com>
-
Julien Plu authored
* New TF loading weights * apply style * Better naming * Largely comment the loading method * Apply style * Address Patrick's comments * Remove useless line of code * Update Docstring * Address Sylvain's and Lysandre's comments * Simplify the names computation * Typos
-
Ratthachat (Jung) authored
(one line typo)
-
Stas Bekman authored
-
Stas Bekman authored
-
Michał Pogoda authored
Multiline string informing about missing PyTorch/TensorFlow had missing space.
-
Sylvain Gugger authored
-
Benjamin Minixhofer authored
* make tr_loss regular float * Revert "make tr_loss regular float" This reverts commit c9d7ccfaf0c4387187b0841694f01ec0ffd5f4ba. * reset loss at each logging step * keep track of total loss with _total_loss_scalar * add remaining tr_loss at the end
-
cronoik authored
-
- 17 Nov, 2020 12 commits
-
-
Sylvain Gugger authored
-
Caitlin Ostroff authored
* Add Harry Potter Model * Update model_cards/ceostroff/harry-potter-gpt2-fanfiction/README.md * Update model_cards/ceostroff/harry-potter-gpt2-fanfiction/README.md * Update model_cards/ceostroff/harry-potter-gpt2-fanfiction/README.md Co-authored-by:
Julien Chaumond <chaumond@gmail.com>
-
Sylvain Gugger authored
* Remove old deprecated arguments Co-authored-by:
LysandreJik <lysandre.debut@reseau.eseo.fr> * Remove needless imports * Fix tests Co-authored-by:
LysandreJik <lysandre.debut@reseau.eseo.fr>
-
Lysandre Debut authored
* Tokenizers should be framework agnostic * Run the slow tests * Not testing * Fix documentation * Apply suggestions from code review Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com>
-
Sylvain Gugger authored
-
Stas Bekman authored
-
Sylvain Gugger authored
* First fixes * Fix imports and add init * Fix typo * Move init to final dest * Fix tokenization import * More fixes * Styling
-
Julien Chaumond authored
* <small>tiny typo</small> * Tokenizers: ability to load from model subfolder * use subfolder for local files as well * Uniformize model shortcut name => model id * from s3 => from huggingface.co Co-authored-by:
Quentin Lhoest <lhoest.q@gmail.com>
-
Sylvain Gugger authored
-
sgugger authored
-
Patrick von Platen authored
* add docs * make style
-
Patrick von Platen authored
* add mt5 and t5v1_1 model * fix tests * correct some imports * add tf model * finish tf t5 * improve examples * fix copies * clean doc
-