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
CALM/backup
[ "lean_albert", "transformers" ]
null
{ "architectures": [ "LeanAlbertForPretraining", "LeanAlbertForTokenClassification", "LeanAlbertForSequenceClassification" ], "model_type": "lean_albert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "len...
4
null
Moved here: https://huggingface.co/google/bigbird-pegasus-large-pubmed
[ -0.04882684350013733, 0.0036828224547207355, -0.0029422303196042776, 0.013298188336193562, 0.0394657626748085, -0.02009703777730465, -0.0047283959574997425, -0.01729300059378147, 0.004845901392400265, 0.020316511392593384, 0.017985757440328598, 0.0013932230649515986, 0.04148968681693077, 0...
CAMeL-Lab/bert-base-arabic-camelbert-ca-ner
[ "pytorch", "tf", "bert", "token-classification", "ar", "arxiv:2103.06678", "transformers", "license:apache-2.0", "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...
85
null
Moved here: https://huggingface.co/google/bigbird-roberta-base
[ -0.04991289973258972, 0.00916261039674282, -0.0064773415215313435, 0.012908635661005974, 0.03763284534215927, 0.01579127460718155, -0.008904078975319862, -0.00963994674384594, -0.00653047813102603, 0.013214144855737686, 0.016307177022099495, -0.020138118416070938, 0.03155004233121872, 0.04...
CAMeL-Lab/bert-base-arabic-camelbert-ca-poetry
[ "pytorch", "tf", "bert", "text-classification", "ar", "arxiv:1905.05700", "arxiv:2103.06678", "transformers", "license:apache-2.0" ]
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...
42
null
Moved here: https://huggingface.co/google/bigbird-roberta-large
[ -0.03386159986257553, 0.018908686935901642, -0.006157290190458298, 0.02023174986243248, 0.04634467884898186, 0.0034257492516189814, -0.015769580379128456, -0.02545834705233574, -0.0009711026214063168, 0.022276058793067932, 0.016126113012433052, -0.008831496350467205, 0.03353321552276611, 0...
CAMeL-Lab/bert-base-arabic-camelbert-ca-pos-egy
[ "pytorch", "tf", "bert", "token-classification", "ar", "arxiv:2103.06678", "transformers", "license:apache-2.0", "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...
16,451
null
--- language: en license: apache-2.0 datasets: natural_questions widget: - text: "Who added BigBird to HuggingFace Transformers?" context: "BigBird Pegasus just landed! Thanks to Vasudev Gupta, BigBird Pegasus from Google AI is merged into HuggingFace Transformers. Check it out today!!!" --- This checkpoint is obtai...
[ -0.028708312660455704, 0.015235555358231068, -0.00788786355406046, 0.04652254283428192, 0.02358894608914852, 0.014483332633972168, -0.0037642144598066807, -0.03077750839293003, -0.012252244167029858, 0.02603207342326641, 0.017539076507091522, 0.024896986782550812, 0.013168697245419025, 0.0...
CAMeL-Lab/bert-base-arabic-camelbert-ca-pos-msa
[ "pytorch", "tf", "bert", "token-classification", "ar", "arxiv:2103.06678", "transformers", "license:apache-2.0", "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...
71
null
DL research papers **Title -> abstract** **Using this model** ```python from transformers import pipeline, GPT2LMHeadModel, GPT2Tokenizer tokenizer = GPT2Tokenizer.from_pretrained("vasudevgupta/dl-hack-distilgpt2") model = GPT2LMHeadModel.from_pretrained("vasudevgupta/dl-hack-distilgpt2") agent = pipeline("text-gene...
[ -0.038816310465335846, -0.03182291239500046, 0.015982456505298615, 0.03869596868753433, 0.05738099664449692, 0.0027291174046695232, 0.013405733741819859, -0.027831371873617172, -0.02046235278248787, 0.05181211605668068, 0.03631409630179405, -0.00143982854206115, -0.01031519751995802, 0.061...
CAMeL-Lab/bert-base-arabic-camelbert-ca-sentiment
[ "pytorch", "tf", "bert", "text-classification", "ar", "arxiv:2103.06678", "transformers", "license:apache-2.0" ]
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...
73
null
DL research papers **Title -> abstract** **Using this model** ```python from transformers import pipeline, GPT2LMHeadModel, GPT2Tokenizer tokenizer = GPT2Tokenizer.from_pretrained("vasudevgupta/dl-hack-gpt2-large") model = GPT2LMHeadModel.from_pretrained("vasudevgupta/dl-hack-gpt2-large") agent = pipeline("text-gene...
[ -0.03946248069405556, -0.029685957357287407, 0.017523014917969704, 0.03994137793779373, 0.057293739169836044, 0.0007199609535746276, 0.014781109057366848, -0.028454022482037544, -0.018188299611210823, 0.05049668624997139, 0.03498218208551407, -0.0012993946438655257, -0.008337377570569515, ...
CAMeL-Lab/bert-base-arabic-camelbert-ca
[ "pytorch", "tf", "jax", "bert", "fill-mask", "ar", "arxiv:2103.06678", "transformers", "license:apache-2.0", "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...
580
null
Deep Learning research papers **Title -> abstract**
[ -0.055837854743003845, -0.018821077421307564, 0.009647076018154621, 0.006357611157000065, 0.04536562040448189, 0.021208126097917557, 0.004316579084843397, -0.008271489292383194, -0.0001309473445871845, 0.030450988560914993, 0.031241465359926224, -0.007825007662177086, 0.018558785319328308, ...
CAMeL-Lab/bert-base-arabic-camelbert-da-ner
[ "pytorch", "tf", "bert", "token-classification", "ar", "arxiv:2103.06678", "transformers", "license:apache-2.0", "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...
42
null
# finetuned-wav2vec2-960h This model was trained as a part of my **GSoC'21 (Google Summer of Code)** project. It is fine-tuned on 960h of **LibriSpeech dataset** (`train-clean-100`, `train-clean-360`, `train-other-500`) and evaluated on `test-clean` data. | WER (word error rate) | 5.67 | |-----------------------|----...
[ -0.016295816749334335, -0.01123067457228899, -0.016797661781311035, 0.027934640645980835, 0.032564856112003326, 0.015594218857586384, 0.001970152836292982, 0.013086318038403988, -0.05025361850857735, 0.0375368632376194, 0.04288423806428909, 0.013116649352014065, 0.019427413120865822, 0.027...
CAMeL-Lab/bert-base-arabic-camelbert-da-poetry
[ "pytorch", "tf", "bert", "text-classification", "ar", "arxiv:1905.05700", "arxiv:2103.06678", "transformers", "license:apache-2.0" ]
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...
37
null
--- language: en license: apache-2.0 datasets: natural_questions widget: - text: "Who added BigBird to HuggingFace Transformers?" context: "BigBird Pegasus just landed! Thanks to Vasudev Gupta, BigBird Pegasus from Google AI is merged into HuggingFace Transformers. Check it out today!!!" --- This checkpoint is obtai...
[ -0.02009814977645874, 0.014137155376374722, -0.004024452064186335, 0.042941898107528687, 0.027560444548726082, 0.013863966800272465, -0.0003365029988344759, -0.0314071960747242, -0.009182891808450222, 0.026115547865629196, 0.019416429102420807, 0.02207914926111698, 0.016557976603507996, 0....
CAMeL-Lab/bert-base-arabic-camelbert-da-pos-egy
[ "pytorch", "tf", "bert", "token-classification", "ar", "arxiv:2103.06678", "transformers", "license:apache-2.0", "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...
32
null
TensorFlow version of [facebook/wav2vec2-base-960h](https://huggingface.co/facebook/wav2vec2-base-960h). Obtained using script from https://github.com/vasudevgupta7/gsoc-wav2vec2.
[ -0.05181662738323212, -0.028009291738271713, -0.010762679390609264, 0.022872451692819595, 0.034488555043935776, 0.022308750078082085, -0.0054109906777739525, 0.040908943861722946, -0.0178080964833498, 0.019057445228099823, 0.040223173797130585, 0.003886887338012457, 0.03214400261640549, 0....
CAMeL-Lab/bert-base-arabic-camelbert-da-pos-glf
[ "pytorch", "tf", "bert", "token-classification", "ar", "arxiv:2103.06678", "transformers", "license:apache-2.0", "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...
54
null
TensorFlow equivalent of [facebook/wav2vec2-large-robust](https://huggingface.co/facebook/wav2vec2-large-robust)
[ -0.05914171412587166, -0.006489734165370464, -0.007235402707010508, 0.03928995877504349, 0.023931315168738365, 0.018191516399383545, -0.020520873367786407, 0.016917645931243896, -0.01201901026070118, 0.02689443528652191, 0.026449153199791908, 0.003818460740149021, 0.02263261005282402, 0.03...
CAMeL-Lab/bert-base-arabic-camelbert-da-pos-msa
[ "pytorch", "tf", "bert", "token-classification", "ar", "arxiv:2103.06678", "transformers", "license:apache-2.0", "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...
27
null
TensorFlow equivalent of [`facebook/wav2vec2-large-xlsr-53`](https://huggingface.co/facebook/wav2vec2-large-xlsr-53)
[ -0.05126016587018967, -0.0116877481341362, 0.0018049773061648011, 0.040315624326467514, 0.02626691944897175, 0.01704767532646656, -0.021298173815011978, 0.013081273064017296, -0.011633417569100857, 0.020176880061626434, 0.028169583529233932, -0.006245160475373268, 0.01019356306642294, 0.02...
CAMeL-Lab/bert-base-arabic-camelbert-da-sentiment
[ "pytorch", "tf", "bert", "text-classification", "ar", "arxiv:2103.06678", "transformers", "license:apache-2.0", "has_space" ]
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...
19,850
null
Wav2Vec2 Model (initialized from [`facebook/wav2vec2-base`](https://huggingface.co/facebook/wav2vec2-base)) with **no** LM head. Model weights are converted into TensorFlow using following script: ```shell python3 convert_torch_to_tf.py --hf_model_id "facebook/wav2vec2-base" ``` **TF SavedModel** is obtained by runn...
[ -0.05137962847948074, -0.03520162031054497, -0.014357027597725391, 0.02916138432919979, 0.031522851437330246, 0.0370461605489254, -0.020956411957740784, 0.02356308326125145, -0.012054362334311008, 0.04385313391685486, 0.04591637849807739, 0.01844150573015213, 0.018688462674617767, 0.045276...
CAMeL-Lab/bert-base-arabic-camelbert-da
[ "pytorch", "tf", "jax", "bert", "fill-mask", "ar", "arxiv:2103.06678", "transformers", "license:apache-2.0", "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...
449
null
--- datasets: pib widget: - text: "હેય! હું વાસુદેવ ગુપ્તા છું" --- mBART (a pre-trained model by Facebook) is pre-trained to de-noise multiple languages simultaneously with BART objective. Checkpoint available in this repository is obtained after fine-tuning `facebook/mbart-large-cc25` on all samples (~60K) from Bh...
[ -0.012231244705617428, -0.0132411764934659, -0.025692475959658623, 0.062383756041526794, 0.03871440514922142, 0.04221552610397339, 0.023003198206424713, 0.016162797808647156, -0.019780198112130165, 0.049955349415540695, 0.019193721935153008, -0.0010399946477264166, 0.03692996874451637, 0.0...
CAMeL-Lab/bert-base-arabic-camelbert-mix-did-madar-corpus26
[ "pytorch", "tf", "bert", "text-classification", "ar", "arxiv:2103.06678", "transformers", "license:apache-2.0" ]
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...
45
null
--- datasets: pib widget: - text: "नमस्ते! मैं वासुदेव गुप्ता हूं" --- mBART (a pre-trained model by Facebook) is pre-trained to de-noise multiple languages simultaneously with BART objective. Checkpoint available in this repository is obtained after fine-tuning `facebook/mbart-large-cc25` on all samples (~260K) fro...
[ -0.021782945841550827, -0.01574987731873989, -0.022877855226397514, 0.05972282215952873, 0.018727745860815048, 0.045097675174474716, 0.014028482139110565, 0.013083389960229397, -0.023350976407527924, 0.05887496843934059, 0.014407685026526451, -0.00014234035916160792, 0.03940077871084213, 0...
CAMeL-Lab/bert-base-arabic-camelbert-mix-did-madar-corpus6
[ "pytorch", "tf", "bert", "text-classification", "ar", "arxiv:2103.06678", "transformers", "license:apache-2.0" ]
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...
34
null
--- datasets: pib widget: - text: "नमस्ते! मैं वासुदेव गुप्ता हूं" --- mBART (a pre-trained model by Facebook) is pre-trained to de-noise multiple languages simultaneously with BART objective. Checkpoint available in this repository is obtained after fine-tuning `facebook/mbart-large-cc25` on 0.5 M samples from IIT-...
[ -0.021808438003063202, -0.014215917326509953, -0.02092168666422367, 0.06004304811358452, 0.01915532350540161, 0.04499339312314987, 0.012638307176530361, 0.012694348581135273, -0.023414086550474167, 0.05956896021962166, 0.014922917820513248, 0.00289413845166564, 0.03806797415018082, 0.03045...
CAMeL-Lab/bert-base-arabic-camelbert-mix-did-nadi
[ "pytorch", "tf", "bert", "text-classification", "ar", "arxiv:2103.06678", "transformers", "license:apache-2.0" ]
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...
63
null
This model is trained as a part of **InterIIT'21 competition**, on the dataset provided by Bridgei2i. It is able to do multilingual (Hindi, English, Hinglish) summarization (many -> one) & is capable of generating summaries in English regardless of the input language. | Rouge-L | Sacrebleu | Headline Sim...
[ -0.011278653517365456, -0.024938881397247314, -0.029861195012927055, 0.04223053157329559, 0.023348312824964523, 0.01845363900065422, -0.03403663635253906, 0.0005048869061283767, -0.04178449884057045, 0.04239477962255478, 0.02010090835392475, 0.001325772376731038, 0.022244520485401154, 0.03...
CAMeL-Lab/bert-base-arabic-camelbert-mix-ner
[ "pytorch", "tf", "bert", "token-classification", "ar", "arxiv:2103.06678", "transformers", "license:apache-2.0", "autotrain_compatible", "has_space" ]
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...
1,860
null
**Project GitHub:** https://github.com/vasudevgupta7/transformers-adapters **Notes** * base model can be downloaded from `facebook/mbart-large-cc25` * `adapters-hin-eng.pt`: adapters hin-eng * `adapters-guj-eng.pt`: adapters guj-eng
[ -0.0821731761097908, -0.0003733245248440653, -0.007397233508527279, 0.018460700288414955, 0.02848261222243309, 0.03702176734805107, -0.016513938084244728, -0.012580770067870617, -0.03343772888183594, 0.03622856363654137, 0.04610556736588478, -0.007042852696031332, 0.02179635688662529, 0.05...
CAMeL-Lab/bert-base-arabic-camelbert-mix-poetry
[ "pytorch", "tf", "bert", "text-classification", "ar", "arxiv:1905.05700", "arxiv:2103.06678", "transformers", "license:apache-2.0" ]
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...
31
null
TensorFlow version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base). Obtained using script from https://github.com/vasudevgupta7/gsoc-wav2vec2.
[ -0.05232292786240578, -0.026741161942481995, -0.010113713331520557, 0.028522061184048653, 0.03606212139129639, 0.024795956909656525, -0.006438375450670719, 0.04333483427762985, -0.021364659070968628, 0.019120244309306145, 0.04251556470990181, 0.009711451828479767, 0.033584896475076675, 0.0...
CAMeL-Lab/bert-base-arabic-camelbert-mix-pos-egy
[ "pytorch", "tf", "bert", "token-classification", "ar", "arxiv:2103.06678", "transformers", "license:apache-2.0", "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...
62
null
--- language: en datasets: - vblagoje/lfqa - vblagoje/lfqa_support_docs license: mit --- ## Introduction See [blog post](https://towardsdatascience.com/long-form-qa-beyond-eli5-an-updated-dataset-and-approach-319cb841aabb) for more details. ## Usage ```python import torch from transformers import AutoTokenizer, Auto...
[ 0.010202581062912941, -0.03451446443796158, -0.029703760519623756, 0.05770166590809822, 0.0313631147146225, 0.02444292977452278, -0.022546352818608284, -0.0019013994606211782, -0.05019664391875267, 0.017316656187176704, -0.0006819983827881515, 0.007535899057984352, 0.023629069328308105, 0....
CAMeL-Lab/bert-base-arabic-camelbert-mix-sentiment
[ "pytorch", "tf", "bert", "text-classification", "ar", "arxiv:2103.06678", "transformers", "license:apache-2.0" ]
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...
855
null
--- language: en datasets: - vblagoje/lfqa license: mit --- ## Introduction The context/passage encoder model based on [DPRContextEncoder](https://huggingface.co/docs/transformers/master/en/model_doc/dpr#transformers.DPRContextEncoder) architecture. It uses the transformer's pooler outputs as context/passage represent...
[ 0.01540125161409378, -0.009159731678664684, -0.01571745239198208, 0.046660155057907104, 0.027769774198532104, 0.007856533862650394, -0.009813569486141205, -0.007582719437777996, -0.062438830733299255, 0.03591834753751755, 0.02973153628408909, -0.002939496422186494, -0.0073840864934027195, ...
CAMeL-Lab/bert-base-arabic-camelbert-mix
[ "pytorch", "tf", "jax", "bert", "fill-mask", "ar", "arxiv:2103.06678", "transformers", "Arabic", "Dialect", "Egyptian", "Gulf", "Levantine", "Classical Arabic", "MSA", "Modern Standard Arabic", "license:apache-2.0", "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...
20,880
null
--- language: en datasets: - vblagoje/lfqa license: mit --- ## Introduction The context/passage encoder model based on [DPRContextEncoder](https://huggingface.co/docs/transformers/master/en/model_doc/dpr#transformers.DPRContextEncoder) architecture. It uses the transformer's pooler outputs as context/passage represent...
[ 0.0295244287699461, -0.016248388215899467, -0.013673532754182816, 0.03959321975708008, 0.022583410143852234, 0.004392590839415789, -0.006626676768064499, -0.000884476990904659, -0.05961001291871071, 0.02345258742570877, 0.021230047568678856, 0.012270605191588402, -0.002003753324970603, 0.0...
CAMeL-Lab/bert-base-arabic-camelbert-msa-did-madar-twitter5
[ "pytorch", "tf", "bert", "text-classification", "ar", "arxiv:2103.06678", "transformers", "license:apache-2.0" ]
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...
75
null
--- language: en datasets: - vblagoje/lfqa license: mit --- ## Introduction The question encoder model based on [DPRQuestionEncoder](https://huggingface.co/docs/transformers/master/en/model_doc/dpr#transformers.DPRQuestionEncoder) architecture. It uses the transformer's pooler outputs as question representations. ##...
[ 0.01792900450527668, -0.003951371647417545, -0.012086210772395134, 0.05581843852996826, 0.030154552310705185, 0.006291817873716354, -0.00516009284183383, -0.007929341867566109, -0.051517877727746964, 0.026562878862023354, 0.02938609942793846, -0.0018107356736436486, -0.003873949171975255, ...
CAMeL-Lab/bert-base-arabic-camelbert-msa-did-nadi
[ "pytorch", "tf", "bert", "text-classification", "ar", "arxiv:2103.06678", "transformers", "license:apache-2.0" ]
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...
71
null
--- language: en datasets: - vblagoje/lfqa license: mit --- ## Introduction The question encoder model based on [DPRQuestionEncoder](https://huggingface.co/docs/transformers/master/en/model_doc/dpr#transformers.DPRQuestionEncoder) architecture. It uses the transformer's pooler outputs as question representations. See ...
[ 0.030891796573996544, -0.01128876768052578, -0.009340809658169746, 0.04605553671717644, 0.025531761348247528, 0.004531238228082657, -0.0017112534260377288, -0.002381831407546997, -0.050092536956071854, 0.01457773707807064, 0.02266763709485531, 0.012465021573007107, 0.0006752269109711051, 0...
CAMeL-Lab/bert-base-arabic-camelbert-msa-pos-msa
[ "pytorch", "tf", "bert", "token-classification", "ar", "arxiv:2103.06678", "transformers", "license:apache-2.0", "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...
133
null
--- license: apache-2.0 tags: - generated_from_trainer model-index: - name: wav2vec2-base-timit-demo-colab results: [] --- <!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # wav2...
[ -0.02712889388203621, -0.005201125051826239, -0.014875183813273907, 0.01933896914124489, 0.037503182888031006, 0.0168775524944067, 0.0004619996761903167, 0.002871026052162051, -0.03123675286769867, 0.04353100806474686, 0.021918393671512604, -0.027652932330965996, 0.0020884708501398563, 0.0...
CAMeL-Lab/bert-base-arabic-camelbert-msa-sixteenth
[ "pytorch", "tf", "jax", "bert", "fill-mask", "ar", "arxiv:2103.06678", "transformers", "license:apache-2.0", "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...
26
null
--- tags: - image-classification - pytorch - huggingpics metrics: - accuracy model-index: - name: hugging-doge results: - task: name: Image Classification type: image-classification metrics: - name: Accuracy type: accuracy value: 0.9375 --- # hugging-doge Autogenerated by H...
[ -0.009041368961334229, -0.005447607021778822, 0.02069476805627346, 0.035605818033218384, 0.03199862688779831, -0.012614254839718342, -0.03042018599808216, -0.020252076908946037, -0.026691153645515442, 0.052766259759664536, 0.014690426178276539, 0.00019083500956185162, -0.0012234454043209553,...
CAUKiel/JavaBERT-uncased
[ "pytorch", "safetensors", "bert", "fill-mask", "java", "code", "transformers", "license:apache-2.0", "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...
7
null
--- language: en tags: - grammar - text2text-generation license: cc-by-nc-sa-4.0 datasets: - jfleg --- # T5 Grammar Correction This model generates a revised version of inputted text with the goal of containing fewer grammatical errors. It was trained with [Happy Transformer](https://github.com/EricFillion/happy-tr...
[ 0.005971783772110939, -0.012688654474914074, 0.002502038609236479, 0.07723552733659744, 0.04972025752067566, 0.04539533704519272, -0.02086501568555832, -0.009874816983938217, -0.04574097320437431, 0.049732908606529236, -0.0010478479089215398, -0.010195043869316578, 0.028913702815771103, 0....
CLAck/indo-pure
[ "pytorch", "marian", "text2text-generation", "en", "id", "dataset:ALT", "transformers", "translation", "license:apache-2.0", "autotrain_compatible" ]
translation
{ "architectures": [ "MarianMTModel" ], "model_type": "marian", "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
### Twitter RoBERTa BR This is a RoBERTa Twitter in Portuguese model trained on ~7M tweets. The results will be posted in the future. ### Example of using ``` tokenizer = AutoTokenizer.from_pretrained("verissimomanoel/RobertaTwitterBR") model = AutoModel.from_pretrained("verissimomanoel/RobertaTwitterBR") ```
[ -0.014645176008343697, -0.04731615632772446, -0.00892507191747427, 0.053817108273506165, 0.05140072479844093, 0.04118027165532112, -0.02233942784368992, -0.015359080396592617, -0.039543598890304565, 0.02688068151473999, 0.043200358748435974, -0.03070785664021969, -0.018455879762768745, 0.0...
CLTL/icf-domains
[ "pytorch", "roberta", "nl", "transformers", "license:mit", "text-classification" ]
text-classification
{ "architectures": [ "RobertaForMultiLabelSequenceClassification" ], "model_type": "roberta", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": nul...
35
null
# QA-for-Event-Extraction ## Model description This is a QA model as part of the event extraction system in the ACL2021 paper: [Zero-shot Event Extraction via Transfer Learning: Challenges and Insights](https://aclanthology.org/2021.acl-short.42/). The pretrained architecture is [roberta-large](https://huggingface.co...
[ -0.004777146968990564, -0.008953794836997986, -0.011055498383939266, 0.056910183280706406, 0.02888265997171402, 0.0031915544532239437, -0.010026989504694939, -0.03843412548303604, -0.042728688567876816, 0.03361133858561516, 0.024507077410817146, 0.025417383760213852, 0.02813228778541088, 0...
CLTL/icf-levels-adm
[ "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, "...
33
null
# TE-for-Event-Extraction ## Model description This is a TE model as part of the event extraction system in the ACL2021 paper: [Zero-shot Event Extraction via Transfer Learning: Challenges and Insights](https://aclanthology.org/2021.acl-short.42/). The pretrained architecture is [roberta-large](https://huggingface.co...
[ -0.03560391813516617, -0.0015599238686263561, 0.0034899974707514048, 0.03657085821032524, 0.028412485495209694, 0.025263193994760513, -0.020550694316625595, -0.03497523441910744, -0.025945832952857018, 0.042114488780498505, 0.01864839531481266, 0.021715331822633743, 0.030101051554083824, 0...
CLTL/icf-levels-att
[ "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, "...
32
null
--- license: apache-2.0 tags: - generated_from_trainer metrics: - bleu datasets: - versae/modernisa model-index: - name: byt5-base-finetuned-modernisa results: [] --- <!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and comple...
[ -0.01744595542550087, -0.0004024999507237226, -0.003071031766012311, 0.027979573234915733, 0.02151387929916382, 0.012468826025724411, -0.023947255685925484, -0.005775210447609425, -0.013088292442262173, 0.04227384179830551, 0.024148741737008095, -0.03623666241765022, -0.007679992821067572, ...
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
--- license: apache-2.0 tags: - generated_from_trainer metrics: - bleu datasets: - versae/modernisa model-index: - name: mt5-base-finetuned-modernisa results: [] --- <!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complet...
[ -0.021712781861424446, -0.006361723877489567, -0.0018838837277144194, 0.029689624905586243, 0.026064246892929077, 0.01524349581450224, -0.027581453323364258, -0.005678157787770033, -0.017592614516615868, 0.04478554427623749, 0.02270657755434513, -0.029832763597369194, -0.0018980802269652486,...
Caddy/UD
[]
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
# MS Marco Ranking with ColBERT on Vespa.ai Model is based on [ColBERT: Efficient and Effective Passage Search via Contextualized Late Interaction over BERT](https://arxiv.org/abs/2004.12832). This BERT model is based on [cross-encoder/ms-marco-MiniLM-L-6-v2](https://huggingface.co/cross-encoder/ms-marco-MiniLM-L-6-...
[ 0.012262034229934216, -0.004942658357322216, -0.026614900678396225, 0.021507762372493744, 0.01941094733774662, 0.014653073623776436, -0.0213748998939991, 0.019836384803056717, -0.04360160976648331, 0.05728118121623993, 0.05711452290415764, -0.031138906255364418, 0.024778924882411957, 0.035...
Calamarii/calamari
[]
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
# MS Marco Ranking with ColBERT on Vespa.ai Model is based on [ColBERT: Efficient and Effective Passage Search via Contextualized Late Interaction over BERT](https://arxiv.org/abs/2004.12832). This BERT model is based on [google/bert_uncased_L-8_H-512_A-8](https://huggingface.co/google/bert_uncased_L-8_H-512_A-8) an...
[ 0.011531868018209934, -0.005682791583240032, -0.020261431112885475, 0.025465819984674454, 0.01543207373470068, 0.01107922475785017, -0.008758727461099625, 0.028103264048695564, -0.038473889231681824, 0.04326515644788742, 0.06412318348884583, -0.006992857437580824, 0.016286645084619522, 0.0...
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: - is thumbnail: tags: - icelandic - qa license: datasets: - ic3 - igc metrics: - em - f1 widget: - text: "Hvenær var Halldór Laxness í menntaskóla ?" context: "Halldór Laxness ( Halldór Kiljan ) fæddist í Reykjavík 23. apríl árið 1902 og átti í fyrstu heima við Laugaveg en árið 1905 settist fjölskyld...
[ 0.019403444603085518, -0.0294401403516531, 0.002057156525552273, 0.04445488005876541, 0.0372844859957695, -0.00898004975169897, 0.008617626503109932, -0.004258534871041775, -0.0500355064868927, 0.05329139903187752, 0.016429953277111053, -0.0075133852660655975, 0.022412702441215515, 0.02584...
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
--- license: gpl-3.0 tags: - generated_from_trainer metrics: - matthews_correlation model-index: - name: IceBERT-finetuned-iec-sentence-bs16 results: [] --- <!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, the...
[ -0.0023530612234026194, -0.015768835321068764, -0.011440263129770756, 0.0369441993534565, 0.03074398636817932, 0.0027669474948197603, -0.021747615188360214, -0.020396718755364418, -0.0695788636803627, 0.04566919803619385, 0.03507985547184944, -0.00336294318549335, 0.038873326033353806, 0.0...
CalvinHuang/mt5-small-finetuned-amazon-en-es
[ "pytorch", "tensorboard", "mt5", "text2text-generation", "transformers", "summarization", "generated_from_trainer", "license:apache-2.0", "autotrain_compatible" ]
summarization
{ "architectures": [ "MT5ForConditionalGeneration" ], "model_type": "mt5", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat...
16
null
--- license: gpl-3.0 tags: - generated_from_trainer metrics: - matthews_correlation model-index: - name: IceBERT-finetuned-iec-sentence 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.0036486652679741383, -0.012164467014372349, -0.010147640481591225, 0.035456836223602295, 0.031814418733119965, 0.00865859817713499, -0.02287248894572258, -0.02259567193686962, -0.07247113436460495, 0.04456218332052231, 0.04066302999854088, -0.004624165594577789, 0.035965509712696075, 0....
Cameron/BERT-Jigsaw
[ "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...
35
null
--- license: gpl-3.0 tags: - generated_from_trainer datasets: - mim_gold_ner metrics: - precision - recall - f1 - accuracy model-index: - name: IceBERT-finetuned-ner results: - task: name: Token Classification type: token-classification dataset: name: mim_gold_ner type: mim_gold_ner ...
[ -0.01518341340124607, -0.0039311922155320644, -0.008701831102371216, 0.026176009327173233, 0.03277607634663582, 0.006053679622709751, -0.017916051670908928, -0.04299050569534302, -0.054173678159713745, 0.03584279492497444, 0.04745372012257576, -0.004462822340428829, 0.02499457448720932, 0....
Cameron/BERT-SBIC-offensive
[ "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...
31
null
--- license: gpl-3.0 tags: - generated_from_trainer datasets: - mim_gold_ner metrics: - precision - recall - f1 - accuracy widget: - text: Systurnar Guðrún og Monique átu einar á McDonalds og horfðu á Stöð 2, þar glitti í Bruce Willis leika í Die Hard 2. model-index: - name: IceBERT-finetuned-ner results: - task: ...
[ -0.012457999400794506, -0.009007115848362446, 0.00041741368477232754, 0.033331967890262604, 0.03087185136973858, 0.013929266482591629, -0.011132479645311832, -0.03179826959967613, -0.054072216153144836, 0.04209431633353233, 0.05100943148136139, -0.008714564144611359, 0.010636383667588234, ...
Cameron/BERT-SBIC-targetcategory
[ "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...
30
null
--- language: is widget: - text: Má bjóða þér <mask> í kvöld? - text: Forseti <mask> er ágæt. - text: Súpan var <mask> á bragðið. tags: - roberta - icelandic - masked-lm - pytorch license: agpl-3.0 datasets: - mideind/icelandic-common-crawl-corpus-IC3 --- # IceBERT IceBERT was trained with fairseq using the RoBERTa-b...
[ -0.00844187755137682, -0.02560119517147541, -0.002556211082264781, 0.060140252113342285, 0.032844800502061844, -0.00244717369787395, 0.012842477299273014, -0.012738393619656563, -0.03310919925570488, 0.05696817860007286, 0.02153068408370018, 0.006677266210317612, 0.017453327775001526, 0.02...
Cameron/BERT-eec-emotion
[ "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...
36
null
--- language: - is - da - sv - 'no' - fo widget: - text: Fina lilla<mask>, jag vill inte bliva stur. - text: Nu ved jeg, at du frygter<mask> og end ikke vil nægte mig din eneste søn.. - text: Það er vorhret á<mask>, napur vindur sem hvín. - text: Ja, Gud signi<mask>, mítt land. - text: Alle dyrene i<mask> må være venne...
[ -0.006282680202275515, -0.027785252779722214, -0.007242077495902777, 0.04265211522579193, 0.05281149223446846, 0.015646060928702354, 0.00792649108916521, -0.02315457910299301, -0.059011127799749374, 0.05444318428635597, 0.03522034361958504, -0.014675712212920189, -0.007780644576996565, 0.0...
Cameron/BERT-jigsaw-identityhate
[ "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...
37
null
--- language: - en - is - multilingual license: agpl-3.0 tags: - generated_from_trainer datasets: - glue metrics: - matthews_correlation model-index: - name: XLMR-ENIS-finetuned-cola results: - task: type: text-classification name: Text Classification dataset: name: glue type: glue ...
[ -0.015213686041533947, 0.011685905046761036, 0.013115588575601578, 0.03086169622838497, 0.0672864094376564, 0.018809230998158455, -0.0346977636218071, -0.02811295911669731, -0.05994893237948418, 0.05475886911153793, 0.027415264397859573, -0.012042079120874405, 0.015255208127200603, 0.03156...
Cameron/BERT-jigsaw-severetoxic
[ "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...
30
null
--- language: - en - is - multilingual license: agpl-3.0 tags: - generated_from_trainer datasets: - conll2003 metrics: - precision - recall - f1 - accuracy model-index: - name: XLMR-ENIS-finetuned-ner results: - task: type: token-classification name: Token Classification dataset: name: conll20...
[ -0.002815991174429655, 0.012795497663319111, 0.004859576001763344, 0.01786419190466404, 0.0482221394777298, 0.011034839786589146, -0.03432641550898552, -0.042152997106313705, -0.05186928063631058, 0.0543002225458622, 0.027304206043481827, -0.02679074928164482, 0.005264007020741701, 0.02473...
Cameron/BERT-mdgender-convai-ternary
[ "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...
38
null
--- license: agpl-3.0 pipeline_tag: sentence-similarity tags: - generated_from_trainer datasets: - glue metrics: - spearmanr model-index: - name: XLMR-ENIS-finetuned-stsb results: - task: name: Text Classification type: text-classification dataset: name: glue type: glue args: stsb ...
[ -0.023010851815342903, 0.006352758500725031, -0.02048652246594429, 0.05708876624703407, 0.0684901773929596, 0.020215842872858047, -0.018145211040973663, -0.020994558930397034, -0.06140221655368805, 0.05700814723968506, 0.0007656064117327332, -0.014195737428963184, -0.00021975576237309724, ...
Camzure/MaamiBot-test
[ "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: - is - en - multilingual tags: - icelandic - qa datasets: - ic3 - igc metrics: - em - f1 widget: - text: Hverrar tr�ar var Halld�r Laxness ? context: 'Halld�r Kiljan Laxness was born in 1902 in Reykjavik , the capital of Iceland , but spent his youth in the country . From the age of seventeen on , ...
[ 0.022290783002972603, -0.035149767994880676, -0.004315422847867012, 0.019520554691553116, 0.047732945531606674, 0.0012908800272271037, -0.007395496591925621, 0.018395358696579933, -0.03891558200120926, 0.057958222925662994, 0.03966242074966431, -0.009026069194078445, 0.02462397702038288, 0...
Capreolus/birch-bert-large-car_mb
[ "pytorch", "tf", "jax", "bert", "next-sentence-prediction", "transformers" ]
null
{ "architectures": [ "BertForNextSentencePrediction" ], "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...
4
null
--- license: agpl-3.0 language: - is --- # word2vec model trained on Icelandic This model is trained on the lemmas of the Icelandic Gigaword Corpus version 20.05. It is trained using the gensim package, version 4.1.0. and parameters were set to default (100 dimensions, windows size 5) This model can not be loaded di...
[ -0.018675021827220917, -0.020858118310570717, -0.01309933327138424, 0.05903144180774689, 0.043450597673654556, -0.000044034757593180984, 0.020691484212875366, -0.0014701319159939885, -0.060955777764320374, 0.05409639701247215, 0.01570051535964012, -0.005781112238764763, 0.0015341623220592737...
Capreolus/electra-base-msmarco
[ "pytorch", "tf", "electra", "text-classification", "arxiv:2008.09093", "transformers" ]
text-classification
{ "architectures": [ "ElectraForSequenceClassification" ], "model_type": "electra", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "...
110
null
--- tags: - conversational --- # Jake Peralta DialoGPT Model
[ -0.04645725339651108, 0.018388310447335243, 0.016906987875699997, 0.01658986695110798, 0.015656031668186188, 0.0012366813607513905, 0.0013878039317205548, 0.029572200030088425, -0.004842299502342939, 0.018436111509799957, 0.03519728034734726, -0.047820501029491425, 0.011311739683151245, 0....
dccuchile/albert-base-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...
34
2021-08-30T11:58:16Z
--- tags: - conversational --- # Gandalf DialoGPT model
[ -0.017251495271921158, 0.0027858219109475613, 0.012695754878222942, 0.010484478436410427, 0.02711811102926731, 0.03476283699274063, -0.004692344460636377, 0.03770678862929344, -0.021201839670538902, 0.01599574089050293, 0.04675724729895592, -0.03621654957532883, 0.017319681122899055, 0.021...
CennetOguz/distilbert-base-uncased-finetuned-recipe-1
[ "pytorch", "tensorboard", "distilbert", "fill-mask", "transformers", "generated_from_trainer", "license:apache-2.0", "autotrain_compatible" ]
fill-mask
{ "architectures": [ "DistilBertForMaskedLM" ], "model_type": "distilbert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repea...
7
2021-08-19T09:07:25Z
--- license: apache-2.0 tags: - generated_from_trainer datasets: - null model_index: - name: distilgpt2-finetuned-distilgpt2-med_articles results: - task: name: Causal Language Modeling type: text-generation --- <!-- This model card has been generated automatically according to the information the Trai...
[ -0.007004103157669306, -0.012276741676032543, -0.006277107167989016, 0.033286239951848984, 0.055065739899873734, 0.021192289888858795, -0.01024601235985756, -0.018585674464702606, -0.028795702382922173, 0.0500229112803936, 0.016610058024525642, -0.01797117479145527, 0.01223865244537592, 0....
CennetOguz/distilbert-base-uncased-finetuned-recipe-accelerate-1
[ "pytorch", "distilbert", "fill-mask", "transformers", "autotrain_compatible" ]
fill-mask
{ "architectures": [ "DistilBertForMaskedLM" ], "model_type": "distilbert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repea...
1
null
--- license: apache-2.0 tags: - generated_from_trainer datasets: - null model_index: - name: distilgpt2-finetuned-tamil-gpt results: - task: name: Causal Language Modeling type: text-generation --- <!-- This model card has been generated automatically according to the information the Trainer had access...
[ -0.015084740705788136, -0.013391111977398396, -0.010682467371225357, 0.0387238934636116, 0.056774675846099854, 0.028771324083209038, -0.011207577772438526, -0.0058446782641112804, -0.03878576308488846, 0.060860227793455124, 0.01970560848712921, -0.037312448024749756, 0.008305726572871208, ...
CennetOguz/distilbert-base-uncased-finetuned-recipe-accelerate
[ "pytorch", "distilbert", "fill-mask", "transformers", "autotrain_compatible" ]
fill-mask
{ "architectures": [ "DistilBertForMaskedLM" ], "model_type": "distilbert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repea...
7
2021-08-14T04:48:09Z
--- license: apache-2.0 tags: - generated_from_trainer datasets: - null model_index: - name: distilgpt2-finetuned-tamilmixsentiment results: - task: name: Causal Language Modeling type: text-generation --- <!-- This model card has been generated automatically according to the information the Trainer ha...
[ -0.015421228483319283, -0.011837356723845005, -0.019035352393984795, 0.03855535015463829, 0.05481364205479622, 0.03127973526716232, -0.010302012786269188, -0.00375744653865695, -0.04020419344305992, 0.06786423921585083, 0.026151910424232483, -0.02818911522626877, 0.0010168184526264668, 0.0...
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
2022-02-03T15:41:58Z
--- language: - km license: apache-2.0 tags: - automatic-speech-recognition - openslr - robust-speech-event - km - generated_from_trainer - hf-asr-leaderboard datasets: - openslr model-index: - name: wav2vec2-xls-r-1b-km results: - task: name: Speech Recognition type: automatic-speech-recognition da...
[ -0.023369070142507553, -0.015201693400740623, -0.02309820055961609, 0.03697464242577553, 0.0447390116751194, 0.025119205936789513, -0.027465295046567917, -0.003940317779779434, -0.04024636745452881, 0.06728842109441757, 0.027706576511263847, -0.025590090081095695, 0.005100776441395283, 0.0...
chainyo/speaker-recognition-meetup
[]
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 license: apache-2.0 tags: - automatic-speech-recognition - en - generated_from_trainer - hf-asr-leaderboard - librispeech_asr - robust-speech-event datasets: - librispeech_asr model-index: - name: XLS-R-300M - English results: - task: name: Automatic Speech Recognition type: automatic...
[ -0.005870816297829151, -0.01756943017244339, -0.02676285430788994, 0.031540099531412125, 0.05019758269190788, 0.019559063017368317, -0.029702620580792427, -0.01885225623846054, -0.03882257640361786, 0.059552911669015884, 0.02943451516330242, -0.020740902051329613, 0.021190674975514412, 0.0...
ChaitanyaU/FineTuneLM
[]
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-01T07:20:48Z
--- language: - ja license: apache-2.0 tags: - automatic-speech-recognition - generated_from_trainer - hf-asr-leaderboard - ja - mozilla-foundation/common_voice_8_0 - robust-speech-event datasets: - mozilla-foundation/common_voice_8_0 model-index: - name: XLS-R-300M - Japanese results: - task: name: Automatic...
[ -0.01770295575261116, -0.040123846381902695, -0.0066668628714978695, 0.03900517150759697, 0.057422541081905365, 0.020625971257686615, -0.006963090039789677, -0.024771949276328087, -0.041120901703834534, 0.07450935244560242, 0.037630148231983185, -0.020700331777334213, 0.027157407253980637, ...
Chakita/Friends
[ "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...
8
2022-02-02T03:32:17Z
--- language: - km license: apache-2.0 tags: - automatic-speech-recognition - openslr - robust-speech-event - km - generated_from_trainer - hf-asr-leaderboard model-index: - name: xls-r-300m-km results: - task: name: Speech Recognition type: automatic-speech-recognition dataset: name: OpenSLR ...
[ -0.03264612704515457, -0.015412194654345512, -0.009761082008481026, 0.0330410934984684, 0.039488535374403, 0.021537378430366516, -0.03288793936371803, -0.014203771948814392, -0.035736702382564545, 0.07072759419679642, 0.018356524407863617, -0.01846325770020485, 0.007943077944219112, 0.0218...
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
--- license: apache-2.0 tags: - generated_from_trainer datasets: - squad model-index: - name: distilbert-base-uncased-finetuned-squad results: [] --- <!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remov...
[ -0.021865414455533028, -0.005483171436935663, -0.030955087393522263, 0.05028412491083145, 0.062187545001506805, 0.022874299436807632, -0.03246283531188965, 0.0029876604676246643, -0.035004716366529465, 0.050102349370718, 0.03562076389789581, -0.023147914558649063, 0.011384614743292332, 0.0...
Cheatham/xlm-roberta-large-finetuned-d12
[ "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 datasets: - squad_v2 model-index: - name: distilbert-base-uncased-finetuned-squad results: [] --- <!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then re...
[ -0.019570112228393555, -0.005209369119256735, -0.03182468190789223, 0.04860355705022812, 0.05985623970627785, 0.02269885130226612, -0.029879696667194366, 0.002190906787291169, -0.034700702875852585, 0.050413552671670914, 0.037629663944244385, -0.0220195185393095, 0.011557841673493385, 0.04...
Chester/traffic-rec
[]
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
GPT model developed in [Language Models are Few-Shot Butlers](https://arxiv.org/abs/2104.07972).
[ -0.0015616428572684526, -0.004508204758167267, -0.006121356040239334, 0.037676651030778885, 0.0486469604074955, 0.024990949779748917, 0.015973808243870735, 0.007996543310582638, -0.021888403221964836, 0.03398939222097397, 0.01064350362867117, -0.03331895172595978, 0.032380111515522, 0.0396...
Chikita1/www_stash_stock
[ "license:bsd-3-clause-clear" ]
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: multilingual datasets: - common_voice tags: - speech - automatic-speech-recognition license: apache-2.0 --- # Wav2Vec2-XLSR-53 [Facebook's XLSR-Wav2Vec2](https://ai.facebook.com/blog/wav2vec-20-learning-the-structure-of-speech-from-raw-audio/) The base model pretrained on 16kHz sampled speech audio. W...
[ -0.02633562497794628, -0.007297047879546881, -0.027504812926054, 0.0272543802857399, 0.046677373349666595, 0.022266030311584473, -0.015618087723851204, -0.003502408741042018, -0.023502470925450325, 0.06265510618686676, 0.03660506755113602, -0.035318754613399506, -0.0032815507147461176, 0.0...
Chinmay/mlindia
[]
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
#cross_encoder-msmarco-distilbert-word2vec256k-MLM_400k This CrossEncoder was trained with MarginMSE loss from the [vocab-transformers/msmarco-distilbert-word2vec256k-MLM_400k](https://hf.co/vocab-transformers/msmarco-distilbert-word2vec256k-MLM_400k) checkpoint. **Word embedding matrix has been frozen during traini...
[ -0.031885113567113876, -0.014469633810222149, -0.029744397848844528, 0.015239590778946877, 0.06222371757030487, 0.02786065824329853, -0.012599078938364983, 0.010530838742852211, -0.039986927062273026, 0.04713278263807297, 0.02369050681591034, -0.018136262893676758, -0.0053191473707556725, ...
Chiuchiyin/DialoGPT-small-Donald
[ "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...
7
null
#cross_encoder-msmarco-distilbert-word2vec256k-MLM_785k_emb_updated This CrossEncoder was trained with MarginMSE loss from the [vocab-transformers/msmarco-distilbert-word2vec256k-MLM_785k_emb_updated](https://hf.co/vocab-transformers/msmarco-distilbert-word2vec256k-MLM_785k_emb_updated) checkpoint. **Word embedding ...
[ -0.029503170400857925, -0.0125894695520401, -0.02830827422440052, 0.01842096447944641, 0.06344520300626755, 0.028734633699059486, -0.013472311198711395, 0.007738612592220306, -0.03480924293398857, 0.04931815713644028, 0.023305900394916534, -0.016555752605199814, -0.004407685715705156, 0.05...
Chiuchiyin/Donald
[]
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
#cross_encoder-msmarco-word2vec256k This CrossEncoder was trained with MarginMSE loss from the [nicoladecao/msmarco-word2vec256000-distilbert-base-uncased](https://hf.co/nicoladecao/msmarco-word2vec256000-distilbert-base-uncased) checkpoint. **Word embedding matrix has been frozen during training**. You can load ...
[ -0.03599512577056885, -0.01513269916176796, -0.015035364776849747, 0.016505828127264977, 0.061489466577768326, 0.015918491408228874, -0.0013613741612061858, 0.012785417959094048, -0.03311193361878395, 0.047011591494083405, 0.01116171944886446, -0.017626047134399414, -0.011974279768764973, ...
ChoboAvenger/DialoGPT-small-DocBot
[]
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
--- pipeline_tag: sentence-similarity tags: - sentence-transformers - feature-extraction - sentence-similarity - transformers --- # dense_encoder-msmarco-bert-base-word2vec256k **Note: Token embeddings where updated!** This model is based on [msmarco-word2vec256000-bert-base-uncased](https://huggingface.co/nicolade...
[ -0.027993660420179367, -0.02201620675623417, -0.016971692442893982, 0.06951296329498291, 0.039062097668647766, 0.034834958612918854, -0.007024433463811874, 0.01278477068990469, -0.05478483811020851, 0.07135958969593048, 0.029193952679634094, -0.006683319807052612, -0.0026710338424891233, 0...
ChoboAvenger/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
--- pipeline_tag: sentence-similarity tags: - sentence-transformers - feature-extraction - sentence-similarity - transformers --- # dense_encoder-msmarco-distilbert-word2vec256k-MLM_210k **Note: Token embeddings where updated!** This model is based on [vocab-transformers/msmarco-distilbert-word2vec256k-MLM_210k](htt...
[ -0.02800844796001911, -0.019534898921847343, -0.022537559270858765, 0.06387385725975037, 0.04151555895805359, 0.039294008165597916, -0.009337087161839008, 0.014544409699738026, -0.05210428312420845, 0.07185474783182144, 0.03139052167534828, -0.007398540154099464, 0.000018027998521574773, 0...
ChrisP/xlm-roberta-base-finetuned-marc-en
[]
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-21T09:09:23Z
--- pipeline_tag: sentence-similarity tags: - sentence-transformers - feature-extraction - sentence-similarity - transformers --- # dense_encoder-msmarco-distilbert-word2vec256k-MLM_445k This model is based on [vocab-transformers/msmarco-distilbert-word2vec256k-MLM_445k](https://huggingface.co/vocab-transformers/msma...
[ -0.027819452807307243, -0.017245179042220116, -0.01916436292231083, 0.06443130224943161, 0.04022765904664993, 0.03951939195394516, -0.007641213480383158, 0.015426745638251305, -0.053879596292972565, 0.07411885261535645, 0.029201006516814232, -0.007226819638162851, -0.0038259641733020544, 0...
ChrisVCB/DialoGPT-medium-cmjs
[ "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...
7
null
--- pipeline_tag: sentence-similarity tags: - sentence-transformers - feature-extraction - sentence-similarity - transformers --- # dense_encoder-msmarco-distilbert-word2vec256k-MLM_785k_emb_updated **Note: Token embeddings where updated!** This model is based on [vocab-transformers/msmarco-distilbert-word2vec256k-M...
[ -0.02356087788939476, -0.015604246407747269, -0.021895412355661392, 0.06426984071731567, 0.038896672427654266, 0.032128483057022095, -0.005791236646473408, 0.015276538208127022, -0.052875638008117676, 0.07265439629554749, 0.03178706765174866, -0.0074506946839392185, 0.0037718056701123714, ...
ChrisVCB/DialoGPT-medium-ej
[ "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
--- pipeline_tag: sentence-similarity tags: - sentence-transformers - feature-extraction - sentence-similarity - transformers --- # dense_encoder-msmarco-distilbert-word2vec256k This model is based on [msmarco-word2vec256000-distilbert-base-uncased](https://huggingface.co/nicoladecao/msmarco-word2vec256000-distilbert...
[ -0.04228845611214638, -0.015227915719151497, -0.011820846237242222, 0.06237778440117836, 0.031556446105241776, 0.03785204514861107, -0.013786139898002148, 0.009496543556451797, -0.05261929705739021, 0.06981872767210007, 0.01347667071968317, -0.00867367535829544, -0.015771841630339622, 0.03...
ChristianOrr/madnet_keras
[ "tensorboard", "dataset:flyingthings-3d", "dataset:kitti", "arxiv:1810.05424", "vision", "deep-stereo", "depth-estimation", "Tensorflow2", "Keras", "license:apache-2.0" ]
depth-estimation
{ "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
--- pipeline_tag: sentence-similarity tags: - sentence-transformers - feature-extraction - sentence-similarity - transformers --- # dense_encoder-msmarco-distilbert-word2vec256k **Note: Token embeddings where updated!** This model is based on [msmarco-word2vec256000-distilbert-base-uncased](https://huggingface.co/ni...
[ -0.026141585782170296, -0.021065423265099525, -0.01826663687825203, 0.06807961314916611, 0.03895445913076401, 0.03613276779651642, -0.006379732862114906, 0.014232578687369823, -0.05463998392224312, 0.07215753197669983, 0.030522631481289864, -0.004547807853668928, 0.00011431368329795077, 0....
ChristopherA08/IndoELECTRA
[ "pytorch", "electra", "pretraining", "id", "dataset:oscar", "transformers" ]
null
{ "architectures": [ "ElectraForPreTraining" ], "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_n...
4
null
# Model This model is based on [nicoladecao/msmarco-word2vec256000-distilbert-base-uncased](https://huggingface.co/nicoladecao/msmarco-word2vec256000-distilbert-base-uncased) with a 256k sized vocabulary initialized with word2vec. This model has been trained with MLM on the MS MARCO corpus collection for 210k steps...
[ -0.03306225687265396, -0.002456889720633626, -0.015367737039923668, 0.02826628088951111, 0.03691868856549263, 0.027479195967316628, 0.00375371309928596, -0.0013826633803546429, -0.03229670226573944, 0.04080794006586075, 0.03662601113319397, -0.008520742878317833, 0.004514012485742569, 0.05...
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
# Model This model is based on [nicoladecao/msmarco-word2vec256000-distilbert-base-uncased](https://huggingface.co/nicoladecao/msmarco-word2vec256000-distilbert-base-uncased) with a 256k sized vocabulary initialized with word2vec. This model has been trained with MLM on the MS MARCO corpus collection for 230k steps...
[ -0.043756961822509766, -0.001021551783196628, -0.011542094871401787, 0.021309159696102142, 0.03627220541238785, 0.029754575341939926, 0.0017588045448064804, 0.001649722340516746, -0.03748225048184395, 0.03938453644514084, 0.0316893495619297, -0.005887871142476797, 0.005574659910053015, 0.0...
ChukSamuels/DialoGPT-small-Dr.FauciBot
[ "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
# Model This model is based on [nicoladecao/msmarco-word2vec256000-distilbert-base-uncased](https://huggingface.co/nicoladecao/msmarco-word2vec256000-distilbert-base-uncased) with a 256k sized vocabulary initialized with word2vec. This model has been trained with MLM on the MS MARCO corpus collection for 400k steps...
[ -0.04414261505007744, -0.000928066554479301, -0.012498777359724045, 0.02157166786491871, 0.03631903603672981, 0.03011666238307953, 0.0018252019071951509, 0.0011548539623618126, -0.03734728321433067, 0.03958448767662048, 0.0314396470785141, -0.004775961861014366, 0.004586841911077499, 0.051...
Chun/DialoGPT-large-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...
6
2022-02-21T08:52:58Z
# Model This model is based on [nicoladecao/msmarco-word2vec256000-distilbert-base-uncased](https://huggingface.co/nicoladecao/msmarco-word2vec256000-distilbert-base-uncased) with a 256k sized vocabulary initialized with word2vec. This model has been trained with MLM on the MS MARCO corpus collection for 445k steps...
[ -0.03355741128325462, -0.0021305338013917208, -0.01614939607679844, 0.028639845550060272, 0.03670094534754753, 0.027409367263317108, 0.004058122634887695, -0.001654017367400229, -0.03256814181804657, 0.04090265929698944, 0.03646659478545189, -0.008183646947145462, 0.0035097862128168344, 0....
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
2022-02-21T08:55:13Z
# Model This model is based on [nicoladecao/msmarco-word2vec256000-distilbert-base-uncased](https://huggingface.co/nicoladecao/msmarco-word2vec256000-distilbert-base-uncased) with a 256k sized vocabulary initialized with word2vec. This model has been trained with MLM on the MS MARCO corpus collection for 785k steps...
[ -0.03338555619120598, -0.0025350800715386868, -0.016547730192542076, 0.028321240097284317, 0.0368398018181324, 0.027374234050512314, 0.003926502540707588, -0.0014806700637564063, -0.032065391540527344, 0.04053066298365593, 0.03636796399950981, -0.007988806813955307, 0.0037068191450089216, ...
Chun/w-en2zh-hsk
[ "pytorch", "marian", "text2text-generation", "transformers", "autotrain_compatible" ]
text2text-generation
{ "architectures": [ "MarianMTModel" ], "model_type": "marian", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size...
1
null
--- language: zh pipeline_tag: fill-mask widget: - text: "今天[MASK]情很好" --- # albert_chinese_base This a albert_chinese_base model from [Google's github](https://github.com/google-research/ALBERT) converted by huggingface's [script](https://github.com/huggingface/transformers/blob/master/src/transformers/convert_alb...
[ -0.01867169886827469, -0.021865563467144966, -0.00027929237694479525, 0.06383699923753738, 0.029965117573738098, 0.015991011634469032, -0.022528698667883873, -0.013523824512958527, -0.03237331658601761, 0.06844331324100494, 0.014998597092926502, 0.006909029092639685, 0.007422064431011677, ...
Chun/w-en2zh-mtm
[ "pytorch", "mbart", "text2text-generation", "transformers", "autotrain_compatible" ]
text2text-generation
{ "architectures": [ "MBartForConditionalGeneration" ], "model_type": "mbart", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_re...
7
2020-03-06T13:21:01Z
--- language: zh pipeline_tag: fill-mask widget: - text: "今天[MASK]情很好" --- # albert_chinese_large This a albert_chinese_large model from [Google's github](https://github.com/google-research/ALBERT) converted by huggingface's [script](https://github.com/huggingface/transformers/blob/master/src/transformers/convert_a...
[ -0.01887449622154236, -0.01921265758574009, 0.0014811318833380938, 0.06576641649007797, 0.03159648925065994, 0.013477442786097527, -0.02389608509838581, -0.017321614548563957, -0.029940089210867882, 0.06886302679777145, 0.015456917695701122, 0.00793270394206047, 0.006770959123969078, 0.037...
Chun/w-en2zh-otm
[ "pytorch", "mbart", "text2text-generation", "transformers", "autotrain_compatible" ]
text2text-generation
{ "architectures": [ "MBartForConditionalGeneration" ], "model_type": "mbart", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_re...
7
null
--- language: zh pipeline_tag: fill-mask widget: - text: "今天[MASK]情很好" --- # albert_chinese_small This a albert_chinese_small model from [brightmart/albert_zh project](https://github.com/brightmart/albert_zh), albert_small_google_zh model converted by huggingface's [script](https://github.com/huggingface/transfor...
[ -0.021717097610235214, -0.020314736291766167, -0.001706223003566265, 0.06477031111717224, 0.03334485739469528, 0.011623864993453026, -0.024200638756155968, -0.010822081938385963, -0.029559189453721046, 0.07468519359827042, 0.013761119917035103, 0.006689101457595825, 0.007905224338173866, 0...
Chun/w-zh2en-hsk
[ "pytorch", "marian", "text2text-generation", "transformers", "autotrain_compatible" ]
text2text-generation
{ "architectures": [ "MarianMTModel" ], "model_type": "marian", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size...
3
null
--- language: zh pipeline_tag: fill-mask widget: - text: "今天[MASK]情很好" --- # albert_chinese_tiny This a albert_chinese_tiny model from [brightmart/albert_zh project](https://github.com/brightmart/albert_zh), albert_tiny_google_zh model converted by huggingface's [script](https://github.com/huggingface/transformer...
[ -0.021339789032936096, -0.02198871038854122, -0.00273333047516644, 0.0634884312748909, 0.03136875480413437, 0.013873944990336895, -0.0237162746489048, -0.012233559042215347, -0.031150635331869125, 0.07430143654346466, 0.012233912013471127, 0.008517366833984852, 0.008851457387208939, 0.0343...
Chun/w-zh2en-mtm
[ "pytorch", "mbart", "text2text-generation", "transformers", "autotrain_compatible" ]
text2text-generation
{ "architectures": [ "MBartForConditionalGeneration" ], "model_type": "mbart", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_re...
8
null
--- language: zh pipeline_tag: fill-mask widget: - text: "今天[MASK]情很好" --- # albert_chinese_xlarge This a albert_chinese_xlarge model from [Google's github](https://github.com/google-research/ALBERT) converted by huggingface's [script](https://github.com/huggingface/transformers/blob/master/src/transformers/conver...
[ -0.01886032707989216, -0.02024475671350956, 0.001262011588551104, 0.06570574641227722, 0.03094986453652382, 0.01546130608767271, -0.023587225005030632, -0.016662966459989548, -0.029934942722320557, 0.06970488280057907, 0.014948959462344646, 0.006376340985298157, 0.006043350324034691, 0.036...
Chun/w-zh2en-mto
[ "pytorch", "mbart", "text2text-generation", "transformers", "autotrain_compatible" ]
text2text-generation
{ "architectures": [ "MBartForConditionalGeneration" ], "model_type": "mbart", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_re...
7
null
--- language: zh pipeline_tag: fill-mask widget: - text: "今天[MASK]情很好" --- # albert_chinese_xxlarge This a albert_chinese_xxlarge model from [Google's github](https://github.com/google-research/ALBERT) converted by huggingface's [script](https://github.com/huggingface/transformers/blob/master/src/transformers/conve...
[ -0.01950991526246071, -0.019516322761774063, 0.001978903077542782, 0.06556079536676407, 0.031105991452932358, 0.014136106707155704, -0.023507194593548775, -0.016582632437348366, -0.030412957072257996, 0.0695800855755806, 0.01586158387362957, 0.007192518562078476, 0.006296630948781967, 0.03...
Chungu424/DATA
[]
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 datasets: - librispeech tags: - audio - automatic-speech-recognition - speech - asr - hubert license: apache-2.0 metrics: - wer - cer --- # voidful/asr_hubert_cluster_bart_base ## Usage download file ```shell wget https://raw.githubusercontent.com/voidful/hubert-cluster-code/main/km_feat_100_layer_2...
[ -0.022450171411037445, -0.02786858007311821, -0.03920431062579155, 0.039129190146923065, 0.04602086916565895, 0.034043509513139725, -0.025284232571721077, -0.02291080914437771, -0.04562348499894142, 0.061875391751527786, 0.01060232613235712, -0.0013948112027719617, 0.022957511246204376, 0....
Chungu424/repo
[]
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: - bart - distractor - generation - seq2seq datasets: - race metrics: - bleu - rouge pipeline_tag: text2text-generation widget: - text: "When you ' re having a holiday , one of the main questions to ask is which hotel or apartment to choose . However , when it comes to France , you have another sp...
[ -0.025355443358421326, -0.01620292291045189, -0.005820306949317455, 0.03301062062382698, 0.018155187368392944, 0.023014312610030174, -0.01107383705675602, -0.0015626222593709826, -0.05183029919862747, 0.05118774622678757, 0.0529097281396389, -0.009464560076594353, 0.0033208224922418594, 0....
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
null
--- language: en tags: - bart - distractor - generation - seq2seq datasets: - race metrics: - bleu - rouge pipeline_tag: text2text-generation widget: - text: "When you ' re having a holiday , one of the main questions to ask is which hotel or apartment to choose . However , when it comes to France , you have another sp...
[ -0.026435840874910355, -0.014608507975935936, -0.005053242202848196, 0.031278058886528015, 0.017269445583224297, 0.025620276108384132, -0.002490630839020014, -0.0031189213041216135, -0.04833197593688965, 0.05405810475349426, 0.05813588947057724, -0.012341377325356007, 0.000977560062892735, ...
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
--- language: en tags: - bart - distractor - generation - seq2seq datasets: - race metrics: - bleu - rouge pipeline_tag: text2text-generation widget: - text: "When you ' re having a holiday , one of the main questions to ask is which hotel or apartment to choose . However , when it comes to France , you have another sp...
[ -0.01931815594434738, -0.020893864333629608, -0.007482723332941532, 0.03134090453386307, 0.016048967838287354, 0.02412480115890503, -0.007630204316228628, 0.00035431893775239587, -0.05832100659608841, 0.0564262755215168, 0.05765471234917641, -0.006890363059937954, 0.005074162036180496, 0.0...
Ci/Pai
[]
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: - bart - question - generation - seq2seq datasets: - eqg-race metrics: - bleu - rouge pipeline_tag: text2text-generation widget: - text: "When you ' re having a holiday , one of the main questions to ask is which hotel or apartment to choose . However , when it comes to France , you have another ...
[ -0.0022886076476424932, -0.01196663174778223, -0.010487726889550686, 0.045874036848545074, 0.025870434939861298, 0.0049988687969744205, -0.0006332957418635488, 0.004846856463700533, -0.05012407526373863, 0.046342816203832626, 0.031095081940293312, 0.0064503708854317665, 0.009511221200227737,...
Ciruzzo/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
--- language: en tags: - bart - question - generation - seq2seq datasets: - unifiedQA metrics: - bleu - rouge pipeline_tag: text2text-generation widget: - text: "Harry Potter is a series of seven fantasy novels written by British author J. K. Rowling. The novels chronicle the lives of a young wizard, Harry Potter, and ...
[ 0.011191274970769882, -0.012384464032948017, -0.0011118665570393205, 0.061277635395526886, 0.025929467752575874, 0.016274558380246162, -0.00864790566265583, -0.015290739014744759, -0.0406525544822216, 0.03339524567127228, 0.033108390867710114, 0.013894443400204182, 0.00795372761785984, 0.0...
Ciruzzo/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: multilingual datasets: - NQ - Trivia - SQuAD - MLQA - DRCD --- # dpr-ctx_encoder-bert-base-multilingual ## Description Multilingual DPR Model base on bert-base-multilingual-cased. [DPR model](https://arxiv.org/abs/2004.04906) [DPR repo](https://github.com/facebookresearch/DPR) ## Data 1. [NQ](https:/...
[ 0.0152337197214365, -0.034549981355667114, -0.011416365392506123, 0.0698108971118927, 0.044979825615882874, 0.02197229489684105, -0.02968176081776619, -0.014531313441693783, -0.04022761434316635, 0.03875899687409401, 0.013604391366243362, -0.006886392831802368, -0.0019078068435192108, 0.03...
Ciruzzo/DialoGPT-small-hattypotter
[]
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: multilingual datasets: - NQ - Trivia - SQuAD - MLQA - DRCD --- # dpr-ctx_encoder-bert-base-multilingual ## Description Multilingual DPR Model base on bert-base-multilingual-cased. [DPR model](https://arxiv.org/abs/2004.04906) [DPR repo](https://github.com/facebookresearch/DPR) ## Data 1. [NQ](https:/...
[ 0.01792837865650654, -0.03229020535945892, -0.012729854322969913, 0.07242199778556824, 0.04245327413082123, 0.021477611735463142, -0.02738802693784237, -0.012670482508838177, -0.03748072683811188, 0.036563076078891754, 0.01370732206851244, -0.006950220558792353, -0.0007870127446949482, 0.0...
CleveGreen/FieldClassifier_v2_gpt
[ "pytorch", "gpt2", "text-classification", "transformers" ]
text-classification
{ "architectures": [ "GPT2ForSequenceClassification" ], "model_type": "gpt2", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_rep...
26
null
--- language: en datasets: - librispeech tags: - audio - automatic-speech-recognition - speech - asr - hubert license: apache-2.0 metrics: - wer - cer --- # voidful/tts_hubert_cluster_bart_base ## Usage ````python from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained...
[ -0.004408685024827719, -0.019562365487217903, -0.03994912654161453, 0.05011442303657532, 0.0531797930598259, 0.0168291125446558, -0.010568300262093544, -0.013922123238444328, -0.056788135319948196, 0.0697997659444809, 0.02359054423868656, -0.00573890283703804, 0.010048815049231052, 0.03767...
CleveGreen/JobClassifier_v2
[ "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...
37
null
--- language: en tags: - bart - question - generation - seq2seq datasets: - unifiedQA metrics: - bleu - rouge pipeline_tag: text2text-generation widget: - text: "treehouses in france. \n When you ' re having a holiday , one of the main questions to ask is which hotel or apartment to choose . However , when it comes to ...
[ -0.008410348556935787, -0.01684366725385189, -0.010104500688612461, 0.045414652675390244, 0.028199972584843636, 0.00843298714607954, -0.004242707509547472, 0.00016140344087034464, -0.045852161943912506, 0.04122897982597351, 0.032477378845214844, 0.001831648638471961, 0.0073547158390283585, ...
CleveGreen/JobClassifier_v2_gpt
[ "pytorch", "gpt2", "text-classification", "transformers" ]
text-classification
{ "architectures": [ "GPT2ForSequenceClassification" ], "model_type": "gpt2", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_rep...
27
null
--- language: zh-HK datasets: - common_voice tags: - audio - automatic-speech-recognition - hf-asr-leaderboard - robust-speech-event - speech - xlsr-fine-tuning-week license: apache-2.0 model-index: - name: XLSR Wav2Vec2 Cantonese (Hong Kong) by Voidful results: - task: name: Speech Recognition type: au...
[ -0.02943643368780613, -0.0234295092523098, -0.022476157173514366, 0.044469743967056274, 0.05112264305353165, 0.025084972381591797, -0.014536671340465546, -0.016181208193302155, -0.0382000096142292, 0.050005342811346054, 0.037996213883161545, -0.007565890904515982, 0.01448709238320589, 0.01...
Clint/clinton
[]
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: zh-TW datasets: - common_voice tags: - audio - automatic-speech-recognition - hf-asr-leaderboard - robust-speech-event - speech - xlsr-fine-tuning-week license: apache-2.0 model-index: - name: XLSR Wav2Vec2 Taiwanese Mandarin(zh-tw) by Voidful results: - task: name: Speech Recognition type...
[ -0.04426923766732216, -0.027952376753091812, -0.023438261821866035, 0.04764188826084137, 0.04664643108844757, 0.025021938607096672, -0.013267365284264088, -0.018243035301566124, -0.024725276976823807, 0.04471053183078766, 0.03102860413491726, -0.005158198066055775, 0.014608479104936123, 0....
Cloudy/DialoGPT-CJ-large
[ "pytorch", "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...
1
null
--- language: - multilingual - ar - as - br - ca - cnh - cs - cv - cy - de - dv - el - en - eo - es - et - eu - fa - fi - fr - hi - hsb - hu - ia - id - ja - ka - ky - lg - lt - ly - mn - mt - nl - or - pl - pt - ro - ru - sah - sl - ta - th - tr - tt - uk - vi license: apache-2.0 tags: - audio - automatic-speech-reco...
[ -0.04310441017150879, -0.006368640810251236, -0.0009109118836931884, 0.038033872842788696, 0.044980235397815704, 0.0037978910841047764, -0.010012037120759487, -0.021818434819579124, -0.035098325461149216, 0.049311015754938126, 0.01504362840205431, -0.02982260100543499, 0.0067321378737688065,...
CodeMonkey98/distilroberta-base-finetuned-wikitext2
[]
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: - null model-index: - name: BiblItBERT-1 results: - task: name: Masked Language Modeling type: fill-mask --- <!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and compl...
[ -0.009337510913610458, -0.019736163318157196, -0.0048073637299239635, 0.03572363406419754, 0.032660309225320816, 0.01729048788547516, -0.008742567151784897, -0.0104362228885293, -0.037100307643413544, 0.06858647614717484, -0.00003642246520030312, -0.01974840648472309, 0.02786252461373806, ...
CodeNinja1126/bert-q-encoder
[ "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...
3
2021-09-27T10:46:15Z
--- tags: - generated_from_trainer datasets: - null model-index: - name: BibliBERT results: - task: name: Masked Language Modeling type: fill-mask --- <!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete...
[ -0.009660793468356133, -0.02211223542690277, -0.0030588596127927303, 0.05495503917336464, 0.027857976034283638, 0.006292449310421944, -0.00428777327761054, -0.013952239416539669, -0.03649722784757614, 0.06897135078907013, -0.0000763068746891804, -0.0340050607919693, 0.012384969741106033, 0...
CoderEFE/DialoGPT-marxbot
[ "pytorch", "gpt2", "text-generation", "transformers", "conversational", "has_space" ]
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
--- tags: - spacy - token-classification language: - fr model-index: - name: fr_ner_ingredients results: - task: name: NER type: token-classification metrics: - name: NER Precision type: precision value: 0.8990228013 - name: NER Recall type: recall value: 0.9019607843...
[ 0.011119524016976357, -0.011842307634651661, -0.012640298344194889, 0.024609670042991638, 0.05272822827100754, 0.02068532630801201, -0.024386120960116386, -0.013848516158759594, -0.039029352366924286, 0.05551664158701897, 0.04625767469406128, 0.006829551886767149, 0.009524524211883545, 0.0...
CoderEFE/DialoGPT-medium-marx
[ "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...
7
null
--- tags: - spacy - token-classification language: - fr model-index: - name: fr_pipeline results: - task: name: NER type: token-classification metrics: - name: NER Precision type: precision value: 0.9011406844 - name: NER Recall type: recall value: 0.92578125 - na...
[ 0.01572320982813835, -0.012380043044686317, -0.01153059583157301, 0.03183523938059807, 0.05923743173480034, 0.017048539593815804, -0.022936319932341576, -0.010079172439873219, -0.040672630071640015, 0.054303281009197235, 0.043350353837013245, 0.005576362367719412, 0.012937632389366627, 0.0...
CoffeeAddict93/gpt2-medium-modest-proposal
[ "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...
7
null
This model is a downstream optimization of [```vuiseng9/bert-base-squadv1-block-pruning-hybrid-filled-lt```](https://huggingface.co/vuiseng9/bert-base-squadv1-block-pruning-hybrid-filled-lt) using [OpenVINO/NNCF](https://github.com/openvinotoolkit/nncf). Applied optimization includes: 1. magnitude sparsification at 50%...
[ -0.031210578978061676, -0.0019558267667889595, 0.006385842803865671, 0.019938243553042412, 0.010900926776230335, 0.004234745632857084, -0.025702333077788353, -0.011602493934333324, -0.007049839477986097, 0.029191402718424797, 0.020179562270641327, -0.005995670333504677, 0.029906729236245155,...
CoffeeAddict93/gpt2-modest-proposal
[ "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...
12
null
This model is a downstream optimization of [```vuiseng9/bert-base-squadv1-block-pruning-hybrid-filled-lt```](https://huggingface.co/vuiseng9/bert-base-squadv1-block-pruning-hybrid-filled-lt) using [OpenVINO/NNCF](https://github.com/openvinotoolkit/nncf). Applied optimization includes: 1. magnitude sparsification at 57....
[ -0.02187133952975273, -0.0032434421591460705, 0.002916542114689946, 0.014498269185423851, 0.008766246028244495, 0.00937084760516882, -0.02633216232061386, -0.01575430855154991, -0.014800045639276505, 0.0245546642690897, 0.022388452664017677, -0.003857191652059555, 0.025247840210795403, 0.0...
CogComp/bart-faithful-summary-detector
[ "pytorch", "jax", "bart", "text-classification", "en", "dataset:xsum", "transformers", "xsum", "license:cc-by-sa-4.0" ]
text-classification
{ "architectures": [ "BartForSequenceClassification" ], "model_type": "bart", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": 1, "max_length": 128, "min_length": 12, "no_repeat_ng...
234
null
This model is a downstream optimization of [```vuiseng9/bert-base-squadv1-block-pruning-hybrid-filled-lt```](https://huggingface.co/vuiseng9/bert-base-squadv1-block-pruning-hybrid-filled-lt) using [OpenVINO/NNCF](https://github.com/openvinotoolkit/nncf). Applied optimization includes: 1. magnitude sparsification at 57....
[ -0.02514781802892685, -0.001446183305233717, -0.0005062004784122109, 0.020694172009825706, 0.015048612840473652, 0.00608002208173275, -0.022251619026064873, -0.01033318042755127, -0.011615591123700142, 0.028322789818048477, 0.02137884311378002, -0.008363424800336361, 0.025975102558732033, ...
CogComp/roberta-temporal-predictor
[ "pytorch", "roberta", "fill-mask", "arxiv:2202.00436", "transformers", "license:mit", "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...
14
null
This model is a downstream optimization of [```vuiseng9/bert-base-squadv1-block-pruning-hybrid-filled-lt```](https://huggingface.co/vuiseng9/bert-base-squadv1-block-pruning-hybrid-filled-lt) using [OpenVINO/NNCF](https://github.com/openvinotoolkit/nncf). Applied optimization includes: 1. magnitude sparsification at 60%...
[ -0.030669646337628365, -0.0023529729805886745, 0.005719427019357681, 0.019409576430916786, 0.010840342380106449, 0.0040070307441055775, -0.025485895574092865, -0.011240048334002495, -0.007399498485028744, 0.029625166207551956, 0.01989457942545414, -0.006016588769853115, 0.029765594750642776,...