Manuel Romero
c9b7ef042f
Create README.md ( #7239 )
2020-09-19 02:09:29 -04:00
Dat Quoc Nguyen
af2322c7a0
Add new pre-trained models BERTweet and PhoBERT ( #6129 )
...
* Add BERTweet and PhoBERT models
* Update modeling_auto.py
Re-add `bart` to LM_MAPPING
* Update tokenization_auto.py
Re-add `from .configuration_mobilebert import MobileBertConfig`
not sure why it's replaced by `from transformers.configuration_mobilebert import MobileBertConfig`
* Add BERTweet and PhoBERT to pretrained_models.rst
* Update tokenization_auto.py
Remove BertweetTokenizer and PhobertTokenizer out of tokenization_auto.py (they are currently not supported by AutoTokenizer.
* Update BertweetTokenizer - without nltk
* Update model card for BERTweet
* PhoBERT - with Auto mode - without import fastBPE
* PhoBERT - with Auto mode - without import fastBPE
* BERTweet - with Auto mode - without import fastBPE
* Add PhoBERT and BERTweet to TF modeling auto
* Improve Docstrings for PhobertTokenizer and BertweetTokenizer
* Update PhoBERT and BERTweet model cards
* Fixed a merge conflict in tokenization_auto
* Used black to reformat BERTweet- and PhoBERT-related files
* Used isort to reformat BERTweet- and PhoBERT-related files
* Reformatted BERTweet- and PhoBERT-related files based on flake8
* Updated test files
* Updated test files
* Updated tf test files
* Updated tf test files
* Updated tf test files
* Updated tf test files
* Update commits from huggingface
* Delete unnecessary files
* Add tokenizers to auto and init files
* Add test files for tokenizers
* Revised model cards
* Update save_vocabulary function in BertweetTokenizer and PhobertTokenizer and test files
* Revised test files
* Update orders of Phobert and Bertweet tokenizers in auto tokenization file
2020-09-18 13:16:43 -04:00
Patrick von Platen
9397436ea5
Create README.md
2020-09-18 16:52:00 +02:00
Patrick von Platen
7eeca4d399
Create README.md
2020-09-18 16:44:02 +02:00
Patrick von Platen
31516c776a
Update README.md
2020-09-18 16:37:14 +02:00
Patrick von Platen
4c14669a78
Update README.md
2020-09-18 16:35:11 +02:00
Julien Chaumond
eef8d94d19
[model_cards]
...
We use ISO 639-1 cc @gentaiscool
2020-09-18 12:09:24 +02:00
Patrick von Platen
afd6a9f827
Create README.md
2020-09-18 11:41:12 +02:00
Patrick von Platen
9f1544b9e0
Create README.md
2020-09-18 11:37:20 +02:00
Manuel Romero
4a26e8ac5f
Create README.md ( #7205 )
2020-09-18 03:24:30 -04:00
Manuel Romero
94320c5b81
Add customized text to widget ( #7204 )
2020-09-18 03:24:23 -04:00
Manuel Romero
3aefb24b20
Create README.md ( #7209 )
2020-09-18 03:24:10 -04:00
Manuel Romero
a22e7a8dd4
Create README.md ( #7210 )
2020-09-18 03:23:58 -04:00
Manuel Romero
c028b26481
Create README.md ( #7212 )
2020-09-18 03:23:49 -04:00
Genta Indra Winata
c7cdd7b4fd
Create README.md for indobert-lite-base-p1 ( #7182 )
2020-09-18 03:22:32 -04:00
Genta Indra Winata
bfb9150b8f
Create README.md for indobert-lite-large-p1 ( #7184 )
...
* Create README.md
* Update README.md
2020-09-18 03:22:11 -04:00
Genta Indra Winata
d193593403
Create README.md ( #7183 )
2020-09-18 03:21:54 -04:00
Genta Indra Winata
e65d846674
Create README.md ( #7185 )
2020-09-18 03:21:39 -04:00
Genta Indra Winata
e27d86d48d
Create README.md for indobert-large-p2 model card ( #7181 )
2020-09-18 03:21:28 -04:00
Genta Indra Winata
881c0783e9
Create README.md for indobert-large-p1 model card ( #7180 )
2020-09-18 03:21:16 -04:00
Genta Indra Winata
e0d58a5c87
Create README.md ( #7179 )
2020-09-18 03:20:59 -04:00
Genta Indra Winata
1313a1d2a8
Create README.md for indobert-base-p2 ( #7178 )
2020-09-18 03:20:29 -04:00
tuner007
cf24f43e76
Create README.md ( #7095 )
...
Create model card for Pegasus QA
2020-09-18 03:19:45 -04:00
Stas Bekman
edbaad2c5c
[model cards] fix metadata - 3rd attempt ( #7218 )
2020-09-17 16:57:06 -04:00
Stas Bekman
51c4adf54c
[model cards] fix dataset yaml ( #7216 )
2020-09-17 15:29:39 -04:00
Stas Bekman
9c5bcab5b0
[model cards] fix yaml in cards ( #7207 )
2020-09-17 14:11:17 -04:00
Stas Bekman
0fe6e435b6
[model cards] ported allenai Deep Encoder, Shallow Decoder models ( #7153 )
...
* [model cards] ported allenai Deep Encoder, Shallow Decoder models
* typo
* fix references
* add allenai/wmt19-de-en-6-6 model cards
* fill-in the missing info for the build script as provided by the searcher.
2020-09-17 17:58:49 +02:00
Stas Bekman
1eeb206bef
[ported model] FSMT (FairSeq MachineTranslation) ( #6940 )
...
* ready for PR
* cleanup
* correct FSMT_PRETRAINED_MODEL_ARCHIVE_LIST
* fix
* perfectionism
* revert change from another PR
* odd, already committed this one
* non-interactive upload workaround
* backup the failed experiment
* store langs in config
* workaround for localizing model path
* doc clean up as in https://github.com/huggingface/transformers/pull/6956
* style
* back out debug mode
* document: run_eval.py --num_beams 10
* remove unneeded constant
* typo
* re-use bart's Attention
* re-use EncoderLayer, DecoderLayer from bart
* refactor
* send to cuda and fp16
* cleanup
* revert (moved to another PR)
* better error message
* document run_eval --num_beams
* solve the problem of tokenizer finding the right files when model is local
* polish, remove hardcoded config
* add a note that the file is autogenerated to avoid losing changes
* prep for org change, remove unneeded code
* switch to model4.pt, update scores
* s/python/bash/
* missing init (but doesn't impact the finetuned model)
* cleanup
* major refactor (reuse-bart)
* new model, new expected weights
* cleanup
* cleanup
* full link
* fix model type
* merge porting notes
* style
* cleanup
* have to create a DecoderConfig object to handle vocab_size properly
* doc fix
* add note (not a public class)
* parametrize
* - add bleu scores integration tests
* skip test if sacrebleu is not installed
* cache heavy models/tokenizers
* some tweaks
* remove tokens that aren't used
* more purging
* simplify code
* switch to using decoder_start_token_id
* add doc
* Revert "major refactor (reuse-bart)"
This reverts commit 226dad15ca
.
* decouple from bart
* remove unused code #1
* remove unused code #2
* remove unused code #3
* update instructions
* clean up
* move bleu eval to examples
* check import only once
* move data+gen script into files
* reuse via import
* take less space
* add prepare_seq2seq_batch (auto-tested)
* cleanup
* recode test to use json instead of yaml
* ignore keys not needed
* use the new -y in transformers-cli upload -y
* [xlm tok] config dict: fix str into int to match definition (#7034 )
* [s2s] --eval_max_generate_length (#7018 )
* Fix CI with change of name of nlp (#7054 )
* nlp -> datasets
* More nlp -> datasets
* Woopsie
* More nlp -> datasets
* One last
* extending to support allen_nlp wmt models
- allow a specific checkpoint file to be passed
- more arg settings
- scripts for allen_nlp models
* sync with changes
* s/fsmt-wmt/wmt/ in model names
* s/fsmt-wmt/wmt/ in model names (p2)
* s/fsmt-wmt/wmt/ in model names (p3)
* switch to a better checkpoint
* typo
* make non-optional args such - adjust tests where possible or skip when there is no other choice
* consistency
* style
* adjust header
* cards moved (model rename)
* use best custom hparams
* update info
* remove old cards
* cleanup
* s/stas/facebook/
* update scores
* s/allen_nlp/allenai/
* url maps aren't needed
* typo
* move all the doc / build /eval generators to their own scripts
* cleanup
* Apply suggestions from code review
Co-authored-by: Lysandre Debut <lysandre@huggingface.co>
* Apply suggestions from code review
Co-authored-by: Lysandre Debut <lysandre@huggingface.co>
* fix indent
* duplicated line
* style
* use the correct add_start_docstrings
* oops
* resizing can't be done with the core approach, due to 2 dicts
* check that the arg is a list
* style
* style
Co-authored-by: Sam Shleifer <sshleifer@gmail.com>
Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
Co-authored-by: Lysandre Debut <lysandre@huggingface.co>
2020-09-17 11:31:29 -04:00
Antoine Louis
df165065c3
[model_cards] antoiloui/belgpt2 🇧🇪 ( #7166 )
...
* Create README.md
* Update README.md
2020-09-16 12:16:01 -04:00
Patrick von Platen
7af2791d77
Create README.md
2020-09-15 16:47:36 +02:00
Sylvain Gugger
153ec2f154
Funnel model cards ( #7147 )
2020-09-15 10:40:57 -04:00
Pedro Lima
52d250f6aa
[model_cards] pvl/labse_bert model card
...
From **Language-Agnostic BERT Sentence Embedding**
https://ai.googleblog.com/2020/08/language-agnostic-bert-sentence.html
2020-09-15 08:54:12 -04:00
tuner007
84d64805b0
Create README.md ( #7097 )
...
Model card for PEGASUS finetuned for paraphrasing task
2020-09-15 08:48:25 -04:00
Philip May
52bb7ccce5
German electra model card v3 update ( #7089 )
...
* changed eval table model order
* Update install
* update mc
2020-09-15 08:48:13 -04:00
李明浩
563ffb3dc3
Create README.md ( #7066 )
2020-09-11 15:21:05 -04:00
李明浩
1ad49cde3a
Create README.md ( #7067 )
2020-09-11 15:20:54 -04:00
Sagor Sarker
4753816e39
added bangla-bert-base model card and also modified other model cards ( #7071 )
...
* added bangla-bert-base
* Apply suggestions from code review
Co-authored-by: Julien Chaumond <chaumond@gmail.com>
2020-09-11 15:17:25 -04:00
Patrick von Platen
eb2feb5d90
Create README.md
2020-09-10 17:05:50 +02:00
Patrick von Platen
9ccdb1d517
Update README.md
2020-09-10 17:01:19 +02:00
Patrick von Platen
60698936fc
Create README.md
2020-09-10 17:00:10 +02:00
Patrick von Platen
e0c3bc8ee0
Create README.md
2020-09-10 16:51:15 +02:00
Patrick von Platen
c356b9878d
Create README.md
2020-09-10 16:45:44 +02:00
Patrick von Platen
5afd3f6196
Create README.md
2020-09-10 16:44:47 +02:00
Patrick von Platen
63e539459d
Update README.md
2020-09-10 16:34:28 +02:00
Patrick von Platen
054db06b1b
Create README.md
2020-09-10 16:30:46 +02:00
Patrick von Platen
76818cc4c6
Create README.md
2020-09-09 16:26:35 +02:00
Mehrdad Farahani
60fc03290b
README for HooshvareLab/bert-fa-base-uncased ( #6990 )
...
ParsBERT v2.0 is a fine-tuned and vocab-reconstructed version of ParsBERT, and it's able to be used in other scopes!
It includes these features:
- We added some unused-vocab for use in summarization and other scopes.
- We fine-tuned the model on vast styles of writing in the Persian language.
2020-09-07 16:43:50 -04:00
Abed khooli
e9d0d4c75c
Create README.md ( #6974 )
2020-09-07 07:31:22 -04:00
Richard Bownes
e20d8895bd
Create README.md model card ( #6964 )
...
* Create README.md
* Add some custom prompts
Co-authored-by: Julien Chaumond <chaumond@gmail.com>
2020-09-07 06:01:40 -04:00
Julien Chaumond
10c6f94adc
[model_card] register jplu/tf-xlm-r-ner-40-lang as multilingual
2020-09-07 05:03:40 -04:00
Julien Chaumond
d4aa7284c8
[model_card] jplu/tf-xlm-r-ner-40-lang: Fix link
...
cc @jplu
2020-09-07 04:33:15 -04:00
Patrick von Platen
f72fe1f31a
Correct wrong spacing in README
2020-09-06 13:26:56 +02:00
Steven Liu
d31031f603
create model card for astroGPT ( #6960 )
...
* create model card for astroGPT
* Hotlink to actual image file
Co-authored-by: Julien Chaumond <chaumond@gmail.com>
2020-09-05 12:50:19 -04:00
Naveenkhasyap
56742e9f61
Create Readme.MD for KanBERTo ( #6942 )
...
* Create Readme.MD for KanBERTo
KanBERTo language model readme for Kannada language.
* Update model_cards/Naveen-k/KanBERTo/README.md
Co-authored-by: Julien Chaumond <chaumond@gmail.com>
2020-09-04 18:24:32 -04:00
Stefan Engl
a66db7d828
Corrected link to paper ( #6905 )
2020-09-03 09:23:42 -04:00
David Mark Nemeskey
55d61ce8d6
Added a link to the thesis. ( #6906 )
2020-09-03 09:20:03 -04:00
abdullaholuk-loodos
653a79ccad
Loodos model cards had errors on "Usage" section. It is fixed. Also "electra-base-turkish-uncased" model removed from s3 and re-uploaded as "electra-base-turkish-uncased-discriminator". Its README added. ( #6921 )
...
Co-authored-by: Abdullah Oluk <abdullaholuk123@gmail.com>
2020-09-03 09:13:43 -04:00
Julien Chaumond
5a3aec90a9
[model_card] link to correctly cased piaf dataset
...
cc @psorianom @rachelker
2020-09-03 08:57:32 -04:00
Antonio V Mendoza
ea2c6f1afc
Adding the LXMERT pretraining model (MultiModal languageXvision) to HuggingFace's suite of models ( #5793 )
...
* added template files for LXMERT and competed the configuration_lxmert.py
* added modeling, tokization, testing, and finishing touched for lxmert [yet to be tested]
* added model card for lxmert
* cleaning up lxmert code
* Update src/transformers/modeling_lxmert.py
Co-authored-by: Lysandre Debut <lysandre@huggingface.co>
* Update src/transformers/modeling_tf_lxmert.py
Co-authored-by: Lysandre Debut <lysandre@huggingface.co>
* Update src/transformers/modeling_tf_lxmert.py
Co-authored-by: Lysandre Debut <lysandre@huggingface.co>
* Update src/transformers/modeling_lxmert.py
Co-authored-by: Lysandre Debut <lysandre@huggingface.co>
* tested torch lxmert, changed documtention, updated outputs, and other small fixes
* Update src/transformers/convert_pytorch_checkpoint_to_tf2.py
Co-authored-by: Lysandre Debut <lysandre@huggingface.co>
* Update src/transformers/convert_pytorch_checkpoint_to_tf2.py
Co-authored-by: Lysandre Debut <lysandre@huggingface.co>
* Update src/transformers/convert_pytorch_checkpoint_to_tf2.py
Co-authored-by: Lysandre Debut <lysandre@huggingface.co>
* renaming, other small issues, did not change TF code in this commit
* added lxmert question answering model in pytorch
* added capability to edit number of qa labels for lxmert
* made answer optional for lxmert question answering
* add option to return hidden_states for lxmert
* changed default qa labels for lxmert
* changed config archive path
* squshing 3 commits: merged UI + testing improvments + more UI and testing
* changed some variable names for lxmert
* TF LXMERT
* Various fixes to LXMERT
* Final touches to LXMERT
* AutoTokenizer order
* Add LXMERT to index.rst and README.md
* Merge commit test fixes + Style update
* TensorFlow 2.3.0 sequential model changes variable names
Remove inherited test
* Update src/transformers/modeling_tf_pytorch_utils.py
* Update docs/source/model_doc/lxmert.rst
Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
* Update docs/source/model_doc/lxmert.rst
Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
* Update src/transformers/modeling_tf_lxmert.py
Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
* added suggestions
* Fixes
* Final fixes for TF model
* Fix docs
Co-authored-by: Lysandre Debut <lysandre@huggingface.co>
Co-authored-by: Lysandre <lysandre.debut@reseau.eseo.fr>
Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
2020-09-03 04:02:25 -04:00
David Mark Nemeskey
e3c55ceb8d
Model card for huBERT ( #6893 )
...
* Create README.md
Model card for huBERT.
* Update README.md
lowercase h
* Update model_cards/SZTAKI-HLT/hubert-base-cc/README.md
Co-authored-by: Julien Chaumond <chaumond@gmail.com>
2020-09-02 04:50:10 -04:00
Julien Chaumond
d822ab636b
[model_cards] Fix file path for flexudy/t5-base-multi-sentence-doctor
2020-09-02 00:02:40 +02:00
Rohan Rajpal
ad5fb33c9a
Create README.md ( #6598 )
2020-09-01 17:59:15 -04:00
Rohan Rajpal
f9dadcd85b
Create README.md ( #6602 )
2020-09-01 17:58:43 -04:00
Igli Manaj
f5d69c75f7
Update multilingual passage rereanking model card ( #6788 )
...
Fix range of possible score, add inference .
2020-09-01 17:56:19 -04:00
Tom Grek
5d820f3ca6
Model card for primer/BART-Squad2 ( #6801 )
2020-09-01 17:52:32 -04:00
zolekode
8b884dadc6
added model card for flexudys t5 model ( #6759 )
...
Co-authored-by: zolekode <pascal.zoleko@fau.de>
2020-09-01 17:38:55 -04:00
hakan
bff6d517cd
loodos turkish model cards added ( #6840 )
2020-09-01 17:35:24 -04:00
Manuel Romero
502d194b95
Create README.md ( #6887 )
...
Add language meta attribute
2020-09-01 17:09:10 -04:00
Manuel Romero
d082edf216
Create README.md ( #6888 )
...
Add language meta attribute
2020-09-01 17:09:02 -04:00
Abed khooli
dacbee9a50
Create README.md ( #6886 )
...
* Create README.md
model card for akhooli/xlm-r-large-arabic-sent
* Update model_cards/akhooli/xlm-r-large-arabic-sent/README.md
Co-authored-by: Julien Chaumond <chaumond@gmail.com>
2020-09-01 17:06:15 -04:00
Abed khooli
e2971e61bd
Create README.md ( #6885 )
2020-09-01 16:57:48 -04:00
Patrick von Platen
311992630c
Create README.md ( #6883 )
...
* Create README.md
* Update README.md
2020-09-01 19:24:45 +02:00
Rodolfo De Nadai
0eecaceac7
BR_BERTo model card ( #6793 )
2020-08-30 19:02:46 +08:00
Zane Lim
d176aaad7f
Add model card for singbert lite. Update widget for singbert and singbert-large. ( #6827 )
2020-08-30 18:21:49 +08:00
Ahmed Elnaggar
930153e7d2
Add ProtBert model card ( #6764 )
2020-08-28 12:12:28 +08:00
Ahmed Elnaggar
05e7150a53
create ProtBert-BFD model card. ( #6724 )
2020-08-27 02:19:19 +02:00
Igli Manaj
434936f34a
Model Card for Multilingual Passage Reranking BERT ( #6755 )
2020-08-26 18:00:27 -04:00
Ali Safaya
61b9ed8074
Model card for kuisailab/albert-large-arabic ( #6730 )
...
* Create README.md
* Update README.md
2020-08-26 17:27:56 -04:00
Ali Safaya
8e0d51e4f2
Model card for kuisailab/albert-xlarge-arabic ( #6731 )
...
* Create README.md
* Update README.md
2020-08-26 17:27:42 -04:00
Ali Safaya
70c96a10e9
Model card for kuisailab/albert-base-arabic ( #6729 )
...
* Create README.md
* Update README.md
2020-08-26 17:27:34 -04:00
Sagor Sarker
cc4ba79f68
added model card for codeswitch-spaeng-sentiment-analysis-lince ( #6727 )
...
* added model card for codeswitch-spaeng-sentiment-analysis-lince model also update other model card
* fixed typo
* fixed typo
* fixed typo
* fixed typo
* fixed typo
* fixed typo
* fixed typo
* Update README.md
2020-08-26 17:26:32 -04:00
Tanmay Thakur
e10fb9cbe6
Create model card for lordtt13/COVID-SciBERT ( #6718 )
2020-08-26 17:22:25 -04:00
Adam Montgomerie
baeba53e88
Adding model cards for 5 models ( #6703 )
...
* Added model cards for 4 models
Added model cards for:
- roberta-base-bulgarian
- roberta-base-bulgarian-pos
- roberta-small-bulgarian
- roberta-small-bulgarian-pos
* fixed link text
* Update README.md
* Create README.md
* removed trailing bracket
* Add language metadata
Co-authored-by: Julien Chaumond <chaumond@gmail.com>
2020-08-26 17:20:55 -04:00
Julien Chaumond
3242e4d942
[model_cards] Fix tiny typos
2020-08-26 23:16:06 +02:00
Joe Davison
99407f9d1e
add xlm-roberta-large-xnli model card ( #6723 )
...
* add xlm-roberta-large-xnli model card
* update pt example
* typo
2020-08-26 16:05:59 -04:00
Zane Lim
074340339a
Create README.md ( #6721 )
...
add model card for singbert large
2020-08-26 00:11:24 +08:00
Zane Lim
b6512d2357
Add model card for singbert. ( #6674 )
...
* Add model card for singbert.
Adding a model card for singbert- bert for singlish and manglish.
* Update README.md
Add additional tags and model name.
* Update README.md
Fix tag for malay.
* Update model_cards/zanelim/singbert/README.md
Fix language
Co-authored-by: Kevin Canwen Xu <canwenxu@126.com>
* Add examples and custom widget input.
Add examples and custom widget input.
Co-authored-by: Kevin Canwen Xu <canwenxu@126.com>
2020-08-25 10:09:13 +08:00
Sagor Sarker
a622705ef3
added multiple model_cards for below models ( #6666 )
...
* Create README.md
* Update README.md
* Create README.md
* Update README.md
* added multiple codeswitch model
2020-08-24 05:08:32 -04:00
Patrick von Platen
16e38940bd
Add Roberta2Roberta shared
2020-08-23 17:02:22 +02:00
Patrick von Platen
f235ee2164
Add Roberta2Roberta model card
2020-08-23 10:01:58 +02:00
Sagor Sarker
068df740bd
added model_card for model codeswitch-hineng-lid-lince and codeswitch-spaeng-lid-lince ( #6663 )
...
* Create README.md
* Update README.md
* Create README.md
* Update README.md
2020-08-22 12:13:21 -04:00
Patrick von Platen
97bb2497ab
Correct bug in bert2bert-cnn_dailymail
...
Model was trained with the wrong tokenizer. Retrained with correct tokenizer - thanks for spotting @lhoestq !
2020-08-22 13:44:20 +02:00
Manuel Romero
0f94151dc7
Add model card for electricidad-base-generator ( #6650 )
...
I works like a charm!
Look at the output of the example code!
2020-08-21 14:18:15 -04:00
Patrick von Platen
9e8c494da7
Add T5-11B disclaimer
...
@julien-c
2020-08-21 18:11:18 +02:00
Manuel Romero
efc7460553
model card for Spanish electra base ( #6633 )
2020-08-21 05:04:29 -04:00
Patrick von Platen
974bb4af26
[Model card] Bert2GPT2 EncoderDecoder model ( #6569 )
...
* Bert2GPT2 EncoderDecoder model
* Update README.md
2020-08-18 19:28:17 +02:00
Manuel Romero
aaab9ab187
Create README.md ( #6556 )
2020-08-18 12:43:20 -04:00
Manuel Romero
1dfce0f08a
Create README.md ( #6557 )
2020-08-18 12:42:14 -04:00
Philip May
1fdf372f8c
Small typo fixes for model card: electra-base-german-uncased ( #6555 )
...
* Update README.md
* Update model_cards/german-nlp-group/electra-base-german-uncased/README.md
Co-authored-by: Julien Chaumond <chaumond@gmail.com>
2020-08-18 08:21:52 -04:00
Jim Regan
fb7330b30e
update with #s of sentences/tokens ( #6546 )
2020-08-17 16:48:05 -04:00
onepointconsulting
63144701ed
Added first model card ( #6530 )
...
* Added first model card
* Add metadata
Co-authored-by: Julien Chaumond <chaumond@gmail.com>
2020-08-17 16:24:10 -04:00
Ikram Ali
98ee802023
[model_cards] Add model cards for Urduhack model (roberta-urdu-small) ( #6536 )
...
* [model_cards] roberta-urdu-small added.
* [model_cards] typo fixed.
* Tweak license format (yaml expects a simple string)
Co-authored-by: Ikram Ali <mrikram1989>
Co-authored-by: Julien Chaumond <chaumond@gmail.com>
2020-08-17 16:04:29 -04:00
Jim Regan
3a302904cb
[model_cards] Add a new model for Irish ( #6544 )
2020-08-17 15:56:56 -04:00
Julien Chaumond
07971d8b18
[model_cards] Fix yaml for cedpsam/chatbot_fr
2020-08-17 21:33:32 +02:00
Cahya Wirawan
72911c893a
Create model cards for indonesian models ( #6522 )
...
* added model cards for indonesian gpt2-small, bert-base and roberta-base models
* removed bibtex entries
2020-08-17 15:42:25 +08:00
Philip May
3c72f5584b
Add Model Card for electra-base-german-uncased ( #6496 )
...
* Add Model Card for electra-base-german-uncased
* Update README.md
Co-authored-by: Kevin Canwen Xu <canwenxu@126.com>
2020-08-17 11:02:32 +08:00
fabiocapsouza
6d38ab1cc3
Update bert-base-portuguese-cased and bert-large-portuguese-cased model cards ( #6527 )
...
Co-authored-by: Fabio Souza <fabiosouza@neuralmind.ai>
2020-08-17 10:49:49 +08:00
Manuel Romero
05810cd80a
Fix typo ( #6469 )
2020-08-13 15:01:08 -04:00
cedspam
0ed7c00ba6
Update README.md ( #6435 )
...
* Update README.md
* Update README.md
* Update README.md
2020-08-13 11:01:17 +02:00
Rohan Rajpal
155288f04b
[model_card] rohanrajpal/bert-base-codemixed-uncased-sentiment ( #6324 )
...
* Create README.md
* Update model_cards/rohanrajpal/bert-base-codemixed-uncased-sentiment/README.md
* Update model_cards/rohanrajpal/bert-base-codemixed-uncased-sentiment/README.md
Co-authored-by: Julien Chaumond <chaumond@gmail.com>
2020-08-11 18:38:18 -04:00
Manuel Romero
4e6245fc7e
Create model card T5-base fine-tuned on event2Mind for Intent Prediction ( #6412 )
2020-08-11 18:35:27 -04:00
Manuel Romero
46e3a0a6ec
Create README.md ( #6381 )
2020-08-11 18:34:11 -04:00
Manuel Romero
31dfde7429
Create README.md ( #6378 )
2020-08-11 18:32:37 -04:00
Manuel Romero
25e29150a2
Add metadata to be indexed properly ( #6380 )
2020-08-11 18:32:29 -04:00
Manuel Romero
471be5f279
Change metadata to be indexed correctly ( #6379 )
2020-08-11 18:32:18 -04:00
Rohan Rajpal
42ee0bc63d
Create README.md ( #6346 )
...
* Create README.md
* add results on SAIL dataset
* Update model_cards/rohanrajpal/bert-base-multilingual-codemixed-cased-sentiment/README.md
Co-authored-by: Julien Chaumond <chaumond@gmail.com>
Co-authored-by: Julien Chaumond <chaumond@gmail.com>
2020-08-11 18:31:34 -04:00
cedspam
6c87b73d6b
Create README.md ( #6386 )
...
* Create README.md
* Update README.md
2020-08-11 16:56:51 -04:00
Pranav Vadrevu
1d1d5bec1b
Create Model Card File ( #6357 )
2020-08-11 10:36:15 -04:00
Abed khooli
00ce881c07
Create README.md ( #6413 )
...
* Create README.md
Model card for https://huggingface.co/akhooli/gpt2-small-arabic
* Update model_cards/akhooli/gpt2-small-arabic/README.md
Co-authored-by: Julien Chaumond <chaumond@gmail.com>
2020-08-11 10:35:31 -04:00
Nick Doiron
3ae30787b5
switch Hindi-BERT to S3 README ( #6396 )
2020-08-11 10:34:22 -04:00
Abed khooli
824e651e17
Create README.md ( #6397 )
...
* Create README.md
* Update model_cards/akhooli/gpt2-small-arabic-poetry/README.md
* Update model_cards/akhooli/gpt2-small-arabic-poetry/README.md
* Update model_cards/akhooli/gpt2-small-arabic-poetry/README.md
* Update model_cards/akhooli/gpt2-small-arabic-poetry/README.md
Co-authored-by: Julien Chaumond <chaumond@gmail.com>
2020-08-11 09:03:23 -04:00
M. Yusuf Sarıgöz
6e8a38568e
[model_cards] electra-base-turkish-cased-ner ( #6350 )
...
* for electra-base-turkish-cased-ner
* Add metadata
Co-authored-by: Julien Chaumond <chaumond@gmail.com>
2020-08-09 03:39:51 -04:00
Binny Mathew
7e9861f7f4
dehate-bert Model Card ( #6248 )
...
Added citation and paper links.
2020-08-07 17:51:03 +08:00
Binny Mathew
f6df6d98dd
dehate-bert Model Card ( #6249 )
...
Added citation and paper links.
2020-08-07 17:48:38 +08:00
Binny Mathew
26691ecba6
dehate-bert Model Card ( #6250 )
...
Added citation and paper links.
2020-08-07 17:48:09 +08:00
Binny Mathew
60657b295c
dehate-bert Model Card ( #6251 )
...
Added citation and paper links.
2020-08-07 17:47:42 +08:00
Binny Mathew
7218261991
dehate-bert Model Card ( #6252 )
...
Added citation and paper links.
2020-08-07 17:47:26 +08:00
Binny Mathew
396d227cd4
dehate-bert Model Card ( #6253 )
...
Added citation and paper links.
2020-08-07 17:47:04 +08:00
Binny Mathew
8be260f18a
dehate-bert Model Card ( #6254 )
...
Added citation and paper links.
2020-08-07 17:46:27 +08:00
Binny Mathew
dce7278cdf
dehate-bert Model Card ( #6255 )
...
Added citation and paper links.
2020-08-07 17:45:52 +08:00
Manuel Romero
0a0d53dcf8
Update model card ( #6290 )
...
Add links to RuPERTa models fine-tuned on Spanish SQUAD datasets
2020-08-06 11:42:43 -04:00
JME-P
31da35cc89
Create README.md ( #6273 )
...
I am adding a descriptive README.md file to my recently uploaded twitter classification model: shrugging-grace/tweetclassifier.
2020-08-05 12:36:24 -04:00
JME-P
a8bdba232f
Create README.md for uploaded classifier ( #6272 )
...
I am adding a descriptive README.md file to my recently uploaded twitter classification model: shrugging-grace/tweetclassifier.
2020-08-05 12:27:46 -04:00
HUSEIN ZOLKEPLI
a23a535c10
added t5 bahasa summarization readme ( #6269 )
2020-08-05 12:27:27 -04:00
Ali Safaya
d9149f00d1
Update README.md ( #6201 )
2020-08-04 17:44:14 -04:00
Ali Safaya
ddfdbb86c1
Update README.md ( #6200 )
2020-08-04 17:44:05 -04:00
Ali Safaya
4f67955662
Update README.md ( #6199 )
2020-08-04 17:43:48 -04:00
Ali Safaya
869ec441c9
Update README.md ( #6198 )
2020-08-04 17:43:38 -04:00
Adam Montgomerie
5177dca634
Create README.md ( #6123 )
2020-08-04 17:42:53 -04:00
Manuel Romero
3f30ebe6ca
Create README.md ( #6075 )
2020-08-04 17:41:23 -04:00
Binny Mathew
aa7c22a283
Update Model Card ( #6246 )
...
Added citation and paper links.
2020-08-04 17:40:47 -04:00
Timo Moeller
5920a37a4c
Add license info to German Bert models ( #6242 )
...
* Add xlm-r QA model card
* Add tags
* Add license info to german bert
2020-08-04 13:40:49 -04:00
Joe Davison
8edfaaa81b
bart-large-mnli-yahoo-answers model card ( #6133 )
...
* Add bart-large-mnli-yahoo-answers model card
* Add examples
* Add widget example
* Rm bart tag
Co-authored-by: Julien Chaumond <chaumond@gmail.com>
Co-authored-by: Julien Chaumond <chaumond@gmail.com>
2020-07-31 10:56:32 -04:00
Mehrdad Farahani
603cd81a01
readme m3hrdadfi/albert-fa-base-v2 ( #6153 )
...
* readme m3hrdadfi/albert-fa-base-v2
model_card readme for m3hrdadfi/albert-fa-base-v2
* Update model_cards/m3hrdadfi/albert-fa-base-v2/README.md
Co-authored-by: Julien Chaumond <chaumond@gmail.com>
2020-07-31 06:19:06 -04:00
kolk
7d50af4b02
Create README.md ( #6169 )
2020-07-31 04:28:35 -04:00
Timo Moeller
8d157c930b
add deepset/xlm-roberta-large-squad2 model card ( #6128 )
...
* Add xlm-r QA model card
* Add tags
2020-07-29 17:34:16 +02:00
Tanmay Thakur
dc4755c6d5
create model-card for lordtt13/emo-mobilebert ( #6030 )
2020-07-28 10:00:23 -04:00
Manuel Romero
5e97c82940
Create README.md ( #6076 )
2020-07-28 09:36:00 -04:00
Pavel Soriano
4f814fd587
[Model Card] camembert-base-squadFR-fquad-piaf ( #6087 )
2020-07-28 20:33:52 +08:00
Ramsri Goutham Golla
769e6ba01f
Create README.md ( #6032 )
...
Adding model card - readme
2020-07-27 16:25:37 -04:00
Pavel Soriano
7969e96f4a
draft etalab QA model ( #6040 )
2020-07-27 05:15:08 -04:00
Vamsi995
a9585fd107
Model card for Vamsi/T5_Paraphrase_Paws ( #6037 )
...
* Model card for Vamsi/T5_Paraphrase_Paws
* Update model_cards/Vamsi/T5_Paraphrase_Paws/README.md
Co-authored-by: Julien Chaumond <chaumond@gmail.com>
2020-07-27 05:12:45 -04:00
Rodolfo De Nadai
f7f03b22dc
Update README.md of my model ( #6042 )
2020-07-26 23:31:49 +02:00
Julien Chaumond
295466aae6
[model_card] Sample input for rdenadai/BR_BERTo
...
cc @rdenadai
2020-07-24 14:14:10 -04:00
Manuel Romero
518361d69a
Create model card for RuPERTa-base ( #6016 )
...
* Update README.md
* Update model_cards/mrm8488/RuPERTa-base/README.md
Co-authored-by: Julien Chaumond <chaumond@gmail.com>
Co-authored-by: Julien Chaumond <chaumond@gmail.com>
2020-07-24 14:12:29 -04:00
Manuel Romero
bd51f0a7ab
Create README.md ( #5952 )
2020-07-24 14:12:14 -04:00
Manuel Romero
87a779dfa8
Create README.md ( #5951 )
2020-07-24 14:12:09 -04:00
Rodolfo De Nadai
d115872b38
Create README.md ( #6020 )
...
* Create README.md
* Update README.md
* Update model_cards/rdenadai/BR_BERTo/README.md
Co-authored-by: Julien Chaumond <chaumond@gmail.com>
* Update model_cards/rdenadai/BR_BERTo/README.md
Co-authored-by: Julien Chaumond <chaumond@gmail.com>
2020-07-24 14:11:14 -04:00
Victor SANH
778e635fc9
[model_cards] roberta-base-finetuned-yelp-polarity ( #6009 )
...
* [model_cards] roberta-base-finetuned-yelp-polarity
* Update model_cards/VictorSanh/roberta-base-finetuned-yelp-polarity/README.md
Co-authored-by: Julien Chaumond <chaumond@gmail.com>
Co-authored-by: Julien Chaumond <chaumond@gmail.com>
2020-07-24 09:45:21 -04:00
Qingqing Cao
fc0fe2a532
fix: model card readme clutter ( #6008 )
...
this removes the clutter line in the readme.md of model card `csarron/roberta-base-squad-v1`. It also fixes the result table.
2020-07-24 04:17:52 -04:00
Philip May
29afb5764f
Bert german dbmdz uncased sentence stsb ( #6000 )
...
* 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
2020-07-23 17:56:45 -04:00
Qingqing Cao
2b5ef9706d
Model cards: add roberta-base-squad-v1 and bert-base-uncased-squad-v1 ( #6006 )
...
* add: bert-base-uncased-squad-v1
* add: roberta-base-squad-v1
2020-07-23 17:53:47 -04:00
Qingqing Cao
76f52324b1
add fine-tuned mobilebert squad v1 and squad v2 model cards ( #5980 )
...
* add mobilebert-uncased-squad-v2
* fix shell cmd, add creator info
* add mobilebert-uncased-squad-v1
2020-07-23 11:57:29 -04:00
GmailB
7e251ae039
Create README.md ( #5989 )
2020-07-23 11:41:33 -04:00
Sam Shleifer
01116d3c5b
T5 Model Cards ( #5759 )
...
* T5 Model Cards
* Fix paths
* Fix tags
* lang-en
2020-07-22 11:38:37 -04:00
Jannes
604a2355dc
Create README.md ( #5876 )
2020-07-21 13:28:22 -04:00
Jannes
77c718edef
Create README.md ( #5873 )
2020-07-21 13:28:06 -04:00
Jannes
325b277db9
Create README.md ( #5874 )
2020-07-21 13:27:30 -04:00
Jannes
d15be2216c
Create README.md ( #5879 )
2020-07-21 13:27:13 -04:00
Jannes
f3e23dd90a
Create README.md ( #5878 )
2020-07-21 13:20:47 -04:00
Jannes
8b01d15c05
Create README.md ( #5877 )
2020-07-21 13:20:43 -04:00
Jannes
05bddf304e
Create README.md ( #5875 )
2020-07-21 13:20:32 -04:00
Jannes
783a0c7ee9
Create README.md ( #5872 )
2020-07-21 13:20:21 -04:00
Jannes
e7844d60c2
Create README.md ( #5871 )
2020-07-21 13:19:48 -04:00
tuner007
b1ee69763c
Create README.md ( #5864 )
2020-07-21 13:15:07 -04:00
Manuel Romero
5f809e4976
Update README.md ( #5857 )
...
Add nlp dataset used
2020-07-21 13:14:27 -04:00
Manuel Romero
4215f59c99
Update README.md ( #5856 )
...
Add dataset used as it is now part of nlp package
2020-07-21 13:11:08 -04:00
Ali Hamdi Ali Fadel
1d72460d55
Add ComVE model cards ( #5884 )
...
* Add ComVE model cards
* Apply suggestions from code review
Co-authored-by: Julien Chaumond <chaumond@gmail.com>
2020-07-21 12:54:29 -04:00
BatJedi
d32279438a
Created model card for my extreme summarization model ( #5839 )
...
* Created model card for my extreme summarization model
* Update model_cards/yuvraj/xSumm/README.md
Co-authored-by: Julien Chaumond <chaumond@gmail.com>
2020-07-21 03:54:57 -04:00
BatJedi
abf5c56e9d
Created model card for my summarization model ( #5838 )
...
* Created model card for my summarization model
* Update model_cards/yuvraj/summarizer-cnndm/README.md
Co-authored-by: Julien Chaumond <chaumond@gmail.com>
2020-07-21 03:54:14 -04:00
Manuel Romero
d73baeebc5
Create README.md ( #5921 )
...
- Maybe the result of this query answers the question You did some days ago @julien-c ;-)
2020-07-21 03:52:52 -04:00
Manuel Romero
50acfc8717
Create README.md ( #5924 )
2020-07-21 03:41:37 -04:00
Manuel Romero
7249533404
Create README.md ( #5920 )
2020-07-21 03:31:42 -04:00
Clement
9ccb45a263
Update gpt2-README.md
2020-07-20 11:40:33 -04:00
Clement
f19751117d
Create gpt2-medium-README.md
2020-07-20 10:47:42 -04:00
Clement
511523672b
Create gpt2-large-README.md
2020-07-20 10:47:27 -04:00
Clement
182c611934
Update gpt2-README.md
2020-07-20 10:47:11 -04:00
Clement
a9ae27cd0f
add link to write with transformers to model card
2020-07-20 10:46:10 -04:00
Julien Chaumond
82dd96cae7
[model_cards] Dataset ids are case-sensitive
...
cc @lhoestq @thomwolf
Also cc'ing model author @nreimers => Model pages now properly link to the dataset pages (and in the future, eval results, etc.)
2020-07-20 12:47:28 +02:00
Manuel Romero
b01a8844a9
Create README.md ( #5813 )
2020-07-20 04:06:42 -04:00
Jannes
9750e1300c
Create README.md ( #5847 )
2020-07-17 14:03:53 -04:00
Julien Chaumond
1bca4fbd39
[model_card] Fix metadata
2020-07-17 13:55:37 -04:00
Gianpaolo Di Pietro
a9d56a675a
Added model card for neuraly/bert-base-italian-cased-sentiment ( #5845 )
...
* Added model card for neuraly/bert-base-italian-cased-sentiment
* Update model_cards/neuraly/bert-base-italian-cased-sentiment/README.md
Co-authored-by: Julien Chaumond <chaumond@gmail.com>
Co-authored-by: Gianpy15 <g.dipietro@neuraly.ai>
Co-authored-by: Julien Chaumond <chaumond@gmail.com>
2020-07-17 13:50:49 -04:00
Patrick von Platen
12f14710ce
[Model card] Bert2Bert
...
Add Rouge2 results
2020-07-17 18:22:05 +02:00
Patrick von Platen
0b6c255a95
[Model card] Bert2Bert ( #5841 )
...
* Create README.md
* Update README.md
* Update README.md
* Update README.md
2020-07-17 11:41:56 +02:00
Bayartsogt Yadamsuren
2e4624b415
language tag addition on albert-mongolian ( #5828 )
...
* language tag addition on albert-mongolian
* Update model_cards/bayartsogt/albert-mongolian/README.md
Co-authored-by: Julien Chaumond <chaumond@gmail.com>
2020-07-17 01:40:38 -04:00
Manuel Romero
d088d744ad
Create README.md ( #5821 )
2020-07-16 15:18:31 -04:00
Nick Doiron
233072fc1e
dv-wave ( #5823 )
2020-07-16 15:13:51 -04:00
Manuel Romero
c45d7a707d
Update README.md ( #5812 )
...
Fix missig "-" in meta data
2020-07-16 10:25:50 -04:00
Martin Müller
8ce610bc96
Update README.md ( #5789 )
2020-07-16 05:26:17 -04:00
Julien Chaumond
6b6d035d8f
[model_card] illuin/lepetit
2020-07-16 03:50:47 -04:00
HuYong
d1f74b9aff
ADD ERNIE model ( #5763 )
...
* ERNIE model card
* Update Readme.md
* Update Readme.md
* Update Readme.md
* Rename Readme.md to README.md
* Update README.md
* Update Readme.md
* Update README.md
* Rename Readme.md to README.md
* Update Readme.md
* Update Readme.md
* Rename Readme.md to README.md
* Update and rename Readme.md to README.md
Co-authored-by: Kevin Canwen Xu <canwenxu@126.com>
2020-07-16 11:03:05 +08:00
Clement
3b924fabee
Create distilbert squad tags
2020-07-15 17:59:06 -04:00
Clement
067814102c
fix readme
2020-07-15 17:50:46 -04:00
Clement
d179fd69ca
test readme change
2020-07-15 17:48:22 -04:00
Manuel Romero
63761614eb
Update README.md ( #5776 )
...
Add cherry picked example for the widget
Co-authored-by: Julien Chaumond <chaumond@gmail.com>
2020-07-15 16:19:21 -04:00
Manuel Romero
221e23c6c1
Create README.md ( #5781 )
...
* Create README.md
* Update model_cards/mrm8488/RoBasquERTa/README.md
Co-authored-by: Julien Chaumond <chaumond@gmail.com>
2020-07-15 16:17:25 -04:00
Manuel Romero
d4cda29af1
Create README.md ( #5782 )
...
* Create README.md
* Apply suggestions from code review
Co-authored-by: Julien Chaumond <chaumond@gmail.com>
2020-07-15 16:17:19 -04:00
Julien Chaumond
62ec28ce4f
[model_cards] Fix pierreguillou/gpt2-small-portuguese
2020-07-15 22:14:52 +02:00
Pierre Guillou
a946724bbf
metadata ( #5758 )
...
* metadata
* Update model_cards/pierreguillou/gpt2-small-portuguese/README.md
Co-authored-by: Julien Chaumond <chaumond@gmail.com>
2020-07-15 16:13:28 -04:00
Julien Chaumond
015dc51fe3
[model_card] bert-portuguese: add language meta
...
cc @rodrigonogueira4 @abiocapsouza @robertoalotufo
Also cc @piegu
Obrigado :)
2020-07-15 21:25:52 +02:00
Julien Chaumond
b23d3a5ad4
[model_cards] Switch all languages codes to ISO-639-{1,2,3}
2020-07-15 18:59:20 +02:00
Julien Chaumond
8ab565a4be
[model_card] Fix syntax
2020-07-14 22:27:07 +02:00
Bashar Talafha
92dc959224
Update README.md ( #5752 )
2020-07-14 15:48:59 -04:00
Bashar Talafha
baf93b02c4
Update README.md ( #5696 )
2020-07-14 12:51:57 -04:00
Manuel Romero
ac921f0385
RuPERTa model card ( #5743 )
...
* Customize inference widget input
* Update model_cards/mrm8488/RuPERTa-base/README.md
Co-authored-by: Kevin Canwen Xu <canwenxu@126.com>
2020-07-14 22:58:45 +08:00
dartrevan
21c1fe5290
RuDR-BERT model card ( #5698 )
2020-07-14 22:51:53 +08:00
Doron Adler
2db1cc807b
Norod78/hewiki-articles-distilGPT2py-il model card ( #5735 )
...
Model card for hewiki-articles-distilGPT2py-il
A tiny GPT2 model for generating Hebrew text
2020-07-14 22:50:44 +08:00
Pierre Guillou
dae244ad89
GPorTuguese-2 model card ( #5744 )
2020-07-14 22:48:52 +08:00
onepointconsulting
74843695eb
Added first description of the model ( #5672 )
...
Added general description, information about the tags and also some example usage code.
2020-07-13 02:53:48 -04:00
Kevin Canwen Xu
dc31a72f50
Add Microsoft's CodeBERT ( #5683 )
...
* Add Microsoft's CodeBERT
* link style
* single modal
* unused import
2020-07-11 21:37:30 +08:00
Bashar Talafha
82f7bbbd93
Update README.md ( #5617 )
...
* Update README.md
* Update README.md
2020-07-10 11:43:27 -04:00
Manuel Romero
bf497376ee
Create README.md ( #5572 )
2020-07-10 11:42:49 -04:00
kolk
3653d01f2a
Create README.md for electra-base-squad2 ( #5574 )
2020-07-10 11:39:44 -04:00
Txus
aa69c81f29
Add freshly trained base
version ( #5621 )
2020-07-10 11:39:04 -04:00
Manuel Romero
3b7b646563
Create README.md ( #5638 )
2020-07-10 11:38:23 -04:00
Manuel Romero
0039b965db
Create model card ( #5655 )
...
Create model card for T5-small fine-tuned on SQUAD v2
2020-07-10 11:38:11 -04:00
Nils Reimers
46982d612f
Create README.md - Model card ( #5657 )
...
Model card for sentence-transformers/bert-base-nli-cls-token
2020-07-10 11:38:03 -04:00
Nils Reimers
c483803d1b
Create README.md - Model card ( #5658 )
...
Model card for sentence-transformers/bert-base-nli-max-tokens
2020-07-10 11:37:56 -04:00
Suraj Parmar
fa265230a2
Create Model card for RoBERTa-hindi-guj-san ( #5661 )
2020-07-10 11:34:23 -04:00
Julien Chaumond
bfacb2e34f
[model_card] BART for ELI5
...
cc @yjernite
2020-07-10 08:10:24 -04:00
Nils Reimers
2e6bb0e9c3
Create README.md ( #5652 )
2020-07-10 05:41:10 -04:00
Julien Chaumond
552e4591f5
[model_card] Add meta + fix link to image
...
(hotlinking to image works on GitHub but not on external sites)
cc @bashartalafha
2020-07-10 05:07:33 -04:00
Txus
7d0ef00420
Add newly trained calbert-tiny-uncased
( #5599 )
...
* Create README.md
Add newly trained `calbert-tiny-uncased` (complete rewrite with SentencePiece)
* Add Exbert link
* Apply suggestions from code review
Co-authored-by: Julien Chaumond <chaumond@gmail.com>
2020-07-08 17:54:51 -04:00
Suraj Patil
82ce8488bb
create model cards for qg models ( #5610 )
2020-07-08 16:08:56 -04:00
Bashar Talafha
d6b6ab11f0
Create README.md ( #5601 )
2020-07-08 16:07:48 -04:00
Julien Chaumond
141492448b
Create xlm-roberta-large-finetuned-conll03-german-README.md
...
cc @BramVanroy
2020-07-07 13:15:10 -04:00
Savaş Yıldırım
d2a9399115
Update model card ( #5491 )
2020-07-07 18:43:49 +08:00
Savaş Yıldırım
2e653d89d7
Update model card ( #5492 )
2020-07-07 18:43:34 +08:00
Savaş Yıldırım
beaf60e589
bert-turkish-text-classification model card ( #5493 )
2020-07-07 18:43:09 +08:00
Manuel Romero
e6eba8419c
electra-small-finetuned-squadv1 model card ( #5430 )
...
* Create model card
Create model card for electra-small-discriminator finetuned on SQUAD v1.1
* Set right model path in code example
2020-07-07 18:41:42 +08:00
Vitalii Radchenko
43b7ad5df5
ukr-roberta-base model card ( #5514 )
2020-07-07 18:40:23 +08:00
Manuel Romero
87aa857d7e
roberta-base-1B-1-finetuned-squadv1 model card ( #5515 )
2020-07-07 18:39:09 +08:00
Moseli Motsoehli
c7d96b60e4
zuBERTa model card ( #5536 )
...
* Create README
* Update README.md
Co-authored-by: Kevin Canwen Xu <canwenxu@126.com>
2020-07-07 18:38:15 +08:00
Manuel Romero
b95dfcf110
roberta-base-1B-1-finetuned-squadv2 model card ( #5523 )
2020-07-07 18:33:42 +08:00
Manuel Romero
814ed7ee76
Create model card ( #5396 )
...
Create model card for electicidad-small (Spanish Electra) fine-tuned on SQUAD-esv1
2020-07-03 08:29:09 -04:00
Moseli Motsoehli
49281ac939
grammar corrections and train data update ( #5448 )
...
- fixed grammar and spelling
- added an intro
- updated Training data references
2020-07-03 08:25:57 -04:00
chrisliu
97355339f6
Update upstream ( #5456 )
2020-07-03 08:16:27 -04:00
Manuel Romero
55b932a818
Create model card ( #5464 )
...
Create model card for electra-small-discriminator fine-tuned on SQUAD v2.0
2020-07-03 06:19:49 -04:00
Manuel Romero
13a8588f2d
Create model card ( #5432 )
...
Create model card for electra-base-discriminator fine-tuned on SQUAD v1.1
2020-07-02 10:16:30 -04:00