- 19 Mar, 2020 17 commits
-
-
Manuel Romero authored
-
Manuel Romero authored
Create card for BERT-Mini finetuned on SQuAD v2
-
Manuel Romero authored
- Only 17MB of Model weights!!
-
Manuel Romero authored
-
Antti Virtanen authored
* Add a model card for FinBERT This is a copy of https://github.com/TurkuNLP/FinBERT/blob/master/README.md. * Added a file for uncased. * Add metadata for cased. * Added metadata for uncased.
-
Lysandre Debut authored
-
Kyeongpil Kang authored
For the tutorial of "How to generate text", the URL link was wrong (it was linked to the tutorial of "How to train a language model"). I fixed the URL.
-
Serkan Karakulak authored
* added return_token_type_ids argument for tokenizers which do not generate return_type_ids by default * fixed styling * Style Co-authored-by:LysandreJik <lysandre.debut@reseau.eseo.fr>
-
Sam Shleifer authored
* config.activation_function
-
mataney authored
* solving bug where for small epochs and large gradient_accumulation_steps we never train * black formatting * no need to change these files
-
Sam Shleifer authored
-
Mohamed El-Geish authored
`T5Tokenizer` instead of `XLNetTokenizer`
-
Matthew Goldey authored
-
Patrick von Platen authored
* fix issue 3289 * fix attention mask if input_ids None behavior
-
Junyi_Li authored
-
Junyi_Li authored
roberta_chinese_base card
-
Junyi_Li authored
albert_chinese_tiny card
-
- 18 Mar, 2020 8 commits
-
-
Kyle Lo authored
* Create README.md * model card * add model card for cased
-
Morgan Funtowicz authored
Remove hardcoded mask_token and use the value provided by the tokenizer.
-
Branden Chan authored
-
Lysandre Debut authored
* XLM-R now passes common tests + Integration tests * Correct mask index * Model input names * Style * Remove text preprocessing * Unneccessary import
-
Patrick von Platen authored
Adding LM Head to Transfo-XL and first step to fixing problem with Adaptive Embeddings in TransfoXL (#3286) * first commit * work in progress * make language generation task pass * update to working version for LM * delete print * remove dead code * make style
-
Patrick von Platen authored
-
Patrick von Platen authored
-
Junyi_Li authored
-
- 17 Mar, 2020 11 commits
-
-
Sam Shleifer authored
* passing * Undo stupid chg * docs * undo rename * delete-cruft * only import if you have torch * Dont rely on dict ordering * Fix dict ordering upstream * docstring link * docstring link * remove trailing comma for 3.5 compat * new name * delegate kwarging * Update kwargs
-
J.P Lee authored
* Update examples/ner/run_ner.py to use AutoModel * Fix missing code and apply `make style` command
-
Manuel Romero authored
-
Julien Chaumond authored
-
Nathan Raw authored
*
✨ Alter base pl transformer to use automodels *🐛 Add batch size env variable to function call *💄 Apply black code style from Makefile *🚚 Move lightning base out of ner directory *✨ Add lightning glue example *💄 self * move _feature_file to base class *✨ Move eval logging to custom callback *💄 Apply black code style *🐛 Add parent to pythonpath, remove copy command *🐛 Add missing max_length kwarg -
Patrick von Platen authored
* change do_samples back * None better default as boolean * adapt do_sample to True in test example * make style
-
Thomas Wolf authored
* memory benchmark rss * have both forward pass and line-by-line mem tracing * cleaned up tracing * refactored and cleaning up API * no f-strings yet... * add GPU mem logging * fix GPU memory monitoring * style and quality * clean up and doc * update with comments * Switching to python 3.6+ * fix quality
-
Jannes authored
* Create README.md * Updated README.md
-
Julien Chaumond authored
-
Sam Shleifer authored
-
iuliaturc-google authored
This model card is intended to be shared among all models under google/bert_uncased_* (We'll need some support from HuggingFace to get this card cross-linked from all models)
-
- 16 Mar, 2020 4 commits
-
-
Patrick von Platen authored
-
Sam Shleifer authored
-
Manuel Romero authored
-
Manuel Romero authored
-