"git@developer.sourcefind.cn:gaoqiong/flash-attention.git" did not exist on "aec35fd67c0dd691b9357f8e7235aa6e994ec4ce"
- 15 Oct, 2020 3 commits
-
-
Julien Chaumond authored
cc @Narsil @mfuntowicz @joeddav
-
Julien Chaumond authored
see d99ed7ad
-
Julien Chaumond authored
-
- 14 Oct, 2020 6 commits
-
-
Nils Reimers authored
* Create README.md * Update model_cards/sentence-transformers/LaBSE/README.md Co-authored-by:
Julien Chaumond <chaumond@gmail.com> Co-authored-by:
Julien Chaumond <chaumond@gmail.com>
-
sarahlintang authored
* Create README.md * Update model_cards/sarahlintang/IndoBERT/README.md Co-authored-by:Julien Chaumond <chaumond@gmail.com>
-
Julien Chaumond authored
-
Zhuosheng Zhang authored
-
Sagor Sarker authored
-
XiaoqiJiao authored
-
- 12 Oct, 2020 1 commit
-
-
Alex Combessie authored
-
- 10 Oct, 2020 1 commit
-
-
Andrew Kane authored
-
- 09 Oct, 2020 1 commit
-
-
Joe Davison authored
-
- 07 Oct, 2020 9 commits
-
-
Blaise Cruz authored
-
Bobby Donchev authored
* Create README.md * Update README.md * Apply suggestions from code review Co-authored-by:Julien Chaumond <chaumond@gmail.com>
-
Keshan authored
* [Model card] SinhalaBERTo model. This is the model card for keshan/SinhalaBERTo model. * Update model_cards/keshan/SinhalaBERTo/README.md Co-authored-by:Julien Chaumond <chaumond@gmail.com>
-
Amine Abdaoui authored
Co-authored-by:Amin <amin.geotrend@gmail.com>
-
Abed khooli authored
-
dartrevan authored
-
Ilias Chalkidis authored
Minor changes: Add arxiv link + Layout improvement + fix typos
-
Abhilash Majumder authored
-
Julien Chaumond authored
by @nikkon3
-
- 06 Oct, 2020 4 commits
-
-
Ahmed Elnaggar authored
It should be T5-3B not T5-3M.
-
cedspam authored
-
Ilias Chalkidis authored
* Create README.md Model description for all LEGAL-BERT models, published as part of "LEGAL-BERT: The Muppets straight out of Law School". Chalkidis et al., 2018, In Findings of EMNLP 2020 * Update model_cards/nlpaueb/legal-bert-base-uncased/README.md Co-authored-by:Julien Chaumond <chaumond@gmail.com>
-
Ahmed Elnaggar authored
* Add ProtT5-XL-BFD model card * Apply suggestions from code review Co-authored-by:Patrick von Platen <patrick.v.platen@gmail.com>
-
- 05 Oct, 2020 3 commits
-
-
Joshua H authored
'The class `AutoModelWithLMHead` is deprecated and will be removed in a future version. Please use `AutoModelForCausalLM` for causal language models, `AutoModelForMaskedLM` for masked language models and `AutoModelForSeq2SeqLM` for encoder-decoder models.' I dont know how to change the 'How to use this model directly from the
馃 /transformers library:' part since it is not part of the model-paper -
Nathan Cooper authored
* Create README.md * Update model_cards/ncoop57/bart-base-code-summarizer-java-v0/README.md Co-authored-by:Julien Chaumond <chaumond@gmail.com>
-
Forrest Iandola authored
* configuration_squeezebert.py thin wrapper around bert tokenizer fix typos wip sb model code wip modeling_squeezebert.py. Next step is to get the multi-layer-output interface working set up squeezebert to use BertModelOutput when returning results. squeezebert documentation formatting allow head mask that is an array of [None, ..., None] docs docs cont'd path to vocab docs and pointers to cloud files (WIP) line length and indentation squeezebert model cards formatting of model cards untrack modeling_squeezebert_scratchpad.py update aws paths to vocab and config files get rid of stub of NSP code, and advise users to pretrain with mlm only fix rebase issues redo rebase of modeling_auto.py fix issues with code formatting more code format auto-fixes move squeezebert before bert in tokenization_auto.py and modeling_auto.py because squeezebert inherits from bert tests for squeezebert modeling and tokenization fix typo move squeezebert before bert in modeling_auto.py to fix inheritance problem disable test_head_masking, since squeezebert doesn't yet implement head masking fix issues exposed by the test_modeling_squeezebert.py fix an issue exposed by test_tokenization_squeezebert.py fix issue exposed by test_modeling_squeezebert.py auto generated code style improvement issue that we inherited from modeling_xxx.py: SqueezeBertForMaskedLM.forward() calls self.cls(), but there is no self.cls, and I think the goal was actually to call self.lm_head() update copyright resolve failing 'test_hidden_states_output' and remove unused encoder_hidden_states and encoder_attention_mask docs add integration test. rename squeezebert-mnli --> squeezebert/squeezebert-mnli autogenerated formatting tweaks integrate feedback from patrickvonplaten and sgugger to programming style and documentation strings * tiny change to order of imports
-
- 01 Oct, 2020 9 commits
-
-
Julien Chaumond authored
-
Julien Chaumond authored
-
Adalberto authored
* Create README.md * language metadata Co-authored-by:Julien Chaumond <chaumond@gmail.com>
-
Martin M眉ller authored
-
allenyummy authored
-
ahotrod authored
Model now fine-tuned on Transformers 3.1.0, previous out-of-date model was fine-tuned on Transformers 2.3.0.
-
Abed khooli authored
Model card for akhooli/personachat-arabic
-
Bayartsogt Yadamsuren authored
* Creating readme for bert-base-mongolian-cased * Update model_cards/bayartsogt/bert-base-mongolian-cased/README.md Co-authored-by:Julien Chaumond <chaumond@gmail.com>
-
Bayartsogt Yadamsuren authored
-
- 30 Sep, 2020 1 commit
-
-
Pengcheng He authored
* Add DeBERTa model * Remove dependency of deberta * Address comments * Patch DeBERTa Documentation Style * Add final tests * Style * Enable tests + nitpicks * position IDs * BERT -> DeBERTa * Quality * Style * Tokenization * Last updates. * @patrickvonplaten's comments * Not everything can be a copy * Apply most of @sgugger's review Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com> * Last reviews * DeBERTa -> Deberta Co-authored-by:
Lysandre <lysandre.debut@reseau.eseo.fr> Co-authored-by:
Lysandre Debut <lysandre@huggingface.co> Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
-
- 29 Sep, 2020 1 commit
-
-
GmailB authored
Hi, just corrected the example code, add 2 links and fixed some typos
-
- 28 Sep, 2020 1 commit
-
-
Typicasoft authored
* Create README.md MagBERT-NER : Added widget (Text) * Rename model_cards/README.md to model_cards/TypicaAI/magbert-ner/README.md
-