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
Ayham/xlnet_roberta_new_summarization_cnn_dailymail
[]
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
## PanGu-α Introduction PanGu-α is proposed by a joint technical team headed by PCNL. It is the first large-scale Chinese pre-trained language model with 200 billion parameters trained on 2048 Ascend processors using an automatic hybrid parallel training strategy. The whole training process is done on the "Peng Cheng ...
[ -0.04264749214053154, -0.02572164498269558, -0.028080126270651817, 0.061702873557806015, 0.045232441276311874, 0.012422667816281319, 0.01514385361224413, -0.010407032445073128, 0.0002439124946249649, 0.03309416025876999, 0.04245619475841522, 0.008300098590552807, 0.014606048353016376, 0.03...
Ayham/xlnetgpt2_xsum7
[ "pytorch", "tensorboard", "encoder-decoder", "text2text-generation", "transformers", "generated_from_trainer", "autotrain_compatible" ]
text2text-generation
{ "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...
8
null
--- tags: - CartPole-v1 - ppo - deep-reinforcement-learning - reinforcement-learning - custom-implementation - deep-rl-course model-index: - name: PPO results: - task: type: reinforcement-learning name: reinforcement-learning dataset: name: CartPole-v1 type: CartPole-v1 metrics: ...
[ -0.006643248721957207, -0.010201857425272465, -0.027013346552848816, 0.01989361084997654, 0.053300391882658005, -0.0013591020833700895, 0.0013463760260492563, -0.017154937610030174, -0.03321089595556259, 0.07039792090654373, -0.006550058722496033, -0.023855850100517273, -0.008608261123299599...
Aymene/opus-mt-en-ro-finetuned-en-to-ro
[]
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: - autotrain - tabular - classification - tabular-classification datasets: - Kluuking/autotrain-data-flight-delay co2_eq_emissions: emissions: 3.325994852017075 --- # Model Trained Using AutoTrain - Problem type: Binary Classification - Model ID: 3621096840 - CO2 Emissions (in grams): 3.3260 ## Validation...
[ -0.023106662556529045, -0.018840214237570763, 0.018550490960478783, 0.03506558761000633, 0.06073622405529022, 0.013898304663598537, -0.0224054716527462, 0.0048216721042990685, -0.043894000351428986, 0.06660602986812592, 0.02369055524468422, 0.015077758580446243, 0.022298768162727356, 0.047...
Ayou/chinese_mobile_bert
[ "pytorch", "mobilebert", "fill-mask", "transformers", "license:apache-2.0", "autotrain_compatible" ]
fill-mask
{ "architectures": [ "MobileBertForMaskedLM" ], "model_type": "mobilebert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repea...
16
null
--- license: apache-2.0 library_name: sklearn tags: - tabular-classification - baseline-trainer --- ## Baseline Model trained on Airlinesuiztcxpg to apply classification on Delay **Metrics of the best model:** accuracy 0.612210 average_precision 0.405509 roc_auc 0.635865 recall_macro ...
[ 0.007072401233017445, -0.014652987010776997, -0.0246097594499588, 0.053059179335832596, 0.0449882373213768, 0.013033371418714523, -0.00937615055590868, 0.006199781317263842, -0.042401548475027084, 0.06435044854879379, 0.029566681012511253, -0.036274272948503494, 0.005912862252444029, 0.012...
Ayran/DialoGPT-medium-harry-potter-1-through-3
[ "pytorch", "gpt2", "text-generation", "transformers", "conversational" ]
conversational
{ "architectures": [ "GPT2LMHeadModel" ], "model_type": "gpt2", "task_specific_params": { "conversational": { "max_length": 1000 }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size...
12
null
--- library_name: stable-baselines3 tags: - SpaceInvadersNoFrameskip-v4 - deep-reinforcement-learning - reinforcement-learning - stable-baselines3 model-index: - name: DQN results: - task: type: reinforcement-learning name: reinforcement-learning dataset: name: SpaceInvadersNoFrameskip-v4 ...
[ -0.03916480392217636, -0.016804661601781845, -0.01488542091101408, 0.037233974784612656, 0.04806100204586983, -0.00462587783113122, -0.013523957692086697, -0.02415367029607296, -0.03155658766627312, 0.05374133214354515, 0.022967109456658363, -0.03295907378196716, 0.01942748762667179, 0.014...
Ayu/Shiriro
[]
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
2023-02-21T03:02:01Z
--- tags: - LunarLander-v2 - ppo - deep-reinforcement-learning - reinforcement-learning - custom-implementation - deep-rl-course model-index: - name: PPO results: - task: type: reinforcement-learning name: reinforcement-learning dataset: name: LunarLander-v2 type: LunarLander-v2 metr...
[ -0.006115345284342766, 0.005221093073487282, -0.017277246341109276, 0.016332348808646202, 0.0572940930724144, -0.028023909777402878, 0.007082843221724033, -0.033336907625198364, -0.027412571012973785, 0.06679482012987137, 0.028046630322933197, -0.02806083858013153, -0.0018359007081016898, ...
Azizun/Geotrend-10-epochs
[ "pytorch", "bert", "token-classification", "transformers", "autotrain_compatible" ]
token-classification
{ "architectures": [ "BertForTokenClassification" ], "model_type": "bert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat...
6
null
--- tags: - FrozenLake-v1-4x4-no_slippery - q-learning - reinforcement-learning - custom-implementation model-index: - name: q-FrozenLake-v1-4x4-noSlippery results: - task: type: reinforcement-learning name: reinforcement-learning dataset: name: FrozenLake-v1-4x4-no_slippery type: Frozen...
[ -0.018344132229685783, -0.018392136320471764, -0.006100269965827465, 0.030773909762501717, 0.0481853187084198, -0.015764107927680016, -0.01095916423946619, -0.007442615460604429, -0.05902395397424698, 0.05461770296096802, -0.0015579293249174953, -0.009324525482952595, 0.026043463498353958, ...
BSC-LT/roberta-large-bne-sqac
[ "pytorch", "roberta", "question-answering", "es", "dataset:BSC-TeMU/SQAC", "arxiv:1907.11692", "arxiv:2107.07253", "transformers", "national library of spain", "spanish", "bne", "qa", "question answering", "license:apache-2.0", "autotrain_compatible" ]
question-answering
{ "architectures": [ "RobertaForQuestionAnswering" ], "model_type": "roberta", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_re...
15
null
--- license: apache-2.0 tags: - generated_from_trainer metrics: - accuracy model-index: - name: Regression_bert_2 results: [] --- <!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> ...
[ -0.007190837524831295, 0.007182572968304157, -0.01336479652673006, 0.03314262256026268, 0.03862583264708519, 0.018227294087409973, -0.022457076236605644, -0.013494867831468582, -0.03519608452916145, 0.05333540216088295, 0.018043765798211098, -0.026593312621116638, 0.019900022074580193, 0.0...
Bala/model_name
[]
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
2023-02-21T05:42:53Z
--- license: creativeml-openrail-m --- https://civitai.com/models/7759/hayase-yuuka-lora
[ -0.03708421066403389, -0.012619082815945148, 0.011543327011168003, 0.0024724595714360476, 0.04585947096347809, -0.004820401780307293, 0.00843494851142168, -0.014709210954606533, -0.01877778396010399, 0.05019513517618179, 0.030016394332051277, -0.0039172000251710415, 0.03750678524374962, 0....
Banshee/dialoGPT-luke-small
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams...
0
null
--- license: creativeml-openrail-m --- https://civitai.com/models/9846/nakano-nino
[ -0.03797486424446106, -0.0039485907182097435, 0.001283913617953658, 0.01828078366816044, 0.054830629378557205, -0.005917769391089678, 0.00007616970833623782, -0.001209943788126111, -0.0504559688270092, 0.03896307945251465, 0.03190755844116211, -0.0008991614449769258, 0.0350969173014164, 0....
BaptisteDoyen/camembert-base-xnli
[ "pytorch", "tf", "camembert", "text-classification", "fr", "dataset:xnli", "transformers", "zero-shot-classification", "xnli", "nli", "license:mit", "has_space" ]
zero-shot-classification
{ "architectures": [ "CamembertForSequenceClassification" ], "model_type": "camembert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, ...
405,474
null
--- license: creativeml-openrail-m --- https://civitai.com/models/8759/girls-frontlineya-instruktor
[ -0.04499753564596176, -0.011608852073550224, -0.012291272170841694, 0.023376628756523132, 0.05121007561683655, 0.030877284705638885, -0.0011433964828029275, -0.006691905669867992, -0.032700665295124054, 0.04236428439617157, 0.04641915112733841, -0.013030786998569965, 0.027142779901623726, ...
Barleysack/AERoberta
[ "pytorch", "roberta", "question-answering", "transformers", "autotrain_compatible" ]
question-answering
{ "architectures": [ "RobertaForQuestionAnswering" ], "model_type": "roberta", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_re...
7
2023-02-21T06:00:04Z
--- license: apache-2.0 tags: - generated_from_keras_callback model-index: - name: LucaReggiani/t5-small-nlpfinalproject8-xsum results: [] --- <!-- This model card has been generated automatically according to the information Keras had access to. You should probably proofread and complete it, then remove this commen...
[ -0.009084195829927921, -0.016385607421398163, 0.007523132022470236, 0.014728558249771595, 0.03367708623409271, -0.014422792941331863, -0.022796152159571648, -0.016372257843613625, -0.046436041593551636, 0.05188857764005661, 0.014641239307820797, -0.031248334795236588, 0.0002566042821854353, ...
Barleysack/AERoberta2
[ "pytorch", "roberta", "question-answering", "transformers", "autotrain_compatible" ]
question-answering
{ "architectures": [ "RobertaForQuestionAnswering" ], "model_type": "roberta", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_re...
2
null
--- license: creativeml-openrail-m --- https://civitai.com/models/9480/takagi
[ -0.014625011943280697, -0.03372027724981308, 0.00021135089627932757, 0.0006599109037779272, 0.06130782142281532, 0.00812581554055214, -0.0100070396438241, 0.02296583354473114, -0.0299207866191864, 0.04646598547697067, 0.052094507962465286, 0.005843280348926783, 0.03186817839741707, 0.03612...
Barytes/hellohf
[ "tf", "bert", "fill-mask", "en", "dataset:bookcorpus", "dataset:wikipedia", "transformers", "exbert", "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...
2
null
--- license: creativeml-openrail-m --- https://civitai.com/models/9084/skyler-davenport
[ -0.06119022145867348, 0.015233747661113739, -0.00511349318549037, 0.004466052632778883, 0.0406450517475605, 0.020658208057284355, -0.014874109998345375, 0.0048072803765535355, -0.030341116711497307, 0.045442987233400345, 0.05773497000336647, -0.0030404909048229456, 0.01252001989632845, 0.0...
Batsy24/DialoGPT-small-Twilight_EdBot
[ "pytorch", "gpt2", "text-generation", "transformers", "conversational" ]
conversational
{ "architectures": [ "GPT2LMHeadModel" ], "model_type": "gpt2", "task_specific_params": { "conversational": { "max_length": 1000 }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size...
6
null
--- license: apache-2.0 tags: - setfit - sentence-transformers - text-classification pipeline_tag: text-classification --- # my-sentiment-classification-setfit-model This is a [SetFit model](https://github.com/huggingface/setfit) that can be used for text classification. The model has been trained using an efficient ...
[ -0.014801702462136745, -0.03115914948284626, -0.019286973401904106, 0.06271934509277344, 0.028692826628684998, 0.0312175415456295, -0.02220432087779045, 0.0022332570515573025, -0.0437580831348896, 0.06756030768156052, 0.027767306193709373, 0.0194378811866045, 0.03136640414595604, 0.0163664...
BatuhanYilmaz/bert-finetuned-mrpc
[]
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
--- title: GPT+WolframAlpha+Whisper emoji: 👀 colorFrom: red colorTo: gray sdk: gradio sdk_version: 3.16.1 app_file: app.py pinned: false license: apache-2.0 --- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
[ -0.032417360693216324, -0.015959741547703743, -0.013851012103259563, 0.02187865786254406, 0.05360214412212372, 0.011554553173482418, -0.0005717266467399895, 0.010348535142838955, -0.018675636500120163, 0.04415710270404816, 0.00020836555631831288, 0.0066935038194060326, 0.04279104247689247, ...
BatuhanYilmaz/distilbert-base-uncased-finetuned-squad-d5716d28
[ "pytorch", "distilbert", "fill-mask", "en", "dataset:squad", "arxiv:1910.01108", "transformers", "question-answering", "license:apache-2.0", "autotrain_compatible" ]
question-answering
{ "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...
18
null
--- license: apache-2.0 tags: - generated_from_trainer datasets: - common_voice model-index: - name: wav2vec2-xls-r-300m-arabic-suit 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...
[ -0.03180006891489029, -0.010403433814644814, -0.023440204560756683, 0.04458954557776451, 0.042447928339242935, 0.011500531807541847, -0.007998316548764706, 0.0024197841994464397, -0.016323594376444817, 0.05367685481905937, 0.023194296285510063, -0.022450504824519157, 0.002393206814303994, ...
BatuhanYilmaz/mlm-finetuned-imdb
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams...
0
null
--- license: apache-2.0 tags: - generated_from_trainer datasets: - common_voice model-index: - name: wav2vec2-large-xlsr-53-arabic_suite 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.03129377216100693, -0.0011861156672239304, -0.015456517226994038, 0.04164811223745346, 0.04888816177845001, 0.007653800770640373, 0.0036868220195174217, -0.009676311165094376, -0.01728445664048195, 0.04676085337996483, 0.02675655670464039, -0.029738880693912506, -0.00212742923758924, 0....
BeIR/query-gen-msmarco-t5-large-v1
[ "pytorch", "jax", "t5", "text2text-generation", "transformers", "autotrain_compatible" ]
text2text-generation
{ "architectures": [ "T5ForConditionalGeneration" ], "model_type": "t5", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": true, "length_penalty": 2, "max_length": 200, "min_length": 30, "no_repeat_ngram_s...
1,225
null
--- license: apache-2.0 tags: - generated_from_trainer model-index: - name: BM_MLM_EXT_230221062727 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. --> # BM_MLM_EXT_...
[ -0.04285663738846779, -0.01368776522576809, -0.00996884610503912, 0.03532098978757858, 0.02829458750784397, 0.02831958420574665, -0.011480540037155151, -0.008539821952581406, -0.041186172515153885, 0.050342485308647156, 0.040849458426237106, -0.04323893412947655, 0.010113252326846123, 0.04...
BigSalmon/FroBurta
[]
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
2023-02-21T08:07:24Z
--- license: apache-2.0 tags: - generated_from_trainer model-index: - name: BM_MLM_EXT_230221080718 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. --> # BM_MLM_EXT_...
[ -0.04349995404481888, -0.01396910846233368, -0.009051842615008354, 0.034189533442258835, 0.028328970074653625, 0.028434447944164276, -0.01187936868518591, -0.009046604856848717, -0.04053212329745293, 0.048947304487228394, 0.041699983179569244, -0.0429842509329319, 0.011116611771285534, 0.0...
BigSalmon/GPTHeHe
[ "pytorch", "gpt2", "text-generation", "transformers", "has_space" ]
text-generation
{ "architectures": [ "GPT2LMHeadModel" ], "model_type": "gpt2", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size...
8
2023-02-21T08:16:07Z
--- license: creativeml-openrail-m tags: - text-to-image widget: - text: shsatst --- ### Shishav1 Dreambooth model trained by taraxis with [Hugging Face Dreambooth Training Space](https://huggingface.co/spaces/multimodalart/dreambooth-training) with the v1-5 base model You run your new concept via `diffusers` [Colab N...
[ -0.02782018482685089, -0.03282451629638672, -0.02140776254236698, 0.02741337940096855, 0.031788941472768784, 0.02624211274087429, -0.03890487924218178, -0.01976521871984005, -0.028085367754101753, 0.04710901528596878, 0.028337152674794197, 0.014181502163410187, -0.01202230155467987, 0.0452...
BigSalmon/GPTIntro
[]
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: vi tags: - vi - vietnamese - gpt2 - text-generation - lm - nlp datasets: - wikilinguage widget: - text: Không phải tất cả các nguyên liệu lành mạnh đều đắt đỏ. pipeline_tag: text-generation inference: parameters: max_length: 120 do_sample: true temperature: 0.8 --- # GPT-2 GPT-2, a languag...
[ -0.02447727881371975, -0.03008338250219822, 0.010193753987550735, 0.052607811987400055, 0.030245518311858177, 0.023718582466244698, 0.006022089626640081, -0.001421065884642303, -0.04243384674191475, 0.044857803732156754, 0.02157519944012165, -0.024751313030719757, -0.008411545306444168, 0....
BigSalmon/InformalToFormalLincoln18
[ "pytorch", "gpt2", "text-generation", "transformers" ]
text-generation
{ "architectures": [ "GPT2LMHeadModel" ], "model_type": "gpt2", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size...
8
null
--- license: creativeml-openrail-m base_model: runwayml/stable-diffusion-v1-5 instance_prompt: a photo of sks dog tags: - stable-diffusion - stable-diffusion-ppdiffusers - text-to-image - ppdiffusers - lora inference: false --- # LoRA DreamBooth - xiaozeng/demo_test These are LoRA adaption weights for runwayml/st...
[ -0.031632885336875916, -0.017338193953037262, -0.02383778616786003, 0.02691749669611454, 0.04044965282082558, 0.00041963314288295805, -0.01398762408643961, -0.00046583067160099745, -0.01947972923517227, 0.06859266012907028, 0.012780816294252872, -0.03239385411143303, -0.02939717285335064, ...
BigSalmon/InformalToFormalLincoln21
[ "pytorch", "gpt2", "text-generation", "transformers", "has_space" ]
text-generation
{ "architectures": [ "GPT2LMHeadModel" ], "model_type": "gpt2", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size...
8
null
--- tags: - CartPole-v1 - reinforce - reinforcement-learning - custom-implementation - deep-rl-class model-index: - name: Reinforce-CartPole8 results: - task: type: reinforcement-learning name: reinforcement-learning dataset: name: CartPole-v1 type: CartPole-v1 metrics: - type: m...
[ -0.030974090099334717, 0.019421711564064026, 0.00500373775139451, 0.00888772401958704, 0.04332339018583298, -0.018766965717077255, -0.021402524784207344, -0.01749059371650219, -0.030214834958314896, 0.08513325452804565, 0.017132636159658432, -0.008517839014530182, 0.0178681667894125, 0.015...
BigSalmon/MrLincoln5
[ "pytorch", "gpt2", "text-generation", "transformers" ]
text-generation
{ "architectures": [ "GPT2LMHeadModel" ], "model_type": "gpt2", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size...
9
2023-02-21T09:04:48Z
--- library_name: stable-baselines3 tags: - AntBulletEnv-v0 - deep-reinforcement-learning - reinforcement-learning - stable-baselines3 model-index: - name: A2C results: - task: type: reinforcement-learning name: reinforcement-learning dataset: name: AntBulletEnv-v0 type: AntBulletEnv-v0 ...
[ -0.04557371512055397, -0.0014571715146303177, -0.022602252662181854, 0.03250802308320999, 0.043634526431560516, 0.018149079754948616, -0.018342651426792145, -0.0303123127669096, -0.0370003767311573, 0.06906566768884659, 0.021310441195964813, 0.0029228804633021355, 0.01555433589965105, 0.02...
BigSalmon/MrLincoln7
[]
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: - SpaceInvadersNoFrameskip-v4 - deep-reinforcement-learning - reinforcement-learning - custom-implementation library_name: cleanrl model-index: - name: DQN results: - task: type: reinforcement-learning name: reinforcement-learning dataset: name: SpaceInvadersNoFrameskip-v4 type...
[ -0.024001026526093483, -0.015081838704645634, -0.005997501779347658, 0.02939778007566929, 0.04117424786090851, -0.021525930613279343, -0.03142362833023071, -0.0382092148065567, -0.025788521394133568, 0.053233057260513306, 0.022511176764965057, -0.0020151615608483553, 0.00947495736181736, 0...
BigSalmon/SimplifyText
[ "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...
17
null
--- tags: - autotrain - translation language: - unk - unk datasets: - Tritkoman/autotrain-data-oldeast33 co2_eq_emissions: emissions: 0.031011095646616332 --- # Model Trained Using AutoTrain - Problem type: Translation - Model ID: 3627796950 - CO2 Emissions (in grams): 0.0310 ## Validation Metrics - Loss: 2.489 -...
[ -0.020330609753727913, -0.015584885142743587, 0.0073493244126439095, 0.01782103069126606, 0.05998658761382103, 0.013507158495485783, -0.009267936460673809, -0.016394369304180145, -0.04725676774978638, 0.06357801705598831, 0.007415652275085449, -0.0007635532529093325, -0.004349053371697664, ...
BigSalmon/T5Salmon2
[ "pytorch", "jax", "t5", "text2text-generation", "transformers", "autotrain_compatible" ]
text2text-generation
{ "architectures": [ "T5ForConditionalGeneration" ], "model_type": "t5", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": true, "length_penalty": 2, "max_length": 200, "min_length": 30, "no_repeat_ngram_s...
13
null
--- tags: - CartPole-v1 - reinforce - reinforcement-learning - custom-implementation - deep-rl-class model-index: - name: Reinforce-v1 results: - task: type: reinforcement-learning name: reinforcement-learning dataset: name: CartPole-v1 type: CartPole-v1 metrics: - type: mean_rew...
[ -0.029807506129145622, 0.019034026190638542, 0.005308631341904402, 0.009276989847421646, 0.04453130066394806, -0.01890845224261284, -0.02233903482556343, -0.014218106865882874, -0.029247649013996124, 0.08463586121797562, 0.018464678898453712, -0.00794339831918478, 0.017813237383961678, 0.0...
BigTooth/DialoGPT-small-tohru
[ "pytorch", "gpt2", "text-generation", "transformers", "conversational" ]
conversational
{ "architectures": [ "GPT2LMHeadModel" ], "model_type": "gpt2", "task_specific_params": { "conversational": { "max_length": 1000 }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size...
10
null
--- tags: - CartPole-v1 - reinforce - reinforcement-learning - custom-implementation - deep-rl-class model-index: - name: Reinforce-v1 results: - task: type: reinforcement-learning name: reinforcement-learning dataset: name: CartPole-v1 type: CartPole-v1 metrics: - type: mean_rew...
[ -0.029561469331383705, 0.019616231322288513, 0.004925409331917763, 0.009129845537245274, 0.04369690641760826, -0.019545169547200203, -0.022803116589784622, -0.01545030903071165, -0.030076222494244576, 0.0839894562959671, 0.01886741816997528, -0.009105476550757885, 0.017728043720126152, 0.0...
Bimal/my_bot_model
[ "pytorch", "gpt2", "text-generation", "transformers", "conversational" ]
conversational
{ "architectures": [ "GPT2LMHeadModel" ], "model_type": "gpt2", "task_specific_params": { "conversational": { "max_length": 1000 }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size...
10
null
--- tags: - autotrain - translation language: - unk - unk datasets: - Tritkoman/autotrain-data-oldeastyav co2_eq_emissions: emissions: 0.02421057028704845 --- # Model Trained Using AutoTrain - Problem type: Translation - Model ID: 3627896959 - CO2 Emissions (in grams): 0.0242 ## Validation Metrics - Loss: 2.537 -...
[ -0.020586322993040085, -0.013193069025874138, 0.01194566860795021, 0.014644503593444824, 0.06225020810961723, 0.013897188939154148, -0.00787539966404438, -0.015354536473751068, -0.048205677419900894, 0.05926645174622536, 0.0077172452583909035, -0.0022475984878838062, 0.005063206423074007, ...
Biniam/en_ti_translate
[ "pytorch", "marian", "text2text-generation", "transformers", "translation", "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...
14
null
--- tags: - translation - generated_from_trainer metrics: - bleu model-index: - name: en2arCkptfromgendata 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. --> # en2a...
[ -0.027290398254990578, -0.010240263305604458, 0.001304983627051115, 0.038538627326488495, 0.029327621683478355, -0.011919100768864155, -0.020599152892827988, -0.025621091946959496, -0.04195482283830643, 0.05555704981088638, -0.0016863844357430935, -0.03610718995332718, 0.0031935307197272778,...
Blackmist786/DialoGPt-small-transformers4
[ "pytorch" ]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams...
4
null
--- library_name: stable-baselines3 tags: - PandaReachDense-v2 - deep-reinforcement-learning - reinforcement-learning - stable-baselines3 model-index: - name: A2C results: - task: type: reinforcement-learning name: reinforcement-learning dataset: name: PandaReachDense-v2 type: PandaReach...
[ -0.04992320388555527, -0.016158871352672577, -0.00866683293133974, 0.036323096603155136, 0.04144591465592384, 0.0034122043289244175, -0.021210644394159317, -0.010728980414569378, -0.03768915683031082, 0.05661473423242569, 0.02444436028599739, -0.0029356980230659246, 0.032149769365787506, 0...
BogdanKuloren/continual-learning-paper-embeddings-model
[ "pytorch", "mpnet", "feature-extraction", "transformers" ]
feature-extraction
{ "architectures": [ "MPNetModel" ], "model_type": "mpnet", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": n...
11
null
--- tags: - autotrain - vision - image-classification datasets: - Kluuking/autotrain-data-cat-vs-dog250_250 widget: - src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/tiger.jpg example_title: Tiger - src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/teapot.jpg example_titl...
[ -0.013970892876386642, -0.010947991162538528, 0.01582995057106018, 0.04718434438109398, 0.052198369055986404, -0.0049527958035469055, -0.017434734851121902, -0.002414228394627571, -0.04290942847728729, 0.06681645661592484, -0.002588210627436638, -0.003162641078233719, -0.0030837098602205515,...
Bosio/full-sentence-distillroberta3-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 model-index: - name: my_new_model 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. --> # my_new_model This model is a fine-tuned v...
[ -0.02879873849451542, -0.016705550253391266, -0.005297893192619085, 0.035738956183195114, 0.025470571592450142, 0.03176703304052353, -0.0024597833398729563, -0.01286835502833128, -0.030872385948896408, 0.055413633584976196, 0.03652096539735794, -0.002040453488007188, 0.010700994171202183, ...
Botjallu/DialoGPT-small-harrypotter
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams...
0
null
--- tags: - SpaceInvadersNoFrameskip-v4 - deep-reinforcement-learning - reinforcement-learning - custom-implementation library_name: cleanrl model-index: - name: DQN results: - task: type: reinforcement-learning name: reinforcement-learning dataset: name: SpaceInvadersNoFrameskip-v4 type...
[ -0.024788711220026016, -0.014898157678544521, -0.0058450172655284405, 0.0287653636187315, 0.04113227128982544, -0.021680068224668503, -0.03178245946764946, -0.03777283430099487, -0.025759514421224594, 0.05324836075305939, 0.022213706746697426, -0.0018271190347149968, 0.009702548384666443, ...
BotterHax/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...
8
null
--- license: cc-by-nc-nd-4.0 --- # AudioLDM AudioLDM is a latent text-to-audio diffusion model capable of generating realistic audio samples given any text input. It is available in the 🧨 Diffusers library from v0.15.0 onwards. # Model Details AudioLDM was proposed in the paper [AudioLDM: Text-to-Audio Generation ...
[ -0.014473424293100834, -0.010510650463402271, -0.018222996965050697, 0.04978122562170029, 0.03717583045363426, 0.00865307729691267, 0.002526682335883379, -0.04056459292769432, -0.020428793504834175, 0.05656971037387848, 0.04733450710773468, -0.0255647674202919, 0.018317220732569695, 0.0484...
Brayan/CNN_Brain_Tumor
[]
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: - 3d render - 3d cartoon - 3d - text to image --- # Model Card for Model ID <!-- Provide a quick summary of what the model is/does. --> 3DKX V2 (ONNX Version) <img width="604px" src="https://cdn.discordapp.com/attachments/1051410188592226364/1076941914538004581/ezgif-3-7ac098980a.gif"> <img width="768px" s...
[ -0.03189809247851372, -0.03742216154932976, -0.02717958204448223, 0.00989454984664917, 0.038494452834129333, 0.02425456792116165, -0.015961013734340668, -0.023643672466278076, -0.0381811149418354, 0.05402059108018875, 0.027735905721783638, -0.015940852463245392, 0.0022435374557971954, 0.04...
Brona/model1
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams...
0
null
--- tags: - conversational --- #DialoGPT-RoyalPurpleFish
[ -0.02636030688881874, 0.016490237787365913, 0.023979049175977707, -0.00022135851031634957, 0.028379807248711586, 0.016021499410271645, -0.005796379409730434, 0.021236103028059006, -0.007395002990961075, 0.011598755605518818, 0.04146616533398628, -0.018919849768280983, -0.006285584531724453, ...
Bryson575x/riceboi
[]
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: - unity-ml-agents - ml-agents - deep-reinforcement-learning - reinforcement-learning - ML-Agents-Pyramids library_name: ml-agents --- # **ppo** Agent playing **Pyramids** This is a trained model of a **ppo** agent playing **Pyramids** using the [Unity ML-Age...
[ -0.04980423301458359, 0.006362075451761484, -0.006313517224043608, 0.05820160731673241, 0.028635896742343903, 0.0314236655831337, -0.0030147572979331017, -0.03442611172795296, -0.00704333046451211, 0.052601408213377, 0.019057583063840866, -0.015345890074968338, 0.00851157121360302, 0.02462...
BumBelDumBel/TRUMP
[ "pytorch", "tensorboard", "gpt2", "text-generation", "transformers", "generated_from_trainer", "license:mit" ]
text-generation
{ "architectures": [ "GPT2LMHeadModel" ], "model_type": "gpt2", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size...
5
null
--- license: apache-2.0 tags: - generated_from_trainer datasets: - wnut_17 model-index: - name: my_awesome_wnut_model results: [] --- <!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. ...
[ -0.05371695011854172, -0.013753986917436123, -0.02103041671216488, 0.03761684522032738, 0.03331795334815979, 0.028894824907183647, -0.0043302495032548904, -0.01926758885383606, -0.010691257193684578, 0.06470254063606262, 0.0561867319047451, 0.00927803572267294, -0.009789631702005863, 0.033...
CALM/CALM
[]
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: - unity-ml-agents - ml-agents - deep-reinforcement-learning - reinforcement-learning - ML-Agents-Pyramids library_name: ml-agents --- # **ppo** Agent playing **Pyramids** This is a trained model of a **ppo** agent playing **Pyramids** using the [Unity ML-Age...
[ -0.05137648805975914, 0.007811009883880615, -0.008074243552982807, 0.05786736682057381, 0.027687424793839455, 0.030633648857474327, -0.0037873953115195036, -0.03387019783258438, -0.003967271652072668, 0.051600098609924316, 0.018384678289294243, -0.013429535552859306, 0.007678690366446972, ...
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
--- library_name: stable-baselines3 tags: - SpaceInvadersNoFrameskip-v4 - deep-reinforcement-learning - reinforcement-learning - stable-baselines3 model-index: - name: DQN results: - task: type: reinforcement-learning name: reinforcement-learning dataset: name: SpaceInvadersNoFrameskip-v4 ...
[ -0.0415336973965168, -0.016096554696559906, -0.009864960797131062, 0.039429981261491776, 0.043325670063495636, -0.004788877908140421, -0.017291171476244926, -0.02603529952466488, -0.029105130583047867, 0.054487571120262146, 0.02212088368833065, -0.03219274431467056, 0.022782037034630775, 0...
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
--- license: apache-2.0 tags: - generated_from_trainer datasets: - fleurs metrics: - wer model-index: - name: arabic_whisper_small_fleurs results: - task: name: Automatic Speech Recognition type: automatic-speech-recognition dataset: name: fleurs type: fleurs config: ar_eg sp...
[ -0.009440237656235695, -0.014601790346205235, -0.010394878685474396, 0.04771864786744118, 0.0208229161798954, -0.002675459021702409, -0.009236576966941357, -0.010461435653269291, -0.01842283457517624, 0.0734696015715599, 0.009504267945885658, -0.018740685656666756, 0.009370924904942513, 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
--- library_name: stable-baselines3 tags: - LunarLander-v2 - deep-reinforcement-learning - reinforcement-learning - stable-baselines3 model-index: - name: PPO results: - task: type: reinforcement-learning name: reinforcement-learning dataset: name: LunarLander-v2 type: LunarLander-v2 ...
[ -0.03743355721235275, -0.002815959509462118, -0.004565077368170023, 0.025379473343491554, 0.04527675360441208, -0.021782146766781807, -0.005430303514003754, -0.027997605502605438, -0.03343180939555168, 0.06667281687259674, 0.03237423673272133, -0.023699942976236343, 0.022736873477697372, 0...
CAMeL-Lab/bert-base-arabic-camelbert-mix-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...
132
null
Access to model furgo/style_models is restricted and you are not in the authorized list. Visit https://huggingface.co/furgo/style_models to ask for access.
[ -0.033697422593832016, -0.023169497027993202, 0.003390402300283313, 0.031658023595809937, 0.03836626559495926, 0.019435539841651917, -0.01100678276270628, 0.016960294917225838, -0.028358327224850655, 0.054963041096925735, 0.01983802579343319, -0.01098866481333971, 0.019158855080604553, 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
--- tags: - Pixelcopter-PLE-v0 - reinforce - reinforcement-learning - custom-implementation - deep-rl-class model-index: - name: Reinforce-v2-PixelCopter results: - task: type: reinforcement-learning name: reinforcement-learning dataset: name: Pixelcopter-PLE-v0 type: Pixelcopter-PLE-v0 ...
[ -0.0419628769159317, 0.015675099566578865, 0.015030314214527607, 0.016403093934059143, 0.0485953614115715, -0.014019327238202095, -0.02041432075202465, -0.022303251549601555, -0.016420617699623108, 0.06806444376707077, 0.036642782390117645, -0.004626549780368805, 0.010196809656918049, -0.0...
CAMeL-Lab/bert-base-arabic-camelbert-msa-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...
52
null
--- language: - hi license: apache-2.0 tags: - generated_from_trainer datasets: - logistics model-index: - name: Whisper full ft test - BeaW 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.02646804042160511, -0.00013599498197436333, -0.01162315160036087, 0.05167180672287941, 0.0395917110145092, 0.03963052108883858, 0.009921113960444927, 0.009000708349049091, -0.009414720349013805, 0.0488358736038208, 0.048450201749801636, -0.010991900227963924, 0.00032961746910586953, 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: - Pixelcopter-PLE-v0 - reinforce - reinforcement-learning - custom-implementation - deep-rl-class model-index: - name: Reinforce-v2 results: - task: type: reinforcement-learning name: reinforcement-learning dataset: name: Pixelcopter-PLE-v0 type: Pixelcopter-PLE-v0 metrics:...
[ -0.0417158305644989, 0.015305341221392155, 0.014719228260219097, 0.017206376418471336, 0.048836980015039444, -0.014553459361195564, -0.02002575248479843, -0.0243805143982172, -0.01682722195982933, 0.06749338656663895, 0.037007685750722885, -0.0066383033990859985, 0.011621056124567986, -0.0...
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
--- license: apache-2.0 tags: - generated_from_trainer datasets: - fleurs metrics: - wer model-index: - name: arabic_whisper_base_fleurs results: - task: name: Automatic Speech Recognition type: automatic-speech-recognition dataset: name: fleurs type: fleurs config: ar_eg spl...
[ -0.013918725773692131, -0.021483473479747772, -0.011780660599470139, 0.049427807331085205, 0.019057204946875572, 0.005030708387494087, -0.0071907625533640385, -0.009300664998590946, -0.015824779868125916, 0.06713173538446426, 0.015338956378400326, -0.018638581037521362, 0.010221126489341259,...
CL/safe-math-bot
[]
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: - autotrain - text-classification language: - de widget: - text: "I love AutoTrain 🤗" datasets: - fathyshalab/autotrain-data-reklam-filtered co2_eq_emissions: emissions: 6.219004242367904 --- # Model Trained Using AutoTrain - Problem type: Multi-class Classification - Model ID: 3631097041 - CO2 Emissions...
[ -0.013760456815361977, -0.026659566909074783, -0.0007233187789097428, 0.02836473099887371, 0.036669980734586716, 0.03328297287225723, -0.03708890452980995, -0.016745684668421745, -0.04410739988088608, 0.08433296531438828, 0.01714060641825199, 0.01685614138841629, -0.0004813779378309846, 0....
CLEE/CLEE
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams...
0
null
--- license: apache-2.0 tags: - generated_from_trainer datasets: - imagefolder model-index: - name: detr-resnet-50_finetuned_cppe5 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 t...
[ -0.007627871818840504, -0.007822474464774132, -0.008146409876644611, 0.01298423483967781, 0.0341310054063797, 0.02266521006822586, -0.018045831471681595, -0.011901247315108776, -0.031635284423828125, 0.046575192362070084, 0.047795023769140244, -0.012847618199884892, 0.0188742745667696, 0.0...
CLS/WubiBERT_models
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams...
0
null
--- tags: - spacy - token-classification language: - en model-index: - name: en_spacy_distilroberta_base_ner results: - task: name: NER type: token-classification metrics: - name: NER Precision type: precision value: 0.9530461124 - name: NER Recall type: recall value:...
[ 0.009674649685621262, -0.0040745921432971954, -0.016254501417279243, 0.03038732148706913, 0.060301847755908966, 0.017551831901073456, -0.01899232342839241, -0.015871195122599602, -0.04741135612130165, 0.05780437961220741, 0.03612596169114113, -0.010146155022084713, 0.001029340666718781, 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
--- tags: - spacy - token-classification language: - en model-index: - name: en_spacy_bert_small_ner results: - task: name: NER type: token-classification metrics: - name: NER Precision type: precision value: 0.9214261575 - name: NER Recall type: recall value: 0.91770...
[ 0.01571582444012165, -0.0012715853517875075, -0.016443757340312004, 0.03388100489974022, 0.057030048221349716, 0.010248762555420399, -0.0216800756752491, -0.018791623413562775, -0.044558946043252945, 0.060330506414175034, 0.029674110934138298, -0.0058045233599841595, 0.006579393055289984, ...
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
--- tags: - unity-ml-agents - ml-agents - deep-reinforcement-learning - reinforcement-learning - ML-Agents-SoccerTwos library_name: ml-agents --- # **poca** Agent playing **SoccerTwos** This is a trained model of a **poca** agent playing **SoccerTwos** using the [Unit...
[ -0.020711999386548996, -0.005622873082756996, 0.010938908904790878, 0.038710035383701324, 0.03305944800376892, 0.015569432638585567, -0.028454454615712166, -0.01536867767572403, -0.016361935064196587, 0.060944218188524246, 0.006417339202016592, 0.001671068137511611, 0.010102057829499245, 0...
CLTL/icf-levels-ber
[ "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
--- license: apache-2.0 tags: - generated_from_trainer datasets: - imagefolder metrics: - accuracy model-index: - name: deit-tiny-patch16-224-finetuned-og-dataset-10e results: - task: name: Image Classification type: image-classification dataset: name: imagefolder type: imagefolder ...
[ -0.0009082041797228158, -0.004323332570493221, 0.0017322764033451676, 0.02937626652419567, 0.0375065840780735, 0.010325897485017776, -0.008295891806483269, 0.003576121060177684, -0.009246882982552052, 0.0577881820499897, 0.02252545766532421, -0.009525541216135025, 0.014845432713627815, 0.0...
CLTL/icf-levels-etn
[ "pytorch", "roberta", "text-classification", "nl", "transformers", "license:mit" ]
text-classification
{ "architectures": [ "RobertaForSequenceClassification" ], "model_type": "roberta", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "...
31
null
--- license: apache-2.0 tags: - generated_from_trainer metrics: - accuracy model-index: - name: fine-tuned-bert results: [] --- <!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> #...
[ -0.010782601311802864, 0.003229114692658186, -0.013498393818736076, 0.03151186928153038, 0.03625524416565895, 0.018373703584074974, -0.026932353153824806, -0.016348225995898247, -0.03981727734208107, 0.050124041736125946, 0.023414073511958122, -0.024185538291931152, 0.023454979062080383, 0...
CLTL/icf-levels-ins
[ "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: creativeml-openrail-m language: - en - ja tags: - art --- ![merged_sample](https://huggingface.co/ThePioneer/quattro-4merge-plus-i/resolve/main/image%20(7).png) An equally weighted merge of the following 5 popular and powerful models (4 anime models and 1 realistic model). - [Picasso Diffusion 1.1](https:...
[ -0.013315129093825817, -0.026909884065389633, -0.008623247966170311, 0.025391176342964172, 0.03227667883038521, 0.004426774103194475, 0.0006295331986621022, -0.01474041398614645, -0.008601806126534939, 0.05310814455151558, 0.02555244415998459, -0.013254553079605103, -0.004982063081115484, ...
CM-CA/DialoGPT-small-cartman
[]
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: - unity-ml-agents - ml-agents - deep-reinforcement-learning - reinforcement-learning - ML-Agents-Huggy library_name: ml-agents --- # **ppo** Agent playing **Huggy** This is a trained model of a **ppo** agent playing **Huggy** using the [Unity ML-Agents Libra...
[ -0.04134029150009155, -0.0012939622392877936, -0.007717105094343424, 0.04944031685590744, 0.028905965387821198, 0.021501008421182632, -0.024851998314261436, -0.03666090965270996, -0.006079968996345997, 0.04900084435939789, 0.018586480990052223, -0.009279200807213783, 0.02062804251909256, 0...
CSResearcher/TestModel
[ "license:mit" ]
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: - autotrain - summarization language: - en widget: - text: "I love AutoTrain 🤗" datasets: - Mantas/autotrain-data-dappradar-long-desc-summariation co2_eq_emissions: emissions: 25.514597810198214 --- # Model Trained Using AutoTrain - Problem type: Summarization - Model ID: 3632397064 - CO2 Emissions (in g...
[ -0.02534032240509987, -0.024634679779410362, 0.004263784270733595, 0.033720072358846664, 0.029097920283675194, 0.013809973374009132, -0.035163603723049164, -0.03030017577111721, -0.03570256009697914, 0.07603319734334946, 0.02956138551235199, 0.021352993324398994, 0.011845234781503677, 0.04...
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
--- license: apache-2.0 tags: - generated_from_trainer metrics: - accuracy - f1 model-index: - name: distilbert-base-uncased-finetuned-emotion results: [] --- <!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, t...
[ -0.02236158959567547, 0.013275004923343658, -0.02842717617750168, 0.037797071039676666, 0.05576426163315773, 0.02924039401113987, -0.01681460812687874, -0.029104936867952347, -0.03921550139784813, 0.05911199748516083, 0.029650341719388962, -0.044681183993816376, 0.028384823352098465, 0.043...
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
--- license: apache-2.0 tags: - setfit - sentence-transformers - text-classification pipeline_tag: text-classification --- # StatsGary/setfit-ft-online-abuse This is a [SetFit model](https://github.com/huggingface/setfit) that can be used for text classification. The model has been trained using an efficient few-shot...
[ -0.017888234928250313, -0.02571340650320053, -0.0013671376509591937, 0.06459564715623856, 0.0344979427754879, 0.028311941772699356, -0.028130806982517242, -0.007541105151176453, -0.030578497797250748, 0.060763880610466, 0.018232911825180054, 0.02038220688700676, 0.03763169050216675, 0.0256...
Cameron/BERT-mdgender-convai-binary
[ "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...
33
2023-02-21T14:30:46Z
--- license: apache-2.0 tags: - generated_from_trainer datasets: - imdb metrics: - accuracy - f1 model-index: - name: finetuning-sentiment-model-3000-samples results: - task: name: Text Classification type: text-classification dataset: name: imdb type: imdb args: plain_text met...
[ -0.013540754094719887, -0.011222696863114834, -0.029536088928580284, 0.04714704677462578, 0.03638327866792679, 0.03641485050320625, -0.020005224272608757, -0.020654970780014992, -0.036508023738861084, 0.06560201942920685, 0.04709746316075325, -0.017866864800453186, 0.020366614684462547, 0....
Canadiancaleb/DialoGPT-small-jesse
[ "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
2023-02-21T14:38:43Z
--- license: apache-2.0 tags: - generated_from_trainer datasets: - emotion metrics: - accuracy - f1 model-index: - name: distilbert-base-uncased-finetuned-emotion results: - task: name: Text Classification type: text-classification dataset: name: emotion type: emotion args: split ...
[ -0.010314024053514004, 0.009469483979046345, -0.02940172143280506, 0.03674988076090813, 0.061226509511470795, 0.0330391526222229, -0.023778995499014854, -0.03534730151295662, -0.03410765901207924, 0.05652682110667229, 0.019398434087634087, -0.045346252620220184, 0.034155070781707764, 0.044...
Canadiancaleb/jessebot
[]
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
2023-02-21T14:39:01Z
--- tags: - unity-ml-agents - ml-agents - deep-reinforcement-learning - reinforcement-learning - ML-Agents-Huggy library_name: ml-agents --- # **ppo** Agent playing **Huggy** This is a trained model of a **ppo** agent playing **Huggy** using the [Unity ML-Agents Libra...
[ -0.040582891553640366, -0.0012934872647747397, -0.008481558412313461, 0.04908647760748863, 0.02961268648505211, 0.02128717117011547, -0.025739287957549095, -0.036951348185539246, -0.005603198427706957, 0.048969343304634094, 0.018265560269355774, -0.009220319800078869, 0.02011874131858349, ...
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
2023-02-21T14:49:06Z
--- license: mit tags: - generated_from_trainer metrics: - accuracy model-index: - name: danbooruTagAutocomplete results: [] co2_eq_emissions: 100 language: - en library_name: transformers pipeline_tag: text-generation datasets: - 0Tick/Danbooru-Random-Posts-Scrape --- ## Model description This is a fine-tuned vers...
[ 0.008333316072821617, -0.010778665542602539, 0.01666313409805298, 0.04481731355190277, 0.028671052306890488, 0.017046088352799416, 0.012243809178471565, -0.00487900897860527, -0.03803642839193344, 0.07593154907226562, 0.027977844700217247, 0.006896176841109991, -0.011889362707734108, 0.045...
Captain-1337/CrudeBERT
[ "pytorch", "bert", "text-classification", "arxiv:1908.10063", "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...
28
2023-02-21T14:53:29Z
--- tags: - Taxi-v3 - q-learning - reinforcement-learning - custom-implementation model-index: - name: Taxi-v3 results: - task: type: reinforcement-learning name: reinforcement-learning dataset: name: Taxi-v3 type: Taxi-v3 metrics: - type: mean_reward value: 7.52 +/- 2.73 ...
[ -0.018660584464669228, -0.01688864827156067, -0.009085043333470821, 0.025821689516305923, 0.04858223721385002, 0.001826658146455884, -0.021778348833322525, 0.007405462209135294, -0.038564283400774, 0.053819917142391205, 0.022485284134745598, -0.004661200568079948, 0.011107371188700199, 0.0...
Carlork314/Xd
[]
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: - FrozenLake-v1-4x4-no_slippery - q-learning - reinforcement-learning - custom-implementation model-index: - name: q-FrozenLake-v1-4x4-noSlippery results: - task: type: reinforcement-learning name: reinforcement-learning dataset: name: FrozenLake-v1-4x4-no_slippery type: Frozen...
[ -0.01760319247841835, -0.017633525654673576, -0.00651401374489069, 0.030369048938155174, 0.05168360844254494, -0.017928844317793846, -0.010856959968805313, -0.009068659506738186, -0.059484440833330154, 0.05386045202612877, -0.0023061572574079037, -0.00930704828351736, 0.025146696716547012, ...
CarlosPR/mt5-spanish-memmories-analysis
[ "pytorch", "mt5", "text2text-generation", "transformers", "autotrain_compatible" ]
text2text-generation
{ "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...
7
null
--- tags: - Taxi-v3 - q-learning - reinforcement-learning - custom-implementation model-index: - name: q-Taxi-v3 results: - task: type: reinforcement-learning name: reinforcement-learning dataset: name: Taxi-v3 type: Taxi-v3 metrics: - type: mean_reward value: 7.54 +/- 2.73...
[ -0.019232135266065598, -0.01563127338886261, -0.0068254186771810055, 0.02635318785905838, 0.048304229974746704, -0.002115827752277255, -0.01861601136624813, 0.006495462264865637, -0.03792552649974823, 0.0520978607237339, 0.015930699184536934, -0.007886362262070179, 0.01187120284885168, 0.0...
Carolhuehuehuehue/Sla
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams...
0
null
--- language: en thumbnail: http://www.huggingtweets.com/aaronsaitama-saitamaguru1-wearesaitama/1676993100401/predictions.png tags: - huggingtweets widget: - text: "My dream is" --- <div class="inline-flex flex-col" style="line-height: 1.5;"> <div class="flex"> <div style="display:inherit; margin-left: ...
[ 0.022966768592596054, -0.04254181310534477, 0.008043184876441956, 0.042682211846113205, 0.038977403193712234, 0.00991368293762207, -0.00938220601528883, -0.003996914718300104, -0.04126869514584541, 0.042914047837257385, 0.012183055281639099, 0.001738163991831243, 0.004353612195700407, 0.02...
Cat/Kitty
[]
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
--- library_name: stable-baselines3 tags: - SpaceInvadersNoFrameskip-v4 - deep-reinforcement-learning - reinforcement-learning - stable-baselines3 model-index: - name: DQN results: - task: type: reinforcement-learning name: reinforcement-learning dataset: name: SpaceInvadersNoFrameskip-v4 ...
[ -0.04080403596162796, -0.01712522841989994, -0.014935438521206379, 0.03689678758382797, 0.04697855934500694, -0.0065558236092329025, -0.013743322342634201, -0.02354547195136547, -0.03311809152364731, 0.05427232012152672, 0.021897025406360626, -0.031392697244882584, 0.01994398608803749, 0.0...
dccuchile/albert-large-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...
27
null
--- language: - en --- This model has code injected using runpy command.
[ -0.043637704104185104, -0.032120924443006516, 0.013311517424881458, 0.008784068748354912, 0.062011394649744034, 0.018044892698526382, 0.006235949229449034, -0.015981698408722878, -0.02913648448884487, 0.04894394427537918, 0.03334907442331314, -0.007064788602292538, 0.006110340356826782, 0....
dccuchile/albert-large-spanish-finetuned-qa-mlqa
[ "pytorch", "albert", "question-answering", "transformers", "autotrain_compatible" ]
question-answering
{ "architectures": [ "AlbertForQuestionAnswering" ], "model_type": "albert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repe...
5
null
--- license: mit tags: - generated_from_trainer metrics: - accuracy model-index: - name: checkpoint 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. --> # checkpoint ...
[ -0.0313602052628994, -0.006221425719559193, -0.017999691888689995, 0.027222201228141785, 0.0379035547375679, 0.015222761780023575, -0.016989102587103844, -0.0069950660690665245, -0.05144349858164787, 0.07157546281814575, 0.02325873076915741, -0.04364379122853279, 0.017298538237810135, 0.03...
dccuchile/albert-xlarge-spanish-finetuned-pos
[ "pytorch", "albert", "token-classification", "transformers", "autotrain_compatible" ]
token-classification
{ "architectures": [ "AlbertForTokenClassification" ], "model_type": "albert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_re...
3
null
--- library_name: stable-baselines3 tags: - LunarLander-v2 - deep-reinforcement-learning - reinforcement-learning - stable-baselines3 model-index: - name: PPO results: - task: type: reinforcement-learning name: reinforcement-learning dataset: name: LunarLander-v2 type: LunarLander-v2 ...
[ -0.0374564602971077, -0.002365215215831995, -0.005466466303914785, 0.02549513801932335, 0.04581233486533165, -0.02157583273947239, -0.005238250829279423, -0.027594979852437973, -0.03285130113363266, 0.06667090207338333, 0.031853362917900085, -0.023655520752072334, 0.023073887452483177, 0.0...
dccuchile/bert-base-spanish-wwm-cased-finetuned-xnli
[ "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...
28
null
--- tags: - CartPole-v1 - reinforce - reinforcement-learning - custom-implementation - deep-rl-class model-index: - name: Reinforce-CartPole-v1 results: - task: type: reinforcement-learning name: reinforcement-learning dataset: name: CartPole-v1 type: CartPole-v1 metrics: - type:...
[ -0.029234038665890694, 0.018230242654681206, 0.0036606306675821543, 0.009176405146718025, 0.04400138929486275, -0.018997717648744583, -0.021622145548462868, -0.01578444615006447, -0.029898816719651222, 0.0846094936132431, 0.017318837344646454, -0.008446608670055866, 0.017369553446769714, 0...
dccuchile/bert-base-spanish-wwm-uncased-finetuned-ner
[ "pytorch", "bert", "token-classification", "transformers", "autotrain_compatible" ]
token-classification
{ "architectures": [ "BertForTokenClassification" ], "model_type": "bert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat...
5
null
--- tags: - Pixelcopter-PLE-v0 - reinforce - reinforcement-learning - custom-implementation - deep-rl-class model-index: - name: Reinforce-Pixelcopter-PLE-v0 results: - task: type: reinforcement-learning name: reinforcement-learning dataset: name: Pixelcopter-PLE-v0 type: Pixelcopter-PLE...
[ -0.03979526087641716, 0.015780579298734665, 0.013673849403858185, 0.01763250306248665, 0.049574337899684906, -0.013489535078406334, -0.019766580313444138, -0.02425747737288475, -0.017414141446352005, 0.0678350031375885, 0.03601238504052162, -0.008516781032085419, 0.011246305890381336, -0.0...
dccuchile/distilbert-base-spanish-uncased-finetuned-pawsx
[ "pytorch", "distilbert", "text-classification", "transformers" ]
text-classification
{ "architectures": [ "DistilBertForSequenceClassification" ], "model_type": "distilbert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, ...
29
null
--- tags: - generated_from_trainer metrics: - precision - recall - f1 - accuracy model-index: - name: consejo-ner results: [] --- <!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> ...
[ -0.014299401082098484, 0.0039674062281847, 0.007949018850922585, 0.049434054642915726, 0.027372311800718307, 0.015576965175569057, -0.024402912706136703, -0.02585008554160595, -0.04193182289600372, 0.05340832844376564, 0.010265905410051346, -0.04685172438621521, -0.0011778291082009673, 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
--- tags: - Taxi-v3 - q-learning - reinforcement-learning - custom-implementation model-index: - name: Taxi-v1 results: - task: type: reinforcement-learning name: reinforcement-learning dataset: name: Taxi-v3 type: Taxi-v3 metrics: - type: mean_reward value: 7.56 +/- 2.71 ...
[ -0.018202118575572968, -0.016806412488222122, -0.009899436496198177, 0.02719573676586151, 0.04727579653263092, -0.0008274026913568377, -0.01682373322546482, 0.00909385085105896, -0.03480156511068344, 0.05160130560398102, 0.016698146238923073, -0.004945959430187941, 0.01641237549483776, 0.0...
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
# Model Card for krishnagarg09/stance-detection-semeval2016 ## Model Description The goal is to identify the stance (AGAINST, NONE, FAVOR) of a user towards a given target. Sample: ``` Input: Lord, You are my Hope! In You I will always trust. Target: Atheism Stance: AGAINST ``` The model is pretrained on SemEval201...
[ -0.017906809225678444, -0.01433232706040144, -0.018129266798496246, 0.023150280117988586, 0.06082899495959282, 0.015468606725335121, -0.022806381806731224, -0.0024514056276530027, -0.06381549686193466, 0.06089676544070244, 0.019405925646424294, -0.00837979931384325, 0.02938096597790718, 0....
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
--- library_name: stable-baselines3 tags: - LunarLander-v2 - deep-reinforcement-learning - reinforcement-learning - stable-baselines3 model-index: - name: PPO results: - task: type: reinforcement-learning name: reinforcement-learning dataset: name: LunarLander-v2 type: LunarLander-v2 ...
[ -0.03714778274297714, -0.0026639821007847786, -0.005356072448194027, 0.025491444393992424, 0.045762959867715836, -0.021293897181749344, -0.005371477454900742, -0.02811259590089321, -0.033308617770671844, 0.0667068287730217, 0.032958950847387314, -0.023900765925645828, 0.022588275372982025, ...
DSI/TweetBasedSA
[ "pytorch", "bert", "text-classification", "transformers" ]
text-classification
{ "architectures": [ "BertForSequenceClassification" ], "model_type": "bert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_rep...
29
null
--- tags: - CartPole-v1 - reinforce - reinforcement-learning - custom-implementation - deep-rl-class model-index: - name: REINFORCE-CartPole-v1 results: - task: type: reinforcement-learning name: reinforcement-learning dataset: name: CartPole-v1 type: CartPole-v1 metrics: - type:...
[ -0.030125437304377556, 0.015791384503245354, 0.0027920554857701063, 0.0059861596673727036, 0.045141637325286865, -0.01858474686741829, -0.022914934903383255, -0.014371324330568314, -0.03492741286754608, 0.08587315678596497, 0.014496580697596073, -0.00938229076564312, 0.014193743467330933, ...
DSI/personal_sentiment
[ "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...
25
null
--- license: creativeml-openrail-m --- 这是自用的采集目录,非原创,勿下载传播
[ -0.04024164378643036, 0.003556309500709176, -0.026398837566375732, -0.009008197113871574, 0.04218563437461853, 0.015177895314991474, -0.00020607605983968824, -0.0010749822249636054, -0.018860487267374992, 0.0413302481174469, 0.030488941818475723, 0.013770380057394505, 0.028445648029446602, ...
DavidAMcIntosh/DialoGPT-small-rick
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams...
0
null
--- tags: - generated_from_trainer model-index: - name: SajjadAyoubi_xlm-roberta-large-fa-qa_finetune_on_hoshfa_10 results: [] --- <!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. -->...
[ -0.015390992164611816, -0.006585217081010342, 0.015036692842841148, 0.028788607567548752, 0.02121635526418686, 0.013784868642687798, -0.02761003188788891, -0.026976199820637703, -0.037503086030483246, 0.03691229596734047, 0.02311171405017376, -0.02539324015378952, 0.0015584406210109591, 0....
Davlan/xlm-roberta-base-finetuned-yoruba
[ "pytorch", "xlm-roberta", "fill-mask", "transformers", "autotrain_compatible" ]
fill-mask
{ "architectures": [ "XLMRobertaForMaskedLM" ], "model_type": "xlm-roberta", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repe...
29
null
--- license: apache-2.0 tags: - generated_from_trainer datasets: - conll2003 metrics: - precision - recall - f1 - accuracy model-index: - name: bert-finetuned-ner-trainerAPI results: - task: name: Token Classification type: token-classification dataset: name: conll2003 type: conll2003 ...
[ -0.004372401162981987, 0.010860339738428593, -0.01650712825357914, 0.03279804438352585, 0.04152378439903259, 0.012673873454332352, -0.03309500962495804, -0.04067154601216316, -0.031123390421271324, 0.05581153929233551, 0.02524382248520851, -0.013688463717699051, 0.017932375892996788, 0.029...
Declan/CNN_model_v3
[ "pytorch", "bert", "fill-mask", "transformers", "autotrain_compatible" ]
fill-mask
{ "architectures": [ "BertForMaskedLM" ], "model_type": "bert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size...
3
null
--- tags: - Taxi-v3 - q-learning - reinforcement-learning - custom-implementation model-index: - name: Taxi-v3 results: - task: type: reinforcement-learning name: reinforcement-learning dataset: name: Taxi-v3 type: Taxi-v3 metrics: - type: mean_reward value: 7.56 +/- 2.71 ...
[ -0.02074146270751953, -0.016695216298103333, -0.008934839628636837, 0.02574080228805542, 0.04744702950119972, 0.000742497795727104, -0.02051284909248352, 0.006430735345929861, -0.037252116948366165, 0.053380828350782394, 0.021011989563703537, -0.005830238573253155, 0.011448260396718979, 0....
Declan/FoxNews_model_v1
[ "pytorch", "bert", "fill-mask", "transformers", "autotrain_compatible" ]
fill-mask
{ "architectures": [ "BertForMaskedLM" ], "model_type": "bert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size...
3
null
--- library_name: stable-baselines3 tags: - LunarLander-v2 - deep-reinforcement-learning - reinforcement-learning - stable-baselines3 model-index: - name: PPO results: - task: type: reinforcement-learning name: reinforcement-learning dataset: name: LunarLander-v2 type: LunarLander-v2 ...
[ -0.03753193840384483, -0.002715042093768716, -0.005210665054619312, 0.025665098801255226, 0.04576430097222328, -0.021424859762191772, -0.005965061951428652, -0.027297187596559525, -0.032852306962013245, 0.06682515144348145, 0.031625714153051376, -0.023593991994857788, 0.023041779175400734, ...
Declan/NewYorkTimes_model_v6
[ "pytorch", "bert", "fill-mask", "transformers", "autotrain_compatible" ]
fill-mask
{ "architectures": [ "BertForMaskedLM" ], "model_type": "bert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size...
5
null
# **Abstract** On January 1, 2013, DeepMind published a paper called "Playing Atari with Deep Reinforcement Learning" introducing their algorithm called Deep Q-Network (DQN) which revolutionized the field of reinforcement learning. For the first time they had brought together Deep Learning and Q-learning and showed im...
[ -0.03845272958278656, 0.010807815007865429, -0.007319326512515545, 0.03862416371703148, 0.04780711978673935, -0.01528466772288084, -0.021563006564974785, -0.04192523658275604, 0.006260839756578207, 0.029802825301885605, 0.03726547956466675, 0.0059449984692037106, 0.012942178174853325, 0.02...
Declan/WallStreetJournal_model_v4
[ "pytorch", "bert", "fill-mask", "transformers", "autotrain_compatible" ]
fill-mask
{ "architectures": [ "BertForMaskedLM" ], "model_type": "bert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size...
7
2023-02-22T09:34:50Z
--- tags: - FrozenLake-v1-4x4-no_slippery - q-learning - reinforcement-learning - custom-implementation model-index: - name: q-FrozenLake-v1-4x4-noSlippery results: - task: type: reinforcement-learning name: reinforcement-learning dataset: name: FrozenLake-v1-4x4-no_slippery type: Frozen...
[ -0.017191480845212936, -0.01792566105723381, -0.00536387087777257, 0.029479878023266792, 0.05079791322350502, -0.01745099201798439, -0.011628606356680393, -0.008806156925857067, -0.05937352776527405, 0.054186560213565826, -0.0026794669684022665, -0.009816535748541355, 0.025996660813689232, ...
Declan/WallStreetJournal_model_v8
[ "pytorch", "bert", "fill-mask", "transformers", "autotrain_compatible" ]
fill-mask
{ "architectures": [ "BertForMaskedLM" ], "model_type": "bert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size...
9
2023-02-22T09:37:03Z
--- tags: - Taxi-v3 - q-learning - reinforcement-learning - custom-implementation model-index: - name: q-Taxi-v3 results: - task: type: reinforcement-learning name: reinforcement-learning dataset: name: Taxi-v3 type: Taxi-v3 metrics: - type: mean_reward value: 7.56 +/- 2.71...
[ -0.018494900315999985, -0.016161182895302773, -0.006567700300365686, 0.025349726900458336, 0.04807191342115402, -0.0012487574713304639, -0.019752278923988342, 0.006081775762140751, -0.03780750557780266, 0.05263102427124977, 0.017347214743494987, -0.007988907396793365, 0.013034218922257423, ...
Declan/test_model
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams...
0
null
--- license: creativeml-openrail-m tags: - art language: - en --- # Model Card for Model ID <!-- Provide a quick summary of what the model is/does. --> This modelcard aims to be a base template for new models. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src...
[ -0.020959407091140747, -0.013251278549432755, -0.020883744582533836, 0.024463478475809097, 0.041624169796705246, 0.0393056645989418, -0.02466602623462677, -0.027734730392694473, -0.016962558031082153, 0.059480104595422745, 0.027994200587272644, -0.023383518680930138, 0.01245931163430214, 0...
Declan/test_push
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams...
0
null
--- license: apache-2.0 tags: - generated_from_trainer datasets: - shrinath-suresh/qa model-index: - name: qa3k results: [] --- <!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> #...
[ -0.026162320747971535, -0.011605706065893173, -0.008010316640138626, 0.019755424931645393, 0.03955218568444252, 0.007915453054010868, -0.015368432737886906, 0.013445978984236717, -0.03245959058403969, 0.04918277636170387, 0.02269701287150383, -0.006920144893229008, 0.004309637937694788, 0....
DeepBasak/Slack
[]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams...
0
null
--- license: mit datasets: - cifar10 language: - en pipeline_tag: image-classification --- # micromind checkpoints for CIFAR-10 This repository contains checkpoints for the CIFAR-10 dataset for the following networks: | Model | Top 1 Accuracy | Top 5 Accuracy | | ------------------ |---------------- | ------...
[ -0.011188852600753307, -0.016949325799942017, -0.007432480342686176, 0.019689498469233513, 0.0453140027821064, 0.01735631376504898, -0.023159658536314964, 0.011116067878901958, -0.02477341704070568, 0.06485649198293686, 0.02555857226252556, 0.002074324991554022, 0.005195484030991793, 0.036...
DeepChem/ChemBERTa-10M-MLM
[ "pytorch", "roberta", "fill-mask", "transformers", "autotrain_compatible" ]
fill-mask
{ "architectures": [ "RobertaForMaskedLM" ], "model_type": "roberta", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngra...
90
null
--- tags: - CartPole-v1 - reinforce - reinforcement-learning - custom-implementation - deep-rl-class model-index: - name: Reinforce-CartPole-v1 results: - task: type: reinforcement-learning name: reinforcement-learning dataset: name: CartPole-v1 type: CartPole-v1 metrics: - type:...
[ -0.029234038665890694, 0.018230242654681206, 0.0036606306675821543, 0.009176405146718025, 0.04400138929486275, -0.018997717648744583, -0.021622145548462868, -0.01578444615006447, -0.029898816719651222, 0.0846094936132431, 0.017318837344646454, -0.008446608670055866, 0.017369553446769714, 0...
DeepChem/ChemBERTa-5M-MTR
[ "pytorch", "roberta", "transformers" ]
null
{ "architectures": [ "RobertaForRegression" ], "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_ng...
13
2023-02-22T09:45:36Z
--- license: mit datasets: - cifar100 language: - en pipeline_tag: image-classification --- # micromind checkpoints for CIFAR-100 This repository contains checkpoints for the CIFAR-100 dataset for the following networks: | Model | Top 1 Accuracy | Top 5 Accuracy | | ------------------ |---------------- | ---...
[ -0.00956190750002861, -0.013986625708639622, -0.012668600305914879, 0.020588213577866554, 0.04758540913462639, 0.01314482744783163, -0.022626522928476334, 0.009381844662129879, -0.025048591196537018, 0.06695647537708282, 0.023477979004383087, -0.0004069375863764435, 0.0030516888946294785, ...
DeepChem/ChemBERTa-77M-MLM
[ "pytorch", "roberta", "fill-mask", "transformers", "autotrain_compatible" ]
fill-mask
{ "architectures": [ "RobertaForMaskedLM" ], "model_type": "roberta", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngra...
2,416
2023-02-22T09:47:33Z
--- language: - en - zh license: gpl-3.0 tags: - bicleaner-ai tasks: - text-classification --- # Bicleaner AI full model for English-Chinese Bicleaner AI is a tool that aims at detecting noisy sentence pairs in a parallel corpus. It indicates the likelihood of a pair of sentences being mutual translations (wit...
[ -0.007951189763844013, -0.021047094836831093, -0.0014152068179100752, 0.04566887766122818, 0.020282922312617302, 0.016274573281407356, -0.0009007685584947467, -0.014143710024654865, -0.04181823134422302, 0.038322657346725464, 0.017356807366013527, 0.03465752303600311, 0.021897535771131516, ...
DeepChem/ChemBERTa-77M-MTR
[ "pytorch", "roberta", "transformers" ]
null
{ "architectures": [ "RobertaForRegression" ], "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_ng...
7,169
2023-02-22T09:47:46Z
--- license: mit datasets: - mnist language: - en pipeline_tag: image-classification --- # micromind checkpoints for MNIST This repository contains checkpoints for the MNIST dataset for the following networks: | Model | Top 1 Accuracy | Top 5 Accuracy | | ------------------ |---------------- | --------------...
[ -0.018896933645009995, -0.012036859057843685, -0.005218679551035166, 0.02670767344534397, 0.02887732908129692, 0.010556827299296856, -0.011598736047744751, 0.010024841874837875, -0.029858388006687164, 0.05756807699799538, 0.025420883670449257, -0.004041304346174002, 0.02087588980793953, 0....
DeepPavlov/bert-base-bg-cs-pl-ru-cased
[ "pytorch", "jax", "bert", "feature-extraction", "bg", "cs", "pl", "ru", "transformers" ]
feature-extraction
{ "architectures": [ "BertModel" ], "model_type": "bert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": nul...
1,614
null
Access to model sapra1/gptku is restricted and you are not in the authorized list. Visit https://huggingface.co/sapra1/gptku to ask for access.
[ -0.04105613753199577, -0.007662039715796709, -0.00032956383074633777, 0.01567522995173931, 0.051153142005205154, 0.002912716707214713, -0.000017034302800311707, 0.02673705667257309, -0.06196601688861847, 0.036631643772125244, 0.02896866202354431, -0.010850799269974232, 0.017386414110660553, ...
DeepPavlov/distilrubert-base-cased-conversational
[ "pytorch", "distilbert", "ru", "arxiv:2205.02340", "transformers" ]
null
{ "architectures": null, "model_type": "distilbert", "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, "n...
6,324
null
--- tags: - CartPole-v1 - reinforce - reinforcement-learning - custom-implementation - deep-rl-class model-index: - name: Reinfoce-CartPole-v1 results: - task: type: reinforcement-learning name: reinforcement-learning dataset: name: CartPole-v1 type: CartPole-v1 metrics: - type: ...
[ -0.02683170698583126, 0.015239294618368149, 0.0034835815895348787, 0.003657315392047167, 0.04550224542617798, -0.017625974491238594, -0.01964707113802433, -0.016215603798627853, -0.03406114503741264, 0.086753711104393, 0.02004666067659855, -0.007479893509298563, 0.015716051682829857, 0.015...
DeepPavlov/roberta-large-winogrande
[ "pytorch", "roberta", "text-classification", "en", "dataset:winogrande", "arxiv:1907.11692", "transformers" ]
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, "...
348
null
--- tags: - unity-ml-agents - ml-agents - deep-reinforcement-learning - reinforcement-learning - ML-Agents-SoccerTwos library_name: ml-agents --- # **poca** Agent playing **SoccerTwos** This is a trained model of a **poca** agent playing **SoccerTwos** using the [Unit...
[ -0.023799095302820206, -0.005100892391055822, 0.006846534088253975, 0.03811287879943848, 0.033848293125629425, 0.015374970622360706, -0.0308437030762434, -0.017629627138376236, -0.01853852905333042, 0.06129763275384903, 0.008311169221997261, -0.006142632570117712, 0.014125768095254898, 0.0...
DeepPavlov/rubert-base-cased-conversational
[ "pytorch", "jax", "bert", "feature-extraction", "ru", "transformers", "has_space" ]
feature-extraction
{ "architectures": [ "BertModel" ], "model_type": "bert", "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": nul...
17,362
null
civitai部分模型搬运 - [taiwan-doll-likeness](https://civitai.com/models/7716/taiwan-doll-likeness) ![taiwan-doll-likeness](https://imagecache.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/1ca3e089-d67f-4ce2-391d-f89b6994a500/width=200) taiwan-doll-likeness 台湾小姐姐 --- - [korean-doll-likeness](https://civitai.com/models/7448/korean-dol...
[ -0.027525722980499268, -0.05016743019223213, 0.019598422572016716, 0.05258826166391373, 0.01647665724158287, 0.012675379402935505, -0.001963010523468256, 0.02170608937740326, -0.03990260139107704, 0.04607232287526131, 0.004151136614382267, -0.02386206015944481, 0.022829556837677956, 0.0257...
DeltaHub/adapter_t5-3b_qnli
[ "pytorch", "transformers" ]
null
{ "architectures": null, "model_type": null, "task_specific_params": { "conversational": { "max_length": null }, "summarization": { "early_stopping": null, "length_penalty": null, "max_length": null, "min_length": null, "no_repeat_ngram_size": null, "num_beams...
3
null
--- license: mit tags: - generated_from_trainer datasets: - wikitext model-index: - name: wikitext-ds 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. --> # wikitext-...
[ -0.01647956855595112, -0.02730637602508068, -0.025312993675470352, 0.03133530169725418, 0.01339742448180914, 0.03826931491494179, -0.0017111747292801738, -0.010541396215558052, -0.03711437061429024, 0.05639491230249405, 0.031681936234235764, -0.005352110136300325, 0.02005077712237835, 0.04...