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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
KFlash/bert-finetuned-squad-accelerate | 0dac3a32c91a90958186430695443f35ed72f802 | 2022-06-02T16:14:58.000Z | [
"pytorch",
"bert",
"question-answering",
"transformers",
"autotrain_compatible"
] | question-answering | false | KFlash | null | KFlash/bert-finetuned-squad-accelerate | 1 | null | transformers | 32,500 | Entry not found |
neelan-elucidate-ai/baseline | 9681bc925d7e7dc08252ed964b6de0819c4e9f95 | 2022-05-30T06:45:05.000Z | [
"pytorch",
"tensorboard",
"wav2vec2",
"automatic-speech-recognition",
"ab",
"dataset:common_voice",
"transformers",
"mozilla-foundation/common_voice_7_0",
"generated_from_trainer",
"model-index"
] | automatic-speech-recognition | false | neelan-elucidate-ai | null | neelan-elucidate-ai/baseline | 1 | null | transformers | 32,501 | ---
language:
- ab
tags:
- automatic-speech-recognition
- mozilla-foundation/common_voice_7_0
- generated_from_trainer
datasets:
- common_voice
model-index:
- name: ''
results: []
---
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably pro... |
theojolliffe/bart-large-cnn-pubmed1o3-pubmed2o3-pubmed3o3-arxiv1o3-arxiv2o3 | e5597f83d6f7333ed212c24921be53daa86f54f7 | 2022-05-30T07:31:14.000Z | [
"pytorch",
"tensorboard",
"bart",
"text2text-generation",
"dataset:scientific_papers",
"transformers",
"generated_from_trainer",
"license:mit",
"model-index",
"autotrain_compatible"
] | text2text-generation | false | theojolliffe | null | theojolliffe/bart-large-cnn-pubmed1o3-pubmed2o3-pubmed3o3-arxiv1o3-arxiv2o3 | 1 | null | transformers | 32,502 | ---
license: mit
tags:
- generated_from_trainer
datasets:
- scientific_papers
metrics:
- rouge
model-index:
- name: bart-large-cnn-pubmed1o3-pubmed2o3-pubmed3o3-arxiv1o3-arxiv2o3
results:
- task:
name: Sequence-to-sequence Language Modeling
type: text2text-generation
dataset:
name: scientific_... |
Splend1dchan/wav2vec2-large-lv60_t5lephone-small_nofreeze_bs16_forMINDS.en.all2 | 0f01637c7fc217052423f3c91be2de1f6e10a6d2 | 2022-05-30T07:38:51.000Z | [
"pytorch",
"speechmix",
"transformers"
] | null | false | Splend1dchan | null | Splend1dchan/wav2vec2-large-lv60_t5lephone-small_nofreeze_bs16_forMINDS.en.all2 | 1 | null | transformers | 32,503 | wav2vec2 -> t5lephone
bs = 16
dropout = 0.3
performance : 29%
{
"architectures": [
"SpeechMixEEDT5"
],
"decoder": {
"_name_or_path": "voidful/phoneme_byt5",
"add_cross_attention": true,
"architectures": [
"T5ForConditionalGeneration"
],
"bad_words_ids": null,
"bos_token_id": nu... |
cwchengtw/wav2vec2-large-xls-r-300m-turkish-colab | 5158323a10fb3930a9b86b3b538b9b41a76c804e | 2022-05-30T07:11:48.000Z | [
"pytorch",
"tensorboard",
"wav2vec2",
"automatic-speech-recognition",
"dataset:common_voice",
"transformers",
"generated_from_trainer",
"license:apache-2.0",
"model-index"
] | automatic-speech-recognition | false | cwchengtw | null | cwchengtw/wav2vec2-large-xls-r-300m-turkish-colab | 1 | null | transformers | 32,504 | ---
license: apache-2.0
tags:
- generated_from_trainer
datasets:
- common_voice
model-index:
- name: wav2vec2-large-xls-r-300m-turkish-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, the... |
stevemobs/deberta-base-combined-squad1-aqa-1epoch-and-newsqa-2epoch | 78389ddf96e600333a5d436a9ef5582724c58dd1 | 2022-05-30T07:04:49.000Z | [
"pytorch",
"tensorboard",
"deberta",
"question-answering",
"transformers",
"generated_from_trainer",
"license:mit",
"model-index",
"autotrain_compatible"
] | question-answering | false | stevemobs | null | stevemobs/deberta-base-combined-squad1-aqa-1epoch-and-newsqa-2epoch | 1 | null | transformers | 32,505 | ---
license: mit
tags:
- generated_from_trainer
model-index:
- name: deberta-base-combined-squad1-aqa-1epoch-and-newsqa-2epoch
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 ... |
AbhilashDatta/T5_qgen-squad-marco | 884ef88563d3d84508907056317e02075005f18f | 2022-05-30T05:52:35.000Z | [
"pytorch",
"t5",
"text2text-generation",
"transformers",
"license:afl-3.0",
"autotrain_compatible"
] | text2text-generation | false | AbhilashDatta | null | AbhilashDatta/T5_qgen-squad-marco | 1 | null | transformers | 32,506 | ---
license: afl-3.0
---
# Question generation using T5 transformer
<h2> <i>Input format: context: "..." answer: "..." </i></h2>
Import the pretrained model as well as tokenizer:
```
from transformers import T5ForConditionalGeneration, T5Tokenizer
model = T5ForConditionalGeneration.from_pretrained('AbhilashDatta/T5... |
cwchengtw/wav2vec2-large-xls-r-300m-turkish-colab2 | ba3e6035bbfc4813fa96ea1229f44e729fca4483 | 2022-05-31T00:51:18.000Z | [
"pytorch",
"wav2vec2",
"automatic-speech-recognition",
"dataset:common_voice",
"transformers",
"generated_from_trainer",
"license:apache-2.0",
"model-index"
] | automatic-speech-recognition | false | cwchengtw | null | cwchengtw/wav2vec2-large-xls-r-300m-turkish-colab2 | 1 | null | transformers | 32,507 | ---
license: apache-2.0
tags:
- generated_from_trainer
datasets:
- common_voice
model-index:
- name: wav2vec2-large-xls-r-300m-turkish-colab2
results: []
---
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, th... |
ruselkomp/deeppavlov-framebank-50size | da1d54ed87555d26af603ee3c7068a46b51ccf45 | 2022-05-30T14:11:08.000Z | [
"pytorch",
"tensorboard",
"bert",
"question-answering",
"transformers",
"generated_from_trainer",
"model-index",
"autotrain_compatible"
] | question-answering | false | ruselkomp | null | ruselkomp/deeppavlov-framebank-50size | 1 | null | transformers | 32,508 | ---
tags:
- generated_from_trainer
model-index:
- name: deeppavlov-framebank-50size
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. -->
# deeppavlov-framebank-50size... |
Aktsvigun/bert-base-cnndm | 2b45217070f7098b3007358636a2082cda9d0da4 | 2022-05-30T10:54:53.000Z | [
"pytorch",
"bert",
"fill-mask",
"transformers",
"autotrain_compatible"
] | fill-mask | false | Aktsvigun | null | Aktsvigun/bert-base-cnndm | 1 | null | transformers | 32,509 | Entry not found |
y05uk/wav2vec2-base-timit-demo-google-colab | 3682a11fbbfa342aeeeefd26648df677d2c9ebe1 | 2022-05-30T13:32:00.000Z | [
"pytorch",
"tensorboard",
"wav2vec2",
"automatic-speech-recognition",
"transformers",
"generated_from_trainer",
"license:apache-2.0",
"model-index"
] | automatic-speech-recognition | false | y05uk | null | y05uk/wav2vec2-base-timit-demo-google-colab | 1 | null | transformers | 32,510 | ---
license: apache-2.0
tags:
- generated_from_trainer
model-index:
- name: wav2vec2-base-timit-demo-google-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. -->
... |
tclong/wav2vec2-base-vios | f6ce56489d6637b7626ae5543752ed86ee406f37 | 2022-06-04T16:09:51.000Z | [
"pytorch",
"tensorboard",
"wav2vec2",
"automatic-speech-recognition",
"dataset:vivos_dataset",
"transformers",
"generated_from_trainer",
"license:apache-2.0",
"model-index"
] | automatic-speech-recognition | false | tclong | null | tclong/wav2vec2-base-vios | 1 | null | transformers | 32,511 | ---
license: apache-2.0
tags:
- generated_from_trainer
datasets:
- vivos_dataset
model-index:
- name: wav2vec2-base-vios
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 commen... |
Aktsvigun/bert-base-pubmed | 6b737c3fd72a62f274c8a602262594976101231a | 2022-05-30T14:13:08.000Z | [
"pytorch",
"bert",
"fill-mask",
"transformers",
"autotrain_compatible"
] | fill-mask | false | Aktsvigun | null | Aktsvigun/bert-base-pubmed | 1 | null | transformers | 32,512 | Entry not found |
ruselkomp/sber-framebank-50size | aadf535b6d6c45528bc907353e8528cde8ef9ccd | 2022-05-31T05:01:42.000Z | [
"pytorch",
"tensorboard",
"bert",
"question-answering",
"transformers",
"autotrain_compatible"
] | question-answering | false | ruselkomp | null | ruselkomp/sber-framebank-50size | 1 | null | transformers | 32,513 | Entry not found |
eslamxm/mT5_multilingual_XLSum-finetuned-en-cnn | 78113aef7a97ad7705b62b44f241c49802edfdb1 | 2022-06-01T18:42:31.000Z | [
"pytorch",
"tensorboard",
"mt5",
"text2text-generation",
"transformers",
"autotrain_compatible"
] | text2text-generation | false | eslamxm | null | eslamxm/mT5_multilingual_XLSum-finetuned-en-cnn | 1 | null | transformers | 32,514 | Entry not found |
Jiexing/sparc_add_coref_t5_3b_order_0514_ckpt-4224 | 653b47845f8e9735562425db7646a9abaacec60c | 2022-05-30T15:38:19.000Z | [
"pytorch",
"t5",
"text2text-generation",
"transformers",
"autotrain_compatible"
] | text2text-generation | false | Jiexing | null | Jiexing/sparc_add_coref_t5_3b_order_0514_ckpt-4224 | 1 | null | transformers | 32,515 | Entry not found |
nadiaqutaiba/bert-base-uncased-finetuned-swag | 74f25c20049608bed50d49f1ffe95003b196ca3b | 2022-05-30T21:54:57.000Z | [
"pytorch",
"tensorboard",
"bert",
"multiple-choice",
"dataset:swag",
"transformers",
"generated_from_trainer",
"license:apache-2.0",
"model-index"
] | multiple-choice | false | nadiaqutaiba | null | nadiaqutaiba/bert-base-uncased-finetuned-swag | 1 | null | transformers | 32,516 | ---
license: apache-2.0
tags:
- generated_from_trainer
datasets:
- swag
model-index:
- name: bert-base-uncased-finetuned-swag
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... |
Damith/mwe-xlm-roberta-base | 113bea9635590d9d285d3de6a731f5d8472ad22b | 2022-05-30T15:45:05.000Z | [
"pytorch",
"xlm-roberta",
"token-classification",
"transformers",
"license:apache-2.0",
"autotrain_compatible"
] | token-classification | false | Damith | null | Damith/mwe-xlm-roberta-base | 1 | null | transformers | 32,517 | ---
license: apache-2.0
---
|
theojolliffe/bart-cnn-science-v3-e1 | 8add11a8812303d45021313de8161676b7ad96c1 | 2022-05-30T18:32:12.000Z | [
"pytorch",
"tensorboard",
"bart",
"text2text-generation",
"transformers",
"generated_from_trainer",
"license:mit",
"model-index",
"autotrain_compatible"
] | text2text-generation | false | theojolliffe | null | theojolliffe/bart-cnn-science-v3-e1 | 1 | null | transformers | 32,518 | ---
license: mit
tags:
- generated_from_trainer
model-index:
- name: bart-cnn-science-v3-e1
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. -->
# bart-cnn-science-v3... |
stevemobs/deberta-base-combined-squad1-aqa-newsqa-50 | bbe2d7df4531eb8d1965b895171d1d369b271ffd | 2022-05-30T23:05:53.000Z | [
"pytorch",
"tensorboard",
"deberta",
"question-answering",
"transformers",
"generated_from_trainer",
"license:mit",
"model-index",
"autotrain_compatible"
] | question-answering | false | stevemobs | null | stevemobs/deberta-base-combined-squad1-aqa-newsqa-50 | 1 | null | transformers | 32,519 | ---
license: mit
tags:
- generated_from_trainer
model-index:
- name: deberta-base-combined-squad1-aqa-newsqa-50
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. -->
#... |
Adapting/t5-small-finetuned-xsum | 9abb1b724ad7fee458c615130ce1cdf2947419f3 | 2022-05-31T08:31:11.000Z | [
"pytorch",
"tensorboard",
"t5",
"text2text-generation",
"transformers",
"autotrain_compatible"
] | text2text-generation | false | Adapting | null | Adapting/t5-small-finetuned-xsum | 1 | null | transformers | 32,520 | Entry not found |
haritzpuerto/MiniLM-L12-H384-uncased-squad | 6097056a8e564ae8d0c0897615f113027a50848e | 2022-06-05T12:25:22.000Z | [
"pytorch",
"tensorboard",
"bert",
"question-answering",
"dataset:squad",
"transformers",
"generated_from_trainer",
"license:mit",
"model-index",
"autotrain_compatible"
] | question-answering | false | haritzpuerto | null | haritzpuerto/MiniLM-L12-H384-uncased-squad | 1 | null | transformers | 32,521 | ---
license: mit
tags:
- generated_from_trainer
datasets:
- squad
model-index:
- name: results
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. -->
# results
This mo... |
haritzpuerto/xtremedistil-squad | 5fd914007ef9ada5c9eb7f84af46fd461d28ed95 | 2022-05-30T21:36:34.000Z | [
"pytorch",
"bert",
"question-answering",
"transformers",
"autotrain_compatible"
] | question-answering | false | haritzpuerto | null | haritzpuerto/xtremedistil-squad | 1 | null | transformers | 32,522 | Entry not found |
stevemobs/deberta-base-combined-squad1-aqa-newsqa-50-and-newsqa-50 | be4f7a0fcb48cdc0ea0e2bfdb233d5a45909a6ad | 2022-05-31T03:31:35.000Z | [
"pytorch",
"tensorboard",
"deberta",
"question-answering",
"transformers",
"generated_from_trainer",
"license:mit",
"model-index",
"autotrain_compatible"
] | question-answering | false | stevemobs | null | stevemobs/deberta-base-combined-squad1-aqa-newsqa-50-and-newsqa-50 | 1 | null | transformers | 32,523 | ---
license: mit
tags:
- generated_from_trainer
model-index:
- name: deberta-base-combined-squad1-aqa-newsqa-50-and-newsqa-50
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... |
eabayed/wav2vec2emiratidialict_1 | a589e3e60ff482ade837623f52643c6fe385b5a1 | 2022-05-31T02:57:16.000Z | [
"pytorch",
"wav2vec2",
"automatic-speech-recognition",
"transformers",
"license:gpl-3.0"
] | automatic-speech-recognition | false | eabayed | null | eabayed/wav2vec2emiratidialict_1 | 1 | null | transformers | 32,524 | ---
license: gpl-3.0
---
Wav2vec2 model trained with audio clips from Arabic shows using the Emirati dialect. |
N0NAne/DialoGPT-small-harrypotter | c29032a0973c5daa9c0fbc9420cdf16490bb386f | 2022-05-31T05:51:07.000Z | [
"pytorch",
"gpt2",
"text-generation",
"transformers",
"conversational"
] | conversational | false | N0NAne | null | N0NAne/DialoGPT-small-harrypotter | 1 | null | transformers | 32,525 | ---
tags:
- conversational
---
# Harry Potter DialoGPT Model |
hunkim/sentence-transformersklue-bert-base | b899b71522dd0f8ea8c3f68c3d3f0be9077534c8 | 2022-05-31T06:39:28.000Z | [
"pytorch",
"bert",
"feature-extraction",
"sentence-transformers",
"sentence-similarity",
"transformers"
] | sentence-similarity | false | hunkim | null | hunkim/sentence-transformersklue-bert-base | 1 | null | sentence-transformers | 32,526 | ---
pipeline_tag: sentence-similarity
tags:
- sentence-transformers
- feature-extraction
- sentence-similarity
- transformers
---
# hunkim/sentence-transformersklue-bert-base
This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentences & paragraphs to a 768 dimensional dense vector space and can ... |
chrisvinsen/wav2vec2-15 | d1fb441732dda02c63efac575cbe412722b1d290 | 2022-05-31T11:13:41.000Z | [
"pytorch",
"tensorboard",
"wav2vec2",
"automatic-speech-recognition",
"transformers",
"generated_from_trainer",
"license:apache-2.0",
"model-index"
] | automatic-speech-recognition | false | chrisvinsen | null | chrisvinsen/wav2vec2-15 | 1 | null | transformers | 32,527 | ---
license: apache-2.0
tags:
- generated_from_trainer
model-index:
- name: wav2vec2-15
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. -->
# wav2vec2-15
This model... |
creynier/wav2vec2-base-swbd-turn-eos-long_short2s_utt_removed_4percent | 8ded6c2993c3782dc8253ded987111288aa8e601 | 2022-06-01T01:11:15.000Z | [
"pytorch",
"wav2vec2",
"automatic-speech-recognition",
"transformers"
] | automatic-speech-recognition | false | creynier | null | creynier/wav2vec2-base-swbd-turn-eos-long_short2s_utt_removed_4percent | 1 | null | transformers | 32,528 | Entry not found |
changjin/distilbert-base-uncased-finetuned-squad | 3d5f2d8cfaaed9f31241867424ee935d29b7b567 | 2022-05-31T08:40:38.000Z | [
"pytorch",
"tensorboard",
"distilbert",
"question-answering",
"transformers",
"autotrain_compatible"
] | question-answering | false | changjin | null | changjin/distilbert-base-uncased-finetuned-squad | 1 | null | transformers | 32,529 | Entry not found |
moshew/paraphrase-mpnet-base-v2_SetFit_sst2_nun_training_64 | cf660fa4e0c5bc1462e457c3e97d231ca988bfc2 | 2022-05-31T09:24:16.000Z | [
"pytorch",
"mpnet",
"feature-extraction",
"sentence-transformers",
"sentence-similarity",
"transformers"
] | sentence-similarity | false | moshew | null | moshew/paraphrase-mpnet-base-v2_SetFit_sst2_nun_training_64 | 1 | null | sentence-transformers | 32,530 | ---
pipeline_tag: sentence-similarity
tags:
- sentence-transformers
- feature-extraction
- sentence-similarity
- transformers
---
# moshew/paraphrase-mpnet-base-v2_SetFit_sst2_nun_training_64
This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentences & paragraphs to a 768 dimensional dense vect... |
Splend1dchan/xtreme_s_w2v2_t5lephone-small_minds14.en-all | 74856bb8f5d4f49a8d4a007004c0b6b0c216d5c7 | 2022-05-31T11:37:17.000Z | [
"pytorch",
"tensorboard",
"wav2vec2",
"transformers"
] | null | false | Splend1dchan | null | Splend1dchan/xtreme_s_w2v2_t5lephone-small_minds14.en-all | 1 | null | transformers | 32,531 | Entry not found |
mikehemberger/tests | da0621cee932c70ec6772ba97e496ba9b5613346 | 2022-05-31T09:44:42.000Z | [
"pytorch",
"vit",
"image-classification",
"transformers"
] | image-classification | false | mikehemberger | null | mikehemberger/tests | 1 | null | transformers | 32,532 | Entry not found |
chrisvinsen/wav2vec2-16 | ba820a1bc74ca9f96d13e4a483f28560f7b53a83 | 2022-06-01T02:12:10.000Z | [
"pytorch",
"tensorboard",
"wav2vec2",
"automatic-speech-recognition",
"transformers",
"generated_from_trainer",
"license:apache-2.0",
"model-index"
] | automatic-speech-recognition | false | chrisvinsen | null | chrisvinsen/wav2vec2-16 | 1 | null | transformers | 32,533 | ---
license: apache-2.0
tags:
- generated_from_trainer
model-index:
- name: wav2vec2-16
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. -->
# wav2vec2-16
This model... |
Splend1dchan/xtreme_s_w2v2_minds14.en-all | 9e69c03342fe2d67ef1cfddaff520e2e39b47eab | 2022-05-31T14:07:33.000Z | [
"pytorch",
"tensorboard",
"wav2vec2",
"transformers"
] | null | false | Splend1dchan | null | Splend1dchan/xtreme_s_w2v2_minds14.en-all | 1 | null | transformers | 32,534 | Entry not found |
MeshalAlamr/wav2vec2-xls-r-300m-ar-12 | 8b5784abeee04f5380c474c304c86e8e32ed4ee7 | 2022-06-20T02:48:08.000Z | [
"pytorch",
"wav2vec2",
"automatic-speech-recognition",
"dataset:common_voice",
"transformers",
"generated_from_trainer",
"license:apache-2.0",
"model-index"
] | automatic-speech-recognition | false | MeshalAlamr | null | MeshalAlamr/wav2vec2-xls-r-300m-ar-12 | 1 | null | transformers | 32,535 | ---
license: apache-2.0
tags:
- generated_from_trainer
datasets:
- common_voice
model-index:
- name: wav2vec2-xls-r-300m-ar-12
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 ... |
Splend1dchan/wav2vec2-large-lv60_mt5-base_nofreeze_bs64_drop.3 | 1b1f510ac52865f5a42fcc0bcf43c6fce5eaef15 | 2022-06-02T16:25:05.000Z | [
"pytorch",
"speechmix",
"transformers"
] | null | false | Splend1dchan | null | Splend1dchan/wav2vec2-large-lv60_mt5-base_nofreeze_bs64_drop.3 | 1 | null | transformers | 32,536 | Entry not found |
wrice/wav2vec2-large-robust-ft-timit | 37e41734af51fd8806a57b872cdf139ccef58d97 | 2022-05-31T22:17:20.000Z | [
"pytorch",
"tensorboard",
"wav2vec2",
"automatic-speech-recognition",
"transformers",
"generated_from_trainer",
"license:apache-2.0",
"model-index"
] | automatic-speech-recognition | false | wrice | null | wrice/wav2vec2-large-robust-ft-timit | 1 | null | transformers | 32,537 | ---
license: apache-2.0
tags:
- generated_from_trainer
model-index:
- name: wav2vec2-large-robust-ft-timit
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... |
meghazisofiane/opus-mt-en-ar-finetuned-en-to-ar | cad0f31af8c513863b0dcacab285c162f194d9ef | 2022-06-03T17:27:04.000Z | [
"pytorch",
"tensorboard",
"marian",
"text2text-generation",
"dataset:un_multi",
"transformers",
"generated_from_trainer",
"license:apache-2.0",
"model-index",
"autotrain_compatible"
] | text2text-generation | false | meghazisofiane | null | meghazisofiane/opus-mt-en-ar-finetuned-en-to-ar | 1 | null | transformers | 32,538 | ---
license: apache-2.0
tags:
- generated_from_trainer
datasets:
- un_multi
metrics:
- bleu
model-index:
- name: opus-mt-en-ar-finetuned-en-to-ar
results:
- task:
name: Sequence-to-sequence Language Modeling
type: text2text-generation
dataset:
name: un_multi
type: un_multi
args: ar... |
ThePixOne/SeconBERTa | 427aec37ecc469cd938478c8e859219059a3c5f8 | 2022-05-31T19:53:48.000Z | [
"pytorch",
"roberta",
"feature-extraction",
"sentence-transformers",
"sentence-similarity",
"transformers"
] | sentence-similarity | false | ThePixOne | null | ThePixOne/SeconBERTa | 1 | null | sentence-transformers | 32,539 | ---
pipeline_tag: sentence-similarity
tags:
- sentence-transformers
- feature-extraction
- sentence-similarity
- transformers
---
# {MODEL_NAME}
This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentences & paragraphs to a 768 dimensional dense vector space and can be used for tasks like cluster... |
Dizzykong/test-recipe | a37f3e6909adecb86352087eb986506b8cfff9ea | 2022-05-31T21:17:01.000Z | [
"pytorch",
"tensorboard",
"gpt2",
"text-generation",
"transformers",
"generated_from_trainer",
"model-index"
] | text-generation | false | Dizzykong | null | Dizzykong/test-recipe | 1 | null | transformers | 32,540 | ---
tags:
- generated_from_trainer
model-index:
- name: test-recipe
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. -->
# test-recipe
This model is a fine-tuned ver... |
Dizzykong/test-charles-dickens | 279d9599376fc7810330faf288957980a524ded3 | 2022-05-31T21:22:30.000Z | [
"pytorch",
"tensorboard",
"gpt2",
"text-generation",
"transformers",
"generated_from_trainer",
"license:mit",
"model-index"
] | text-generation | false | Dizzykong | null | Dizzykong/test-charles-dickens | 1 | null | transformers | 32,541 | ---
license: mit
tags:
- generated_from_trainer
model-index:
- name: test-charles-dickens
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. -->
# test-charles-dickens
... |
erickfm/t5-small-finetuned-bias | 220a1ca3ce75e905419adc5b63019a60f39401f0 | 2022-06-01T02:02:16.000Z | [
"pytorch",
"t5",
"text2text-generation",
"en",
"dataset:WNC",
"transformers",
"license:apache-2.0",
"autotrain_compatible"
] | text2text-generation | false | erickfm | null | erickfm/t5-small-finetuned-bias | 1 | null | transformers | 32,542 | ---
language:
- en
license: apache-2.0
datasets:
- WNC
metrics:
- accuracy
---
This model is a fine-tune checkpoint of [T5-small](https://huggingface.co/t5-small), fine-tuned on the [Wiki Neutrality Corpus (WNC)](https://github.com/rpryzant/neutralizing-bias), a labeled dataset composed of 180,000 biased and neutra... |
adache/xlm-roberta-base-finetuned-panx-de-fr | a5eae7931cccc52060eb0e5dee56db98d9a36286 | 2022-06-01T06:47:31.000Z | [
"pytorch",
"xlm-roberta",
"token-classification",
"transformers",
"generated_from_trainer",
"license:mit",
"model-index",
"autotrain_compatible"
] | token-classification | false | adache | null | adache/xlm-roberta-base-finetuned-panx-de-fr | 1 | null | transformers | 32,543 | ---
license: mit
tags:
- generated_from_trainer
metrics:
- f1
model-index:
- name: xlm-roberta-base-finetuned-panx-de-fr
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 commen... |
adache/xlm-roberta-base-finetuned-panx-fr | 203bd4b69cce6af55fad956613622d925c277b2a | 2022-06-01T07:13:59.000Z | [
"pytorch",
"xlm-roberta",
"token-classification",
"dataset:xtreme",
"transformers",
"generated_from_trainer",
"license:mit",
"model-index",
"autotrain_compatible"
] | token-classification | false | adache | null | adache/xlm-roberta-base-finetuned-panx-fr | 1 | null | transformers | 32,544 | ---
license: mit
tags:
- generated_from_trainer
datasets:
- xtreme
metrics:
- f1
model-index:
- name: xlm-roberta-base-finetuned-panx-fr
results:
- task:
name: Token Classification
type: token-classification
dataset:
name: xtreme
type: xtreme
args: PAN-X.fr
metrics:
- name:... |
adache/xlm-roberta-base-finetuned-panx-it | 174d2bd46cb9245329203339321236bfdd7782bc | 2022-06-01T07:33:52.000Z | [
"pytorch",
"xlm-roberta",
"token-classification",
"dataset:xtreme",
"transformers",
"generated_from_trainer",
"license:mit",
"model-index",
"autotrain_compatible"
] | token-classification | false | adache | null | adache/xlm-roberta-base-finetuned-panx-it | 1 | null | transformers | 32,545 | ---
license: mit
tags:
- generated_from_trainer
datasets:
- xtreme
metrics:
- f1
model-index:
- name: xlm-roberta-base-finetuned-panx-it
results:
- task:
name: Token Classification
type: token-classification
dataset:
name: xtreme
type: xtreme
args: PAN-X.it
metrics:
- name:... |
adache/xlm-roberta-base-finetuned-panx-en | 259010ef20fc52b81d38c8e730f437d13b5af321 | 2022-06-01T07:53:50.000Z | [
"pytorch",
"xlm-roberta",
"token-classification",
"dataset:xtreme",
"transformers",
"generated_from_trainer",
"license:mit",
"model-index",
"autotrain_compatible"
] | token-classification | false | adache | null | adache/xlm-roberta-base-finetuned-panx-en | 1 | null | transformers | 32,546 | ---
license: mit
tags:
- generated_from_trainer
datasets:
- xtreme
metrics:
- f1
model-index:
- name: xlm-roberta-base-finetuned-panx-en
results:
- task:
name: Token Classification
type: token-classification
dataset:
name: xtreme
type: xtreme
args: PAN-X.en
metrics:
- name:... |
ceggian/sbart_pt_reddit_softmax_64 | a74d53c35fd8879f9d10dff1f28a32ea114ecf01 | 2022-06-01T07:46:44.000Z | [
"pytorch",
"bart",
"feature-extraction",
"sentence-transformers",
"sentence-similarity",
"transformers"
] | sentence-similarity | false | ceggian | null | ceggian/sbart_pt_reddit_softmax_64 | 1 | null | sentence-transformers | 32,547 | ---
pipeline_tag: sentence-similarity
tags:
- sentence-transformers
- feature-extraction
- sentence-similarity
- transformers
---
# {MODEL_NAME}
This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentences & paragraphs to a 768 dimensional dense vector space and can be used for tasks like cluster... |
adache/xlm-roberta-base-finetuned-panx-all | 33243f743e186cc7a5918122a0d3d25d47cdda12 | 2022-06-01T08:20:34.000Z | [
"pytorch",
"xlm-roberta",
"token-classification",
"transformers",
"generated_from_trainer",
"license:mit",
"model-index",
"autotrain_compatible"
] | token-classification | false | adache | null | adache/xlm-roberta-base-finetuned-panx-all | 1 | null | transformers | 32,548 | ---
license: mit
tags:
- generated_from_trainer
metrics:
- f1
model-index:
- name: xlm-roberta-base-finetuned-panx-all
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.... |
elisabethvonoswald/wav2vec2-large-xls-r-300m-2022-06-01 | 3042e0c8ee9d24dfe958412e85e0a25d72968f84 | 2022-06-01T10:05:23.000Z | [
"pytorch",
"tensorboard",
"wav2vec2",
"automatic-speech-recognition",
"transformers"
] | automatic-speech-recognition | false | elisabethvonoswald | null | elisabethvonoswald/wav2vec2-large-xls-r-300m-2022-06-01 | 1 | null | transformers | 32,549 | Entry not found |
KM4STfulltext/SSCI-BERT-e4 | 55e70d3368e38378e06474002dd78f03f074cc9e | 2022-06-01T09:25:35.000Z | [
"pytorch",
"bert",
"fill-mask",
"transformers",
"license:apache-2.0",
"autotrain_compatible"
] | fill-mask | false | KM4STfulltext | null | KM4STfulltext/SSCI-BERT-e4 | 1 | null | transformers | 32,550 | ---
license: apache-2.0
---
# SSCI-BERT: A pretrained language model for social scientific text
## Introduction
The research for social science texts needs the support natural language processing tools.
The pre-trained language model has greatly improved the accuracy of text mining in general texts. At present, th... |
tau/False_large_pmi_para0_sent1_span2_itTrue_sargmax_rrFalse_8_1024_0.3_seed2_epoch1 | a46a68439c78a8514ddabdf6a7ec75fbc6288ee7 | 2022-06-01T11:29:19.000Z | [
"pytorch",
"t5",
"text2text-generation",
"transformers",
"autotrain_compatible"
] | text2text-generation | false | tau | null | tau/False_large_pmi_para0_sent1_span2_itTrue_sargmax_rrFalse_8_1024_0.3_seed2_epoch1 | 1 | null | transformers | 32,551 | Entry not found |
tau/False_large_pmi_para0_sent1_span2_itTrue_sargmax_rrFalse_8_1024_0.3_seed1_epoch1 | 882a1f30925727618c010e62f2fff712f1fe828f | 2022-06-01T11:33:33.000Z | [
"pytorch",
"t5",
"text2text-generation",
"transformers",
"autotrain_compatible"
] | text2text-generation | false | tau | null | tau/False_large_pmi_para0_sent1_span2_itTrue_sargmax_rrFalse_8_1024_0.3_seed1_epoch1 | 1 | null | transformers | 32,552 | Entry not found |
tau/False_large_pmi_para0_sent1_span2_itTrue_sargmax_rrFalse_7_1024_0.3_seed1_epoch1 | a5ff8d209fbad5c5205d671f3b575886c0baa945 | 2022-06-01T11:39:08.000Z | [
"pytorch",
"t5",
"text2text-generation",
"transformers",
"autotrain_compatible"
] | text2text-generation | false | tau | null | tau/False_large_pmi_para0_sent1_span2_itTrue_sargmax_rrFalse_7_1024_0.3_seed1_epoch1 | 1 | null | transformers | 32,553 | Entry not found |
tau/False_large_pmi_para0_sent1_span2_itTrue_sargmax_rrFalse_7_1024_0.3_seed2_epoch1 | b398f785e6a4213a0c3ac69a3e158e1beb7a15aa | 2022-06-01T11:43:23.000Z | [
"pytorch",
"t5",
"text2text-generation",
"transformers",
"autotrain_compatible"
] | text2text-generation | false | tau | null | tau/False_large_pmi_para0_sent1_span2_itTrue_sargmax_rrFalse_7_1024_0.3_seed2_epoch1 | 1 | null | transformers | 32,554 | Entry not found |
jxm/u-PMLM-R | a973b1c9b0909c18d88e0c2f66c75a2d1546272b | 2022-06-01T16:12:46.000Z | [
"pytorch",
"bert",
"feature-extraction",
"transformers"
] | feature-extraction | false | jxm | null | jxm/u-PMLM-R | 1 | null | transformers | 32,555 | Entry not found |
VanessaSchenkel/unicamp-finetuned-en-to-pt-dataset-ted | 0e7242ac5f9b5500d5e7d685537ea542bb2f5365 | 2022-06-01T22:38:09.000Z | [
"pytorch",
"tensorboard",
"t5",
"text2text-generation",
"dataset:ted_iwlst2013",
"transformers",
"translation",
"generated_from_trainer",
"model-index",
"autotrain_compatible"
] | translation | false | VanessaSchenkel | null | VanessaSchenkel/unicamp-finetuned-en-to-pt-dataset-ted | 1 | null | transformers | 32,556 | ---
tags:
- translation
- generated_from_trainer
datasets:
- ted_iwlst2013
metrics:
- bleu
model-index:
- name: unicamp-finetuned-en-to-pt-dataset-ted
results:
- task:
name: Sequence-to-sequence Language Modeling
type: text2text-generation
dataset:
name: ted_iwlst2013
type: ted_iwlst2013... |
sagnikrayc/prajjwal-bert-small-mnli | aaae6430ff7a2b7f1d98af5bb10c447a1677fda7 | 2022-06-01T18:23:28.000Z | [
"pytorch",
"bert",
"feature-extraction",
"transformers"
] | feature-extraction | false | sagnikrayc | null | sagnikrayc/prajjwal-bert-small-mnli | 1 | null | transformers | 32,557 | Entry not found |
SoulCaliber/DialoGPT-small-Saber111 | 6a7abb01e925ecb7ad9dd63c65f014dbacecb3e0 | 2022-06-01T18:26:54.000Z | [
"pytorch",
"gpt2",
"text-generation",
"transformers",
"conversational"
] | conversational | false | SoulCaliber | null | SoulCaliber/DialoGPT-small-Saber111 | 1 | null | transformers | 32,558 | ---
tags:
- conversational
---
# My Awesome Model
|
lmqg/t5-base-subjqa-books | 691fe2e3f8ee03b10e8543416bd3fb8127b32ab9 | 2022-06-02T13:12:25.000Z | [
"pytorch",
"t5",
"text2text-generation",
"transformers",
"autotrain_compatible"
] | text2text-generation | false | lmqg | null | lmqg/t5-base-subjqa-books | 1 | null | transformers | 32,559 | Entry not found |
lmqg/t5-base-subjqa-electronics | a633448f62b7b9a5b5ff72fbe6293a283638b806 | 2022-06-02T15:16:29.000Z | [
"pytorch",
"t5",
"text2text-generation",
"transformers",
"autotrain_compatible"
] | text2text-generation | false | lmqg | null | lmqg/t5-base-subjqa-electronics | 1 | null | transformers | 32,560 | Entry not found |
income/jpq-question_encoder-base-msmarco-roberta-star | cfc6591f05688ba65cd8601ac303ce73b30e886a | 2022-06-01T22:36:58.000Z | [
"pytorch",
"roberta",
"transformers",
"license:apache-2.0"
] | null | false | income | null | income/jpq-question_encoder-base-msmarco-roberta-star | 1 | null | transformers | 32,561 | ---
license: apache-2.0
---
|
income/jpq-document_encoder-base-msmarco-roberta-star | 5537b8dcd62f49d2eff98c478b0d4e974c8bad6a | 2022-06-01T22:40:09.000Z | [
"pytorch",
"roberta",
"transformers",
"license:apache-2.0"
] | null | false | income | null | income/jpq-document_encoder-base-msmarco-roberta-star | 1 | null | transformers | 32,562 | ---
license: apache-2.0
---
|
lmqg/t5-small-subjqa-movies | 6f2db90e569d4e94f07f903f5e79c0f2d94cca56 | 2022-06-02T18:51:18.000Z | [
"pytorch",
"t5",
"text2text-generation",
"transformers",
"autotrain_compatible"
] | text2text-generation | false | lmqg | null | lmqg/t5-small-subjqa-movies | 1 | null | transformers | 32,563 | Entry not found |
dkasti/xlm-roberta-base-finetuned-panx-de-fr | d4fda6b3c93fb034881ccf5873a8092467ff19ae | 2022-06-02T01:56:17.000Z | [
"pytorch",
"xlm-roberta",
"token-classification",
"transformers",
"generated_from_trainer",
"license:mit",
"model-index",
"autotrain_compatible"
] | token-classification | false | dkasti | null | dkasti/xlm-roberta-base-finetuned-panx-de-fr | 1 | null | transformers | 32,564 | ---
license: mit
tags:
- generated_from_trainer
metrics:
- f1
model-index:
- name: xlm-roberta-base-finetuned-panx-de-fr
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 commen... |
dkasti/xlm-roberta-base-finetuned-panx-fr | ecea0cd8b5ecc7b2c3fcc3aaf662f1d83f851f55 | 2022-06-02T02:03:12.000Z | [
"pytorch",
"xlm-roberta",
"token-classification",
"dataset:xtreme",
"transformers",
"generated_from_trainer",
"license:mit",
"model-index",
"autotrain_compatible"
] | token-classification | false | dkasti | null | dkasti/xlm-roberta-base-finetuned-panx-fr | 1 | null | transformers | 32,565 | ---
license: mit
tags:
- generated_from_trainer
datasets:
- xtreme
metrics:
- f1
model-index:
- name: xlm-roberta-base-finetuned-panx-fr
results:
- task:
name: Token Classification
type: token-classification
dataset:
name: xtreme
type: xtreme
args: PAN-X.fr
metrics:
- name:... |
dkasti/xlm-roberta-base-finetuned-panx-it | dfc6757ccb03dc43f8891a7d861876834b84198c | 2022-06-02T02:05:41.000Z | [
"pytorch",
"xlm-roberta",
"token-classification",
"dataset:xtreme",
"transformers",
"generated_from_trainer",
"license:mit",
"model-index",
"autotrain_compatible"
] | token-classification | false | dkasti | null | dkasti/xlm-roberta-base-finetuned-panx-it | 1 | null | transformers | 32,566 | ---
license: mit
tags:
- generated_from_trainer
datasets:
- xtreme
metrics:
- f1
model-index:
- name: xlm-roberta-base-finetuned-panx-it
results:
- task:
name: Token Classification
type: token-classification
dataset:
name: xtreme
type: xtreme
args: PAN-X.it
metrics:
- name:... |
dkasti/xlm-roberta-base-finetuned-panx-en | 3972042d00b1120703a46edfcef27759421bb05a | 2022-06-02T02:07:48.000Z | [
"pytorch",
"xlm-roberta",
"token-classification",
"dataset:xtreme",
"transformers",
"generated_from_trainer",
"license:mit",
"model-index",
"autotrain_compatible"
] | token-classification | false | dkasti | null | dkasti/xlm-roberta-base-finetuned-panx-en | 1 | null | transformers | 32,567 | ---
license: mit
tags:
- generated_from_trainer
datasets:
- xtreme
metrics:
- f1
model-index:
- name: xlm-roberta-base-finetuned-panx-en
results:
- task:
name: Token Classification
type: token-classification
dataset:
name: xtreme
type: xtreme
args: PAN-X.en
metrics:
- name:... |
dkasti/xlm-roberta-base-finetuned-panx-all | 71d4282424f3205e5eedb943ad800a71d5165936 | 2022-06-02T02:24:54.000Z | [
"pytorch",
"xlm-roberta",
"token-classification",
"transformers",
"generated_from_trainer",
"license:mit",
"model-index",
"autotrain_compatible"
] | token-classification | false | dkasti | null | dkasti/xlm-roberta-base-finetuned-panx-all | 1 | null | transformers | 32,568 | ---
license: mit
tags:
- generated_from_trainer
metrics:
- f1
model-index:
- name: xlm-roberta-base-finetuned-panx-all
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.... |
PSW/samsum_reverse_train_distilbart_xsum_12-3_epoch3 | 19f4c32b635a818c9d327db34e2c1cd3fdc3e328 | 2022-06-02T04:42:54.000Z | [
"pytorch",
"bart",
"text2text-generation",
"transformers",
"autotrain_compatible"
] | text2text-generation | false | PSW | null | PSW/samsum_reverse_train_distilbart_xsum_12-3_epoch3 | 1 | null | transformers | 32,569 | Entry not found |
callmefons/t5-small | 9bea3749b7dfcd3a8e8b92a2d73a5055faa58cc9 | 2022-06-02T05:25:13.000Z | [
"pytorch",
"t5",
"text2text-generation",
"transformers",
"generated_from_trainer",
"model-index",
"autotrain_compatible"
] | text2text-generation | false | callmefons | null | callmefons/t5-small | 1 | null | transformers | 32,570 | ---
tags:
- generated_from_trainer
model-index:
- name: t5-small
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. -->
# t5-small
This model was trained from scratch ... |
callmefons/mt5-small | f9d0131ab764891c3c6bc3bcefb580a740b82651 | 2022-06-02T05:28:09.000Z | [
"pytorch",
"t5",
"text2text-generation",
"transformers",
"generated_from_trainer",
"model-index",
"autotrain_compatible"
] | text2text-generation | false | callmefons | null | callmefons/mt5-small | 1 | null | transformers | 32,571 | ---
tags:
- generated_from_trainer
model-index:
- name: mt5-small
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. -->
# mt5-small
This model was trained from scratc... |
PSW/samsum_reverse_train_distilbart_xsum_12-3_minlen10_epoch3 | 018ab62fb6adeb41aaa90b2a7ce2407c13c712ec | 2022-06-02T06:11:20.000Z | [
"pytorch",
"bart",
"text2text-generation",
"transformers",
"autotrain_compatible"
] | text2text-generation | false | PSW | null | PSW/samsum_reverse_train_distilbart_xsum_12-3_minlen10_epoch3 | 1 | null | transformers | 32,572 | Entry not found |
erickfm/t5-large-finetuned-bias-m | c4fc3cfcce6cb91fa9b252a32de4d5818e2140a8 | 2022-06-02T06:07:44.000Z | [
"pytorch",
"t5",
"text2text-generation",
"transformers",
"license:apache-2.0",
"autotrain_compatible"
] | text2text-generation | false | erickfm | null | erickfm/t5-large-finetuned-bias-m | 1 | null | transformers | 32,573 | ---
license: apache-2.0
---
|
202015004/UA_low_training_shreya | 7f1e203c75db72acb80d15d5e84b20ebf0707709 | 2022-06-02T12:45:18.000Z | [
"pytorch",
"wav2vec2",
"automatic-speech-recognition",
"transformers"
] | automatic-speech-recognition | false | 202015004 | null | 202015004/UA_low_training_shreya | 1 | null | transformers | 32,574 | Entry not found |
PSW/samsum_reverse_train_distilbart_xsum_9-6_sampling_min10max2000_epoch3 | 0ef7b13f941fe6f83208337448e110300f0db219 | 2022-06-02T07:46:50.000Z | [
"pytorch",
"bart",
"text2text-generation",
"transformers",
"autotrain_compatible"
] | text2text-generation | false | PSW | null | PSW/samsum_reverse_train_distilbart_xsum_9-6_sampling_min10max2000_epoch3 | 1 | null | transformers | 32,575 | Entry not found |
Splend1dchan/xtreme_s_xlsr_byt5-small_minds14.en-all | 7ca5a0c2bb04433549b8033ed7252baeee8a1212 | 2022-06-02T21:59:27.000Z | [
"pytorch",
"tensorboard",
"wav2vec2",
"transformers"
] | null | false | Splend1dchan | null | Splend1dchan/xtreme_s_xlsr_byt5-small_minds14.en-all | 1 | null | transformers | 32,576 | Entry not found |
PSW/samsum_reverse_train_distilbart_xsum_9-6_min10max2000_epoch3 | 5dd6ea33b3f97300dfb08c5ba8514c8b2b552abe | 2022-06-02T09:13:19.000Z | [
"pytorch",
"bart",
"text2text-generation",
"transformers",
"autotrain_compatible"
] | text2text-generation | false | PSW | null | PSW/samsum_reverse_train_distilbart_xsum_9-6_min10max2000_epoch3 | 1 | null | transformers | 32,577 | Entry not found |
creynier/wav2vec2-base-swbd-turn-eos-long_short1-8s_utt_removed_4percent2 | e2def4c876c75a75458f1dca319ae73746152d4f | 2022-06-02T10:06:38.000Z | [
"pytorch",
"wav2vec2",
"automatic-speech-recognition",
"transformers"
] | automatic-speech-recognition | false | creynier | null | creynier/wav2vec2-base-swbd-turn-eos-long_short1-8s_utt_removed_4percent2 | 1 | null | transformers | 32,578 | Entry not found |
Lolaibrin/distilbert-base-uncased-finetuned-squad | 6eb4ddf658a1188f4c6fbb47d66d69f1631a2c24 | 2022-06-02T13:43:10.000Z | [
"pytorch",
"tensorboard",
"distilbert",
"question-answering",
"dataset:squad",
"transformers",
"generated_from_trainer",
"license:apache-2.0",
"model-index",
"autotrain_compatible"
] | question-answering | false | Lolaibrin | null | Lolaibrin/distilbert-base-uncased-finetuned-squad | 1 | null | transformers | 32,579 | ---
license: apache-2.0
tags:
- generated_from_trainer
datasets:
- squad
model-index:
- name: distilbert-base-uncased-finetuned-squad
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 remov... |
PSW/samsum_reverse_train_distilbart_xsum_9-6_sampling_min40max2000_epoch3 | 8ec1d3125a5e58295607429c967e9b33b1bf0656 | 2022-06-02T11:27:33.000Z | [
"pytorch",
"bart",
"text2text-generation",
"transformers",
"autotrain_compatible"
] | text2text-generation | false | PSW | null | PSW/samsum_reverse_train_distilbart_xsum_9-6_sampling_min40max2000_epoch3 | 1 | null | transformers | 32,580 | Entry not found |
AAkhilesh/wav2vec2-large-xls-r-300m-hsb-colab | b073acc518bab7499294b09a8d0cfac58c04dd35 | 2022-06-02T13:57:16.000Z | [
"pytorch",
"tensorboard",
"wav2vec2",
"automatic-speech-recognition",
"dataset:common_voice",
"transformers",
"generated_from_trainer",
"license:apache-2.0",
"model-index"
] | automatic-speech-recognition | false | AAkhilesh | null | AAkhilesh/wav2vec2-large-xls-r-300m-hsb-colab | 1 | null | transformers | 32,581 | ---
license: apache-2.0
tags:
- generated_from_trainer
datasets:
- common_voice
model-index:
- name: wav2vec2-large-xls-r-300m-hsb-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 re... |
brindap/wav2vec2-large-xls-r-300m-hsb-colab | e453861ac8979745ba1f40edcc1cab81cf3702d5 | 2022-06-03T06:56:19.000Z | [
"pytorch",
"tensorboard",
"wav2vec2",
"automatic-speech-recognition",
"dataset:common_voice",
"transformers",
"generated_from_trainer",
"license:apache-2.0",
"model-index"
] | automatic-speech-recognition | false | brindap | null | brindap/wav2vec2-large-xls-r-300m-hsb-colab | 1 | null | transformers | 32,582 | ---
license: apache-2.0
tags:
- generated_from_trainer
datasets:
- common_voice
model-index:
- name: wav2vec2-large-xls-r-300m-hsb-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 re... |
Danastos/squad_bert_el_4 | 90cd86ebfa62aae6b2b3cef739255b97d452878a | 2022-06-19T12:57:10.000Z | [
"pytorch",
"bert",
"question-answering",
"transformers",
"autotrain_compatible"
] | question-answering | false | Danastos | null | Danastos/squad_bert_el_4 | 1 | null | transformers | 32,583 | Entry not found |
ducnapa/apes | cb370421c2b070ee356a2703366ceb02385c61db | 2022-06-02T15:17:57.000Z | [
"pytorch",
"tensorboard",
"vit",
"image-classification",
"transformers",
"huggingpics",
"model-index"
] | image-classification | false | ducnapa | null | ducnapa/apes | 1 | null | transformers | 32,584 | ---
tags:
- image-classification
- pytorch
- huggingpics
metrics:
- accuracy
model-index:
- name: apes
results:
- task:
name: Image Classification
type: image-classification
metrics:
- name: Accuracy
type: accuracy
value: 0.8999999761581421
---
# apes
Autogenerated by Huggi... |
vftnr/ar_en | d8f5f5f0462c03d7c66a676e417c6e7b14a162db | 2022-06-02T15:44:07.000Z | [
"pytorch",
"marian",
"text2text-generation",
"transformers",
"autotrain_compatible"
] | text2text-generation | false | vftnr | null | vftnr/ar_en | 1 | null | transformers | 32,585 | Entry not found |
PSW/samsum_reverse_train_distilbart_xsum_9-6_min10max2000_epoch6 | aa5018e08420ad746d05ad26114edb26523d4c85 | 2022-06-02T16:08:32.000Z | [
"pytorch",
"bart",
"text2text-generation",
"transformers",
"autotrain_compatible"
] | text2text-generation | false | PSW | null | PSW/samsum_reverse_train_distilbart_xsum_9-6_min10max2000_epoch6 | 1 | null | transformers | 32,586 | Entry not found |
Bistolero/nl_one_ep | fe143ebc3acf913eb73ec921ffd50ce70a48d203 | 2022-06-02T16:52:02.000Z | [
"pytorch",
"t5",
"text2text-generation",
"transformers",
"autotrain_compatible"
] | text2text-generation | false | Bistolero | null | Bistolero/nl_one_ep | 1 | null | transformers | 32,587 | Entry not found |
huggingtweets/davemomi | daf969d4a269b6a6b9b8c6cf7b7050612d277fee | 2022-06-02T18:30:32.000Z | [
"pytorch",
"gpt2",
"text-generation",
"en",
"transformers",
"huggingtweets"
] | text-generation | false | huggingtweets | null | huggingtweets/davemomi | 1 | null | transformers | 32,588 | ---
language: en
thumbnail: http://www.huggingtweets.com/davemomi/1654194627703/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:... |
Mudassar/wav2vec2-base-timit-demo-colab53 | 47d1c840a7c5ba305c43d16e5d2415c1f773e739 | 2022-06-02T23:03:26.000Z | [
"pytorch",
"tensorboard",
"wav2vec2",
"automatic-speech-recognition",
"transformers",
"generated_from_trainer",
"license:apache-2.0",
"model-index"
] | automatic-speech-recognition | false | Mudassar | null | Mudassar/wav2vec2-base-timit-demo-colab53 | 1 | null | transformers | 32,589 | ---
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... |
sanamoin/wav2vec2-base-timit-demo-google-colab | f7dff0d850ed580407d6253c6e0e578c30fe88d1 | 2022-06-07T09:13:33.000Z | [
"pytorch",
"tensorboard",
"wav2vec2",
"automatic-speech-recognition",
"transformers",
"generated_from_trainer",
"license:apache-2.0",
"model-index"
] | automatic-speech-recognition | false | sanamoin | null | sanamoin/wav2vec2-base-timit-demo-google-colab | 1 | null | transformers | 32,590 | ---
license: apache-2.0
tags:
- generated_from_trainer
model-index:
- name: wav2vec2-base-timit-demo-google-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. -->
... |
victorlee071200/distilbert-base-cased-finetuned-squad | e2047f77f61817e74e01f97d6d7dfdd9b9f50543 | 2022-06-09T04:54:55.000Z | [
"pytorch",
"distilbert",
"question-answering",
"dataset:squad",
"transformers",
"generated_from_trainer",
"license:apache-2.0",
"model-index",
"autotrain_compatible"
] | question-answering | false | victorlee071200 | null | victorlee071200/distilbert-base-cased-finetuned-squad | 1 | null | transformers | 32,591 | ---
license: apache-2.0
tags:
- generated_from_trainer
datasets:
- squad
model-index:
- name: distilbert-base-cased-finetuned-squad
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 ... |
jmilic/model_name | 13ce63bfcc2895d9b9ac8ba4f7673bfe330d0441 | 2022-06-02T23:19:41.000Z | [
"pytorch",
"roberta",
"transformers"
] | null | false | jmilic | null | jmilic/model_name | 1 | null | transformers | 32,592 | Entry not found |
huggingtweets/chewschaper | 5370fea7c36ea6571f46017e72e0d1bcbcf59d0b | 2022-06-02T23:07:07.000Z | [
"pytorch",
"gpt2",
"text-generation",
"en",
"transformers",
"huggingtweets"
] | text-generation | false | huggingtweets | null | huggingtweets/chewschaper | 1 | null | transformers | 32,593 | ---
language: en
thumbnail: http://www.huggingtweets.com/chewschaper/1654211222982/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... |
Splend1dchan/xtreme_s_xlsr_t5lephone-small_minds14.en-all | 9035164de2cef006e8b6ae985562121c05ed4845 | 2022-06-03T12:19:36.000Z | [
"pytorch",
"tensorboard",
"wav2vec2",
"all",
"transformers",
"minds14",
"google/xtreme_s",
"generated_from_trainer",
"license:apache-2.0",
"model-index"
] | null | false | Splend1dchan | null | Splend1dchan/xtreme_s_xlsr_t5lephone-small_minds14.en-all | 1 | null | transformers | 32,594 | ---
language:
- all
license: apache-2.0
tags:
- minds14
- google/xtreme_s
- generated_from_trainer
metrics:
- f1
- accuracy
model-index:
- name: xtreme_s_xlsr_t5lephone-small_minds14.en-all
results: []
---
<!-- This model card has been generated automatically according to the information the Trainer had access to. Y... |
Splend1dchan/wav2vec2-large-lv60_mt5-base_nofreeze_bs64 | 78c18cbd88adb12b7ed4996f910dce4c0bb6e621 | 2022-06-05T02:54:04.000Z | [
"pytorch",
"speechmix",
"transformers"
] | null | false | Splend1dchan | null | Splend1dchan/wav2vec2-large-lv60_mt5-base_nofreeze_bs64 | 1 | null | transformers | 32,595 | Entry not found |
PSW/samsum_reverse_train_distilbart_xsum_9-6_min40max2000_epoch3 | 3d5c083ab71fbaf9d40536636f348b9a501ffba4 | 2022-06-03T01:40:42.000Z | [
"pytorch",
"bart",
"text2text-generation",
"transformers",
"autotrain_compatible"
] | text2text-generation | false | PSW | null | PSW/samsum_reverse_train_distilbart_xsum_9-6_min40max2000_epoch3 | 1 | null | transformers | 32,596 | Entry not found |
erickfm/t5-large-finetuned-bias-v3 | df1406fb83239ff3e4132ae0b09079df7914c9dc | 2022-06-03T02:24:50.000Z | [
"pytorch",
"t5",
"text2text-generation",
"transformers",
"autotrain_compatible"
] | text2text-generation | false | erickfm | null | erickfm/t5-large-finetuned-bias-v3 | 1 | null | transformers | 32,597 | Entry not found |
erickfm/t5-large-finetuned-bias-v4 | 51a1034d581b289d60f24cb70783373fe45e3f4a | 2022-06-03T03:55:37.000Z | [
"pytorch",
"t5",
"text2text-generation",
"transformers",
"autotrain_compatible"
] | text2text-generation | false | erickfm | null | erickfm/t5-large-finetuned-bias-v4 | 1 | null | transformers | 32,598 | Entry not found |
erickfm/t5-large-finetuned-bias-v5 | bf0bba4d47e435675d9669879eae4985431f1948 | 2022-06-03T06:13:36.000Z | [
"pytorch",
"t5",
"text2text-generation",
"transformers",
"autotrain_compatible"
] | text2text-generation | false | erickfm | null | erickfm/t5-large-finetuned-bias-v5 | 1 | null | transformers | 32,599 | Entry not found |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.