modelId
stringlengths
4
81
tags
list
pipeline_tag
stringclasses
17 values
config
dict
downloads
int64
0
59.7M
first_commit
timestamp[ns, tz=UTC]
card
stringlengths
51
438k
embedding
list
Augustvember/WokkaBot5
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams...
0
null
### Model information * language : English * fine tuning data : [squad 2.0](https://rajpurkar.github.io/SQuAD-explorer/) * License : CC-BY-SA 4.0 * Base model : [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) * input : question, context * output : answer ---- ### Train information * train_runt...
[ -0.02176380716264248, -0.028758853673934937, -0.021352993324398994, 0.046772271394729614, 0.034792568534612656, 0.022707747295498848, -0.034512393176555634, 0.016161354258656502, -0.04311344772577286, 0.03281388431787491, 0.03057405911386013, 0.000018918521163868718, -0.0027779715601354837, ...
Ayran/DialoGPT-small-harry-potter-1-through-3
[ "pytorch", "gpt2", "text-generation", "transformers", "conversational" ]
conversational
{ "architectures": [ "GPT2LMHeadModel" ], "model_type": "gpt2", "task_specific_params": { "conversational": { "max_length": 1000 }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size...
12
null
--- language: - en license: apache-2.0 tags: - generated_from_trainer datasets: - glue metrics: - accuracy - f1 model-index: - name: glue-mrpc results: - task: name: Text Classification type: text-classification dataset: name: GLUE MRPC type: glue args: mrpc metrics: - name...
[ -0.022886695340275764, -0.001329744583927095, -0.025212179869413376, 0.048364851623773575, 0.07563388347625732, 0.020857669413089752, -0.0006166610983200371, -0.01649181731045246, -0.048105474561452866, 0.06577391922473907, 0.007837774232029915, -0.022301165387034416, 0.027045972645282745, ...
Babelscape/rebel-large
[ "pytorch", "safetensors", "bart", "text2text-generation", "en", "dataset:Babelscape/rebel-dataset", "transformers", "seq2seq", "relation-extraction", "license:cc-by-nc-sa-4.0", "model-index", "autotrain_compatible", "has_space" ]
text2text-generation
{ "architectures": [ "BartForConditionalGeneration" ], "model_type": "bart", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repe...
9,458
null
--- language: "en" tags: - neural-search-query-classification - neural-search widget: - text: "keyword query." --- # KEYWORD QUERY VS STATEMENT/QUESTION CLASSIFIER FOR NEURAL SEARCH | Train Loss | Validation Acc.| Test Acc.| | ------------- |:-------------: | -----: | | 0.000806 | 0.99 | 0.997 | ```pyth...
[ 0.01330904196947813, -0.011168080382049084, -0.025080548599362373, 0.05699893832206726, 0.02746182307600975, 0.02597496286034584, -0.018565893173217773, 0.006886030547320843, -0.013091239146888256, 0.01624428853392601, 0.0038837450556457043, 0.03762797638773918, 0.000968427280895412, 0.045...
Babelscape/wikineural-multilingual-ner
[ "pytorch", "tensorboard", "safetensors", "bert", "token-classification", "de", "en", "es", "fr", "it", "nl", "pl", "pt", "ru", "multilingual", "dataset:Babelscape/wikineural", "transformers", "named-entity-recognition", "sequence-tagger-model", "license:cc-by-nc-sa-4.0", "aut...
token-classification
{ "architectures": [ "BertForTokenClassification" ], "model_type": "bert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat...
41,608
null
# A Multi-task learning model with two prediction heads * One prediction head classifies between keyword sentences vs statements/questions * Other prediction head corresponds to classifier for statements vs questions ## Scores ##### Spaadia SQuaD Test acc: **0.9891** ##### Quora Keyword Pairs Test acc: **0.98048** ##...
[ 0.007968446239829063, -0.04678922891616821, -0.028881143778562546, 0.08200334012508392, 0.032895900309085846, 0.029111187905073166, -0.01641070283949375, -0.023624178022146225, -0.02275504358112812, 0.035636890679597855, 0.034223757684230804, 0.03854652866721153, -0.0008386411354877055, 0....
Babysittingyoda/DialoGPT-small-familyguy
[ "pytorch", "gpt2", "text-generation", "transformers", "conversational" ]
conversational
{ "architectures": [ "GPT2LMHeadModel" ], "model_type": "gpt2", "task_specific_params": { "conversational": { "max_length": 1000 }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size...
13
null
The distilbart-cnn-12-6-text2sql is fine-tuned on WIKISQL dataset. ```python from transformers import BartTokenizer, BartForConditionalGeneration, BartConfig model = BartForConditionalGeneration.from_pretrained('shahrukhx01/distilbart-cnn-12-6-text2sql') tokenizer = BartTokenizer.from_pretrained('shahrukhx01/distilbar...
[ -0.00807907059788704, -0.03273523226380348, -0.029234489426016808, 0.04351327195763588, 0.014410152100026608, 0.014812816865742207, -0.016300365328788757, -0.003952712751924992, -0.06528817862272263, 0.04701937735080719, 0.011274757795035839, 0.029855307191610336, 0.013648344203829765, 0.0...
Backedman/DialoGPT-small-Anika
[ "pytorch", "gpt2", "text-generation", "transformers", "conversational" ]
conversational
{ "architectures": [ "GPT2LMHeadModel" ], "model_type": "gpt2", "task_specific_params": { "conversational": { "max_length": 1000 }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size...
6
null
--- tags: - fuzzy-matching - fuzzy-search - entity-resolution - record-linking - structured-data-search --- A Siamese BERT architecture trained at character levels tokens for embedding based Fuzzy matching. ## Usage (Sentence-Transformers) Using this model becomes easy when you have [sentence-transformers](https://ww...
[ -0.03545073792338371, -0.0049344985745847225, -0.006415690761059523, 0.054427143186330795, 0.010843177326023579, 0.04358556494116783, -0.033838123083114624, 0.017793303355574608, -0.04640040174126625, 0.05846503749489784, 0.021742958575487137, 0.01733393222093582, 0.009417406283318996, 0.0...
Badr/model1
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams...
0
null
--- language: "en" tags: - neural-search-query-classification - neural-search widget: - text: "what did you eat in lunch?" --- # KEYWORD STATEMENT VS QUESTION CLASSIFIER FOR NEURAL SEARCH ```python from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained(...
[ 0.012660322710871696, -0.01812172308564186, -0.024675918743014336, 0.06558608263731003, 0.029552360996603966, 0.02318704128265381, -0.017435457557439804, 0.0023360431659966707, -0.0074205887503921986, 0.039014268666505814, 0.0012638202169910073, 0.024689195677638054, 0.01672486588358879, 0...
Bagus/SER-LSSED
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams...
0
null
--- language: "en" tags: - boolean-qa widget: - text: "Is Berlin the smallest city of Germany? <s> Berlin is the capital and largest city of Germany by both area and population. Its 3.8 million inhabitants make it the European Union's most populous city, according to the population within city limits " --- # Labels Ma...
[ -0.00038212796789593995, -0.010006577707827091, -0.014833107590675354, 0.08208328485488892, 0.015711141750216484, 0.00686266552656889, -0.010942116379737854, 0.006425908301025629, -0.06503823399543762, 0.05298517644405365, 0.02967355027794838, 0.003294466994702816, 0.008095904253423214, 0....
Bagus/ser-japanese
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams...
0
null
## Multiple Prediction Heads * ExtractiveQA Head * Three Class Classification Head, classes => (yes, no, extra_qa) to answer binary questions or direct to ExtractiveQA Head ## BoolQ Validation dataset Evaluation: <br/> support => 3270 <br/> accuracy => 0.73 <br/> macro f1 => 0.71 ## SQuAD Validation dataset Evaluati...
[ -0.01002395711839199, -0.049775831401348114, -0.010805286467075348, 0.05115250125527382, 0.0468485951423645, 0.03275001421570778, -0.03229059278964996, -0.024903832003474236, -0.03720048815011978, 0.024380655959248543, 0.02472008764743805, -0.00016135466285049915, 0.003518913872539997, 0.0...
Bagus/wav2vec2-large-xlsr-bahasa-indonesia
[ "pytorch", "wav2vec2", "automatic-speech-recognition", "el", "dataset:common_voice_id_6.1", "transformers", "audio", "speech", "bahasa-indonesia", "license:apache-2.0" ]
automatic-speech-recognition
{ "architectures": [ "Wav2Vec2ForCTC" ], "model_type": "wav2vec2", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_s...
12
2021-08-18T20:11:10Z
--- language: "en" tags: - schema-aware-text2sql - text2sql - wikisql widget: - text: "What is terrence ross' nationality? </s> <col0> Player : text <col1> No. : text <col2> Nationality : text <col3> Position : text <col4> Years in Toronto : text <col5> School/Club Team : text" --- ```python from transformers import B...
[ -0.005986133590340614, -0.030994020402431488, 0.012658694759011269, 0.03919632360339165, 0.021493613719940186, 0.02304253540933132, -0.017019152641296387, 0.008074146695435047, -0.042838215827941895, 0.03515743836760521, 0.018303431570529938, 0.019575519487261772, 0.01973648928105831, 0.05...
Bagus/wav2vec2-xlsr-greek-speech-emotion-recognition
[ "pytorch", "tensorboard", "wav2vec2", "el", "dataset:aesdd", "transformers", "audio", "audio-classification", "speech", "license:apache-2.0" ]
audio-classification
{ "architectures": [ "Wav2Vec2ForSpeechClassification" ], "model_type": "wav2vec2", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "...
21
2021-08-12T06:10:50Z
--- tags: - wikisql - text2sql --- ```python from transformers import BartTokenizer, BartForConditionalGeneration, BartConfig model = BartForConditionalGeneration.from_pretrained('shahrukhx01/schema-aware-distilbart-cnn-12-6-text2sql') tokenizer = BartTokenizer.from_pretrained('shahrukhx01/schema-aware-distilbart-cnn-1...
[ 0.005949896760284901, -0.03787603974342346, 0.013384277932345867, 0.03834916651248932, 0.01690487377345562, 0.019757069647312164, -0.02009974606335163, 0.011481557041406631, -0.040286704897880554, 0.03324506804347038, 0.022725054994225502, 0.02565515600144863, 0.019955003634095192, 0.05826...
Balgow/prod_desc
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams...
0
2022-02-18T18:41:25Z
# wav2vec2-xls-r-1b-dv-with-lm This model is a fine-tuned version of [facebook/wav2vec2-xls-r-1b](https://huggingface.co/facebook/wav2vec2-xls-r-1b) on the common_voice dataset.
[ -0.04675488546490669, -0.011222782544791698, 0.006255283020436764, 0.011017436161637306, 0.04579637572169304, 0.005358169786632061, -0.008969040587544441, 0.0012389873154461384, -0.002750208368524909, 0.02164621837437153, 0.05003407597541809, -0.012934843078255653, 0.032784830778837204, 0....
Barbarameerr/Barbara
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams...
0
null
--- tags: - generated_from_trainer widget: - text: "What is COVID-19?" context: "Coronavirus disease 2019 (COVID-19) is a contagious disease caused by severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2). The first known case was identified in Wuhan, China, in December 2019.[7] The disease has since spread wo...
[ -0.02581247128546238, -0.02498112991452217, -0.000022212505427887663, 0.02171410620212555, 0.04576485604047775, 0.01802401803433895, -0.02590194344520569, -0.014634639024734497, -0.015432511456310749, 0.02773686684668064, 0.009226638823747635, 0.01427976693958044, 0.01832554116845131, 0.06...
Barleysack/klue-roberta-LSTM
[ "pytorch", "roberta", "transformers" ]
null
{ "architectures": [ "QAWithLSTMModel" ], "model_type": "roberta", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_s...
6
2021-11-19T15:38:21Z
--- license: apache-2.0 tags: - generated_from_trainer - summarization metrics: - rouge model-index: - name: mt5-small-finetuned-arxiv-cs-finetuned-arxiv-cs-full results: [] --- <!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread...
[ -0.02261735312640667, -0.01335292961448431, 0.006073409225791693, 0.017187589779496193, 0.033771812915802, -0.0038851250428706408, -0.03800366818904877, -0.014067646116018295, -0.040574077516794205, 0.05469736084342003, 0.029213126748800278, -0.020052863284945488, 0.030196771025657654, 0.0...
BatuhanYilmaz/bert-finetuned-ner
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams...
0
null
--- license: apache-2.0 tags: - generated_from_trainer model-index: - name: t5-base-fine-tuned-for-Punctuation-Restoration results: - task: name: Sequence-to-sequence Language Modeling type: text2text-generation --- <!-- This model card has been generated automatically according to the information the ...
[ -0.00994558073580265, -0.011078502982854843, 0.0107384342700243, 0.03966893255710602, 0.02647422067821026, 0.01707555167376995, -0.010904034599661827, 0.009191207587718964, -0.03602578118443489, 0.04837970808148384, 0.020558807998895645, -0.01797950081527233, 0.014533978886902332, 0.039596...
Baybars/wav2vec2-xls-r-300m-cv8-turkish
[ "pytorch", "wav2vec2", "automatic-speech-recognition", "tr", "dataset:common_voice", "transformers", "common_voice", "generated_from_trainer", "hf-asr-leaderboard", "robust-speech-event", "license:apache-2.0" ]
automatic-speech-recognition
{ "architectures": [ "Wav2Vec2ForCTC" ], "model_type": "wav2vec2", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_s...
5
null
--- tags: - conversational --- # Ash DialoGPT Model
[ -0.03804435953497887, 0.025318829342722893, 0.016049008816480637, 0.00845787301659584, 0.024827836081385612, 0.009541929699480534, -0.006640155799686909, 0.029710235074162483, -0.014033235609531403, 0.018391946330666542, 0.033715128898620605, -0.019999440759420395, 0.004719608463346958, 0....
BigSalmon/FormalBerta2
[ "pytorch", "roberta", "fill-mask", "transformers", "autotrain_compatible" ]
fill-mask
{ "architectures": [ "RobertaForMaskedLM" ], "model_type": "roberta", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngra...
16
null
--- Language Pair Finetuned: - en-mr Metrics: - sacrebleu - WAT 2021: 16.11 # mbart-large-finetuned-en-mr ## Model Description This is the mbart-large-50 model finetuned on En-Mr corpus. ## Intended uses and limitations Mostly useful for English to Marathi translation but the mbart-large-50 model also suppor...
[ -0.013059064745903015, -0.015382951125502586, -0.000043398737034294754, 0.029805466532707214, 0.04322011023759842, 0.03195842728018761, -0.018756812438368797, -0.011083962395787239, -0.048802539706230164, 0.05459845811128616, 0.03236959129571915, -0.007706908974796534, 0.02447175793349743, ...
BigSalmon/GPT2HardandEasy
[ "pytorch", "tensorboard", "gpt2", "text-generation", "transformers" ]
text-generation
{ "architectures": [ "GPT2LMHeadModel" ], "model_type": "gpt2", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size...
9
2022-01-28T17:28:25Z
--- language: - hi license: apache-2.0 tags: - automatic-speech-recognition - mozilla-foundation/common_voice_8_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...
[ -0.03694119676947594, -0.0031881651375442743, -0.024305788800120354, 0.03545596823096275, 0.04153433069586754, 0.03765429928898811, -0.01280489657074213, -0.011056878603994846, -0.021023986861109734, 0.058629635721445084, 0.03579708933830261, -0.03084314987063408, 0.014850104227662086, 0.0...
BigSalmon/GPTHeHe
[ "pytorch", "gpt2", "text-generation", "transformers", "has_space" ]
text-generation
{ "architectures": [ "GPT2LMHeadModel" ], "model_type": "gpt2", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size...
8
2022-01-27T13:04:19Z
--- language: - mr license: apache-2.0 tags: - automatic-speech-recognition - generated_from_trainer - hf-asr-leaderboard - mozilla-foundation/common_voice_8_0 - mr - robust-speech-event datasets: - mozilla-foundation/common_voice_8_0 model-index: - name: '' results: - task: type: automatic-speech-recognition...
[ -0.025361986830830574, -0.006305979564785957, -0.027745582163333893, 0.03887403756380081, 0.04098029434680939, 0.0366365946829319, -0.022972438484430313, -0.018986869603395462, -0.027795227244496346, 0.060852013528347015, 0.036242980509996414, -0.02841239608824253, 0.012941481545567513, 0....
BigSalmon/InformalToFormalLincoln20
[ "pytorch", "gpt2", "text-generation", "transformers" ]
text-generation
{ "architectures": [ "GPT2LMHeadModel" ], "model_type": "gpt2", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size...
8
null
--- tags: - image-classification - pytorch - huggingpics metrics: - accuracy model-index: - name: vision-transformer-fmri-classification-ft results: - task: name: Image Classification type: image-classification metrics: - name: Accuracy type: accuracy value: 0.7955589294433594...
[ -0.03278429061174393, -0.0017204036703333259, 0.03076200745999813, 0.03243815153837204, 0.027507107704877853, -0.010477005504071712, -0.03937625512480736, -0.015131799504160881, -0.002608552575111389, 0.03552548959851265, 0.028573472052812576, 0.017557449638843536, 0.00014320589252747595, ...
BigSalmon/MrLincoln6
[ "pytorch", "gpt2", "text-generation", "transformers" ]
text-generation
{ "architectures": [ "GPT2LMHeadModel" ], "model_type": "gpt2", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size...
9
null
--- language: - tr license: apache-2.0 tags: - automatic-speech-recognition - common_voice - generated_from_trainer datasets: - common_voice model-index: - name: wav2vec2-common_voice-tr-demo results: [] --- <!-- This model card has been generated automatically according to the information the Trainer had access to....
[ -0.04445994645357132, -0.005806948058307171, -0.032964300364255905, 0.03717483952641487, 0.05745846405625343, 0.0364929661154747, 0.007256345357745886, -0.010787750594317913, -0.022739941254258156, 0.04145633056759834, 0.04126075282692909, -0.02303629368543625, 0.007316307630389929, 0.0269...
BigSalmon/NEO125InformalToFormalLincoln
[ "pytorch", "gpt_neo", "text-generation", "transformers" ]
text-generation
{ "architectures": [ "GPTNeoForCausalLM" ], "model_type": "gpt_neo", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram...
8
null
# ELECTRA-small-OWT This is an unnoficial implementation of an [ELECTRA](https://openreview.net/forum?id=r1xMH1BtvB) small model, trained on the [OpenWebText corpus](https://skylion007.github.io/OpenWebTextCorpus/). Differences from official ELECTRA models: - we use a `BertForMaskedLM` as the generator and `BertForT...
[ -0.02237718738615513, 0.0010652320925146341, -0.01276384200900793, 0.026953009888529778, 0.036501746624708176, 0.03304527327418327, -0.021957363933324814, -0.007560878060758114, -0.035565335303545, 0.04898465797305107, 0.030691197142004967, 0.003344527445733547, -0.030960243195295334, 0.05...
BigSalmon/ParaphraseParentheses
[ "pytorch", "tensorboard", "gpt2", "text-generation", "transformers" ]
text-generation
{ "architectures": [ "GPT2LMHeadModel" ], "model_type": "gpt2", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size...
10
null
--- license: apache-2.0 tags: - generated_from_trainer datasets: - glue metrics: - accuracy - f1 model-index: - name: distilbert-base-uncased-finetuned-mrpc results: - task: name: Text Classification type: text-classification dataset: name: glue type: glue args: mrpc metrics: ...
[ -0.01758522167801857, 0.005005883052945137, -0.031006237491965294, 0.046588435769081116, 0.07706939429044724, 0.02805861085653305, -0.012004544027149677, -0.026777200400829315, -0.04287503659725189, 0.07119807600975037, 0.015284838154911995, -0.021294789388775826, 0.019514694809913635, 0.0...
BillelBenoudjit/jplu-wikiann
[ "fr", "dataset:wikiann", "model-index" ]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams...
0
2022-02-02T05:34:19Z
--- language: - et license: apache-2.0 tags: - automatic-speech-recognition - mozilla-foundation/common_voice_8_0 - generated_from_trainer - robust-speech-event - et - hf-asr-leaderboard datasets: - mozilla-foundation/common_voice_8_0 model-index: - name: xls-r-et-cv_8_0 results: - task: name: Automatic Speec...
[ -0.019066471606492996, -0.01003759354352951, -0.03613392636179924, 0.0366014763712883, 0.05123735964298248, 0.03708554431796074, -0.013800892978906631, -0.019556444138288498, -0.04391859471797943, 0.0677495226264, 0.034562986344099045, -0.03716091066598892, 0.02280181087553501, 0.004332314...
Bilz/DialoGPT-small-harrypotter
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams...
0
2022-01-27T23:14:34Z
--- language: - et license: apache-2.0 tags: - automatic-speech-recognition - mozilla-foundation/common_voice_7_0 - generated_from_trainer - robust-speech-event - et - hf-asr-leaderboard datasets: - mozilla-foundation/common_voice_7_0 model-index: - name: '' results: - task: name: Automatic Speech Recognition...
[ -0.022778933867812157, -0.0054075936786830425, -0.021947314962744713, 0.034714601933956146, 0.05057761073112488, 0.03475966677069664, -0.022993894293904305, -0.017888061702251434, -0.04257301613688469, 0.06243496015667915, 0.028051678091287613, -0.03105827234685421, 0.022173259407281876, 0...
Bimal/my_bot_model
[ "pytorch", "gpt2", "text-generation", "transformers", "conversational" ]
conversational
{ "architectures": [ "GPT2LMHeadModel" ], "model_type": "gpt2", "task_specific_params": { "conversational": { "max_length": 1000 }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size...
10
2022-02-06T04:21:10Z
--- language: - eu license: apache-2.0 tags: - automatic-speech-recognition - mozilla-foundation/common_voice_8_0 - generated_from_trainer - robust-speech-event - et - hf-asr-leaderboard datasets: - mozilla-foundation/common_voice_8_0 model-index: - name: xls-r-eus results: - task: name: Automatic Speech Reco...
[ -0.024947233498096466, -0.0010430100373923779, -0.018433842808008194, 0.03696373105049133, 0.04659537971019745, 0.03533211722970009, -0.026600496843457222, -0.011043231002986431, -0.03290518745779991, 0.06600823253393173, 0.03495911881327629, -0.028080670163035393, 0.005833987612277269, 0....
Binbin/test
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams...
0
2021-07-07T11:52:20Z
--- thumbnail: https://huggingface.co/front/thumbnails/dialogpt.png tags: - conversational license: mit --- # DialoGPT Trained on WhatsApp chats This is an instance of [microsoft/DialoGPT-medium](https://huggingface.co/microsoft/DialoGPT-medium) trained on WhatsApp chats or you can train this model on [a Kaggle game sc...
[ -0.02890496328473091, -0.016492055729031563, 0.014970683492720127, 0.04282502457499504, 0.03143216669559479, 0.016525452956557274, -0.016936253756284714, -0.002944464096799493, -0.0059179081581532955, 0.042514652013778687, 0.016910837963223457, -0.014434371143579483, 0.014525066129863262, ...
BinksSachary/DialoGPT-small-shaxx
[ "pytorch", "gpt2", "text-generation", "transformers", "conversational" ]
conversational
{ "architectures": [ "GPT2LMHeadModel" ], "model_type": "gpt2", "task_specific_params": { "conversational": { "max_length": 1000 }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size...
12
null
--- thumbnail: https://huggingface.co/front/thumbnails/dialogpt.png tags: - conversational license: mit --- # DialoGPT Trained on WhatsApp chats This is an instance of [microsoft/DialoGPT-medium](https://huggingface.co/microsoft/DialoGPT-medium) trained on WhatsApp chats or you can train this model on [a Kaggle game sc...
[ -0.029682008549571037, -0.021935321390628815, 0.013491865247488022, 0.044099241495132446, 0.032096993178129196, 0.0161626897752285, -0.017724236473441124, -0.0012582652270793915, -0.006630626507103443, 0.03958798944950104, 0.015576698817312717, -0.015015844255685806, 0.015187403187155724, ...
BinksSachary/ShaxxBot
[ "pytorch", "gpt2", "text-generation", "transformers", "conversational" ]
conversational
{ "architectures": [ "GPT2LMHeadModel" ], "model_type": "gpt2", "task_specific_params": { "conversational": { "max_length": 1000 }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size...
9
null
--- license: apache-2.0 tags: - generated_from_trainer metrics: - accuracy model-index: - name: wav2vec2-large-xls-r-300m-dementianet 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...
[ -0.03507876768708229, -0.0018371760379523039, -0.01805415377020836, 0.02506435103714466, 0.040988340973854065, 0.007123129907995462, -0.002641094848513603, -0.009014272131025791, -0.024871977046132088, 0.048168279230594635, 0.034636471420526505, -0.02227071486413479, -0.001211086055263877, ...
BitanBiswas/mbert-bengali-ner-finetuned-ner
[ "pytorch", "tensorboard", "bert", "token-classification", "transformers", "autotrain_compatible" ]
token-classification
{ "architectures": [ "BertForTokenClassification" ], "model_type": "bert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat...
4
null
--- license: apache-2.0 tags: - generated_from_trainer metrics: - accuracy model-index: - name: wav2vec2-large-xls-r-300m-dm32 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 ...
[ -0.02802637405693531, 0.0023168267216533422, -0.015366552397608757, 0.025911416858434677, 0.04263513907790184, 0.003536155680194497, -0.012338079512119293, -0.0064194900915026665, -0.02059142105281353, 0.04245029762387276, 0.03203032165765762, -0.024558939039707184, 0.007491265889257193, 0...
Blabla/Pipipopo
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams...
0
null
--- license: apache-2.0 tags: - generated_from_trainer metrics: - accuracy model-index: - name: wav2vec2-large-xls-r-300m-sanitycheck 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...
[ -0.031035780906677246, -0.00010686030145734549, -0.016512831673026085, 0.02938910946249962, 0.03930804878473282, 0.0009374936926178634, -0.006256507709622383, 0.0037221868988126516, -0.017634093761444092, 0.044664837419986725, 0.02973881922662258, -0.023120641708374023, 0.006342037580907345,...
Blackmist786/DialoGPt-small-transformers4
[ "pytorch" ]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams...
4
null
# shrugging-grace/tweetclassifier ## Model description This model classifies tweets as either relating to the Covid-19 pandemic or not. ## Intended uses & limitations It is intended to be used on tweets commenting on UK politics, in particular those trending with the #PMQs hashtag, as this refers to weekly Prime Min...
[ -0.016535308212041855, -0.010296959429979324, -0.008159240707755089, 0.048376716673374176, 0.060811977833509445, 0.0437520369887352, -0.02340317890048027, -0.00675681559368968, -0.03138779103755951, 0.017911521717905998, 0.0287296362221241, -0.018300671130418777, 0.004499279428273439, 0.04...
Blazeolmo/Scrabunzi
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams...
0
null
Longformer-large model finetuned for the coreference resolution task. The model is fine-tuned over a mixture of OntoNotes, LitBank, and PreCo. The model is released as part of [this paper](https://arxiv.org/pdf/2109.09667.pdf). Note that the document encoder is to be used with the rest of the model parameters to perfor...
[ -0.019384924322366714, -0.014779936522245407, 0.0027209557592868805, 0.016259901225566864, 0.014094417914748192, 0.001599241397343576, -0.013686314225196838, -0.04075101390480995, -0.026445504277944565, 0.04362909868359566, 0.08066243678331375, -0.004471691325306892, 0.014721060171723366, ...
Blerrrry/Kkk
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams...
0
2021-11-07T16:12:06Z
Longformer-large model finetuned for the coreference resolution task. The model is fine-tuned over the OntoNotes data. The model is released as part of [this paper](https://arxiv.org/pdf/2109.09667.pdf). Note that the document encoder is to be used with the rest of the model parameters to perform the coreference resolu...
[ -0.020916663110256195, -0.014943836256861687, 0.003853423986583948, 0.012404786422848701, 0.004277047701179981, -0.0031355186365544796, -0.017386343330144882, -0.039424531161785126, -0.02334931492805481, 0.04602857679128647, 0.08626070618629456, -0.00852201972156763, 0.018852926790714264, ...
BlindMan820/Sarcastic-News-Headlines
[ "pytorch", "distilbert", "text-classification", "English", "dataset:Kaggle Dataset", "transformers", "Text", "Sequence-Classification", "Sarcasm", "DistilBert" ]
text-classification
{ "architectures": [ "DistilBertForSequenceClassification" ], "model_type": "distilbert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, ...
28
2022-02-19T04:31:10Z
--- license: apache-2.0 --- AIShell transducer stateless CER is 5.04%
[ -0.060639213770627975, -0.005978730972856283, -0.01390149723738432, -0.01171738188713789, 0.05002272501587868, -0.017596112564206123, 0.0020225648768246174, -0.003766608890146017, -0.0474468395113945, 0.04197711870074272, 0.02564748376607895, -0.004185033496469259, 0.012954351492226124, 0....
Bloodwarrior/Chikfalay
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams...
0
null
# Steps to use this model This model uses tokenizer 'rinna/japanese-roberta-base'. Therefore, below steps are critical to run the model correctly. 1. Create a local root directory on your system and new python environment. 2. Install below requirements ``` transformers==4.12.2 torch==1.10.0 numpy==1.21.3 pandas==1.3...
[ -0.02060171589255333, -0.044191889464855194, 0.0051633501425385475, 0.05065391957759857, 0.021197665482759476, 0.01988855190575123, -0.006629819981753826, -0.023047804832458496, -0.05735472962260246, 0.06890863925218582, 0.04580505192279816, -0.008054506964981556, 0.004446329548954964, 0.0...
BlueGamerBeast/DialoGPT-small-joshua
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams...
0
null
# BriVL BriVL (Bridging Vision and Language Model) 是首个中文通用图文多模态大规模预训练模型。BriVL模型在图文检索任务上有着优异的效果,超过了同期其他常见的多模态预训练模型(例如UNITER、CLIP)。 BriVL论文:[WenLan: Bridging Vision and Language by Large-Scale Multi-Modal Pre-Training](https://arxiv.org/abs/2103.06561) # 适用场景 适用场景示例:图像检索文本、文本检索图像、图像标注、图像零样本分类、作为其他下游多模态任务的输入特征等。 # ...
[ -0.05393683537840843, -0.020195281133055687, 0.0029107476584613323, 0.058334194123744965, 0.016071408987045288, 0.009655691683292389, -0.014609227888286114, -0.015135148540139198, -0.01424711849540472, 0.03331628814339638, 0.023712120950222015, -0.008718450553715229, -0.0015067796921357512, ...
BobBraico/distilbert-base-uncased-finetuned-imdb-accelerate
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams...
0
2021-09-18T10:27:44Z
# Less is More: Pre-train a Strong Text Encoder for Dense Retrieval Using a Weak Decoder Please check the [official repository](https://github.com/microsoft/SEED-Encoder) for more details and updates. # Fine-tuning on Marco passage/doc ranking tasks and NQ tasks | MSMARCO Dev Passage Retrieval | MRR@10 | Reca...
[ 0.0003886496997438371, -0.03068026900291443, -0.011555524542927742, 0.03368542715907097, 0.03617534413933754, 0.002381953876465559, -0.026420140638947487, 0.0050906031392514706, -0.040968794375658035, 0.049063075333833694, 0.01105240173637867, -0.00507304398342967, -0.002429136075079441, 0...
BrianTin/MTBERT
[ "pytorch", "jax", "bert", "fill-mask", "transformers", "autotrain_compatible" ]
fill-mask
{ "architectures": [ "BertForMaskedLM" ], "model_type": "bert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size...
11
2020-12-16T19:00:12Z
--- language: - ur tags: - urdu - language-model license: mit datasets: - urdu-text-news ---
[ -0.01798115111887455, -0.026772793382406235, 0.006862112320959568, 0.039723653346300125, 0.030468245968222618, 0.0392749160528183, 0.0026064449921250343, 0.003512674942612648, -0.03187873587012291, 0.06333661824464798, 0.01207175012677908, -0.0053324224427342415, 0.010376239195466042, 0.04...
Brinah/1
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams...
0
2021-08-09T21:33:49Z
--- tags: - generated_from_trainer datasets: - gem model_index: - name: BART-commongen results: - task: name: Sequence-to-sequence Language Modeling type: text2text-generation dataset: name: gem type: gem args: common_gen --- <!-- This model card has been generated automatically a...
[ -0.016520455479621887, -0.002284113084897399, -0.03537878021597862, 0.05049869790673256, 0.03439205139875412, 0.021940171718597412, -0.02084294892847538, -0.006269944366067648, -0.02977409027516842, 0.05735401436686516, 0.02757539600133896, -0.01138987671583891, 0.002221411559730768, 0.032...
BritishLibraryLabs/bl-books-genre
[ "pytorch", "distilbert", "text-classification", "multilingual", "dataset:blbooksgenre", "transformers", "genre", "books", "library", "historic", "glam ", "lam", "license:mit", "has_space" ]
text-classification
{ "architectures": [ "DistilBertForSequenceClassification" ], "model_type": "distilbert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, ...
76
2021-08-10T01:25:30Z
--- license: mit tags: - generated_from_trainer datasets: - gem model_index: - name: BART-large-commongen results: - task: name: Sequence-to-sequence Language Modeling type: text2text-generation dataset: name: gem type: gem args: common_gen --- <!-- This model card has been genera...
[ -0.020360557362437248, 0.005880151875317097, -0.028455132618546486, 0.05300338566303253, 0.036190152168273926, 0.016245393082499504, -0.017990076914429665, -0.015883656218647957, -0.021145598962903023, 0.055651597678661346, 0.03553471714258194, -0.011084320023655891, 0.008794459514319897, ...
Broadus20/DialoGPT-small-joshua
[ "pytorch", "gpt2", "text-generation", "transformers", "conversational" ]
conversational
{ "architectures": [ "GPT2LMHeadModel" ], "model_type": "gpt2", "task_specific_params": { "conversational": { "max_length": 1000 }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size...
12
null
## Tokenizer for the python code trained on GPT-2 model
[ -0.02311600372195244, -0.04088367521762848, -0.007026021368801594, 0.029749346897006035, 0.05427933484315872, 0.022743593901395798, 0.0010600619716569781, 0.0377805270254612, -0.0034826307091861963, 0.012451235204935074, 0.041499167680740356, 0.011799967847764492, -0.0042974213138222694, 0...
BrunoNogueira/DialoGPT-kungfupanda
[ "pytorch", "gpt2", "text-generation", "transformers", "conversational" ]
conversational
{ "architectures": [ "GPT2LMHeadModel" ], "model_type": "gpt2", "task_specific_params": { "conversational": { "max_length": 1000 }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size...
10
null
--- language: "en" tags: - sentiment - twitter - reviews - siebert --- ## SiEBERT - English-Language Sentiment Classification # Overview This model ("SiEBERT", prefix for "Sentiment in English") is a fine-tuned checkpoint of [RoBERTa-large](https://huggingface.co/roberta-large) ([Liu et al. 2019](https://arxiv.org/pd...
[ -0.009576301090419292, -0.016690775752067566, -0.011172381229698658, 0.06704698503017426, 0.051019951701164246, 0.04298672825098038, -0.01929699443280697, -0.00951383076608181, -0.059846509248018265, 0.05659032240509987, 0.035035986453294754, 0.0012732339091598988, 0.014525646343827248, 0....
Bryan190/Aguy190
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams...
0
null
--- tags: - conversational --- #Harry Potter DialoGPT Model
[ -0.02885996736586094, 0.003791983239352703, 0.013054626993834972, 0.033581312745809555, 0.009907746687531471, 0.01998181827366352, 0.0020597977563738823, 0.014792717061936855, -0.01708363927900791, 0.009989496320486069, 0.030466904863715172, -0.036069806665182114, 0.006808189675211906, 0.0...
BumBelDumBel/TRUMP
[ "pytorch", "tensorboard", "gpt2", "text-generation", "transformers", "generated_from_trainer", "license:mit" ]
text-generation
{ "architectures": [ "GPT2LMHeadModel" ], "model_type": "gpt2", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size...
5
null
# deep-todo Wondering what to do? Not anymore! Generate arbitrary todo's. Source: <https://colab.research.google.com/drive/1PlKLrGHaCuvWCKNC4fmQEMElF-iRec9f?usp=sharing> The todo's come from a random selection of (public) repositories I had on my computer. ### Sample A bunch of todo's: ``` ---------------------...
[ 0.019670885056257248, -0.012475330382585526, 0.009435591287910938, 0.006643290631473064, 0.0299586970359087, 0.019813327118754387, -0.016697080805897713, 0.004083427134901285, -0.0041349176317453384, 0.059094980359077454, 0.028184588998556137, -0.004206607583910227, 0.014531834982335567, 0...
BumBelDumBel/ZORK_AI_FANTASY
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams...
0
null
--- license: cc-by-sa-4.0 tags: - generated_from_trainer metrics: - accuracy - f1 model-index: - name: model1_test 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. -->...
[ -0.017583291977643967, -0.00010285071039106697, -0.006755718030035496, 0.06584662944078445, 0.038497984409332275, 0.03333970159292221, -0.010204867459833622, -0.01622634194791317, -0.04837603121995926, 0.05362456291913986, 0.0199887715280056, -0.02681344375014305, 0.013656490482389927, 0.0...
Buntan/bert-finetuned-ner
[ "pytorch", "tensorboard", "bert", "token-classification", "dataset:conll2003", "transformers", "generated_from_trainer", "license:apache-2.0", "model-index", "autotrain_compatible" ]
token-classification
{ "architectures": [ "BertForTokenClassification" ], "model_type": "bert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat...
8
null
- You'll need to instantiate a special RoBERTa class. Though technically a "Longformer", the elongated RoBERTa model will still need to be pulled in as such. - To do so, use the following classes: ```python class RobertaLongSelfAttention(LongformerSelfAttention): def forward( self, hidden_states, ...
[ -0.022877011448144913, -0.0025023878552019596, -0.01231321319937706, 0.016826827079057693, 0.050261035561561584, 0.040376294404268265, -0.046839553862810135, -0.04885312542319298, -0.023110991343855858, 0.05940725654363632, 0.01742388680577278, -0.03593788295984268, 0.025738533586263657, 0...
CLTL/icf-levels-etn
[ "pytorch", "roberta", "text-classification", "nl", "transformers", "license:mit" ]
text-classification
{ "architectures": [ "RobertaForSequenceClassification" ], "model_type": "roberta", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "...
31
null
--- language: - ru tags: - toxic comments classification --- ## RuBERT-Toxic RuBERT-Toxic is a [RuBERT](https://huggingface.co/DeepPavlov/rubert-base-cased) model fine-tuned on [Kaggle Russian Language Toxic Comments Dataset](https://www.kaggle.com/blackmoon/russian-language-toxic-comments). You can find a detailed ...
[ 0.005260303150862455, -0.02885659597814083, 0.0020895011257380247, 0.05019648000597954, 0.03613583743572235, 0.0351131409406662, -0.024815840646624565, -0.007089927792549133, -0.03758237883448601, 0.044875554740428925, 0.03477497026324272, -0.015910524874925613, 0.013703779317438602, 0.033...
Callidior/bert2bert-base-arxiv-titlegen
[ "pytorch", "safetensors", "encoder-decoder", "text2text-generation", "en", "dataset:arxiv_dataset", "transformers", "summarization", "license:apache-2.0", "autotrain_compatible", "has_space" ]
summarization
{ "architectures": [ "EncoderDecoderModel" ], "model_type": "encoder-decoder", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_re...
145
null
--- language: - ru tags: - sentiment analysis - Russian --- ## XLM-RoBERTa-Base-ru-sentiment-RuReviews XLM-RoBERTa-Base-ru-sentiment-RuReviews is a [XLM-RoBERTa-Base](https://huggingface.co/xlm-roberta-base) model fine-tuned on [RuReviews dataset](https://github.com/sismetanin/rureviews) of Russian-language reviews ...
[ -0.011234354227781296, -0.023375682532787323, 0.0036168780643492937, 0.03676539659500122, 0.04018435999751091, 0.04584918171167374, -0.016686666756868362, 0.0009186089155264199, -0.0607076995074749, 0.05945143476128578, 0.03649077191948891, -0.05671458691358566, -0.009981462731957436, 0.03...
CallumRai/HansardGPT2
[ "pytorch", "jax", "gpt2", "text-generation", "transformers" ]
text-generation
{ "architectures": [ "GPT2LMHeadModel" ], "model_type": "gpt2", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size...
14
null
--- language: - ru tags: - sentiment analysis - Russian --- ## XML-RoBERTa-Base-ru-sentiment-RuSentiment XML-RoBERTa-Base-ru-sentiment-RuSentiment is a [XML-RoBERTa-Base](https://huggingface.co/xlm-roberta-base) model fine-tuned on [RuSentiment dataset](https://github.com/text-machine-lab/rusentiment) of general-dom...
[ -0.0018239154014736414, -0.03460042551159859, -0.011991496197879314, 0.03848414123058319, 0.05088816583156586, 0.045677099376916885, -0.016667243093252182, -0.008908255957067013, -0.0673605352640152, 0.06281458586454391, 0.03893079608678818, -0.047870516777038574, -0.002399864373728633, 0....
dccuchile/albert-tiny-spanish-finetuned-mldoc
[ "pytorch", "albert", "text-classification", "transformers" ]
text-classification
{ "architectures": [ "AlbertForSequenceClassification" ], "model_type": "albert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no...
32
null
--- language: hi datasets: - common_voice - indic tts - iiith metrics: - wer tags: - audio - automatic-speech-recognition - speech - xlsr-fine-tuning-week license: apache-2.0 model-index: - name: Hindi XLSR Wav2Vec2 Large 53 results: - task: name: Speech Recognition type: automatic-speech-recognition dat...
[ -0.020924562588334084, -0.020003551617264748, -0.019519273191690445, 0.029333369806408882, 0.038564782589673996, 0.047039568424224854, -0.022115027531981468, -0.015539863146841526, -0.025625985115766525, 0.06902135163545609, 0.015081611461937428, -0.028964528813958168, 0.02885177545249462, ...
dccuchile/bert-base-spanish-wwm-uncased-finetuned-ner
[ "pytorch", "bert", "token-classification", "transformers", "autotrain_compatible" ]
token-classification
{ "architectures": [ "BertForTokenClassification" ], "model_type": "bert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat...
5
null
--- tags: - conversational --- # Rick DialoGPT Model
[ -0.0282400231808424, 0.03441830724477768, 0.0055216108448803425, 0.017995422706007957, 0.016652800142765045, 0.01440394390374422, -0.001668378128670156, 0.021294089034199715, -0.007377000991255045, 0.016544006764888763, 0.04126351699233055, -0.030583953484892845, 0.01487810630351305, 0.040...
Certified-Zoomer/DialoGPT-small-rick
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams...
0
null
--- language: - "ko" --- ## KoRean based ELECTRA (KR-ELECTRA) This is a release of a Korean-specific ELECTRA model with comparable or better performances developed by the Computational Linguistics Lab at Seoul National University. Our model shows remarkable performances on tasks related to informal texts such as r...
[ -0.022013232111930847, -0.025515474379062653, 0.001060627750121057, 0.050920601934194565, 0.026391969993710518, 0.028426993638277054, -0.002151473192498088, -0.004378757439553738, -0.06002239137887955, 0.044260598719120026, 0.02067810855805874, -0.014365087263286114, 0.0015853488584980369, ...
Chaima/TunBerto
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams...
0
null
# Multilingual Joint Fine-tuning of Transformer models for identifying Trolling, Aggression and Cyberbullying at TRAC 2020 Models and predictions for submission to TRAC - 2020 Second Workshop on Trolling, Aggression and Cyberbullying. Our trained models as well as evaluation metrics during traing are available at: ht...
[ -0.014023029245436192, -0.0052801501005887985, -0.014275663532316685, 0.0302748903632164, 0.040225159376859665, 0.04422584921121597, -0.015224526636302471, -0.0037868539802730083, -0.027369055896997452, 0.05275849997997284, 0.05223928764462471, -0.026563353836536407, 0.012405665591359138, ...
Chakita/Kalbert
[ "pytorch", "tensorboard", "albert", "fill-mask", "transformers", "generated_from_trainer", "license:mit", "autotrain_compatible" ]
fill-mask
{ "architectures": [ "AlbertForMaskedLM" ], "model_type": "albert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_...
5
null
# Multilingual Joint Fine-tuning of Transformer models for identifying Trolling, Aggression and Cyberbullying at TRAC 2020 Models and predictions for submission to TRAC - 2020 Second Workshop on Trolling, Aggression and Cyberbullying. Our trained models as well as evaluation metrics during traing are available at: ht...
[ -0.014023029245436192, -0.0052801501005887985, -0.014275663532316685, 0.0302748903632164, 0.040225159376859665, 0.04422584921121597, -0.015224526636302471, -0.0037868539802730083, -0.027369055896997452, 0.05275849997997284, 0.05223928764462471, -0.026563353836536407, 0.012405665591359138, ...
Chakita/KannadaBERT
[ "pytorch", "roberta", "fill-mask", "transformers", "masked-lm", "fill-in-the-blanks", "autotrain_compatible" ]
fill-mask
{ "architectures": [ "RobertaForMaskedLM" ], "model_type": "roberta", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngra...
5
null
# Multilingual Joint Fine-tuning of Transformer models for identifying Trolling, Aggression and Cyberbullying at TRAC 2020 Models and predictions for submission to TRAC - 2020 Second Workshop on Trolling, Aggression and Cyberbullying. Our trained models as well as evaluation metrics during traing are available at: ht...
[ -0.014023029245436192, -0.0052801501005887985, -0.014275663532316685, 0.0302748903632164, 0.040225159376859665, 0.04422584921121597, -0.015224526636302471, -0.0037868539802730083, -0.027369055896997452, 0.05275849997997284, 0.05223928764462471, -0.026563353836536407, 0.012405665591359138, ...
Chakita/gpt2_mwp
[ "pytorch", "gpt2", "text-generation", "transformers" ]
text-generation
{ "architectures": [ "GPT2LMHeadModel" ], "model_type": "gpt2", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size...
6
null
# Multilingual Joint Fine-tuning of Transformer models for identifying Trolling, Aggression and Cyberbullying at TRAC 2020 Models and predictions for submission to TRAC - 2020 Second Workshop on Trolling, Aggression and Cyberbullying. Our trained models as well as evaluation metrics during traing are available at: ht...
[ -0.014023029245436192, -0.0052801501005887985, -0.014275663532316685, 0.0302748903632164, 0.040225159376859665, 0.04422584921121597, -0.015224526636302471, -0.0037868539802730083, -0.027369055896997452, 0.05275849997997284, 0.05223928764462471, -0.026563353836536407, 0.012405665591359138, ...
Chalponkey/DialoGPT-small-Barry
[ "pytorch", "gpt2", "text-generation", "transformers", "conversational" ]
conversational
{ "architectures": [ "GPT2LMHeadModel" ], "model_type": "gpt2", "task_specific_params": { "conversational": { "max_length": 1000 }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size...
11
null
# Multilingual Joint Fine-tuning of Transformer models for identifying Trolling, Aggression and Cyberbullying at TRAC 2020 Models and predictions for submission to TRAC - 2020 Second Workshop on Trolling, Aggression and Cyberbullying. Our trained models as well as evaluation metrics during traing are available at: ht...
[ -0.014023029245436192, -0.0052801501005887985, -0.014275663532316685, 0.0302748903632164, 0.040225159376859665, 0.04422584921121597, -0.015224526636302471, -0.0037868539802730083, -0.027369055896997452, 0.05275849997997284, 0.05223928764462471, -0.026563353836536407, 0.012405665591359138, ...
Cheatham/xlm-roberta-large-finetuned3
[ "pytorch", "xlm-roberta", "text-classification", "transformers" ]
text-classification
{ "architectures": [ "XLMRobertaForSequenceClassification" ], "model_type": "xlm-roberta", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, ...
22
null
# rdr-queston_encoder-single-nq-base Reader-Distilled Retriever (`RDR`) Sohee Yang and Minjoon Seo, [Is Retriever Merely an Approximator of Reader?](https://arxiv.org/abs/2010.10999), arXiv 2020 The paper proposes to distill the reader into the retriever so that the retriever absorbs the strength of the reader while...
[ 0.001523868297226727, -0.024325018748641014, -0.02595352753996849, 0.04343491420149803, 0.022721771150827408, -0.00522588612511754, -0.032372064888477325, -0.029400242492556572, -0.06945810467004776, 0.036783523857593536, 0.05109114199876785, -0.005743606947362423, -0.005066042300313711, 0...
Cheatham/xlm-roberta-large-finetuned4
[ "pytorch", "xlm-roberta", "text-classification", "transformers" ]
text-classification
{ "architectures": [ "XLMRobertaForSequenceClassification" ], "model_type": "xlm-roberta", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, ...
20
null
--- license: apache-2.0 tags: - generated_from_trainer model-index: - name: chinese-bert-wwm-chinese_bert_wwm1 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. --> # ...
[ -0.026975557208061218, -0.008862841874361038, -0.01910730078816414, 0.04583144560456276, 0.0322573184967041, 0.013165797106921673, -0.022131996229290962, -0.024998702108860016, -0.03135174140334129, 0.051260948181152344, 0.002123025245964527, -0.019567808136343956, 0.025199150666594505, 0....
Chuah/DialoGPT-small-harrypotter
[ "pytorch", "gpt2", "text-generation", "transformers", "conversational" ]
conversational
{ "architectures": [ "GPT2LMHeadModel" ], "model_type": "gpt2", "task_specific_params": { "conversational": { "max_length": 1000 }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size...
9
null
--- language: ja tags: - byt5 - t5 - text2text-generation - seq2seq license: cc-by-sa-4.0 datasets: - wikipedia - oscar - cc100 --- # 日本語ByT5事前学習済みモデル This is a [ByT5 (a tokenizer-free extension of the Text-to-Text Transfer Transformer)](https://github.com/google-research/byt5/) model pretrained on Japanese corpus. ...
[ 0.006169834639877081, -0.03287467360496521, 0.021962253376841545, 0.041487425565719604, 0.024868056178092957, 0.006524115800857544, -0.028721535578370094, -0.004341578111052513, -0.043815579265356064, 0.05516861006617546, 0.023296352475881577, -0.030189018696546555, -0.006233373191207647, ...
Chun/DialoGPT-medium-dailydialog
[ "pytorch", "gpt2", "text-generation", "transformers" ]
text-generation
{ "architectures": [ "GPT2LMHeadModel" ], "model_type": "gpt2", "task_specific_params": { "conversational": { "max_length": 1000 }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size...
15
null
--- language: ja license: cc-by-sa-4.0 tags: - sentence-transformers - sentence-bert - feature-extraction - sentence-similarity --- This is a Japanese sentence-BERT model. 日本語用Sentence-BERTモデル(バージョン1)です。 ※: 精度が1.5ポイントほど向上した[バージョン2モデル](https://huggingface.co/sonoisa/sentence-bert-base-ja-mean-tokens-v2)もあります。 # 解説 ...
[ -0.020173633471131325, -0.03162318468093872, -0.02254723198711872, 0.0642581582069397, 0.026341907680034637, 0.0268911961466074, -0.01056552492082119, -0.020707184448838234, -0.06907372176647186, 0.07549567520618439, 0.0229160338640213, -0.0025100160855799913, 0.012730672024190426, 0.04383...
Chungu424/repodata
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams...
0
2021-10-14T16:05:42Z
--- license: mit tags: - generated_from_trainer datasets: - squad_v2 model-index: - name: xlm-roberta-large-finetuned-squad-v2_15102021 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 rem...
[ -0.0322188101708889, -0.0034982869401574135, 0.002582170069217682, 0.029678435996174812, 0.046953994780778885, 0.022211680188775063, -0.034794893115758896, -0.003914077300578356, -0.01997322216629982, 0.045225657522678375, 0.04012361913919449, -0.03136945515871048, 0.00648077204823494, 0.0...
Chuu/Chumar
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams...
0
null
--- tags: - generated_from_trainer datasets: - squad model-index: - name: xlm-roberta-large-finetuned-squad results: - task: name: Question Answering type: question-answering dataset: name: squad type: squad args: default --- <!-- This model card has been generated automatically a...
[ -0.015441857278347015, -0.00439056009054184, 0.0038013956509530544, 0.04020318016409874, 0.04925710707902908, 0.010699457488954067, -0.040719177573919296, 0.0011181087465956807, -0.024248605594038963, 0.03150799870491028, 0.04606867954134941, -0.024600692093372345, -0.0000797469838289544, ...
CodeDanCode/SP-KyleBot
[ "pytorch", "gpt2", "text-generation", "transformers", "conversational" ]
conversational
{ "architectures": [ "GPT2LMHeadModel" ], "model_type": "gpt2", "task_specific_params": { "conversational": { "max_length": 1000 }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size...
15
null
--- tags: - spacy - token-classification language: - ca license: gpl-3.0 model-index: - name: ca_core_news_md results: - task: name: NER type: token-classification metrics: - name: NER Precision type: precision value: 0.8433931485 - name: NER Recall type: recall value...
[ 0.012223544530570507, -0.03651394695043564, -0.00975980143994093, 0.04419291764497757, 0.052589863538742065, 0.013647275976836681, -0.03915455937385559, -0.0015643908409401774, -0.04753290116786957, 0.05840122327208519, 0.0191942285746336, -0.011506952345371246, -0.007026855368167162, 0.03...
CodeNinja1126/koelectra-model
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams...
0
null
--- tags: - spacy - token-classification language: - da license: cc-by-sa-4.0 model-index: - name: da_core_news_md results: - task: name: NER type: token-classification metrics: - name: NER Precision type: precision value: 0.8020833333 - name: NER Recall type: recall ...
[ 0.007241425104439259, -0.03158297389745712, 0.008249321021139622, 0.046063318848609924, 0.057732608169317245, 0.0032180871348828077, -0.026661749929189682, -0.023946598172187805, -0.055210355669260025, 0.06432946026325226, 0.018239429220557213, -0.016481472179293633, -0.015251372009515762, ...
Venkatakrishnan-Ramesh/Text_gen
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams...
0
2021-07-07T10:27:30Z
--- tags: - spacy - token-classification language: - de license: mit model-index: - name: de_dep_news_trf results: - task: name: TAG type: token-classification metrics: - name: TAG (XPOS) Accuracy type: accuracy value: 0.990643584 - task: name: POS type: token-classific...
[ -0.00190603150986135, -0.024233730509877205, -0.027058681473135948, 0.043128807097673416, 0.05296213924884796, 0.04197695478796959, -0.01694018952548504, -0.0013484423980116844, -0.05285097658634186, 0.07925160974264145, 0.014118229039013386, -0.014371884055435658, -0.007652928587049246, 0...
CoffeeAddict93/gpt2-call-of-the-wild
[ "pytorch", "gpt2", "text-generation", "transformers" ]
text-generation
{ "architectures": [ "GPT2LMHeadModel" ], "model_type": "gpt2", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size...
6
2021-07-07T12:39:26Z
--- tags: - spacy - token-classification language: - el license: cc-by-nc-sa-3.0 model-index: - name: el_core_news_sm results: - task: name: NER type: token-classification metrics: - name: NER Precision type: precision value: 0.742081448 - name: NER Recall type: recall ...
[ 0.0009592543938197196, -0.03180830180644989, -0.005712941754609346, 0.027118846774101257, 0.04911576211452484, 0.011987878009676933, -0.025329364463686943, 0.0048444075509905815, -0.04483787342905998, 0.06170089915394783, 0.021886035799980164, -0.006460893899202347, -0.0009850674541667104, ...
CoffeeAddict93/gpt2-medium-call-of-the-wild
[ "pytorch", "gpt2", "text-generation", "transformers" ]
text-generation
{ "architectures": [ "GPT2LMHeadModel" ], "model_type": "gpt2", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size...
14
null
--- tags: - spacy - token-classification language: - en license: mit model-index: - name: en_core_web_lg results: - task: name: NER type: token-classification metrics: - name: NER Precision type: precision value: 0.8516398746 - name: NER Recall type: recall value: 0.8...
[ 0.038525085896253586, -0.030048290267586708, -0.01516242977231741, 0.029505327343940735, 0.05501160770654678, 0.008974024094641209, -0.03522935137152672, 0.004125329200178385, -0.055076926946640015, 0.07696101814508438, 0.03233039751648903, -0.011686570942401886, 0.0033660230692476034, 0.0...
ComCom/gpt2-medium
[ "pytorch", "gpt2", "feature-extraction", "transformers" ]
feature-extraction
{ "architectures": [ "GPT2Model" ], "model_type": "gpt2", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": nul...
5
null
--- tags: - spacy - token-classification language: - fr license: lgpl-lr model-index: - name: fr_core_news_md results: - task: name: NER type: token-classification metrics: - name: NER Precision type: precision value: 0.8317031703 - name: NER Recall type: recall value...
[ 0.01879466511309147, -0.03644805774092674, -0.01507868617773056, 0.028879882767796516, 0.04545304551720619, 0.009985914453864098, -0.030987095087766647, -0.01104163657873869, -0.047105029225349426, 0.06910921633243561, 0.022294992581009865, -0.0001444363297196105, -0.011693915352225304, 0....
ComCom/gpt2
[ "pytorch", "gpt2", "feature-extraction", "transformers" ]
feature-extraction
{ "architectures": [ "GPT2Model" ], "model_type": "gpt2", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": nul...
1
2021-07-07T12:32:58Z
--- tags: - spacy - token-classification language: - fr license: lgpl-lr model-index: - name: fr_core_news_sm results: - task: name: NER type: token-classification metrics: - name: NER Precision type: precision value: 0.8148438757 - name: NER Recall type: recall value...
[ 0.015787877142429352, -0.03667538985610008, -0.01587245985865593, 0.029537102207541466, 0.047976914793252945, 0.010452793911099434, -0.031842075288295746, -0.007417324930429459, -0.0483352467417717, 0.0701177716255188, 0.022467689588665962, 0.0017089988104999065, -0.008159814402461052, 0.0...
Connor-tech/bert_cn_finetuning
[ "pytorch", "jax", "bert", "text-classification", "transformers" ]
text-classification
{ "architectures": [ "BertForSequenceClassification" ], "model_type": "bert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_rep...
27
2021-07-07T12:08:11Z
--- tags: - spacy - token-classification language: - ja license: cc-by-sa-4.0 model-index: - name: ja_core_news_lg results: - task: name: NER type: token-classification metrics: - name: NER Precision type: precision value: 0.754691689 - name: NER Recall type: recall v...
[ 0.022321047261357307, -0.04214315488934517, 0.0004982770187780261, 0.035842519253492355, 0.05603887513279915, 0.004141499288380146, -0.010125300846993923, -0.008547351695597172, -0.04485633969306946, 0.06898374110460281, 0.02281535230576992, -0.01038211490958929, 0.003779058111831546, 0.03...
Connorvr/TeachingGen
[ "pytorch", "gpt2", "text-generation", "transformers", "generated_from_trainer", "license:mit" ]
text-generation
{ "architectures": [ "GPT2LMHeadModel" ], "model_type": "gpt2", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size...
4
null
--- tags: - spacy - token-classification language: - ja license: cc-by-sa-4.0 model-index: - name: ja_core_news_sm results: - task: name: NER type: token-classification metrics: - name: NER Precision type: precision value: 0.680620155 - name: NER Recall type: recall v...
[ 0.015168908052146435, -0.044814884662628174, -0.0005964890588074923, 0.03609350696206093, 0.05171377956867218, 0.007233717478811741, -0.01156468503177166, -0.007674440275877714, -0.04554600268602371, 0.06936340779066086, 0.023957261815667152, -0.006853099912405014, 0.010632862336933613, 0....
ConstellationBoi/Oop
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams...
0
2021-11-09T16:58:01Z
--- tags: - spacy - token-classification language: - ja license: cc-by-sa-3.0 model-index: - name: ja_core_news_trf results: - task: name: NER type: token-classification metrics: - name: NER Precision type: precision value: 0.8298969072 - name: NER Recall type: recall ...
[ 0.005560450721532106, -0.04148542508482933, -0.006489108316600323, 0.037446580827236176, 0.0523386225104332, 0.021214503794908524, -0.005118714179843664, -0.008303212933242321, -0.047356631606817245, 0.0706900954246521, 0.02155109867453575, -0.012658649124205112, 0.004422641824930906, 0.03...
Contrastive-Tension/BERT-Large-CT-STSb
[ "pytorch", "tf", "jax", "bert", "feature-extraction", "transformers" ]
feature-extraction
{ "architectures": [ "BertModel" ], "model_type": "bert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": nul...
7
2021-07-07T12:00:43Z
--- tags: - spacy - token-classification language: - nb license: mit model-index: - name: nb_core_news_md results: - task: name: NER type: token-classification metrics: - name: NER Precision type: precision value: 0.811827957 - name: NER Recall type: recall value: 0.8...
[ 0.005141369067132473, -0.023344378918409348, -0.0037994012236595154, 0.035744182765483856, 0.04004550352692604, 0.007091420702636242, -0.025215795263648033, -0.008884535171091557, -0.05564048886299133, 0.06813391298055649, 0.031331617385149, -0.006922931410372257, -0.0021420952398329973, 0...
CouchCat/ma_ner_v7_distil
[ "pytorch", "distilbert", "token-classification", "en", "transformers", "ner", "license:mit", "autotrain_compatible" ]
token-classification
{ "architectures": [ "DistilBertForTokenClassification" ], "model_type": "distilbert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, ...
13
2021-07-07T10:48:04Z
--- tags: - spacy - token-classification language: - ro license: cc-by-sa-4.0 model-index: - name: ro_core_news_sm results: - task: name: NER type: token-classification metrics: - name: NER Precision type: precision value: 0.7232530596 - name: NER Recall type: recall ...
[ 0.00706100556999445, -0.037185754626989365, -0.004725510720163584, 0.026302164420485497, 0.05954580381512642, 0.007474501617252827, -0.03226731717586517, -0.0011347364634275436, -0.06310331076383591, 0.07267213612794876, 0.03592854365706444, -0.0096359271556139, -0.007589357905089855, 0.03...
CouchCat/ma_sa_v7_distil
[ "pytorch", "distilbert", "text-classification", "en", "transformers", "sentiment-analysis", "license:mit" ]
text-classification
{ "architectures": [ "DistilBertForSequenceClassification" ], "model_type": "distilbert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, ...
38
null
--- tags: - spacy - token-classification language: - ru license: mit model-index: - name: ru_core_news_lg results: - task: name: NER type: token-classification metrics: - name: NER Precision type: precision value: 0.9524209818 - name: NER Recall type: recall value: 0....
[ 0.018598517403006554, -0.03624910116195679, -0.011188283562660217, 0.03857322409749031, 0.06548447906970978, 0.010087289847433567, -0.02719072625041008, -0.0072740670293569565, -0.06318715214729309, 0.07432063668966293, 0.03865722566843033, -0.006069606635719538, -0.006385163404047489, 0.0...
CoveJH/ConBot
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams...
0
2021-07-07T10:44:17Z
--- tags: - spacy - token-classification language: - ru license: mit model-index: - name: ru_core_news_md results: - task: name: NER type: token-classification metrics: - name: NER Precision type: precision value: 0.9438296445 - name: NER Recall type: recall value: 0....
[ 0.013873517513275146, -0.03986801952123642, -0.0112549914047122, 0.03791604936122894, 0.05909884721040726, 0.01534176617860794, -0.02695673145353794, -0.008898455649614334, -0.06412307918071747, 0.06942112743854523, 0.03812919557094574, -0.00381120340898633, -0.0018741285894066095, 0.04433...
Coverage/sakurajimamai
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams...
0
null
--- tags: - spacy - token-classification language: - ru license: mit model-index: - name: ru_core_news_sm results: - task: name: NER type: token-classification metrics: - name: NER Precision type: precision value: 0.9487739335 - name: NER Recall type: recall value: 0....
[ 0.011318777687847614, -0.03906051814556122, -0.011203867383301258, 0.039200231432914734, 0.06136934459209442, 0.01374438963830471, -0.027781561017036438, -0.006746375001966953, -0.0636003166437149, 0.07383663207292557, 0.039668336510658264, -0.0034696192014962435, -0.0006383304134942591, 0...
Coyotl/DialoGPT-test-last-arthurmorgan
[ "conversational" ]
conversational
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams...
0
2021-07-07T10:35:50Z
--- tags: - spacy - token-classification language: - multilingual license: mit model-index: - name: xx_ent_wiki_sm results: - task: name: NER type: token-classification metrics: - name: NER Precision type: precision value: 0.8352564288 - name: NER Recall type: recall ...
[ -0.02160893753170967, -0.011770128272473812, -0.015376675873994827, 0.04013095796108246, 0.03021400049328804, 0.029516952112317085, -0.0008883012924343348, -0.02889639139175415, -0.03880471736192703, 0.05626577511429787, 0.03990357741713524, 0.0036158449947834015, 0.01159697212278843, 0.04...
Coyotl/DialoGPT-test3-arthurmorgan
[ "conversational" ]
conversational
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams...
0
2021-07-07T10:31:39Z
--- tags: - spacy - token-classification language: - zh license: mit model-index: - name: zh_core_web_lg results: - task: name: NER type: token-classification metrics: - name: NER Precision type: precision value: 0.7355275444 - name: NER Recall type: recall value: 0.6...
[ 0.020975345745682716, -0.034462373703718185, -0.015331543982028961, 0.03186682611703873, 0.052235327661037445, 0.003472277894616127, -0.03487382084131241, 0.003604646772146225, -0.04589086025953293, 0.06789834797382355, 0.033844780176877975, 0.006295524537563324, 0.017145836725831032, 0.04...
CracklesCreeper/Piglin-Talks-Harry-Potter
[ "pytorch", "gpt2", "text-generation", "transformers", "conversational" ]
conversational
{ "architectures": [ "GPT2LMHeadModel" ], "model_type": "gpt2", "task_specific_params": { "conversational": { "max_length": 1000 }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size...
10
null
--- tags: - spacy - token-classification language: - zh license: mit model-index: - name: zh_core_web_sm results: - task: name: NER type: token-classification metrics: - name: NER Precision type: precision value: 0.7203462148 - name: NER Recall type: recall value: 0.6...
[ 0.010878702625632286, -0.03576358035206795, -0.015313824638724327, 0.03377900272607803, 0.049447380006313324, 0.006743337959051132, -0.038940176367759705, 0.005392477847635746, -0.049014054238796234, 0.06787867099046707, 0.03401480242609978, 0.011854244396090508, 0.023983079940080643, 0.04...
CrayonShinchan/fine_tune_try_1
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams...
0
2021-10-25T13:59:49Z
--- language: en license: mit --- Import it using pipeline from transformers import pipeline text_generation = pipeline('text-generation' , model='sparki/kinkyfurs-gpt2') Then use it prefix_text = input() text_generation(prefix_text, max_length=50, num_beams=5,no_repeat_ngram_size=2,early_s...
[ -0.0261674951761961, -0.01259545236825943, -0.012188090942800045, 0.030060995370149612, 0.04573778063058853, 0.04911534860730171, 0.008221072144806385, 0.0021338423248380423, -0.05207952484488487, 0.06370323896408081, 0.02268594689667225, 0.0019379539880901575, 0.007121954578906298, 0.0352...
CrypticT1tan/DialoGPT-medium-harrypotter
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams...
0
null
--- tags: - generated_from_trainer datasets: - librispeech_asr model-index: - name: '' 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. --> # This model was trained...
[ -0.013469293713569641, -0.005964451935142279, -0.028923768550157547, 0.050416313111782074, 0.033214323222637177, 0.014156760647892952, -0.011498851701617241, -0.01419566385447979, -0.05347859114408493, 0.06469238549470901, 0.0248546302318573, -0.026618560776114464, 0.007786935660988092, 0....
Crystal/distilbert-base-uncased-finetuned-squad
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams...
0
null
--- tags: - generated_from_trainer datasets: - librispeech_asr model-index: - name: '' 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. --> # This model was trained...
[ -0.013782251626253128, -0.00456615723669529, -0.02616170421242714, 0.04867466911673546, 0.031681422144174576, 0.013089940883219242, -0.01089389342814684, -0.01649712398648262, -0.05447757989168167, 0.06460776180028915, 0.02623036503791809, -0.025953134521842003, 0.007860466837882996, 0.027...
Culmenus/IceBERT-finetuned-ner
[ "pytorch", "tensorboard", "roberta", "token-classification", "dataset:mim_gold_ner", "transformers", "generated_from_trainer", "license:gpl-3.0", "model-index", "autotrain_compatible" ]
token-classification
{ "architectures": [ "RobertaForTokenClassification" ], "model_type": "roberta", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_...
5
2022-02-14T15:05:22Z
--- tags: - generated_from_trainer datasets: - librispeech_asr model-index: - name: '' 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. --> # This model was trained...
[ -0.013698413968086243, -0.004727335646748543, -0.026492206379771233, 0.048361893743276596, 0.031972598284482956, 0.012552895583212376, -0.010575971566140652, -0.014969928190112114, -0.05528838559985161, 0.06409425288438797, 0.025484904646873474, -0.025450987741351128, 0.008458873257040977, ...
Culmenus/checkpoint-168500-finetuned-de-to-is_nr2
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams...
0
null
--- tags: - generated_from_trainer datasets: - librispeech_asr model-index: - name: '' 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. --> # This model was trained...
[ -0.014129122719168663, -0.0050875842571258545, -0.02767259255051613, 0.050445180386304855, 0.03295966610312462, 0.012985327281057835, -0.010724243707954884, -0.01538105495274067, -0.054471664130687714, 0.06486739963293076, 0.026885129511356354, -0.025737008079886436, 0.008440111763775349, ...
Culmenus/opus-mt-de-is-finetuned-de-to-is_ancc
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams...
0
null
--- language: "en" thumbnail: tags: - Spoken language understanding - speechbrain - wav2vec2 - hubert - pytorch license: "apache-2.0" datasets: - SLURP metrics: - Accuracy --- <iframe src="https://ghbtns.com/github-btn.html?user=speechbrain&repo=speechbrain&type=star&count=true&size=large&v=2" frameborder="0" scrollin...
[ -0.019235938787460327, -0.01483100838959217, -0.03818144276738167, 0.0722026526927948, 0.048437923192977905, 0.037703219801187515, -0.015778061002492905, -0.0005137601401656866, -0.03382191061973572, 0.055746957659721375, 0.03481248766183853, -0.00803695060312748, 0.015717707574367523, 0.0...
Culmenus/opus-mt-de-is-finetuned-de-to-is_ekkicc
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams...
0
2021-11-17T17:49:03Z
--- language: - ko thumbnail: tags: - automatic-speech-recognition - CTC - Attention - Conformer - pytorch - speechbrain license: "apache-2.0" datasets: - ksponspeech metrics: - wer - cer --- <iframe src="https://ghbtns.com/github-btn.html?user=speechbrain&repo=speechbrain&type=star&count=true&size=large&v=2" framebor...
[ -0.04582181200385094, -0.0033440208062529564, -0.030613912269473076, 0.03822394460439682, 0.0412616953253746, 0.03202064335346222, 0.0004372602852527052, 0.00030115694971755147, -0.06550566107034683, 0.06401623785495758, 0.030667748302221298, -0.02373344823718071, -0.014031892642378807, 0....
Culmenus/opus-mt-de-is-finetuned-de-to-is_nr2-finetuned-de-to-is_nr2
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams...
0
null
--- language: "de" thumbnail: tags: - automatic-speech-recognition - CTC - Attention - pytorch - speechbrain license: "apache-2.0" datasets: - common_voice metrics: - wer - cer --- <iframe src="https://ghbtns.com/github-btn.html?user=speechbrain&repo=speechbrain&type=star&count=true&size=large&v=2" frameborder="0" scr...
[ -0.028653087094426155, -0.005497445818036795, -0.020887482911348343, 0.032447658479213715, 0.028882943093776703, 0.0429840087890625, -0.00237498851493001, -0.015924949198961258, -0.05920002982020378, 0.06563491374254227, 0.04041228070855141, -0.02280423603951931, 0.0012153837596997619, 0.0...
CurtisBowser/DialoGPT-medium-sora-three
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams...
0
null
--- language: "en" thumbnail: tags: - automatic-speech-recognition - CTC - Attention - Tranformer - pytorch - speechbrain license: "apache-2.0" datasets: - librispeech metrics: - wer - cer --- <iframe src="https://ghbtns.com/github-btn.html?user=speechbrain&repo=speechbrain&type=star&count=true&size=large&v=2" framebo...
[ -0.020109981298446655, -0.009104175493121147, -0.033999111503362656, 0.04346003383398056, 0.031089110299944878, 0.0428798571228981, -0.009341289289295673, -0.025759916752576828, -0.06357695907354355, 0.06897149235010147, 0.04841841012239456, -0.0028118020854890347, -0.0014397375052794814, ...
D3xter1922/distilbert-base-uncased-finetuned-cola
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams...
0
null
--- language: - ar - eu - br - ca - cv - cs - dv - nl - en - eo - et - fr - fy - ka - de - el - cnh - id - ia - it - ja - kab - rw - ky - lv - mt - mn - fa - pl - pt - ro - rm - ru - sah - sl - es - sv - ta - tt - tr - uk - cy language_bcp47: - zh-CH - zh-HK - zh-TW thumbnail: tags: - audio-classification - speechbrain...
[ -0.04301554337143898, -0.00923458207398653, -0.018509117886424065, 0.04884573072195053, 0.058584488928318024, 0.017981357872486115, 0.0002848425938282162, 0.0013124289689585567, -0.03847309201955795, 0.05361088737845421, 0.013934951275587082, -0.015498881228268147, -0.005604343954473734, 0...
D3xter1922/electra-base-discriminator-finetuned-mnli
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams...
0
2021-04-27T17:07:22Z
--- language: "en" tags: - audio-to-audio - speech-enhancement - PyTorch - speechbrain license: "apache-2.0" datasets: - Voicebank - DEMAND metrics: - PESQ - STOI --- <iframe src="https://ghbtns.com/github-btn.html?user=speechbrain&repo=speechbrain&type=star&count=true&size=large&v=2" frameborder="0" scrolling="0" wi...
[ -0.026659894734621048, 0.0008301722700707614, -0.005132150370627642, 0.05021752044558525, 0.034147605299949646, 0.021386463195085526, 0.0017111770575866103, 0.013775884173810482, -0.029500624164938927, 0.058441758155822754, 0.017418764531612396, -0.021553538739681244, 0.021637659519910812, ...
DCU-NLP/electra-base-irish-cased-generator-v1
[ "pytorch", "electra", "fill-mask", "ga", "transformers", "irish", "license:apache-2.0", "autotrain_compatible" ]
fill-mask
{ "architectures": [ "ElectraForMaskedLM" ], "model_type": "electra", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngra...
7
null
--- language: "en" thumbnail: tags: - speechbrain - Source Separation - Speech Separation - Audio Source Separation - WHAM! - SepFormer - Transformer - audio-to-audio - audio-source-separation license: "apache-2.0" datasets: - WHAMR! metrics: - SI-SNRi - SDRi --- <iframe src="https://ghbtns.com/github-btn.html?user=...
[ -0.043382178992033005, -0.021987617015838623, -0.04600207507610321, 0.06871432811021805, 0.044683247804641724, 0.03489677235484123, 0.01748649589717388, -0.01590067893266678, -0.03561912849545479, 0.07042016088962555, 0.039729949086904526, -0.008911932818591595, 0.001983397174626589, 0.016...
DJStomp/TestingSalvoNET
[ "transformers" ]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams...
1
null
--- language: en thumbnail: tags: - Spoken language understanding - speechbrain license: cc0-1.0 datasets: - Timers and Such metrics: - Accuracy --- <iframe src="https://ghbtns.com/github-btn.html?user=speechbrain&repo=speechbrain&type=star&count=true&size=large&v=2" frameborder="0" scrolling="0" width="170" height="3...
[ -0.03835355117917061, -0.004237656015902758, -0.008608573116362095, 0.03265229985117912, 0.032459039241075516, 0.03465693071484566, -0.0021598555613309145, -0.02665810100734234, -0.017985213547945023, 0.06711834669113159, 0.04765212535858154, -0.0046182842925190926, 0.003656385699287057, 0...
DKpro000/DialoGPT-medium-harrypotter
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams...
0
2021-03-07T16:15:18Z
--- language: "en" thumbnail: tags: - speechbrain - embeddings - Speaker - Verification - Identification - pytorch - ECAPA - TDNN license: "apache-2.0" datasets: - voxceleb metrics: - EER widget: - example_title: VoxCeleb Speaker id10003 src: https://cdn-media.huggingface.co/speech_samples/VoxCeleb1_00003.wav - examp...
[ -0.03598792478442192, -0.020879602059721947, -0.0016025252407416701, 0.038506779819726944, 0.024466782808303833, 0.02031150832772255, -0.0026458376087248325, -0.012114552780985832, -0.03363488242030144, 0.05229170620441437, 0.029286913573741913, -0.009947476908564568, 0.014136377722024918, ...
DKpro000/DialoGPT-small-harrypotter
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams...
0
null
--- language: "en" thumbnail: tags: - embeddings - Speaker - Verification - Identification - pytorch - xvectors - TDNN - speechbrain - audio-classification license: "apache-2.0" datasets: - voxceleb metrics: - EER - min_dct widget: - example_title: VoxCeleb Speaker id10003 src: https://cdn-media.huggingface.co/speech...
[ -0.03989532217383385, -0.017713753506541252, -0.012445264495909214, 0.044944245368242264, 0.0282280333340168, 0.03570718690752983, -0.006889608688652515, -0.023812640458345413, -0.02625514753162861, 0.046336833387613297, 0.032278578728437424, -0.01208739448338747, 0.015015948563814163, 0.0...
DLNLP/t5-small-finetuned-xsum
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams...
0
2021-06-05T02:49:18Z
--- language: "en" thumbnail: tags: - speechbrain - embeddings - Sound - Keywords - Keyword Spotting - pytorch - ECAPA-TDNN - TDNN - Command Recognition - audio-classification license: "apache-2.0" datasets: - Urbansound8k metrics: - Accuracy --- <iframe src="https://ghbtns.com/github-btn.html?user=speechbrain&repo=s...
[ -0.03768923878669739, 0.012288231402635574, -0.03373746946454048, 0.03248489648103714, 0.038014039397239685, 0.02104678377509117, 0.02000509761273861, 0.0005828658468089998, -0.04820144549012184, 0.07200837135314941, 0.04121524468064308, 0.0005789179704152048, -0.007831933908164501, 0.0371...
DSI/TweetBasedSA
[ "pytorch", "bert", "text-classification", "transformers" ]
text-classification
{ "architectures": [ "BertForSequenceClassification" ], "model_type": "bert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_rep...
29
null
--- language: "en" thumbnail: tags: - speechbrain - VAD - SAD - Voice Activity Detection - Speech Activity Detection - Speaker Diarization - pytorch - CRDNN - LibriSpeech - LibryParty datasets: - Urbansound8k metrics: - Accuracy --- <iframe src="https://ghbtns.com/github-btn.html?user=speechbrain&repo=speechbrain&typ...
[ -0.020694352686405182, -0.014352022670209408, -0.01510357391089201, 0.03644958883523941, 0.019824352115392685, 0.013764871284365654, -0.01280999556183815, -0.016092736274003983, -0.0411551259458065, 0.06843184679746628, 0.035985808819532394, -0.004025707021355629, 0.008964121341705322, 0.0...
DTAI-KULeuven/mbert-corona-tweets-belgium-curfew-support
[ "pytorch", "jax", "bert", "text-classification", "multilingual", "nl", "fr", "en", "arxiv:2104.09947", "transformers", "Tweets", "Sentiment analysis" ]
text-classification
{ "architectures": [ "BertForSequenceClassification" ], "model_type": "bert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_rep...
29
null
# Text classifier using DistilBERT to determine Partisanship ## This is one of many single-class partisanship models label_0 refers to "left" while label_1 refers to "other". This model was trained on 40,000 articles. ### Best Practices This model was optimized for 512 token-length text. Any text below 150 tokens...
[ -0.013192110694944859, -0.017886942252516747, -0.0310838483273983, 0.06524768471717834, 0.05139370635151863, 0.020004281774163246, -0.011642515659332275, -0.015862055122852325, -0.043352339416742325, 0.0393371656537056, 0.02547468990087509, 0.0062029617838561535, 0.022423841059207916, 0.03...