modelId
stringlengths
4
112
sha
stringlengths
40
40
lastModified
stringlengths
24
24
tags
list
pipeline_tag
stringclasses
29 values
private
bool
1 class
author
stringlengths
2
38
config
null
id
stringlengths
4
112
downloads
float64
0
36.8M
likes
float64
0
712
library_name
stringclasses
17 values
__index_level_0__
int64
0
38.5k
readme
stringlengths
0
186k
huggingtweets/spideythefifth
ab8d2397fda8276b59f4b0860c1af15da6f6cfef
2022-04-26T02:13:34.000Z
[ "pytorch", "gpt2", "text-generation", "en", "transformers", "huggingtweets" ]
text-generation
false
huggingtweets
null
huggingtweets/spideythefifth
0
null
transformers
37,100
--- language: en thumbnail: http://www.huggingtweets.com/spideythefifth/1650939169930/predictions.png tags: - huggingtweets widget: - text: "My dream is" --- <div class="inline-flex flex-col" style="line-height: 1.5;"> <div class="flex"> <div style="display:inherit; margin-left: 4px; margin-right: 4px; ...
huggingtweets/lustfulliberal-pg13scottwatson
1eef86a128b72631e6dbece1da82fac2ff122c49
2022-04-26T02:59:49.000Z
[ "pytorch", "gpt2", "text-generation", "en", "transformers", "huggingtweets" ]
text-generation
false
huggingtweets
null
huggingtweets/lustfulliberal-pg13scottwatson
0
null
transformers
37,101
--- language: en thumbnail: http://www.huggingtweets.com/lustfulliberal-pg13scottwatson/1650941946890/predictions.png tags: - huggingtweets widget: - text: "My dream is" --- <div class="inline-flex flex-col" style="line-height: 1.5;"> <div class="flex"> <div style="display:inherit; margin-left: 4px; mar...
negfir/bert_uncased_L-10_H-128_A-2wiki103
7b07db6e95a74473dcc7abe040fdff2dc6b70cdc
2022-04-26T07:49:52.000Z
[ "pytorch", "bert", "fill-mask", "transformers", "autotrain_compatible" ]
fill-mask
false
negfir
null
negfir/bert_uncased_L-10_H-128_A-2wiki103
0
null
transformers
37,102
Entry not found
peggyhuang/t5-base-canard
ca5abd2b7f31ade290002fe0f3cefc6d7afc3390
2022-04-26T09:45:46.000Z
[ "pytorch", "t5", "text2text-generation", "transformers", "autotrain_compatible" ]
text2text-generation
false
peggyhuang
null
peggyhuang/t5-base-canard
0
null
transformers
37,103
Entry not found
negfir/bert_uncased_L-6_H-128_A-2wiki103
c485941bdf136683d985e7b791c419fd974cb44a
2022-04-26T10:19:39.000Z
[ "pytorch", "bert", "fill-mask", "transformers", "autotrain_compatible" ]
fill-mask
false
negfir
null
negfir/bert_uncased_L-6_H-128_A-2wiki103
0
null
transformers
37,104
Entry not found
sameearif88/wav2vec2-base-timit-demo-colab
7c978d9a11e6cfee6ed2c6a4cb592cb0edaf9815
2022-04-30T13:08:28.000Z
[ "pytorch", "tensorboard", "wav2vec2", "automatic-speech-recognition", "transformers", "generated_from_trainer", "license:apache-2.0", "model-index" ]
automatic-speech-recognition
false
sameearif88
null
sameearif88/wav2vec2-base-timit-demo-colab
0
null
transformers
37,105
--- license: apache-2.0 tags: - generated_from_trainer model-index: - name: wav2vec2-base-timit-demo-colab results: [] --- <!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # wav2...
nz/RITA_s
b98e56e26c4a9d63d4ab92490155e7108f5b6c2a
2022-04-26T14:13:19.000Z
[ "pytorch", "rita", "transformers" ]
null
false
nz
null
nz/RITA_s
0
null
transformers
37,106
Entry not found
negfir/bert_uncased_L-4_H-768_A-12wiki103
3657fe61daede3aaaa3896a85c7884181daf7213
2022-04-26T12:54:31.000Z
[ "pytorch", "bert", "fill-mask", "transformers", "autotrain_compatible" ]
fill-mask
false
negfir
null
negfir/bert_uncased_L-4_H-768_A-12wiki103
0
null
transformers
37,107
Entry not found
hbruce11216/april26-finetuned-mlm
d3aa9a3e43b984344d31716366955146a0d8c1ec
2022-04-26T13:14:25.000Z
[ "pytorch", "bert", "fill-mask", "transformers", "autotrain_compatible" ]
fill-mask
false
hbruce11216
null
hbruce11216/april26-finetuned-mlm
0
null
transformers
37,108
Entry not found
Saisam/Inquirer_ner
896a0da2add37b60196cd8a9da218fe12f8a3718
2022-04-26T14:51:41.000Z
[ "pytorch", "en", "dataset:conll2003", "flair", "license:afl-3.0" ]
null
false
Saisam
null
Saisam/Inquirer_ner
0
null
flair
37,109
--- tags: - flair language: en datasets: - conll2003 license: afl-3.0 --- Requires: **[Flair](https://github.com/flairNLP/flair/)** (`pip install flair`) ```python from flair.data import Sentence from flair.models import SequenceTagger # load tagger tagger = SequenceTagger.load("Saisam/Inquirer_ner") # make example ...
Saisam/Inquirer_ner_loc
1f6b6a2aaa28696557ef83450fcaa8b50a7e7d1b
2022-04-28T14:01:12.000Z
[ "pytorch", "en", "dataset:conll2003", "flair" ]
null
false
Saisam
null
Saisam/Inquirer_ner_loc
0
null
flair
37,110
--- tags: - flair language: en datasets: - conll2003 --- # Flair NER fine-tuned on Private Dataset This is specifically Designed on locations. the tag is <unk> ```python from flair.data import Sentence from flair.models import SequenceTagger # load tagger tagger = SequenceTagger.load("Saisam/Inquirer_ner_loc") # mak...
negfir/bert_uncased_L-4_H-512_A-8wiki103
c384556956d2bea89cacb94bed58e2ffa6826a26
2022-04-26T14:38:44.000Z
[ "pytorch", "bert", "fill-mask", "transformers", "autotrain_compatible" ]
fill-mask
false
negfir
null
negfir/bert_uncased_L-4_H-512_A-8wiki103
0
null
transformers
37,111
Entry not found
negfir/bert_uncased_L-4_H-256_A-4wiki103
d55c87b9b4da2dc229198df54d4d1a2b3d3e90e2
2022-04-26T15:46:47.000Z
[ "pytorch", "bert", "fill-mask", "transformers", "autotrain_compatible" ]
fill-mask
false
negfir
null
negfir/bert_uncased_L-4_H-256_A-4wiki103
0
null
transformers
37,112
Entry not found
negfir/bert_uncased_L-4_H-128_A-2wiki103
8c6118291e98181553081915c28e9f6cf36c7457
2022-04-26T16:41:24.000Z
[ "pytorch", "bert", "fill-mask", "transformers", "autotrain_compatible" ]
fill-mask
false
negfir
null
negfir/bert_uncased_L-4_H-128_A-2wiki103
0
null
transformers
37,113
Entry not found
lsb/wav2vec2-base-pem23-oldvocab-la
4231c90505a3ff4eb024023e43698ff3e4b02eca
2022-04-26T22:22:34.000Z
[ "pytorch", "tensorboard", "wav2vec2", "automatic-speech-recognition", "transformers" ]
automatic-speech-recognition
false
lsb
null
lsb/wav2vec2-base-pem23-oldvocab-la
0
null
transformers
37,114
Entry not found
ofirzaf/bert-large-uncased-squad
57953ddeaa2307e97a82ece0f361d892fc938cb3
2022-04-26T23:10:06.000Z
[ "pytorch", "bert", "question-answering", "transformers", "autotrain_compatible" ]
question-answering
false
ofirzaf
null
ofirzaf/bert-large-uncased-squad
0
null
transformers
37,115
Entry not found
nizamudma/t5-small-finetuned-cnn-3
c68f1be9c6a73ed37e1e0a68d94c479448ade540
2022-04-27T08:55:11.000Z
[ "pytorch", "tensorboard", "t5", "text2text-generation", "dataset:cnn_dailymail", "transformers", "generated_from_trainer", "license:apache-2.0", "model-index", "autotrain_compatible" ]
text2text-generation
false
nizamudma
null
nizamudma/t5-small-finetuned-cnn-3
0
null
transformers
37,116
--- license: apache-2.0 tags: - generated_from_trainer datasets: - cnn_dailymail metrics: - rouge model-index: - name: t5-small-finetuned-cnn-3 results: - task: name: Sequence-to-sequence Language Modeling type: text2text-generation dataset: name: cnn_dailymail type: cnn_dailymail ...
rahulgkatre/DialoGPT-homer
dd2771d187da22af38c3d00239853fcea5686ee9
2022-04-27T02:55:51.000Z
[ "pytorch", "gpt2", "text-generation", "transformers" ]
text-generation
false
rahulgkatre
null
rahulgkatre/DialoGPT-homer
0
null
transformers
37,117
Entry not found
rahulgkatre/DialoGPT-bart
636495665f64302e2386197bf7ce2c2479436455
2022-04-27T03:45:21.000Z
[ "pytorch", "gpt2", "text-generation", "transformers" ]
text-generation
false
rahulgkatre
null
rahulgkatre/DialoGPT-bart
0
null
transformers
37,118
Entry not found
faisalahmad/summarizer1
aa087032f064e18b70a35fdc4fe34da594049ba8
2022-04-27T15:53:08.000Z
[ "pytorch", "bart", "text2text-generation", "en", "dataset:faisalahmad/autotrain-data-nsut-nlp-project-textsummarization", "transformers", "autotrain", "co2_eq_emissions", "autotrain_compatible" ]
text2text-generation
false
faisalahmad
null
faisalahmad/summarizer1
0
null
transformers
37,119
--- tags: autotrain language: en widget: - text: "I love AutoTrain 🤗" datasets: - faisalahmad/autotrain-data-nsut-nlp-project-textsummarization co2_eq_emissions: 736.9366247330848 --- # Model Trained Using AutoTrain - Problem type: Summarization - Model ID: 791824379 - CO2 Emissions (in grams): 736.9366247330848 ##...
faisalahmad/summarizer2
3088d5fa10a312c52d9d7eb1d8118c08e2ffc51e
2022-04-28T17:48:14.000Z
[ "pytorch", "pegasus", "text2text-generation", "en", "dataset:faisalahmad/autotrain-data-nsut-nlp-project-textsummarization", "transformers", "autotrain", "co2_eq_emissions", "autotrain_compatible" ]
text2text-generation
false
faisalahmad
null
faisalahmad/summarizer2
0
null
transformers
37,120
--- tags: autotrain language: en widget: - text: "I love AutoTrain 🤗" datasets: - faisalahmad/autotrain-data-nsut-nlp-project-textsummarization co2_eq_emissions: 4444.804304528572 --- # Model Trained Using AutoTrain - Problem type: Summarization - Model ID: 791824381 - CO2 Emissions (in grams): 4444.804304528572 ##...
huggingtweets/pollinations_ai
144da4869e18909febbac2d87d3680842ce583e1
2022-04-27T09:18:51.000Z
[ "pytorch", "gpt2", "text-generation", "en", "transformers", "huggingtweets" ]
text-generation
false
huggingtweets
null
huggingtweets/pollinations_ai
0
null
transformers
37,121
--- language: en thumbnail: http://www.huggingtweets.com/pollinations_ai/1651051095670/predictions.png tags: - huggingtweets widget: - text: "My dream is" --- <div class="inline-flex flex-col" style="line-height: 1.5;"> <div class="flex"> <div style="display:inherit; margin-left: 4px; margin-right: 4px;...
nz/RITA_xl
78dcfeabecbcbe9146823030874370e6b721ef15
2022-04-27T16:32:43.000Z
[ "pytorch", "rita", "transformers" ]
null
false
nz
null
nz/RITA_xl
0
null
transformers
37,122
Entry not found
dbmdz/flair-hipe-2022-ajmc-de-64k
4741a4f6208bb9afa3ef76b63065378e59ffe6e6
2022-04-27T13:07:45.000Z
[ "pytorch", "license:mit" ]
null
false
dbmdz
null
dbmdz/flair-hipe-2022-ajmc-de-64k
0
null
null
37,123
--- license: mit ---
kvnaraya/DialoGPT-small-michael
e277c9ffb0a58c1b22cb68d3f23b88b3587c0ece
2022-04-27T14:05:16.000Z
[ "pytorch", "gpt2", "text-generation", "transformers", "conversational" ]
conversational
false
kvnaraya
null
kvnaraya/DialoGPT-small-michael
0
null
transformers
37,124
--- tags: - conversational --- #Michael Scott DialoGPT Model
dbmdz/flair-hipe-2022-ajmc-en-64k
1bb4b88f059731561a58989b7fc3085233a0ea68
2022-04-27T14:03:04.000Z
[ "pytorch", "license:mit" ]
null
false
dbmdz
null
dbmdz/flair-hipe-2022-ajmc-en-64k
0
null
null
37,125
--- license: mit ---
kvnaraya/DialoGPT-small-jim
717cf5cebce75b47240fdaaf0a2546112ab43a00
2022-04-27T15:22:46.000Z
[ "pytorch", "gpt2", "text-generation", "transformers" ]
text-generation
false
kvnaraya
null
kvnaraya/DialoGPT-small-jim
0
null
transformers
37,126
Entry not found
stevems1/bert-base-uncased-French123
7ec127167519e7c14df284f32d0f887f4408f373
2022-04-27T14:55:35.000Z
[ "pytorch", "tensorboard", "bert", "fill-mask", "transformers", "generated_from_trainer", "model-index", "autotrain_compatible" ]
fill-mask
false
stevems1
null
stevems1/bert-base-uncased-French123
0
null
transformers
37,127
--- tags: - generated_from_trainer model-index: - name: bert-base-uncased-French123 results: [] --- <!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # bert-base-uncased-French123...
obokkkk/mbart-large-cc25-finetuned-en-to-ko2
913fd60d91c2f4c1820ca069d8dd4bf5fcd35b2d
2022-04-27T17:49:20.000Z
[ "pytorch", "tensorboard", "mbart", "text2text-generation", "transformers", "generated_from_trainer", "model-index", "autotrain_compatible" ]
text2text-generation
false
obokkkk
null
obokkkk/mbart-large-cc25-finetuned-en-to-ko2
0
null
transformers
37,128
--- tags: - generated_from_trainer model-index: - name: mbart-large-cc25-finetuned-en-to-ko2 results: [] --- <!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # mbart-large-cc25-f...
obokkkk/wav2vec2-base-960h-finetuned_common_voice2
53d5b71135ac105a0217e7388fce3c21feb5b028
2022-04-27T18:42:54.000Z
[ "pytorch", "tensorboard", "wav2vec2", "automatic-speech-recognition", "transformers", "generated_from_trainer", "license:apache-2.0", "model-index" ]
automatic-speech-recognition
false
obokkkk
null
obokkkk/wav2vec2-base-960h-finetuned_common_voice2
0
null
transformers
37,129
--- license: apache-2.0 tags: - generated_from_trainer model-index: - name: wav2vec2-base-960h-finetuned_common_voice2 results: [] --- <!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment....
dbmdz/flair-hipe-2022-ajmc-fr-64k
18d8999cf6fc9ecddfc1bc7add36590b982a954e
2022-04-27T18:48:55.000Z
[ "pytorch", "license:mit" ]
null
false
dbmdz
null
dbmdz/flair-hipe-2022-ajmc-fr-64k
0
null
null
37,130
--- license: mit ---
SerdarHelli/Brain-MRI-GAN
fb54244836038e5489116bbd56e282b10fd320d8
2022-04-27T20:32:07.000Z
[ "brainMRI", "GAN", "medicalimaging", "pytorch" ]
null
false
SerdarHelli
null
SerdarHelli/Brain-MRI-GAN
0
null
null
37,131
--- tags: - brainMRI - GAN - medicalimaging - pytorch metrics: - fid50k --- The model's kernels etc. source code ==> https://github.com/NVlabs/stylegan3
zasheza/wav2vec2-base-timit-demo-colab
ef7b7b356e7440dc45f4a4e1fc05a78e281e13ad
2022-04-30T00:09:46.000Z
[ "pytorch", "tensorboard", "wav2vec2", "automatic-speech-recognition", "transformers", "generated_from_trainer", "license:apache-2.0", "model-index" ]
automatic-speech-recognition
false
zasheza
null
zasheza/wav2vec2-base-timit-demo-colab
0
null
transformers
37,132
--- license: apache-2.0 tags: - generated_from_trainer model-index: - name: wav2vec2-base-timit-demo-colab results: [] --- <!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # wav2...
jiobiala24/wav2vec2-large-cv
7c73042f93e1dc07f73c3bd435d0c1f8d3dd5744
2022-04-30T01:32:35.000Z
[ "pytorch" ]
null
false
jiobiala24
null
jiobiala24/wav2vec2-large-cv
0
null
null
37,133
inhee/opus-mt-ko-en-finetuned-ko-to-en
693c48f8c436edcc845ef8f92720608a2a2d2b2c
2022-04-28T04:20:08.000Z
[ "pytorch", "tensorboard", "marian", "text2text-generation", "transformers", "generated_from_trainer", "license:apache-2.0", "model-index", "autotrain_compatible" ]
text2text-generation
false
inhee
null
inhee/opus-mt-ko-en-finetuned-ko-to-en
0
null
transformers
37,134
--- license: apache-2.0 tags: - generated_from_trainer metrics: - bleu model-index: - name: opus-mt-ko-en-finetuned-ko-to-en results: [] --- <!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this co...
juierror/thai-news-summarization
93287aed749b3d54f88476b215586c178b01cdaf
2022-05-06T14:39:25.000Z
[ "pytorch", "mt5", "text2text-generation", "transformers", "license:mit", "autotrain_compatible" ]
text2text-generation
false
juierror
null
juierror/thai-news-summarization
0
null
transformers
37,135
--- license: mit --- # How to use ```python3 from transformers import MT5Tokenizer, MT5ForConditionalGeneration tokenizer = MT5Tokenizer.from_pretrained('juierror/thai-news-summarization') model = MT5ForConditionalGeneration.from_pretrained('juierror/thai-news-summarization') text = "some news with head line" toke...
pfactorial/checkpoint-50-epoch-2
00ce62284063e75156ed49757e8f0c3c2b4bcabe
2022-04-29T13:04:55.000Z
[ "pytorch", "t5", "text2text-generation", "transformers", "autotrain_compatible" ]
text2text-generation
false
pfactorial
null
pfactorial/checkpoint-50-epoch-2
0
null
transformers
37,136
--- |- Model card metadata documentation and specifications moved to https://github.com/huggingface/huggingface_hub/ The canonical documentation about model cards is now located at https://huggingface.co/docs/hub/model-repos and you can open a PR to improve the docs in the same repository https://github.com/hugging...
moma1820/xxmlr
40193b918b89ebe11a2dccf471a776d3427e86dc
2022-04-28T17:45:46.000Z
[ "pytorch", "xlm-roberta-xl", "feature-extraction", "transformers" ]
feature-extraction
false
moma1820
null
moma1820/xxmlr
0
null
transformers
37,137
Entry not found
it5/it5-efficient-small-el32-formal-to-informal
32f9b4ae22aca13119dfb7a947042d7c3e718712
2022-04-29T14:19:40.000Z
[ "pytorch", "tf", "jax", "tensorboard", "t5", "text2text-generation", "it", "dataset:yahoo/xformal_it", "arxiv:2203.03759", "arxiv:2109.10686", "transformers", "italian", "sequence-to-sequence", "style-transfer", "efficient", "formality-style-transfer", "license:apache-2.0", "model-...
text2text-generation
false
it5
null
it5/it5-efficient-small-el32-formal-to-informal
0
null
transformers
37,138
--- language: - it license: apache-2.0 tags: - italian - sequence-to-sequence - style-transfer - efficient - formality-style-transfer datasets: - yahoo/xformal_it widget: - text: "Questa performance è a dir poco spiacevole." - text: "In attesa di un Suo cortese riscontro, Le auguriamo un piacevole proseguimento di gior...
it5/it5-efficient-small-el32-news-summarization
b2bbc59818a75fdabd0fd41368b956241631965d
2022-04-29T15:18:38.000Z
[ "pytorch", "tf", "jax", "tensorboard", "t5", "text2text-generation", "it", "dataset:ARTeLab/fanpage", "dataset:ARTeLab/ilpost", "arxiv:2203.03759", "arxiv:2109.10686", "transformers", "italian", "sequence-to-sequence", "fanpage", "efficient", "ilpost", "summarization", "license:a...
summarization
false
it5
null
it5/it5-efficient-small-el32-news-summarization
0
1
transformers
37,139
--- language: - it license: apache-2.0 datasets: - ARTeLab/fanpage - ARTeLab/ilpost tags: - italian - sequence-to-sequence - fanpage - efficient - ilpost - summarization widget: - text: "Non lo vuole sposare. E’ quanto emerge all’interno dell’ultima intervista di Raffaella Fico che, ringraziando Mancini per i buoni con...
it5/it5-efficient-small-el32-question-generation
54a1566817defee9c8cab4617ef5a0125a82bd0d
2022-04-29T14:34:01.000Z
[ "pytorch", "tf", "jax", "tensorboard", "t5", "text2text-generation", "it", "dataset:squad_it", "arxiv:2203.03759", "arxiv:2109.10686", "transformers", "Italian", "efficient", "sequence-to-sequence", "question-generation", "squad_it", "license:apache-2.0", "model-index", "autotrai...
text2text-generation
false
it5
null
it5/it5-efficient-small-el32-question-generation
0
null
transformers
37,140
--- language: - it license: apache-2.0 datasets: - squad_it tags: - Italian - efficient - sequence-to-sequence - question-generation - squad_it - text2text-generation widget: - text: "Le conoscenze mediche erano stagnanti durante il Medioevo. Il resoconto più autorevole di allora è venuto dalla facoltà di medicina di P...
it5/it5-efficient-small-el32-ilgiornale-to-repubblica
d1daa4a17f3c89ca6119b66a969126051cff5847
2022-04-29T14:43:32.000Z
[ "pytorch", "tf", "jax", "tensorboard", "t5", "text2text-generation", "it", "dataset:gsarti/change_it", "arxiv:2203.03759", "arxiv:2109.10686", "transformers", "italian", "sequence-to-sequence", "newspaper", "efficient", "ilgiornale", "repubblica", "style-transfer", "license:apach...
text2text-generation
false
it5
null
it5/it5-efficient-small-el32-ilgiornale-to-repubblica
0
null
transformers
37,141
--- language: - it license: apache-2.0 datasets: - gsarti/change_it tags: - italian - sequence-to-sequence - newspaper - efficient - ilgiornale - repubblica - style-transfer widget: - text: "WASHINGTON - La Corea del Nord torna dopo nove anni nella blacklist Usa degli Stati considerati sponsor del terrorismo. Come Iran...
stevems1/bert-base-uncased-ShreeGanesh
08414391b08667dd05043fbb66ab169b5deb483e
2022-04-28T15:16:26.000Z
[ "pytorch", "tensorboard", "bert", "fill-mask", "transformers", "generated_from_trainer", "model-index", "autotrain_compatible" ]
fill-mask
false
stevems1
null
stevems1/bert-base-uncased-ShreeGanesh
0
null
transformers
37,142
--- tags: - generated_from_trainer model-index: - name: bert-base-uncased-ShreeGanesh results: [] --- <!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # bert-base-uncased-ShreeGa...
dbmdz/flair-hipe-2022-ajmc-de
1d2a58da0bf07de9d2862981f47cc298fef0b6f4
2022-04-28T14:28:45.000Z
[ "pytorch", "license:mit" ]
null
false
dbmdz
null
dbmdz/flair-hipe-2022-ajmc-de
0
null
null
37,143
--- license: mit ---
princeton-nlp/efficient_mlm_m0.30
e3ad93a3a8b53a50e38ac007282e865d5162c0cb
2022-04-28T18:57:39.000Z
[ "pytorch", "roberta", "fill-mask", "arxiv:2202.08005", "transformers", "autotrain_compatible" ]
fill-mask
false
princeton-nlp
null
princeton-nlp/efficient_mlm_m0.30
0
null
transformers
37,144
--- inference: false --- This is a model checkpoint for ["Should You Mask 15% in Masked Language Modeling"](https://arxiv.org/abs/2202.08005) [(code)](https://github.com/princeton-nlp/DinkyTrain.git). We use pre layer norm, which is not supported by HuggingFace. To use our model, go to our [github repo](https://github....
huggingtweets/inversebrah
2800ff0ae48c29bc3c241bcdfdcd7f1b5baf273a
2022-04-28T20:06:16.000Z
[ "pytorch", "gpt2", "text-generation", "en", "transformers", "huggingtweets" ]
text-generation
false
huggingtweets
null
huggingtweets/inversebrah
0
null
transformers
37,145
--- language: en thumbnail: http://www.huggingtweets.com/inversebrah/1651176371994/predictions.png tags: - huggingtweets widget: - text: "My dream is" --- <div class="inline-flex flex-col" style="line-height: 1.5;"> <div class="flex"> <div style="display:inherit; margin-left: 4px; margin-right: 4px; wid...
phosseini/atomic-bert-large-full
829c3607d790efd4b4270ae9f4fa410c54b3bcd2
2022-04-28T21:56:46.000Z
[ "pytorch", "bert", "fill-mask", "transformers", "autotrain_compatible" ]
fill-mask
false
phosseini
null
phosseini/atomic-bert-large-full
0
null
transformers
37,146
Entry not found
huggingtweets/usmnt
bb1bffc21c43f292853a572b6ff22865c2676667
2022-05-04T16:09:08.000Z
[ "pytorch", "gpt2", "text-generation", "en", "transformers", "huggingtweets" ]
text-generation
false
huggingtweets
null
huggingtweets/usmnt
0
null
transformers
37,147
--- language: en thumbnail: http://www.huggingtweets.com/usmnt/1651680543545/predictions.png tags: - huggingtweets widget: - text: "My dream is" --- <div class="inline-flex flex-col" style="line-height: 1.5;"> <div class="flex"> <div style="display:inherit; margin-left: 4px; margin-right: 4px; width: 92...
mT0/mt0_large_translated_t0_ckpt_1012500
919b87869b58b10056ca1d2d98a6d6e7aed81160
2022-04-29T05:17:12.000Z
[ "pytorch", "mt5", "text2text-generation", "transformers", "autotrain_compatible" ]
text2text-generation
false
mT0
null
mT0/mt0_large_translated_t0_ckpt_1012500
0
null
transformers
37,148
Entry not found
norefly/opus-mt-ko-en-finetuned-ko-to-en3
bb42420bb23f483bdbc632bef6f11173b2e7ef2c
2022-04-29T11:48:26.000Z
[ "pytorch", "tensorboard", "marian", "text2text-generation", "transformers", "generated_from_trainer", "license:apache-2.0", "model-index", "autotrain_compatible" ]
text2text-generation
false
norefly
null
norefly/opus-mt-ko-en-finetuned-ko-to-en3
0
null
transformers
37,149
--- license: apache-2.0 tags: - generated_from_trainer metrics: - bleu model-index: - name: opus-mt-ko-en-finetuned-ko-to-en3 results: [] --- <!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this c...
mT0/mt0_large_translated_t0_ckpt_1025000
21b2dcd4898fe36ba301b351ac6f8730ec2f1a4f
2022-04-29T05:48:55.000Z
[ "pytorch", "mt5", "text2text-generation", "transformers", "autotrain_compatible" ]
text2text-generation
false
mT0
null
mT0/mt0_large_translated_t0_ckpt_1025000
0
null
transformers
37,150
Entry not found
momo/MOTOD-large
9397c29aa60f660267f920040cd5d61d6160b636
2022-04-29T07:06:12.000Z
[ "pytorch", "gpt2", "text-generation", "transformers" ]
text-generation
false
momo
null
momo/MOTOD-large
0
null
transformers
37,151
Entry not found
inhee/m2m100_418M-finetuned-ko-to-en3
e8fa94c8a6e884d7a78e66ad718472eacf3e8ea9
2022-04-29T14:42:44.000Z
[ "pytorch", "tensorboard", "m2m_100", "text2text-generation", "transformers", "generated_from_trainer", "license:mit", "model-index", "autotrain_compatible" ]
text2text-generation
false
inhee
null
inhee/m2m100_418M-finetuned-ko-to-en3
0
null
transformers
37,152
--- license: mit tags: - generated_from_trainer metrics: - bleu model-index: - name: m2m100_418M-finetuned-ko-to-en3 results: [] --- <!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. -...
huggingtweets/cokedupoptions-greg16676935420-parikpatelcfa
3873f7ade7f6743c9506cd5a4798ef77e9cd7f68
2022-04-29T15:09:43.000Z
[ "pytorch", "gpt2", "text-generation", "en", "transformers", "huggingtweets" ]
text-generation
false
huggingtweets
null
huggingtweets/cokedupoptions-greg16676935420-parikpatelcfa
0
null
transformers
37,153
--- language: en thumbnail: https://github.com/borisdayma/huggingtweets/blob/master/img/logo.png?raw=true tags: - huggingtweets widget: - text: "My dream is" --- <div class="inline-flex flex-col" style="line-height: 1.5;"> <div class="flex"> <div style="display:inherit; margin-left: 4px; margin-right: 4...
dbmdz/flair-hipe-2022-ajmc-all-64k
002b8dd69ffbc578fd53c53972fb2e9a511a58c0
2022-04-29T08:54:47.000Z
[ "pytorch", "license:mit" ]
null
false
dbmdz
null
dbmdz/flair-hipe-2022-ajmc-all-64k
0
null
null
37,154
--- license: mit ---
usama4512/out
329a949efd217b02e972dffc2710e8033a414cce
2022-04-29T09:37:48.000Z
[ "pytorch", "gpt2", "text-generation", "transformers" ]
text-generation
false
usama4512
null
usama4512/out
0
null
transformers
37,155
Entry not found
oceanpty/mbert-squad
66d9eef1737fcb8e2aa2f424087d18f2444eeb09
2022-04-29T13:27:37.000Z
[ "pytorch", "bert", "fill-mask", "transformers", "autotrain_compatible" ]
fill-mask
false
oceanpty
null
oceanpty/mbert-squad
0
null
transformers
37,156
Entry not found
hassnain/wav2vec2-base-timit-demo-colab
5ee2e73e356cdbbd6fcb66b0c45097cb80666bf7
2022-04-30T20:20:34.000Z
[ "pytorch", "tensorboard", "wav2vec2", "automatic-speech-recognition", "transformers", "generated_from_trainer", "license:apache-2.0", "model-index" ]
automatic-speech-recognition
false
hassnain
null
hassnain/wav2vec2-base-timit-demo-colab
0
null
transformers
37,157
--- license: apache-2.0 tags: - generated_from_trainer model-index: - name: wav2vec2-base-timit-demo-colab results: [] --- <!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # wav2...
lsb/wav2vec2-large-pem123-960h-la
a856e0c1fad6205d6e1822906a4d82ec167b6a29
2022-05-01T16:12:22.000Z
[ "pytorch", "tensorboard", "wav2vec2", "automatic-speech-recognition", "transformers" ]
automatic-speech-recognition
false
lsb
null
lsb/wav2vec2-large-pem123-960h-la
0
null
transformers
37,158
Entry not found
sameearif88/wav2vec2-base-timit-demo-colab1
a715c2e18c34346f4f9f210a195a72145d0b3443
2022-05-01T06:15:44.000Z
[ "pytorch", "tensorboard", "wav2vec2", "automatic-speech-recognition", "transformers", "generated_from_trainer", "license:apache-2.0", "model-index" ]
automatic-speech-recognition
false
sameearif88
null
sameearif88/wav2vec2-base-timit-demo-colab1
0
null
transformers
37,159
--- license: apache-2.0 tags: - generated_from_trainer model-index: - name: wav2vec2-base-timit-demo-colab1 results: [] --- <!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # wav...
inhee/m2m100_418M-finetuned-ko-to-en4
2036ea606111fda03c96c58319b31f27e4e5d4c5
2022-04-30T12:30:56.000Z
[ "pytorch", "tensorboard", "m2m_100", "text2text-generation", "transformers", "generated_from_trainer", "license:mit", "model-index", "autotrain_compatible" ]
text2text-generation
false
inhee
null
inhee/m2m100_418M-finetuned-ko-to-en4
0
null
transformers
37,160
--- license: mit tags: - generated_from_trainer metrics: - bleu model-index: - name: m2m100_418M-finetuned-ko-to-en4 results: [] --- <!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. -...
moma1820/new_sen_xlmr
d5595e5dbfbfb9b2dc34ae9308c3f45154b31915
2022-04-29T16:43:02.000Z
[ "pytorch", "xlm-roberta", "feature-extraction", "transformers" ]
feature-extraction
false
moma1820
null
moma1820/new_sen_xlmr
0
null
transformers
37,161
Entry not found
mkarthik/distilbert-base-uncased-finetuned-product
a1f60af838df87314b5dc444e2728f90464db0dc
2022-05-02T04:28:39.000Z
[ "pytorch", "distilbert", "fill-mask", "transformers", "autotrain_compatible" ]
fill-mask
false
mkarthik
null
mkarthik/distilbert-base-uncased-finetuned-product
0
null
transformers
37,162
Entry not found
snowood1/ConfliBERT-scr-cased
ee6f9a95eddb30b375d79855bbe6a75262973a84
2022-05-11T16:53:30.000Z
[ "pytorch", "bert", "fill-mask", "transformers", "license:gpl-3.0", "autotrain_compatible" ]
fill-mask
false
snowood1
null
snowood1/ConfliBERT-scr-cased
0
null
transformers
37,163
--- license: gpl-3.0 --- ConfliBERT is a pre-trained language model for political conflict and violence. We provided four versions of ConfliBERT: <ol> <li>ConfliBERT-scr-uncased: &nbsp;&nbsp;&nbsp;&nbsp; Pretraining from scratch with our own uncased vocabulary (preferred)</li> <li>ConfliBERT-scr-cased: &nbsp;&nbsp...
snowood1/ConfliBERT-cont-cased
403596ab1f479c6d2a226015904dc1e65ce2df02
2022-05-11T16:52:54.000Z
[ "pytorch", "bert", "fill-mask", "transformers", "license:gpl-3.0", "autotrain_compatible" ]
fill-mask
false
snowood1
null
snowood1/ConfliBERT-cont-cased
0
null
transformers
37,164
--- license: gpl-3.0 --- ConfliBERT is a pre-trained language model for political conflict and violence. We provided four versions of ConfliBERT: <ol> <li>ConfliBERT-scr-uncased: &nbsp;&nbsp;&nbsp;&nbsp; Pretraining from scratch with our own uncased vocabulary (preferred)</li> <li>ConfliBERT-scr-cased: &nbsp;&nbsp...
tonydiana1/distilgpt2-finetuned-wikitext2
f5dd58ce4073266f2c7fd4a05f5b2b01d5956f8f
2022-04-30T01:00:42.000Z
[ "pytorch", "tensorboard", "gpt2", "text-generation", "transformers", "generated_from_trainer", "license:apache-2.0", "model-index" ]
text-generation
false
tonydiana1
null
tonydiana1/distilgpt2-finetuned-wikitext2
0
null
transformers
37,165
--- license: apache-2.0 tags: - generated_from_trainer model-index: - name: distilgpt2-finetuned-wikitext2 results: [] --- <!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # dist...
mdroth/dummy-model_R91m
e217793081581bd6a21eb0737b7ea854be6084d4
2022-04-30T01:15:10.000Z
[ "pytorch", "camembert", "fill-mask", "transformers", "autotrain_compatible" ]
fill-mask
false
mdroth
null
mdroth/dummy-model_R91m
0
null
transformers
37,166
Entry not found
phosseini/atomic-roberta-large-full
b91263cab6c6c089e6a512e9ed297e135de2d07c
2022-04-30T06:12:27.000Z
[ "pytorch", "roberta", "fill-mask", "transformers", "autotrain_compatible" ]
fill-mask
false
phosseini
null
phosseini/atomic-roberta-large-full
0
null
transformers
37,167
Entry not found
tmabraham/selfie2anime_cyclegan
f8663c6e9639be70f3c8755856320e96ab94e2a5
2022-04-30T09:40:05.000Z
[ "pytorch" ]
null
false
tmabraham
null
tmabraham/selfie2anime_cyclegan
0
null
null
37,168
Entry not found
rankarusu/AnonI
d6c64e6ce2b959f0d44dafb7e38d03ade2e600bb
2022-05-15T11:21:58.000Z
[ "pytorch", "gpt_neo", "text-generation", "transformers" ]
text-generation
false
rankarusu
null
rankarusu/AnonI
0
null
transformers
37,169
Entry not found
moaiz237/wav2vec2-base-timit-moaiz_exp1
8bf322656202e7156424fbeccc3a2fd32ecb50d1
2022-04-30T15:13:12.000Z
[ "pytorch", "tensorboard", "wav2vec2", "automatic-speech-recognition", "transformers", "generated_from_trainer", "license:apache-2.0", "model-index" ]
automatic-speech-recognition
false
moaiz237
null
moaiz237/wav2vec2-base-timit-moaiz_exp1
0
null
transformers
37,170
--- license: apache-2.0 tags: - generated_from_trainer model-index: - name: wav2vec2-base-timit-moaiz_exp1 results: [] --- <!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # wav2...
sameearif88/wav2vec2-base-timit-demo-colab0
8b764eeb1f9febe492c27303f3cb04ac86641020
2022-04-30T21:06:14.000Z
[ "pytorch", "tensorboard", "wav2vec2", "automatic-speech-recognition", "transformers", "generated_from_trainer", "license:apache-2.0", "model-index" ]
automatic-speech-recognition
false
sameearif88
null
sameearif88/wav2vec2-base-timit-demo-colab0
0
null
transformers
37,171
--- license: apache-2.0 tags: - generated_from_trainer model-index: - name: wav2vec2-base-timit-demo-colab0 results: [] --- <!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # wav...
moaiz237/wav2vec2-base-timit-moaiz_exp2
62201f57b9d62065431bb8a03d3b6f95c24c62d1
2022-04-30T16:23:24.000Z
[ "pytorch", "tensorboard", "wav2vec2", "automatic-speech-recognition", "transformers", "generated_from_trainer", "license:apache-2.0", "model-index" ]
automatic-speech-recognition
false
moaiz237
null
moaiz237/wav2vec2-base-timit-moaiz_exp2
0
null
transformers
37,172
--- license: apache-2.0 tags: - generated_from_trainer model-index: - name: wav2vec2-base-timit-moaiz_exp2 results: [] --- <!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # wav2...
rickySaka/en-md
eab56ad0a875744d5218c346ab99a9a86f190161
2022-04-30T16:25:51.000Z
[ "pytorch", "marian", "text2text-generation", "transformers", "autotrain_compatible" ]
text2text-generation
false
rickySaka
null
rickySaka/en-md
0
null
transformers
37,173
Entry not found
hassnain/wav2vec2-base-timit-demo-colab0
f55f537fd0300dbe84e1243e79f1a9d9cf4af32a
2022-04-30T21:39:56.000Z
[ "pytorch", "tensorboard", "wav2vec2", "automatic-speech-recognition", "transformers", "generated_from_trainer", "license:apache-2.0", "model-index" ]
automatic-speech-recognition
false
hassnain
null
hassnain/wav2vec2-base-timit-demo-colab0
0
null
transformers
37,174
--- license: apache-2.0 tags: - generated_from_trainer model-index: - name: wav2vec2-base-timit-demo-colab0 results: [] --- <!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # wav...
hli/distilbert-base-uncased-finetuned-imdb
cb2ab1ccf2f019be4b83d296dcfbfab742e76732
2022-05-01T04:59:19.000Z
[ "pytorch", "tensorboard", "distilbert", "fill-mask", "transformers", "generated_from_trainer", "license:apache-2.0", "model-index", "autotrain_compatible" ]
fill-mask
false
hli
null
hli/distilbert-base-uncased-finetuned-imdb
0
null
transformers
37,175
--- license: apache-2.0 tags: - generated_from_trainer model-index: - name: distilbert-base-uncased-finetuned-imdb results: [] --- <!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. -->...
huggingtweets/chubbiverse
9c92a3901a6494af66b4643eea43d4fed6293517
2022-05-01T05:19:40.000Z
[ "pytorch", "gpt2", "text-generation", "en", "transformers", "huggingtweets" ]
text-generation
false
huggingtweets
null
huggingtweets/chubbiverse
0
null
transformers
37,176
--- language: en thumbnail: http://www.huggingtweets.com/chubbiverse/1651382374986/predictions.png tags: - huggingtweets widget: - text: "My dream is" --- <div class="inline-flex flex-col" style="line-height: 1.5;"> <div class="flex"> <div style="display:inherit; margin-left: 4px; margin-right: 4px; wid...
mriggs/tgb_old
62b1f103bb08532a4ed83472d54386e64178d929
2022-05-01T06:19:46.000Z
[ "pytorch", "flaubert", "fill-mask", "transformers", "autotrain_compatible" ]
fill-mask
false
mriggs
null
mriggs/tgb_old
0
null
transformers
37,177
Entry not found
hassnain/wav2vec2-base-timit-demo-colab7
da41ad8f69e62b36e4e484c0338165bb2d315225
2022-05-01T09:02:18.000Z
[ "pytorch", "tensorboard", "wav2vec2", "automatic-speech-recognition", "transformers", "generated_from_trainer", "license:apache-2.0", "model-index" ]
automatic-speech-recognition
false
hassnain
null
hassnain/wav2vec2-base-timit-demo-colab7
0
null
transformers
37,178
--- license: apache-2.0 tags: - generated_from_trainer model-index: - name: wav2vec2-base-timit-demo-colab7 results: [] --- <!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # wav...
sameearif88/wav2vec2-base-timit-demo-colab6
44eda9b9cefd32bc3e7283c74298fd39ab3767ec
2022-05-01T10:12:26.000Z
[ "pytorch", "tensorboard", "wav2vec2", "automatic-speech-recognition", "transformers", "generated_from_trainer", "license:apache-2.0", "model-index" ]
automatic-speech-recognition
false
sameearif88
null
sameearif88/wav2vec2-base-timit-demo-colab6
0
null
transformers
37,179
--- license: apache-2.0 tags: - generated_from_trainer model-index: - name: wav2vec2-base-timit-demo-colab6 results: [] --- <!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # wav...
sameearif88/wav2vec2-base-timit-demo-colab10
75ebd14dc09b4b37577760b048b3cc2201f841b8
2022-05-01T11:00:20.000Z
[ "pytorch", "tensorboard", "wav2vec2", "automatic-speech-recognition", "transformers", "generated_from_trainer", "license:apache-2.0", "model-index" ]
automatic-speech-recognition
false
sameearif88
null
sameearif88/wav2vec2-base-timit-demo-colab10
0
null
transformers
37,180
--- license: apache-2.0 tags: - generated_from_trainer model-index: - name: wav2vec2-base-timit-demo-colab10 results: [] --- <!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # wa...
hassnain/wav2vec2-base-timit-demo-colab9
d7d9dafb6127a0b8cd68fb7797e7c963241e90e5
2022-05-01T15:58:30.000Z
[ "pytorch", "tensorboard", "wav2vec2", "automatic-speech-recognition", "transformers", "generated_from_trainer", "license:apache-2.0", "model-index" ]
automatic-speech-recognition
false
hassnain
null
hassnain/wav2vec2-base-timit-demo-colab9
0
null
transformers
37,181
--- license: apache-2.0 tags: - generated_from_trainer model-index: - name: wav2vec2-base-timit-demo-colab9 results: [] --- <!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # wav...
hassnain/wav2vec2-base-timit-demo-colab11
340659b9221149af85daa6b844a274798ac978bf
2022-05-01T10:54:00.000Z
[ "pytorch", "tensorboard", "wav2vec2", "automatic-speech-recognition", "transformers", "generated_from_trainer", "license:apache-2.0", "model-index" ]
automatic-speech-recognition
false
hassnain
null
hassnain/wav2vec2-base-timit-demo-colab11
0
null
transformers
37,182
--- license: apache-2.0 tags: - generated_from_trainer model-index: - name: wav2vec2-base-timit-demo-colab11 results: [] --- <!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # wa...
sameearif88/wav2vec2-base-timit-demo-colab7
65bc38291a6ee75c61c53d060580fbc31fa77239
2022-05-01T11:12:28.000Z
[ "pytorch", "tensorboard", "wav2vec2", "automatic-speech-recognition", "transformers", "generated_from_trainer", "license:apache-2.0", "model-index" ]
automatic-speech-recognition
false
sameearif88
null
sameearif88/wav2vec2-base-timit-demo-colab7
0
null
transformers
37,183
--- license: apache-2.0 tags: - generated_from_trainer model-index: - name: wav2vec2-base-timit-demo-colab7 results: [] --- <!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # wav...
hassnain/wav2vec2-base-timit-demo-colab30
7b756680fd8555704f0100d08144f47eeaadcf68
2022-05-01T12:46:21.000Z
[ "pytorch", "tensorboard", "wav2vec2", "automatic-speech-recognition", "transformers", "generated_from_trainer", "license:apache-2.0", "model-index" ]
automatic-speech-recognition
false
hassnain
null
hassnain/wav2vec2-base-timit-demo-colab30
0
null
transformers
37,184
--- license: apache-2.0 tags: - generated_from_trainer model-index: - name: wav2vec2-base-timit-demo-colab30 results: [] --- <!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # wa...
huggingtweets/sandspiel_feed
eb5d0954adc263abd6e08220170426bc94514f04
2022-05-01T11:28:20.000Z
[ "pytorch", "gpt2", "text-generation", "en", "transformers", "huggingtweets" ]
text-generation
false
huggingtweets
null
huggingtweets/sandspiel_feed
0
null
transformers
37,185
--- language: en thumbnail: https://github.com/borisdayma/huggingtweets/blob/master/img/logo.png?raw=true tags: - huggingtweets widget: - text: "My dream is" --- <div class="inline-flex flex-col" style="line-height: 1.5;"> <div class="flex"> <div style="display:inherit; margin-left: 4px; margin-right: 4...
hassnain/wav2vec2-base-timit-demo-colab40
5867386a076822a5af398f7cefb7bd8f26c9b09b
2022-05-01T12:54:20.000Z
[ "pytorch", "tensorboard", "wav2vec2", "automatic-speech-recognition", "transformers", "generated_from_trainer", "license:apache-2.0", "model-index" ]
automatic-speech-recognition
false
hassnain
null
hassnain/wav2vec2-base-timit-demo-colab40
0
null
transformers
37,186
--- license: apache-2.0 tags: - generated_from_trainer model-index: - name: wav2vec2-base-timit-demo-colab40 results: [] --- <!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # wa...
hassnain/wav2vec2-base-timit-demo-colab50
216b3f34494d11ecebfa6c05c786479e3c9a5042
2022-05-01T13:32:25.000Z
[ "pytorch", "tensorboard", "wav2vec2", "automatic-speech-recognition", "transformers", "generated_from_trainer", "license:apache-2.0", "model-index" ]
automatic-speech-recognition
false
hassnain
null
hassnain/wav2vec2-base-timit-demo-colab50
0
null
transformers
37,187
--- license: apache-2.0 tags: - generated_from_trainer model-index: - name: wav2vec2-base-timit-demo-colab50 results: [] --- <!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # wa...
nepp1d0/prot_bert-finetuned-smiles-bindingDB
1f3c0ff7eb4b3b15f4a75da3225bb000f68e0a62
2022-05-05T23:43:43.000Z
[ "pytorch", "tensorboard", "bert", "fill-mask", "transformers", "generated_from_trainer", "model-index", "autotrain_compatible" ]
fill-mask
false
nepp1d0
null
nepp1d0/prot_bert-finetuned-smiles-bindingDB
0
null
transformers
37,188
--- tags: - generated_from_trainer model-index: - name: prot_bert-finetuned-smiles-bindingDB results: [] --- <!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # prot_bert-finetune...
sameearif88/wav2vec2-base-timit-demo-colab11
c145e87a35b4c8ee86a1dfe9eda35ff538e1ff73
2022-05-01T11:54:05.000Z
[ "pytorch", "tensorboard", "wav2vec2", "automatic-speech-recognition", "transformers", "generated_from_trainer", "license:apache-2.0", "model-index" ]
automatic-speech-recognition
false
sameearif88
null
sameearif88/wav2vec2-base-timit-demo-colab11
0
null
transformers
37,189
--- license: apache-2.0 tags: - generated_from_trainer model-index: - name: wav2vec2-base-timit-demo-colab11 results: [] --- <!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # wa...
huggingtweets/fana
95873f928477691fd4c90d360d48e75d4fd28532
2022-05-01T11:23:40.000Z
[ "pytorch", "gpt2", "text-generation", "en", "transformers", "huggingtweets" ]
text-generation
false
huggingtweets
null
huggingtweets/fana
0
null
transformers
37,190
--- language: en thumbnail: http://www.huggingtweets.com/fana/1651404215785/predictions.png tags: - huggingtweets widget: - text: "My dream is" --- <div class="inline-flex flex-col" style="line-height: 1.5;"> <div class="flex"> <div style="display:inherit; margin-left: 4px; margin-right: 4px; width: 92p...
hassnain/wav2vec2-base-timit-demo-colab51
0fd29e499242245ff069cdff0059c24b1827b364
2022-05-01T11:59:55.000Z
[ "pytorch", "tensorboard", "wav2vec2", "automatic-speech-recognition", "transformers", "generated_from_trainer", "license:apache-2.0", "model-index" ]
automatic-speech-recognition
false
hassnain
null
hassnain/wav2vec2-base-timit-demo-colab51
0
null
transformers
37,191
--- license: apache-2.0 tags: - generated_from_trainer model-index: - name: wav2vec2-base-timit-demo-colab51 results: [] --- <!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # wa...
hassnain/wav2vec2-base-timit-demo-colab70
b931fb1501357b79614b6c92abd38413417179ff
2022-05-01T14:11:56.000Z
[ "pytorch", "tensorboard", "wav2vec2", "automatic-speech-recognition", "transformers", "generated_from_trainer", "license:apache-2.0", "model-index" ]
automatic-speech-recognition
false
hassnain
null
hassnain/wav2vec2-base-timit-demo-colab70
0
null
transformers
37,192
--- license: apache-2.0 tags: - generated_from_trainer model-index: - name: wav2vec2-base-timit-demo-colab70 results: [] --- <!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # wa...
hassnain/wav2vec2-base-timit-demo-colab52
17bd5317a526b052922f7bf968d9f50234570270
2022-05-01T12:59:06.000Z
[ "pytorch", "tensorboard", "wav2vec2", "automatic-speech-recognition", "transformers", "generated_from_trainer", "license:apache-2.0", "model-index" ]
automatic-speech-recognition
false
hassnain
null
hassnain/wav2vec2-base-timit-demo-colab52
0
null
transformers
37,193
--- license: apache-2.0 tags: - generated_from_trainer model-index: - name: wav2vec2-base-timit-demo-colab52 results: [] --- <!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # wa...
sameearif88/wav2vec2-base-timit-demo-colab12
0a6c6468ea3f09e93dca1a3cbe80642df02fff76
2022-05-01T14:25:58.000Z
[ "pytorch", "tensorboard", "wav2vec2", "automatic-speech-recognition", "transformers", "generated_from_trainer", "license:apache-2.0", "model-index" ]
automatic-speech-recognition
false
sameearif88
null
sameearif88/wav2vec2-base-timit-demo-colab12
0
null
transformers
37,194
--- license: apache-2.0 tags: - generated_from_trainer model-index: - name: wav2vec2-base-timit-demo-colab12 results: [] --- <!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # wa...
hassnain/wav2vec2-base-timit-demo-colab90
f99889d4d7ecda6f0060c22ab55320903645ee32
2022-05-01T17:08:06.000Z
[ "pytorch", "tensorboard", "wav2vec2", "automatic-speech-recognition", "transformers", "generated_from_trainer", "license:apache-2.0", "model-index" ]
automatic-speech-recognition
false
hassnain
null
hassnain/wav2vec2-base-timit-demo-colab90
0
null
transformers
37,195
--- license: apache-2.0 tags: - generated_from_trainer model-index: - name: wav2vec2-base-timit-demo-colab90 results: [] --- <!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # wa...
fahadtouseef/wav2vec2-base-timit-demo-colab_1
34a35012f2eb2a5e7ac36443c692ae2ebd693e3c
2022-05-01T23:57:32.000Z
[ "pytorch", "tensorboard", "wav2vec2", "automatic-speech-recognition", "transformers", "generated_from_trainer", "license:apache-2.0", "model-index" ]
automatic-speech-recognition
false
fahadtouseef
null
fahadtouseef/wav2vec2-base-timit-demo-colab_1
0
null
transformers
37,196
--- license: apache-2.0 tags: - generated_from_trainer model-index: - name: wav2vec2-base-timit-demo-colab_1 results: [] --- <!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # wa...
hassnain/wav2vec2-base-timit-demo-colab53
d201b3a7b9dfaa74529bf2025e37b9ba54c4cf83
2022-05-01T17:13:03.000Z
[ "pytorch", "tensorboard", "wav2vec2", "automatic-speech-recognition", "transformers", "generated_from_trainer", "license:apache-2.0", "model-index" ]
automatic-speech-recognition
false
hassnain
null
hassnain/wav2vec2-base-timit-demo-colab53
0
null
transformers
37,197
--- license: apache-2.0 tags: - generated_from_trainer model-index: - name: wav2vec2-base-timit-demo-colab53 results: [] --- <!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # wa...
kompactss/JeBERT_je_ko
244d7c3d647e10803f9dbec2b8bed1562e98c66b
2022-05-16T06:11:10.000Z
[ "pytorch", "encoder-decoder", "text2text-generation", "transformers", "license:afl-3.0", "autotrain_compatible" ]
text2text-generation
false
kompactss
null
kompactss/JeBERT_je_ko
0
0
transformers
37,198
--- license: afl-3.0 --- # 🍊 제주 방언 번역 모델 🍊 - 제주어 -> 표준어 - Made by. 구름 자연어처리 과정 3기 3조!! - github link : https://github.com/Goormnlpteam3/JeBERT ## 1. Seq2Seq Transformer Model - encoder : BertConfig - decoder : BertConfig - Tokenizer : WordPiece Tokenizer ## 2. Dataset - Jit Dataset - A...
jcai1/distilbert-base-uncased-finetuned-imdb
9fadc53627db4e1fea7eb91588bf25d9808c0ad5
2022-05-01T15:16:59.000Z
[ "pytorch", "tensorboard", "distilbert", "fill-mask", "dataset:imdb", "transformers", "generated_from_trainer", "license:apache-2.0", "model-index", "autotrain_compatible" ]
fill-mask
false
jcai1
null
jcai1/distilbert-base-uncased-finetuned-imdb
0
null
transformers
37,199
--- license: apache-2.0 tags: - generated_from_trainer datasets: - imdb model-index: - name: distilbert-base-uncased-finetuned-imdb results: [] --- <!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove ...