pipeline_tag
stringclasses
48 values
library_name
stringclasses
198 values
text
stringlengths
1
900k
metadata
stringlengths
2
438k
id
stringlengths
5
122
last_modified
null
tags
listlengths
1
1.84k
sha
null
created_at
stringlengths
25
25
arxiv
listlengths
0
201
languages
listlengths
0
1.83k
tags_str
stringlengths
17
9.34k
text_str
stringlengths
0
389k
text_lists
listlengths
0
722
processed_texts
listlengths
1
723
text2text-generation
transformers
<!-- 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. --> # pegasus-samsum This model is a fine-tuned version of [google/pegasus-large](https://huggingface.co/google/pegasus-large) on the ...
{"tags": ["generated_from_trainer"], "datasets": ["samsum"], "model-index": [{"name": "pegasus-samsum", "results": []}]}
vidyavenkappa/pegasus-samsum
null
[ "transformers", "pytorch", "tensorboard", "pegasus", "text2text-generation", "generated_from_trainer", "dataset:samsum", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2022-07-30T11:10:24+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #pegasus #text2text-generation #generated_from_trainer #dataset-samsum #autotrain_compatible #endpoints_compatible #region-us
pegasus-samsum ============== This model is a fine-tuned version of google/pegasus-large on the samsum dataset. It achieves the following results on the evaluation set: * Loss: 1.3086 Model description ----------------- More information needed Intended uses & limitations --------------------------- More inf...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 5e-05\n* train\\_batch\\_size: 1\n* eval\\_batch\\_size: 1\n* seed: 42\n* gradient\\_accumulation\\_steps: 16\n* total\\_train\\_batch\\_size: 16\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=...
[ "TAGS\n#transformers #pytorch #tensorboard #pegasus #text2text-generation #generated_from_trainer #dataset-samsum #autotrain_compatible #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 5e-05\n* train\\_batch\\...
image-classification
transformers
# rust_image_classification_9 Autogenerated by HuggingPics🤗🖼️ Create your own image classifier for **anything** by running [the demo on Google Colab](https://colab.research.google.com/github/nateraw/huggingpics/blob/main/HuggingPics.ipynb). Report any issues with the demo at the [github repo](https://github.com/...
{"tags": ["image-classification", "pytorch", "huggingpics"], "metrics": ["accuracy"]}
SummerChiam/rust_image_classification_9
null
[ "transformers", "pytorch", "tensorboard", "vit", "image-classification", "huggingpics", "model-index", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2022-07-30T11:33:08+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #vit #image-classification #huggingpics #model-index #autotrain_compatible #endpoints_compatible #region-us
# rust_image_classification_9 Autogenerated by HuggingPics️ Create your own image classifier for anything by running the demo on Google Colab. Report any issues with the demo at the github repo. ## Example Images #### nonrust !nonrust #### rust !rust
[ "# rust_image_classification_9\n\n\nAutogenerated by HuggingPics️\n\nCreate your own image classifier for anything by running the demo on Google Colab.\n\nReport any issues with the demo at the github repo.", "## Example Images", "#### nonrust\n\n!nonrust", "#### rust\n\n!rust" ]
[ "TAGS\n#transformers #pytorch #tensorboard #vit #image-classification #huggingpics #model-index #autotrain_compatible #endpoints_compatible #region-us \n", "# rust_image_classification_9\n\n\nAutogenerated by HuggingPics️\n\nCreate your own image classifier for anything by running the demo on Google Colab.\n\nRep...
token-classification
transformers
This model can classify tokens and do Name Entity Recognition task in Farsi. Feel free to test it. You can copy from below samples. ``` من امیر پورمند هستم و در خبرگزاری فارس استان زنجان هستم. ``` This model is based on `Farsi Bert` and is finetuned on Name Entity Recognition task for 10 epochs.
{"license": "mit"}
pourmand1376/NER_Farsi
null
[ "transformers", "pytorch", "safetensors", "bert", "token-classification", "license:mit", "autotrain_compatible", "endpoints_compatible", "has_space", "region:us" ]
null
2022-07-30T11:55:00+00:00
[]
[]
TAGS #transformers #pytorch #safetensors #bert #token-classification #license-mit #autotrain_compatible #endpoints_compatible #has_space #region-us
This model can classify tokens and do Name Entity Recognition task in Farsi. Feel free to test it. You can copy from below samples. This model is based on 'Farsi Bert' and is finetuned on Name Entity Recognition task for 10 epochs.
[]
[ "TAGS\n#transformers #pytorch #safetensors #bert #token-classification #license-mit #autotrain_compatible #endpoints_compatible #has_space #region-us \n" ]
reinforcement-learning
stable-baselines3
# **PPO** Agent playing **LunarLander-v2** This is a trained model of a **PPO** agent playing **LunarLander-v2** using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines3). ## Usage (with Stable-baselines3) TODO: Add your code ```python from stable_baselines3 import ... from huggingface_sb3 ...
{"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": "LunarL...
constanter/PPO-LunarLander-v2
null
[ "stable-baselines3", "LunarLander-v2", "deep-reinforcement-learning", "reinforcement-learning", "model-index", "region:us" ]
null
2022-07-30T12:33:54+00:00
[]
[]
TAGS #stable-baselines3 #LunarLander-v2 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us
# PPO Agent playing LunarLander-v2 This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library. ## Usage (with Stable-baselines3) TODO: Add your code
[ "# PPO Agent playing LunarLander-v2\nThis is a trained model of a PPO agent playing LunarLander-v2\nusing the stable-baselines3 library.", "## Usage (with Stable-baselines3)\nTODO: Add your code" ]
[ "TAGS\n#stable-baselines3 #LunarLander-v2 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us \n", "# PPO Agent playing LunarLander-v2\nThis is a trained model of a PPO agent playing LunarLander-v2\nusing the stable-baselines3 library.", "## Usage (with Stable-baselines3)\nTODO: Add you...
automatic-speech-recognition
transformers
<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # wav2vec2-large-xls-r-300m-turkish-colab This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface...
{"license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["common_voice"], "model-index": [{"name": "wav2vec2-large-xls-r-300m-turkish-colab", "results": []}]}
Motahar/wav2vec2-large-xls-r-300m-turkish-colab
null
[ "transformers", "pytorch", "tensorboard", "wav2vec2", "automatic-speech-recognition", "generated_from_trainer", "dataset:common_voice", "license:apache-2.0", "endpoints_compatible", "region:us" ]
null
2022-07-30T12:37:18+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #wav2vec2 #automatic-speech-recognition #generated_from_trainer #dataset-common_voice #license-apache-2.0 #endpoints_compatible #region-us
wav2vec2-large-xls-r-300m-turkish-colab ======================================= This model is a fine-tuned version of facebook/wav2vec2-xls-r-300m on the common\_voice dataset. It achieves the following results on the evaluation set: * Loss: 0.3864 * Wer: 0.3077 Model description ----------------- More informat...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 0.0003\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 8\n* seed: 42\n* gradient\\_accumulation\\_steps: 2\n* total\\_train\\_batch\\_size: 32\n* optimizer: Adam with betas=(0.9,0.999) and epsilon...
[ "TAGS\n#transformers #pytorch #tensorboard #wav2vec2 #automatic-speech-recognition #generated_from_trainer #dataset-common_voice #license-apache-2.0 #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 0.0003\n* t...
text2text-generation
transformers
<!-- 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. --> # opus-mt-ru-en-finetuned-ru-to-en This model is a fine-tuned version of [Helsinki-NLP/opus-mt-ru-en](https://huggingface.co/Helsi...
{"license": "cc-by-4.0", "tags": ["generated_from_trainer"], "model-index": [{"name": "opus-mt-ru-en-finetuned-ru-to-en", "results": []}]}
Kovalev/opus-mt-ru-en-finetuned-ru-to-en
null
[ "transformers", "pytorch", "tensorboard", "marian", "text2text-generation", "generated_from_trainer", "license:cc-by-4.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2022-07-30T13:36:24+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #marian #text2text-generation #generated_from_trainer #license-cc-by-4.0 #autotrain_compatible #endpoints_compatible #region-us
# opus-mt-ru-en-finetuned-ru-to-en This model is a fine-tuned version of Helsinki-NLP/opus-mt-ru-en on an unknown dataset. ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Tra...
[ "# opus-mt-ru-en-finetuned-ru-to-en\n\nThis model is a fine-tuned version of Helsinki-NLP/opus-mt-ru-en on an unknown dataset.", "## Model description\n\nMore information needed", "## Intended uses & limitations\n\nMore information needed", "## Training and evaluation data\n\nMore information needed", "## T...
[ "TAGS\n#transformers #pytorch #tensorboard #marian #text2text-generation #generated_from_trainer #license-cc-by-4.0 #autotrain_compatible #endpoints_compatible #region-us \n", "# opus-mt-ru-en-finetuned-ru-to-en\n\nThis model is a fine-tuned version of Helsinki-NLP/opus-mt-ru-en on an unknown dataset.", "## Mod...
reinforcement-learning
ml-agents
# **ppo** Agent playing **Pyramids** This is a trained model of a **ppo** agent playing **Pyramids** using the [Unity ML-Agents Library](https://github.com/Unity-Technologies/ml-agents). ## Usage (with ML-Agents) The Documentation: https://github.com/huggingface/ml-agents#get-started We wrote a comple...
{"library_name": "ml-agents", "tags": ["unity-ml-agents", "ml-agents", "deep-reinforcement-learning", "reinforcement-learning", "ML-Agents-Pyramids"]}
comodoro/testpyramidsrnd
null
[ "ml-agents", "tensorboard", "onnx", "unity-ml-agents", "deep-reinforcement-learning", "reinforcement-learning", "ML-Agents-Pyramids", "region:us" ]
null
2022-07-30T13:44:36+00:00
[]
[]
TAGS #ml-agents #tensorboard #onnx #unity-ml-agents #deep-reinforcement-learning #reinforcement-learning #ML-Agents-Pyramids #region-us
# ppo Agent playing Pyramids This is a trained model of a ppo agent playing Pyramids using the Unity ML-Agents Library. ## Usage (with ML-Agents) The Documentation: URL We wrote a complete tutorial to learn to train your first agent using ML-Agents and publish it to the Hub: ### Resume the trainin...
[ "# ppo Agent playing Pyramids\n This is a trained model of a ppo agent playing Pyramids using the Unity ML-Agents Library.\n \n ## Usage (with ML-Agents)\n The Documentation: URL\n We wrote a complete tutorial to learn to train your first agent using ML-Agents and publish it to the Hub:\n\n\n ### Resume the t...
[ "TAGS\n#ml-agents #tensorboard #onnx #unity-ml-agents #deep-reinforcement-learning #reinforcement-learning #ML-Agents-Pyramids #region-us \n", "# ppo Agent playing Pyramids\n This is a trained model of a ppo agent playing Pyramids using the Unity ML-Agents Library.\n \n ## Usage (with ML-Agents)\n The Documen...
reinforcement-learning
stable-baselines3
# **PPO** Agent playing **LunarLander-v2** This is a trained model of a **PPO** agent playing **LunarLander-v2** using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines3). ## Usage (with Stable-baselines3) TODO: Add your code ```python from stable_baselines3 import ... from huggingface_sb3 ...
{"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": "LunarL...
azimuth3d/rf_lunarlander
null
[ "stable-baselines3", "LunarLander-v2", "deep-reinforcement-learning", "reinforcement-learning", "model-index", "region:us" ]
null
2022-07-30T13:48:36+00:00
[]
[]
TAGS #stable-baselines3 #LunarLander-v2 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us
# PPO Agent playing LunarLander-v2 This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library. ## Usage (with Stable-baselines3) TODO: Add your code
[ "# PPO Agent playing LunarLander-v2\nThis is a trained model of a PPO agent playing LunarLander-v2\nusing the stable-baselines3 library.", "## Usage (with Stable-baselines3)\nTODO: Add your code" ]
[ "TAGS\n#stable-baselines3 #LunarLander-v2 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us \n", "# PPO Agent playing LunarLander-v2\nThis is a trained model of a PPO agent playing LunarLander-v2\nusing the stable-baselines3 library.", "## Usage (with Stable-baselines3)\nTODO: Add you...
reinforcement-learning
ml-agents
# **ppo** Agent playing **Pyramids** This is a trained model of a **ppo** agent playing **Pyramids** using the [Unity ML-Agents Library](https://github.com/Unity-Technologies/ml-agents). ## Usage (with ML-Agents) The Documentation: https://github.com/huggingface/ml-agents#get-started We wrote a comple...
{"library_name": "ml-agents", "tags": ["unity-ml-agents", "ml-agents", "deep-reinforcement-learning", "reinforcement-learning", "ML-Agents-Pyramids"]}
comodoro/testpyramidsrnd2
null
[ "ml-agents", "tensorboard", "onnx", "unity-ml-agents", "deep-reinforcement-learning", "reinforcement-learning", "ML-Agents-Pyramids", "region:us" ]
null
2022-07-30T14:58:47+00:00
[]
[]
TAGS #ml-agents #tensorboard #onnx #unity-ml-agents #deep-reinforcement-learning #reinforcement-learning #ML-Agents-Pyramids #region-us
# ppo Agent playing Pyramids This is a trained model of a ppo agent playing Pyramids using the Unity ML-Agents Library. ## Usage (with ML-Agents) The Documentation: URL We wrote a complete tutorial to learn to train your first agent using ML-Agents and publish it to the Hub: ### Resume the trainin...
[ "# ppo Agent playing Pyramids\n This is a trained model of a ppo agent playing Pyramids using the Unity ML-Agents Library.\n \n ## Usage (with ML-Agents)\n The Documentation: URL\n We wrote a complete tutorial to learn to train your first agent using ML-Agents and publish it to the Hub:\n\n\n ### Resume the t...
[ "TAGS\n#ml-agents #tensorboard #onnx #unity-ml-agents #deep-reinforcement-learning #reinforcement-learning #ML-Agents-Pyramids #region-us \n", "# ppo Agent playing Pyramids\n This is a trained model of a ppo agent playing Pyramids using the Unity ML-Agents Library.\n \n ## Usage (with ML-Agents)\n The Documen...
text-generation
transformers
<div class="inline-flex flex-col" style="line-height: 1.5;"> <div class="flex"> <div style="display:inherit; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;https://pbs.twimg.com/profile_images/1503855535749312517/Guui...
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://github.com/borisdayma/huggingtweets/blob/master/img/logo.png?raw=true", "widget": [{"text": "My dream is"}]}
huggingtweets/timdalrymple_
null
[ "transformers", "pytorch", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
null
2022-07-30T14:59:32+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
AI BOT Timothy Dalrymple @timdalrymple\_ I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data...
[]
[ "TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
text-generation
transformers
<div class="inline-flex flex-col" style="line-height: 1.5;"> <div class="flex"> <div style="display:inherit; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;https://pbs.twimg.com/profile_images/1442126088944062469/p-Bi...
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "http://www.huggingtweets.com/oooo_honey/1659198603893/predictions.png", "widget": [{"text": "My dream is"}]}
huggingtweets/oooo_honey
null
[ "transformers", "pytorch", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
null
2022-07-30T15:18:37+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
AI BOT Rock'n'Pomp @oooo\_honey I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data --------...
[]
[ "TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
token-classification
transformers
<!-- 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. --> # xlm-roberta-base-finetuned-panx-de This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-b...
{"license": "mit", "tags": ["generated_from_trainer"], "datasets": ["xtreme"], "metrics": ["f1"], "model-index": [{"name": "xlm-roberta-base-finetuned-panx-de", "results": [{"task": {"type": "token-classification", "name": "Token Classification"}, "dataset": {"name": "xtreme", "type": "xtreme", "args": "PAN-X.de"}, "me...
coyote78/xlm-roberta-base-finetuned-panx-de
null
[ "transformers", "pytorch", "tensorboard", "xlm-roberta", "token-classification", "generated_from_trainer", "dataset:xtreme", "license:mit", "model-index", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2022-07-30T16:28:17+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #xlm-roberta #token-classification #generated_from_trainer #dataset-xtreme #license-mit #model-index #autotrain_compatible #endpoints_compatible #region-us
xlm-roberta-base-finetuned-panx-de ================================== This model is a fine-tuned version of xlm-roberta-base on the xtreme dataset. It achieves the following results on the evaluation set: * Loss: 0.1365 * F1: 0.8649 Model description ----------------- More information needed Intended uses & l...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 5e-05\n* train\\_batch\\_size: 24\n* eval\\_batch\\_size: 24\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 3", "### Traini...
[ "TAGS\n#transformers #pytorch #tensorboard #xlm-roberta #token-classification #generated_from_trainer #dataset-xtreme #license-mit #model-index #autotrain_compatible #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_...
text2text-generation
transformers
See https://wandb.ai/yepster/byt5-small-dutch-english?workspace=user-yepster for logs.
{}
yhavinga/byt5-small-dutch-english
null
[ "transformers", "jax", "t5", "text2text-generation", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
null
2022-07-30T18:25:33+00:00
[]
[]
TAGS #transformers #jax #t5 #text2text-generation #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
See URL for logs.
[]
[ "TAGS\n#transformers #jax #t5 #text2text-generation #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
text2text-generation
transformers
See logs at https://wandb.ai/yepster/long-t5-local-small/runs/37o59uad?workspace=user-yepster
{}
yhavinga/long-t5-local-small-dutch-english
null
[ "transformers", "jax", "tensorboard", "longt5", "text2text-generation", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2022-07-30T18:44:29+00:00
[]
[]
TAGS #transformers #jax #tensorboard #longt5 #text2text-generation #autotrain_compatible #endpoints_compatible #region-us
See logs at URL
[]
[ "TAGS\n#transformers #jax #tensorboard #longt5 #text2text-generation #autotrain_compatible #endpoints_compatible #region-us \n" ]
feature-extraction
transformers
# relbert/roberta-large-conceptnet-average-prompt-e-nce RelBERT fine-tuned from [roberta-large](https://huggingface.co/roberta-large) on [relbert/conceptnet_high_confidence](https://huggingface.co/datasets/relbert/conceptnet_high_confidence). Fine-tuning is done via [RelBERT](https://github.com/asahi417/relbert) lib...
{"datasets": ["relbert/conceptnet_high_confidence"], "model-index": [{"name": "relbert/roberta-large-conceptnet-average-prompt-e-nce", "results": [{"task": {"type": "sorting-task", "name": "Relation Mapping"}, "dataset": {"name": "Relation Mapping", "type": "relation-mapping", "args": "relbert/relation_mapping"}, "metr...
research-backup/roberta-large-conceptnet-average-prompt-e-nce
null
[ "transformers", "pytorch", "roberta", "feature-extraction", "dataset:relbert/conceptnet_high_confidence", "model-index", "endpoints_compatible", "region:us" ]
null
2022-07-30T18:48:25+00:00
[]
[]
TAGS #transformers #pytorch #roberta #feature-extraction #dataset-relbert/conceptnet_high_confidence #model-index #endpoints_compatible #region-us
# relbert/roberta-large-conceptnet-average-prompt-e-nce RelBERT fine-tuned from roberta-large on relbert/conceptnet_high_confidence. Fine-tuning is done via RelBERT library (see the repository for more detail). It achieves the following results on the relation understanding tasks: - Analogy Question (dataset, full r...
[ "# relbert/roberta-large-conceptnet-average-prompt-e-nce\n\nRelBERT fine-tuned from roberta-large on \nrelbert/conceptnet_high_confidence.\nFine-tuning is done via RelBERT library (see the repository for more detail).\nIt achieves the following results on the relation understanding tasks:\n- Analogy Question (data...
[ "TAGS\n#transformers #pytorch #roberta #feature-extraction #dataset-relbert/conceptnet_high_confidence #model-index #endpoints_compatible #region-us \n", "# relbert/roberta-large-conceptnet-average-prompt-e-nce\n\nRelBERT fine-tuned from roberta-large on \nrelbert/conceptnet_high_confidence.\nFine-tuning is done...
text2text-generation
transformers
Logs at https://wandb.ai/yepster/long-t5-tglobal-small/runs/2wiy76y6?workspace=user-yepster
{}
yhavinga/long-t5-tglobal-small-dutch-english
null
[ "transformers", "jax", "longt5", "text2text-generation", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2022-07-30T18:51:26+00:00
[]
[]
TAGS #transformers #jax #longt5 #text2text-generation #autotrain_compatible #endpoints_compatible #region-us
Logs at URL
[]
[ "TAGS\n#transformers #jax #longt5 #text2text-generation #autotrain_compatible #endpoints_compatible #region-us \n" ]
text2text-generation
transformers
<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # t5_large_headline_generator_testing_1 This model is a fine-tuned version of [t5-large](https://huggingface.co/t5-large) on an un...
{"license": "apache-2.0", "tags": ["generated_from_trainer"], "model-index": [{"name": "t5_large_headline_generator_testing_1", "results": []}]}
abdulmatinomotoso/t5_large_headline_generator_testing_1
null
[ "transformers", "pytorch", "tensorboard", "t5", "text2text-generation", "generated_from_trainer", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
null
2022-07-30T20:00:04+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #t5 #text2text-generation #generated_from_trainer #license-apache-2.0 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
t5\_large\_headline\_generator\_testing\_1 ========================================== This model is a fine-tuned version of t5-large on an unknown dataset. It achieves the following results on the evaluation set: * Loss: 1.0183 Model description ----------------- More information needed Intended uses & limita...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 5e-05\n* train\\_batch\\_size: 1\n* eval\\_batch\\_size: 1\n* seed: 42\n* gradient\\_accumulation\\_steps: 16\n* total\\_train\\_batch\\_size: 16\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=...
[ "TAGS\n#transformers #pytorch #tensorboard #t5 #text2text-generation #generated_from_trainer #license-apache-2.0 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate...
null
transformers
<!-- 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. --> # xlm-roberta-base-finetuned-panx-en-fr This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-robert...
{"license": "mit", "tags": ["generated_from_trainer"], "metrics": ["f1"], "model-index": [{"name": "xlm-roberta-base-finetuned-panx-en-fr", "results": []}]}
Neha2608/xlm-roberta-base-finetuned-panx-en-fr
null
[ "transformers", "pytorch", "xlm-roberta", "generated_from_trainer", "license:mit", "endpoints_compatible", "region:us" ]
null
2022-07-30T20:07:30+00:00
[]
[]
TAGS #transformers #pytorch #xlm-roberta #generated_from_trainer #license-mit #endpoints_compatible #region-us
xlm-roberta-base-finetuned-panx-en-fr ===================================== This model is a fine-tuned version of xlm-roberta-base on the None dataset. It achieves the following results on the evaluation set: * Loss: 0.2992 * F1: 0.8056 Model description ----------------- More information needed Intended uses...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 5e-05\n* train\\_batch\\_size: 24\n* eval\\_batch\\_size: 24\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 2", "### Traini...
[ "TAGS\n#transformers #pytorch #xlm-roberta #generated_from_trainer #license-mit #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 5e-05\n* train\\_batch\\_size: 24\n* eval\\_batch\\_size: 24\n* seed: 42\n* opti...
text-classification
transformers
<!-- 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. --> # distilbert-base-uncased_fine_tuned This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distil...
{"license": "apache-2.0", "tags": ["generated_from_trainer"], "metrics": ["accuracy", "recall", "precision", "f1"], "model-index": [{"name": "distilbert-base-uncased_fine_tuned_title_and_text", "results": []}]}
Izarel/distilbert-base-uncased_fine_tuned
null
[ "transformers", "pytorch", "distilbert", "text-classification", "generated_from_trainer", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2022-07-30T20:14:23+00:00
[]
[]
TAGS #transformers #pytorch #distilbert #text-classification #generated_from_trainer #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
distilbert-base-uncased\_fine\_tuned ==================================== This model is a fine-tuned version of distilbert-base-uncased on an reddit dataset -for NSFW classification. It was trained on titles + body\_text of submissions. It achieves the following results on the evaluation set: * Loss: 1.0159 * Accur...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 5e-05\n* train\\_batch\\_size: 32\n* eval\\_batch\\_size: 32\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* lr\\_scheduler\\_warmup\\_steps...
[ "TAGS\n#transformers #pytorch #distilbert #text-classification #generated_from_trainer #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 5e-05\n* train\\_batch\\_size: ...
text-classification
transformers
<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # bert_emo_classifier This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the e...
{"license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["emotion"], "model-index": [{"name": "bert_emo_classifier", "results": []}]}
Vasanth/bert_emo_classifier
null
[ "transformers", "pytorch", "tensorboard", "bert", "text-classification", "generated_from_trainer", "dataset:emotion", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2022-07-30T22:30:12+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #bert #text-classification #generated_from_trainer #dataset-emotion #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
bert\_emo\_classifier ===================== This model is a fine-tuned version of bert-base-uncased on the emotion dataset. It achieves the following results on the evaluation set: * Loss: 0.2748 Model description ----------------- More information needed Intended uses & limitations --------------------------...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 8\n* eval\\_batch\\_size: 8\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 4", "### Training...
[ "TAGS\n#transformers #pytorch #tensorboard #bert #text-classification #generated_from_trainer #dataset-emotion #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n...
image-classification
transformers
<!-- 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. --> # vit-base-patch16-224-finetuned-eurosat This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.c...
{"license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["imagefolder"], "metrics": ["accuracy"], "model-index": [{"name": "vit-base-patch16-224-finetuned-eurosat", "results": [{"task": {"type": "image-classification", "name": "Image Classification"}, "dataset": {"name": "imagefolder", "type": "imagef...
keithanpai/vit-base-patch16-224-finetuned-eurosat
null
[ "transformers", "pytorch", "tensorboard", "vit", "image-classification", "generated_from_trainer", "dataset:imagefolder", "license:apache-2.0", "model-index", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2022-07-30T22:42:57+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #vit #image-classification #generated_from_trainer #dataset-imagefolder #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us
vit-base-patch16-224-finetuned-eurosat ====================================== This model is a fine-tuned version of google/vit-base-patch16-224 on the imagefolder dataset. It achieves the following results on the evaluation set: * Loss: 0.3953 * Accuracy: 0.8633 Model description ----------------- More informat...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 5e-05\n* train\\_batch\\_size: 32\n* eval\\_batch\\_size: 32\n* seed: 42\n* gradient\\_accumulation\\_steps: 4\n* total\\_train\\_batch\\_size: 128\n* optimizer: Adam with betas=(0.9,0.999) and epsilo...
[ "TAGS\n#transformers #pytorch #tensorboard #vit #image-classification #generated_from_trainer #dataset-imagefolder #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learnin...
text-generation
transformers
<!-- 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. --> # vgdunkeybot This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on an unknown dataset. ## Model descripti...
{"license": "mit", "tags": ["generated_from_trainer"], "model-index": [{"name": "vgdunkeybot", "results": []}]}
Frikallo/vgdunkeybot
null
[ "transformers", "pytorch", "tensorboard", "gpt2", "text-generation", "generated_from_trainer", "license:mit", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
null
2022-07-30T23:32:04+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #gpt2 #text-generation #generated_from_trainer #license-mit #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
# vgdunkeybot This model is a fine-tuned version of gpt2 on an unknown dataset. ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparameters The following hyperp...
[ "# vgdunkeybot\n\nThis model is a fine-tuned version of gpt2 on an unknown dataset.", "## Model description\n\nMore information needed", "## Intended uses & limitations\n\nMore information needed", "## Training and evaluation data\n\nMore information needed", "## Training procedure", "### Training hyperpa...
[ "TAGS\n#transformers #pytorch #tensorboard #gpt2 #text-generation #generated_from_trainer #license-mit #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n", "# vgdunkeybot\n\nThis model is a fine-tuned version of gpt2 on an unknown dataset.", "## Model description\n\nMore inform...
null
diffusers
<!-- This model card has been generated automatically according to the information the training script had access to. You should probably proofread and complete it, then remove this comment. --> # ddpm-afhq-cats-128 ## Model description This diffusion model is trained with the [🤗 Diffusers](https://github.com/hugg...
{"language": "en", "license": "apache-2.0", "library_name": "diffusers", "tags": [], "datasets": "imagefolder", "metrics": []}
samwit/ddpm-afhq-cats-128
null
[ "diffusers", "tensorboard", "en", "dataset:imagefolder", "license:apache-2.0", "diffusers:DDPMPipeline", "region:us" ]
null
2022-07-30T23:49:28+00:00
[]
[ "en" ]
TAGS #diffusers #tensorboard #en #dataset-imagefolder #license-apache-2.0 #diffusers-DDPMPipeline #region-us
# ddpm-afhq-cats-128 ## Model description This diffusion model is trained with the Diffusers library on the 'imagefolder' dataset. ## Intended uses & limitations #### How to use #### Limitations and bias [TODO: provide examples of latent issues and potential remediations] ## Training data [TODO: describe...
[ "# ddpm-afhq-cats-128", "## Model description\n\nThis diffusion model is trained with the Diffusers library \non the 'imagefolder' dataset.", "## Intended uses & limitations", "#### How to use", "#### Limitations and bias\n\n[TODO: provide examples of latent issues and potential remediations]", "## Train...
[ "TAGS\n#diffusers #tensorboard #en #dataset-imagefolder #license-apache-2.0 #diffusers-DDPMPipeline #region-us \n", "# ddpm-afhq-cats-128", "## Model description\n\nThis diffusion model is trained with the Diffusers library \non the 'imagefolder' dataset.", "## Intended uses & limitations", "#### How to us...
text-generation
transformers
<!-- 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. --> # DeepLeffen-TSM_Leffen This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on an unknown dataset. ## Model...
{"license": "mit", "tags": ["generated_from_trainer"], "model-index": [{"name": "DeepLeffen-TSM_Leffen", "results": []}]}
Frikallo/DeepLeffen-TSM_Leffen
null
[ "transformers", "pytorch", "tensorboard", "gpt2", "text-generation", "generated_from_trainer", "license:mit", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
null
2022-07-31T00:27:45+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #gpt2 #text-generation #generated_from_trainer #license-mit #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
# DeepLeffen-TSM_Leffen This model is a fine-tuned version of gpt2 on an unknown dataset. ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparameters The follow...
[ "# DeepLeffen-TSM_Leffen\n\nThis model is a fine-tuned version of gpt2 on an unknown dataset.", "## Model description\n\nMore information needed", "## Intended uses & limitations\n\nMore information needed", "## Training and evaluation data\n\nMore information needed", "## Training procedure", "### Traini...
[ "TAGS\n#transformers #pytorch #tensorboard #gpt2 #text-generation #generated_from_trainer #license-mit #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n", "# DeepLeffen-TSM_Leffen\n\nThis model is a fine-tuned version of gpt2 on an unknown dataset.", "## Model description\n\nM...
text-generation
transformers
<div class="inline-flex flex-col" style="line-height: 1.5;"> <div class="flex"> <div style="display:inherit; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;https://pbs.twimg.com/profile_images/878332749706178560/7iT6f...
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "http://www.huggingtweets.com/brickware/1659232526175/predictions.png", "widget": [{"text": "My dream is"}]}
huggingtweets/brickware
null
[ "transformers", "pytorch", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
null
2022-07-31T00:54:29+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
AI BOT Dr. Lauren Bricker, at my cat’s service @brickware I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report...
[]
[ "TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
automatic-speech-recognition
transformers
<!-- 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. --> # data-augmentation-whitenoise-timit-2310 This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/fa...
{"license": "apache-2.0", "tags": ["generated_from_trainer"], "model-index": [{"name": "data-augmentation-whitenoise-timit-2310", "results": []}]}
gazzehamine/data-augmentation-whitenoise-timit-2310
null
[ "transformers", "pytorch", "tensorboard", "wav2vec2", "automatic-speech-recognition", "generated_from_trainer", "license:apache-2.0", "endpoints_compatible", "region:us" ]
null
2022-07-31T02:39:16+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #wav2vec2 #automatic-speech-recognition #generated_from_trainer #license-apache-2.0 #endpoints_compatible #region-us
data-augmentation-whitenoise-timit-2310 ======================================= This model is a fine-tuned version of facebook/wav2vec2-base on the None dataset. It achieves the following results on the evaluation set: * Loss: 0.5916 * Wer: 0.3408 Model description ----------------- More information needed In...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 0.0001\n* train\\_batch\\_size: 8\n* eval\\_batch\\_size: 8\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* lr\\_scheduler\\_warmup\\_steps:...
[ "TAGS\n#transformers #pytorch #tensorboard #wav2vec2 #automatic-speech-recognition #generated_from_trainer #license-apache-2.0 #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 0.0001\n* train\\_batch\\_size: 8...
reinforcement-learning
stable-baselines3
# **PPO** Agent playing **LunarLander-v2** This is a trained model of a **PPO** agent playing **LunarLander-v2** using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines3). ## Usage (with Stable-baselines3) TODO: Add your code ```python from stable_baselines3 import ... from huggingface_sb3 ...
{"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": "LunarL...
ijnekonasa/ppo-LunarLander-v2
null
[ "stable-baselines3", "LunarLander-v2", "deep-reinforcement-learning", "reinforcement-learning", "model-index", "region:us" ]
null
2022-07-31T02:57:44+00:00
[]
[]
TAGS #stable-baselines3 #LunarLander-v2 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us
# PPO Agent playing LunarLander-v2 This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library. ## Usage (with Stable-baselines3) TODO: Add your code
[ "# PPO Agent playing LunarLander-v2\nThis is a trained model of a PPO agent playing LunarLander-v2\nusing the stable-baselines3 library.", "## Usage (with Stable-baselines3)\nTODO: Add your code" ]
[ "TAGS\n#stable-baselines3 #LunarLander-v2 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us \n", "# PPO Agent playing LunarLander-v2\nThis is a trained model of a PPO agent playing LunarLander-v2\nusing the stable-baselines3 library.", "## Usage (with Stable-baselines3)\nTODO: Add you...
text-generation
transformers
# Phoenix Wright DialoGPT Model
{"tags": ["conversational"]}
GoldenRedstone/DialoGPT-medium-Phoenix-Wright
null
[ "transformers", "pytorch", "gpt2", "text-generation", "conversational", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
null
2022-07-31T04:31:30+00:00
[]
[]
TAGS #transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
# Phoenix Wright DialoGPT Model
[ "# Phoenix Wright DialoGPT Model" ]
[ "TAGS\n#transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n", "# Phoenix Wright DialoGPT Model" ]
text-classification
transformers
<!-- 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. --> # distilbert-base-uncased_fine_tuned_title This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/...
{"license": "apache-2.0", "tags": ["generated_from_trainer"], "metrics": ["accuracy", "recall", "precision", "f1"], "model-index": [{"name": "distilbert-base-uncased_fine_tuned_title", "results": []}]}
Izarel/distilbert-base-uncased_fine_tuned_title
null
[ "transformers", "pytorch", "distilbert", "text-classification", "generated_from_trainer", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2022-07-31T05:14:30+00:00
[]
[]
TAGS #transformers #pytorch #distilbert #text-classification #generated_from_trainer #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
distilbert-base-uncased\_fine\_tuned\_title =========================================== This model is a fine-tuned version of distilbert-base-uncased on an unknown dataset. It achieves the following results on the evaluation set: * Loss: 1.2615 * Accuracy: {'accuracy': 0.877634820695319} * Recall: {'recall': 0.8474...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 5e-05\n* train\\_batch\\_size: 32\n* eval\\_batch\\_size: 32\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* lr\\_scheduler\\_warmup\\_steps...
[ "TAGS\n#transformers #pytorch #distilbert #text-classification #generated_from_trainer #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 5e-05\n* train\\_batch\\_size: ...
fill-mask
transformers
<!-- 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 comment. --> # Okyx/finetuned-imdb This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on...
{"license": "apache-2.0", "tags": ["generated_from_keras_callback"], "model-index": [{"name": "Okyx/finetuned-imdb", "results": []}]}
Okyx/finetuned-imdb
null
[ "transformers", "tf", "distilbert", "fill-mask", "generated_from_keras_callback", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2022-07-31T05:26:46+00:00
[]
[]
TAGS #transformers #tf #distilbert #fill-mask #generated_from_keras_callback #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
Okyx/finetuned-imdb =================== This model is a fine-tuned version of distilbert-base-uncased on an unknown dataset. It achieves the following results on the evaluation set: * Train Loss: 2.8587 * Validation Loss: 2.6062 * Epoch: 0 Model description ----------------- More information needed Intended u...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* optimizer: {'name': 'AdamWeightDecay', 'learning\\_rate': {'class\\_name': 'WarmUp', 'config': {'initial\\_learning\\_rate': 2e-05, 'decay\\_schedule\\_fn': {'class\\_name': 'PolynomialDecay', 'config': {'initial\\_le...
[ "TAGS\n#transformers #tf #distilbert #fill-mask #generated_from_keras_callback #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* optimizer: {'name': 'AdamWeightDecay', 'learning\\_rate'...
question-answering
transformers
<!-- 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. --> # distilbert-base-uncased-finetuned-squad This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/d...
{"license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["squad_v2"], "model-index": [{"name": "distilbert-base-uncased-finetuned-squad", "results": []}]}
yashwantk/distilbert-base-uncased-finetuned-squad
null
[ "transformers", "pytorch", "tensorboard", "distilbert", "question-answering", "generated_from_trainer", "dataset:squad_v2", "license:apache-2.0", "endpoints_compatible", "region:us" ]
null
2022-07-31T07:07:48+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #distilbert #question-answering #generated_from_trainer #dataset-squad_v2 #license-apache-2.0 #endpoints_compatible #region-us
distilbert-base-uncased-finetuned-squad ======================================= This model is a fine-tuned version of distilbert-base-uncased on the squad\_v2 dataset. It achieves the following results on the evaluation set: * Loss: 1.2491 Model description ----------------- More information needed Intended u...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 16\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 1", "### Traini...
[ "TAGS\n#transformers #pytorch #tensorboard #distilbert #question-answering #generated_from_trainer #dataset-squad_v2 #license-apache-2.0 #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\...
text2text-generation
transformers
<!-- 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 comment. --> # Okyx/finetuned-amazon-en-es This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on an un...
{"license": "apache-2.0", "tags": ["generated_from_keras_callback"], "model-index": [{"name": "Okyx/finetuned-amazon-en-es", "results": []}]}
Okyx/finetuned-amazon-en-es
null
[ "transformers", "tf", "mt5", "text2text-generation", "generated_from_keras_callback", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
null
2022-07-31T08:41:05+00:00
[]
[]
TAGS #transformers #tf #mt5 #text2text-generation #generated_from_keras_callback #license-apache-2.0 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
Okyx/finetuned-amazon-en-es =========================== This model is a fine-tuned version of google/mt5-small on an unknown dataset. It achieves the following results on the evaluation set: * Train Loss: 4.0154 * Validation Loss: 3.3292 * Epoch: 7 Model description ----------------- More information needed I...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* optimizer: {'name': 'AdamWeightDecay', 'learning\\_rate': {'class\\_name': 'PolynomialDecay', 'config': {'initial\\_learning\\_rate': 5.6e-05, 'decay\\_steps': 9672, 'end\\_learning\\_rate': 0.0, 'power': 1.0, 'cycle'...
[ "TAGS\n#transformers #tf #mt5 #text2text-generation #generated_from_keras_callback #license-apache-2.0 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* optimizer: {'name': 'Adam...
null
null
Open AI diffusion model that has trained on every single NSFW gay furry illustrations on e621.net that’s over the community score of 100. Excluding extreme fetishes and underage contents. 'attention_resolutions': '32, 16, 8', 'class_cond': False, 'diffusion_steps': 1000, 'resca...
{"license": "mit"}
CuteBlack/gfp_guided_diffusion_v4
null
[ "license:mit", "region:us" ]
null
2022-07-31T08:48:47+00:00
[]
[]
TAGS #license-mit #region-us
Open AI diffusion model that has trained on every single NSFW gay furry illustrations on URL that’s over the community score of 100. Excluding extreme fetishes and underage contents. 'attention_resolutions': '32, 16, 8', 'class_cond': False, 'diffusion_steps': 1000, 'rescale_ti...
[]
[ "TAGS\n#license-mit #region-us \n" ]
text2text-generation
transformers
<!-- 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. --> # multi_news_headline_generator_testing_2 This model is a fine-tuned version of [google/pegasus-multi_news](https://huggingface.co...
{"tags": ["generated_from_trainer"], "model-index": [{"name": "multi_news_headline_generator_testing_2", "results": []}]}
abdulmatinomotoso/multi_news_headline_generator_testing_2
null
[ "transformers", "pytorch", "tensorboard", "pegasus", "text2text-generation", "generated_from_trainer", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2022-07-31T09:17:05+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #pegasus #text2text-generation #generated_from_trainer #autotrain_compatible #endpoints_compatible #region-us
multi\_news\_headline\_generator\_testing\_2 ============================================ This model is a fine-tuned version of google/pegasus-multi\_news on an unknown dataset. It achieves the following results on the evaluation set: * Loss: 1.2529 Model description ----------------- More information needed ...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 5e-05\n* train\\_batch\\_size: 1\n* eval\\_batch\\_size: 1\n* seed: 42\n* gradient\\_accumulation\\_steps: 16\n* total\\_train\\_batch\\_size: 16\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=...
[ "TAGS\n#transformers #pytorch #tensorboard #pegasus #text2text-generation #generated_from_trainer #autotrain_compatible #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 5e-05\n* train\\_batch\\_size: 1\n* eval...
text2text-generation
transformers
See logs at https://wandb.ai/yepster/long-byt5-tglobal-small
{}
yhavinga/long-byt5-tglobal-small-dutch-english
null
[ "transformers", "jax", "longt5", "text2text-generation", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2022-07-31T09:36:45+00:00
[]
[]
TAGS #transformers #jax #longt5 #text2text-generation #autotrain_compatible #endpoints_compatible #region-us
See logs at URL
[]
[ "TAGS\n#transformers #jax #longt5 #text2text-generation #autotrain_compatible #endpoints_compatible #region-us \n" ]
text-classification
transformers
<!-- 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. --> # finetuning-sentiment-model-3000-samples This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/d...
{"license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["imdb"], "model-index": [{"name": "finetuning-sentiment-model-3000-samples", "results": []}]}
fabf21/finetuning-sentiment-model-3000-samples
null
[ "transformers", "pytorch", "tensorboard", "distilbert", "text-classification", "generated_from_trainer", "dataset:imdb", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2022-07-31T10:05:03+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #distilbert #text-classification #generated_from_trainer #dataset-imdb #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
# finetuning-sentiment-model-3000-samples This model is a fine-tuned version of distilbert-base-uncased on the imdb dataset. ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### T...
[ "# finetuning-sentiment-model-3000-samples\n\nThis model is a fine-tuned version of distilbert-base-uncased on the imdb dataset.", "## Model description\n\nMore information needed", "## Intended uses & limitations\n\nMore information needed", "## Training and evaluation data\n\nMore information needed", "##...
[ "TAGS\n#transformers #pytorch #tensorboard #distilbert #text-classification #generated_from_trainer #dataset-imdb #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n", "# finetuning-sentiment-model-3000-samples\n\nThis model is a fine-tuned version of distilbert-base-uncased on the imdb ...
reinforcement-learning
null
# **Reinforce** Agent playing **CartPole-v1** This is a trained model of a **Reinforce** agent playing **CartPole-v1** . To learn to use this model and train yours check Unit 5 of the Deep Reinforcement Learning Class: https://github.com/huggingface/deep-rl-class/tree/main/unit5
{"tags": ["CartPole-v1", "reinforce", "reinforcement-learning", "custom-implementation", "deep-rl-class"], "model-index": [{"name": "Reinforce-0", "results": [{"task": {"type": "reinforcement-learning", "name": "reinforcement-learning"}, "dataset": {"name": "CartPole-v1", "type": "CartPole-v1"}, "metrics": [{"type": "m...
Kinahem/Reinforce-0
null
[ "CartPole-v1", "reinforce", "reinforcement-learning", "custom-implementation", "deep-rl-class", "model-index", "region:us" ]
null
2022-07-31T10:47:02+00:00
[]
[]
TAGS #CartPole-v1 #reinforce #reinforcement-learning #custom-implementation #deep-rl-class #model-index #region-us
# Reinforce Agent playing CartPole-v1 This is a trained model of a Reinforce agent playing CartPole-v1 . To learn to use this model and train yours check Unit 5 of the Deep Reinforcement Learning Class: URL
[ "# Reinforce Agent playing CartPole-v1\n This is a trained model of a Reinforce agent playing CartPole-v1 .\n To learn to use this model and train yours check Unit 5 of the Deep Reinforcement Learning Class: URL" ]
[ "TAGS\n#CartPole-v1 #reinforce #reinforcement-learning #custom-implementation #deep-rl-class #model-index #region-us \n", "# Reinforce Agent playing CartPole-v1\n This is a trained model of a Reinforce agent playing CartPole-v1 .\n To learn to use this model and train yours check Unit 5 of the Deep Reinforcemen...
reinforcement-learning
null
# **Reinforce** Agent playing **CartPole-v1** This is a trained model of a **Reinforce** agent playing **CartPole-v1** . To learn to use this model and train yours check Unit 5 of the Deep Reinforcement Learning Class: https://github.com/huggingface/deep-rl-class/tree/main/unit5
{"tags": ["CartPole-v1", "reinforce", "reinforcement-learning", "custom-implementation", "deep-rl-class"], "model-index": [{"name": "Reinforce-1", "results": [{"task": {"type": "reinforcement-learning", "name": "reinforcement-learning"}, "dataset": {"name": "CartPole-v1", "type": "CartPole-v1"}, "metrics": [{"type": "m...
Kinahem/Reinforce-1
null
[ "CartPole-v1", "reinforce", "reinforcement-learning", "custom-implementation", "deep-rl-class", "model-index", "region:us" ]
null
2022-07-31T11:06:53+00:00
[]
[]
TAGS #CartPole-v1 #reinforce #reinforcement-learning #custom-implementation #deep-rl-class #model-index #region-us
# Reinforce Agent playing CartPole-v1 This is a trained model of a Reinforce agent playing CartPole-v1 . To learn to use this model and train yours check Unit 5 of the Deep Reinforcement Learning Class: URL
[ "# Reinforce Agent playing CartPole-v1\n This is a trained model of a Reinforce agent playing CartPole-v1 .\n To learn to use this model and train yours check Unit 5 of the Deep Reinforcement Learning Class: URL" ]
[ "TAGS\n#CartPole-v1 #reinforce #reinforcement-learning #custom-implementation #deep-rl-class #model-index #region-us \n", "# Reinforce Agent playing CartPole-v1\n This is a trained model of a Reinforce agent playing CartPole-v1 .\n To learn to use this model and train yours check Unit 5 of the Deep Reinforcemen...
null
null
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
{"license": "mit", "title": "Double Hard Debiasing", "emoji": "\ud83d\udc41", "colorFrom": "blue", "colorTo": "pink", "sdk": "gradio", "sdk_version": "3.1.1", "app_file": "app.py", "pinned": false}
Daniel-Saeedi/DoubleHardDebias
null
[ "license:mit", "region:us" ]
null
2022-07-31T11:08:09+00:00
[]
[]
TAGS #license-mit #region-us
Check out the configuration reference at URL
[]
[ "TAGS\n#license-mit #region-us \n" ]
summarization
transformers
# README - long-t5-tglobal-base-16384-booksum-V11-big_patent-V2 - this README was added because there wasn't one - created 2022-07-31_12-14-50 ## about An experiment testing some transfer learning with [pszemraj/long-t5-tglobal-base-16384-book-summary](https://huggingface.co/pszemraj/long-t5-tglobal-base-16384-...
{"license": ["apache-2.0", "bsd-3-clause"], "tags": ["summarization", "summary", "booksum", "long-document", "long-form"], "datasets": ["kmfoda/booksum", "big_patent"], "metrics": ["rouge"], "widget": [{"text": "large earthquakes along a given fault segment do not occur at random intervals because it takes time to accu...
pszemraj/long-t5-tglobal-base-16384-booksum-V11-big_patent-V2
null
[ "transformers", "pytorch", "safetensors", "longt5", "text2text-generation", "summarization", "summary", "booksum", "long-document", "long-form", "dataset:kmfoda/booksum", "dataset:big_patent", "license:apache-2.0", "license:bsd-3-clause", "model-index", "autotrain_compatible", "endpo...
null
2022-07-31T11:14:16+00:00
[]
[]
TAGS #transformers #pytorch #safetensors #longt5 #text2text-generation #summarization #summary #booksum #long-document #long-form #dataset-kmfoda/booksum #dataset-big_patent #license-apache-2.0 #license-bsd-3-clause #model-index #autotrain_compatible #endpoints_compatible #has_space #region-us
# README - long-t5-tglobal-base-16384-booksum-V11-big_patent-V2 - this README was added because there wasn't one - created 2022-07-31_12-14-50 ## about An experiment testing some transfer learning with pszemraj/long-t5-tglobal-base-16384-book-summary to evaluate the ability to learn some technical documentation...
[ "# README - long-t5-tglobal-base-16384-booksum-V11-big_patent-V2 \n- this README was added because there wasn't one\n- created 2022-07-31_12-14-50", "## about \n\nAn experiment testing some transfer learning with pszemraj/long-t5-tglobal-base-16384-book-summary to evaluate the ability to learn some technical docu...
[ "TAGS\n#transformers #pytorch #safetensors #longt5 #text2text-generation #summarization #summary #booksum #long-document #long-form #dataset-kmfoda/booksum #dataset-big_patent #license-apache-2.0 #license-bsd-3-clause #model-index #autotrain_compatible #endpoints_compatible #has_space #region-us \n", "# README - ...
reinforcement-learning
null
# **Reinforce** Agent playing **CartPole-v1** This is a trained model of a **Reinforce** agent playing **CartPole-v1** . To learn to use this model and train yours check Unit 5 of the Deep Reinforcement Learning Class: https://github.com/huggingface/deep-rl-class/tree/main/unit5
{"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": [{...
QuickSilver007/Reinforce-CartPole-v1
null
[ "CartPole-v1", "reinforce", "reinforcement-learning", "custom-implementation", "deep-rl-class", "model-index", "region:us" ]
null
2022-07-31T11:21:29+00:00
[]
[]
TAGS #CartPole-v1 #reinforce #reinforcement-learning #custom-implementation #deep-rl-class #model-index #region-us
# Reinforce Agent playing CartPole-v1 This is a trained model of a Reinforce agent playing CartPole-v1 . To learn to use this model and train yours check Unit 5 of the Deep Reinforcement Learning Class: URL
[ "# Reinforce Agent playing CartPole-v1\n This is a trained model of a Reinforce agent playing CartPole-v1 .\n To learn to use this model and train yours check Unit 5 of the Deep Reinforcement Learning Class: URL" ]
[ "TAGS\n#CartPole-v1 #reinforce #reinforcement-learning #custom-implementation #deep-rl-class #model-index #region-us \n", "# Reinforce Agent playing CartPole-v1\n This is a trained model of a Reinforce agent playing CartPole-v1 .\n To learn to use this model and train yours check Unit 5 of the Deep Reinforcemen...
text-classification
transformers
<!-- 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. --> # covid-twitter-bert-v2-no_description-stance-loss-hyp This model is a fine-tuned version of [digitalepidemiologylab/covid-twitter...
{"license": "mit", "tags": ["generated_from_trainer"], "metrics": ["accuracy"], "model-index": [{"name": "covid-twitter-bert-v2-no_description-stance-loss-hyp", "results": []}]}
sumba/covid-twitter-bert-v2-no_description-stance-loss-hyp
null
[ "transformers", "pytorch", "tensorboard", "bert", "text-classification", "generated_from_trainer", "license:mit", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2022-07-31T11:21:31+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #bert #text-classification #generated_from_trainer #license-mit #autotrain_compatible #endpoints_compatible #region-us
covid-twitter-bert-v2-no\_description-stance-loss-hyp ===================================================== This model is a fine-tuned version of digitalepidemiologylab/covid-twitter-bert-v2 on an unknown dataset. It achieves the following results on the evaluation set: * Loss: 0.6202 * Accuracy: 0.0829 Model des...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 1.4275469935864394e-05\n* train\\_batch\\_size: 8\n* eval\\_batch\\_size: 8\n* seed: 40\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 4"...
[ "TAGS\n#transformers #pytorch #tensorboard #bert #text-classification #generated_from_trainer #license-mit #autotrain_compatible #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 1.4275469935864394e-05\n* train...
sentence-similarity
sentence-transformers
# {MODEL_NAME} This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentences & paragraphs to a 768 dimensional dense vector space and can be used for tasks like clustering or semantic search. <!--- Describe your model here --> ## Usage (Sentence-Transformers) Using this model becomes easy when ...
{"tags": ["sentence-transformers", "feature-extraction", "sentence-similarity", "transformers"], "pipeline_tag": "sentence-similarity"}
lmxhappy/xiaosenlin-bert
null
[ "sentence-transformers", "pytorch", "bert", "feature-extraction", "sentence-similarity", "transformers", "endpoints_compatible", "region:us" ]
null
2022-07-31T11:26:58+00:00
[]
[]
TAGS #sentence-transformers #pytorch #bert #feature-extraction #sentence-similarity #transformers #endpoints_compatible #region-us
# {MODEL_NAME} This is a sentence-transformers model: It maps sentences & paragraphs to a 768 dimensional dense vector space and can be used for tasks like clustering or semantic search. ## Usage (Sentence-Transformers) Using this model becomes easy when you have sentence-transformers installed: Then you can u...
[ "# {MODEL_NAME}\n\nThis is a sentence-transformers model: It maps sentences & paragraphs to a 768 dimensional dense vector space and can be used for tasks like clustering or semantic search.", "## Usage (Sentence-Transformers)\n\nUsing this model becomes easy when you have sentence-transformers installed:\n\n\n\n...
[ "TAGS\n#sentence-transformers #pytorch #bert #feature-extraction #sentence-similarity #transformers #endpoints_compatible #region-us \n", "# {MODEL_NAME}\n\nThis is a sentence-transformers model: It maps sentences & paragraphs to a 768 dimensional dense vector space and can be used for tasks like clustering or se...
reinforcement-learning
null
# **Reinforce** Agent playing **CartPole-v1** This is a trained model of a **Reinforce** agent playing **CartPole-v1** . To learn to use this model and train yours check Unit 5 of the Deep Reinforcement Learning Class: https://github.com/huggingface/deep-rl-class/tree/main/unit5
{"tags": ["CartPole-v1", "reinforce", "reinforcement-learning", "custom-implementation", "deep-rl-class"], "model-index": [{"name": "Reinforce-2", "results": [{"task": {"type": "reinforcement-learning", "name": "reinforcement-learning"}, "dataset": {"name": "CartPole-v1", "type": "CartPole-v1"}, "metrics": [{"type": "m...
Kinahem/Reinforce-2
null
[ "CartPole-v1", "reinforce", "reinforcement-learning", "custom-implementation", "deep-rl-class", "model-index", "region:us" ]
null
2022-07-31T11:30:49+00:00
[]
[]
TAGS #CartPole-v1 #reinforce #reinforcement-learning #custom-implementation #deep-rl-class #model-index #region-us
# Reinforce Agent playing CartPole-v1 This is a trained model of a Reinforce agent playing CartPole-v1 . To learn to use this model and train yours check Unit 5 of the Deep Reinforcement Learning Class: URL
[ "# Reinforce Agent playing CartPole-v1\n This is a trained model of a Reinforce agent playing CartPole-v1 .\n To learn to use this model and train yours check Unit 5 of the Deep Reinforcement Learning Class: URL" ]
[ "TAGS\n#CartPole-v1 #reinforce #reinforcement-learning #custom-implementation #deep-rl-class #model-index #region-us \n", "# Reinforce Agent playing CartPole-v1\n This is a trained model of a Reinforce agent playing CartPole-v1 .\n To learn to use this model and train yours check Unit 5 of the Deep Reinforcemen...
text-classification
transformers
<!-- 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. --> # distilbert-base-uncased-finetuned-clinc This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/d...
{"license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["clinc_oos"], "metrics": ["accuracy"], "model-index": [{"name": "distilbert-base-uncased-finetuned-clinc", "results": [{"task": {"type": "text-classification", "name": "Text Classification"}, "dataset": {"name": "clinc_oos", "type": "clinc_oos",...
dfsj/distilbert-base-uncased-finetuned-clinc
null
[ "transformers", "pytorch", "distilbert", "text-classification", "generated_from_trainer", "dataset:clinc_oos", "license:apache-2.0", "model-index", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2022-07-31T11:46:43+00:00
[]
[]
TAGS #transformers #pytorch #distilbert #text-classification #generated_from_trainer #dataset-clinc_oos #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us
distilbert-base-uncased-finetuned-clinc ======================================= This model is a fine-tuned version of distilbert-base-uncased on the clinc\_oos dataset. It achieves the following results on the evaluation set: * Loss: 0.7737 * Accuracy: 0.9187 Model description ----------------- More information...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 48\n* eval\\_batch\\_size: 48\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 5", "### Traini...
[ "TAGS\n#transformers #pytorch #distilbert #text-classification #generated_from_trainer #dataset-clinc_oos #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate:...
reinforcement-learning
null
# **Reinforce** Agent playing **CartPole-v1** This is a trained model of a **Reinforce** agent playing **CartPole-v1** . To learn to use this model and train yours check Unit 5 of the Deep Reinforcement Learning Class: https://github.com/huggingface/deep-rl-class/tree/main/unit5
{"tags": ["CartPole-v1", "reinforce", "reinforcement-learning", "custom-implementation", "deep-rl-class"], "model-index": [{"name": "Reinforce-3", "results": [{"task": {"type": "reinforcement-learning", "name": "reinforcement-learning"}, "dataset": {"name": "CartPole-v1", "type": "CartPole-v1"}, "metrics": [{"type": "m...
Kinahem/Reinforce-3
null
[ "CartPole-v1", "reinforce", "reinforcement-learning", "custom-implementation", "deep-rl-class", "model-index", "region:us" ]
null
2022-07-31T12:02:35+00:00
[]
[]
TAGS #CartPole-v1 #reinforce #reinforcement-learning #custom-implementation #deep-rl-class #model-index #region-us
# Reinforce Agent playing CartPole-v1 This is a trained model of a Reinforce agent playing CartPole-v1 . To learn to use this model and train yours check Unit 5 of the Deep Reinforcement Learning Class: URL
[ "# Reinforce Agent playing CartPole-v1\n This is a trained model of a Reinforce agent playing CartPole-v1 .\n To learn to use this model and train yours check Unit 5 of the Deep Reinforcement Learning Class: URL" ]
[ "TAGS\n#CartPole-v1 #reinforce #reinforcement-learning #custom-implementation #deep-rl-class #model-index #region-us \n", "# Reinforce Agent playing CartPole-v1\n This is a trained model of a Reinforce agent playing CartPole-v1 .\n To learn to use this model and train yours check Unit 5 of the Deep Reinforcemen...
null
transformers
The review-annotation model is performing NER and is able to annotate academic review comments by identifying the four meaningful classes: - location - action - modal - trigger This is a SciBERT fine-tuned model in supervised mode using a human pre-annotated dataset of several thousands real-life peer-review comments....
{}
MilosCuculovic/review-annotation
null
[ "transformers", "pytorch", "bert", "endpoints_compatible", "region:us" ]
null
2022-07-31T12:30:29+00:00
[]
[]
TAGS #transformers #pytorch #bert #endpoints_compatible #region-us
The review-annotation model is performing NER and is able to annotate academic review comments by identifying the four meaningful classes: - location - action - modal - trigger This is a SciBERT fine-tuned model in supervised mode using a human pre-annotated dataset of several thousands real-life peer-review comments....
[]
[ "TAGS\n#transformers #pytorch #bert #endpoints_compatible #region-us \n" ]
text2text-generation
transformers
<!-- 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. --> # pegasus-samsum This model is a fine-tuned version of [google/pegasus-cnn_dailymail](https://huggingface.co/google/pegasus-cnn_da...
{"tags": ["generated_from_trainer"], "datasets": ["samsum"], "base_model": "google/pegasus-cnn_dailymail", "model-index": [{"name": "pegasus-samsum", "results": []}]}
haesun/pegasus-samsum
null
[ "transformers", "pytorch", "tensorboard", "pegasus", "text2text-generation", "generated_from_trainer", "dataset:samsum", "base_model:google/pegasus-cnn_dailymail", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2022-07-31T12:57:21+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #pegasus #text2text-generation #generated_from_trainer #dataset-samsum #base_model-google/pegasus-cnn_dailymail #autotrain_compatible #endpoints_compatible #region-us
pegasus-samsum ============== This model is a fine-tuned version of google/pegasus-cnn\_dailymail on the samsum dataset. It achieves the following results on the evaluation set: * Loss: 1.4884 Model description ----------------- More information needed Intended uses & limitations --------------------------- ...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 5e-05\n* train\\_batch\\_size: 1\n* eval\\_batch\\_size: 1\n* seed: 42\n* gradient\\_accumulation\\_steps: 16\n* total\\_train\\_batch\\_size: 16\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=...
[ "TAGS\n#transformers #pytorch #tensorboard #pegasus #text2text-generation #generated_from_trainer #dataset-samsum #base_model-google/pegasus-cnn_dailymail #autotrain_compatible #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* ...
reinforcement-learning
null
# **Reinforce** Agent playing **Pixelcopter-PLE-v0** This is a trained model of a **Reinforce** agent playing **Pixelcopter-PLE-v0** . To learn to use this model and train yours check Unit 5 of the Deep Reinforcement Learning Class: https://github.com/huggingface/deep-rl-class/tree/main/unit5
{"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": "Pixelco...
QuickSilver007/Reinforce-Pixelcopter-PLE-v0
null
[ "Pixelcopter-PLE-v0", "reinforce", "reinforcement-learning", "custom-implementation", "deep-rl-class", "model-index", "region:us" ]
null
2022-07-31T12:57:21+00:00
[]
[]
TAGS #Pixelcopter-PLE-v0 #reinforce #reinforcement-learning #custom-implementation #deep-rl-class #model-index #region-us
# Reinforce Agent playing Pixelcopter-PLE-v0 This is a trained model of a Reinforce agent playing Pixelcopter-PLE-v0 . To learn to use this model and train yours check Unit 5 of the Deep Reinforcement Learning Class: URL
[ "# Reinforce Agent playing Pixelcopter-PLE-v0\n This is a trained model of a Reinforce agent playing Pixelcopter-PLE-v0 .\n To learn to use this model and train yours check Unit 5 of the Deep Reinforcement Learning Class: URL" ]
[ "TAGS\n#Pixelcopter-PLE-v0 #reinforce #reinforcement-learning #custom-implementation #deep-rl-class #model-index #region-us \n", "# Reinforce Agent playing Pixelcopter-PLE-v0\n This is a trained model of a Reinforce agent playing Pixelcopter-PLE-v0 .\n To learn to use this model and train yours check Unit 5 of ...
fill-mask
transformers
<!-- 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. --> # DNADebertaSentencepiece30k_continuation This model was trained from scratch on the None dataset. It achieves the following resul...
{"tags": ["generated_from_trainer"], "model-index": [{"name": "DNADebertaSentencepiece30k_continuation", "results": []}]}
Vlasta/DNADebertaSentencepiece30k_continuation
null
[ "transformers", "pytorch", "deberta", "fill-mask", "generated_from_trainer", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2022-07-31T13:03:18+00:00
[]
[]
TAGS #transformers #pytorch #deberta #fill-mask #generated_from_trainer #autotrain_compatible #endpoints_compatible #region-us
DNADebertaSentencepiece30k\_continuation ======================================== This model was trained from scratch on the None dataset. It achieves the following results on the evaluation set: * Loss: 6.0813 Model description ----------------- More information needed Intended uses & limitations -----------...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 5e-05\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 16\n* seed: 42\n* gradient\\_accumulation\\_steps: 4\n* total\\_train\\_batch\\_size: 64\n* optimizer: Adam with betas=(0.9,0.999) and epsilon...
[ "TAGS\n#transformers #pytorch #deberta #fill-mask #generated_from_trainer #autotrain_compatible #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 5e-05\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 16\n* ...
text-classification
transformers
# Multi-Label-Classification-of-Pubmed-Articles The traditional machine learning models give a lot of pain when we do not have sufficient labeled data for the specific task or domain we care about to train a reliable model. Transfer learning allows us to deal with these scenarios by leveraging the already existin...
{"language": "en", "datasets": ["owaiskha9654/PubMed_MultiLabel_Text_Classification_Dataset_MeSH"], "widget": [{"text": "('A case of a patient with type 1 neurofibromatosis associated with popliteal and coronary artery aneurysms is described in which cross-sectional', 'imaging provided diagnostic information.', 'The ai...
owaiskha9654/Multi-Label-Classification-of-PubMed-Articles
null
[ "transformers", "pytorch", "safetensors", "bert", "text-classification", "en", "dataset:owaiskha9654/PubMed_MultiLabel_Text_Classification_Dataset_MeSH", "arxiv:1706.03762", "arxiv:1810.04805", "autotrain_compatible", "endpoints_compatible", "has_space", "region:us" ]
null
2022-07-31T13:21:38+00:00
[ "1706.03762", "1810.04805" ]
[ "en" ]
TAGS #transformers #pytorch #safetensors #bert #text-classification #en #dataset-owaiskha9654/PubMed_MultiLabel_Text_Classification_Dataset_MeSH #arxiv-1706.03762 #arxiv-1810.04805 #autotrain_compatible #endpoints_compatible #has_space #region-us
# Multi-Label-Classification-of-Pubmed-Articles The traditional machine learning models give a lot of pain when we do not have sufficient labeled data for the specific task or domain we care about to train a reliable model. Transfer learning allows us to deal with these scenarios by leveraging the already existin...
[ "# Multi-Label-Classification-of-Pubmed-Articles\n\n The traditional machine learning models give a lot of pain when we do not have sufficient labeled data for the specific task or domain we care about to train a reliable model. Transfer learning allows us to deal with these scenarios by leveraging the already ex...
[ "TAGS\n#transformers #pytorch #safetensors #bert #text-classification #en #dataset-owaiskha9654/PubMed_MultiLabel_Text_Classification_Dataset_MeSH #arxiv-1706.03762 #arxiv-1810.04805 #autotrain_compatible #endpoints_compatible #has_space #region-us \n", "# Multi-Label-Classification-of-Pubmed-Articles\n\n The tr...
text-classification
transformers
<!-- 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. --> # distilbert-base-uncased-finetuned-emotion This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co...
{"license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["emotion"], "metrics": ["accuracy", "f1"], "base_model": "distilbert-base-uncased", "model-index": [{"name": "distilbert-base-uncased-finetuned-emotion", "results": [{"task": {"type": "text-classification", "name": "Text Classification"}, "datas...
haesun/distilbert-base-uncased-finetuned-emotion
null
[ "transformers", "pytorch", "tensorboard", "safetensors", "distilbert", "text-classification", "generated_from_trainer", "dataset:emotion", "base_model:distilbert-base-uncased", "license:apache-2.0", "model-index", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2022-07-31T13:41:11+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #safetensors #distilbert #text-classification #generated_from_trainer #dataset-emotion #base_model-distilbert-base-uncased #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us
distilbert-base-uncased-finetuned-emotion ========================================= This model is a fine-tuned version of distilbert-base-uncased on the emotion dataset. It achieves the following results on the evaluation set: * Loss: 0.2192 * Accuracy: 0.9275 * F1: 0.9277 Model description ----------------- Mo...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 64\n* eval\\_batch\\_size: 64\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 2", "### Traini...
[ "TAGS\n#transformers #pytorch #tensorboard #safetensors #distilbert #text-classification #generated_from_trainer #dataset-emotion #base_model-distilbert-base-uncased #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperp...
text-generation
transformers
<div class="inline-flex flex-col" style="line-height: 1.5;"> <div class="flex"> <div style="display:inherit; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;https://pbs.twimg.com/profile_images/1578119450339016727/-cgl...
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "http://www.huggingtweets.com/akhund_bilal1/1676743676971/predictions.png", "widget": [{"text": "My dream is"}]}
huggingtweets/akhund_bilal1
null
[ "transformers", "pytorch", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
null
2022-07-31T13:47:23+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
AI BOT Bilal @akhund\_bilal1 I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Training data -----------...
[]
[ "TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
image-classification
transformers
# pond_image_classification_11 Autogenerated by HuggingPics🤗🖼️ Create your own image classifier for **anything** by running [the demo on Google Colab](https://colab.research.google.com/github/nateraw/huggingpics/blob/main/HuggingPics.ipynb). Report any issues with the demo at the [github repo](https://github.com...
{"tags": ["image-classification", "pytorch", "huggingpics"], "metrics": ["accuracy"]}
SummerChiam/pond_image_classification_11
null
[ "transformers", "pytorch", "tensorboard", "vit", "image-classification", "huggingpics", "model-index", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2022-07-31T14:35:57+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #vit #image-classification #huggingpics #model-index #autotrain_compatible #endpoints_compatible #region-us
# pond_image_classification_11 Autogenerated by HuggingPics️ Create your own image classifier for anything by running the demo on Google Colab. Report any issues with the demo at the github repo. ## Example Images #### Algae0 !Algae0 #### Boiling0 !Boiling0 #### BoilingNight0 !BoilingNight0 #### Normal0 ...
[ "# pond_image_classification_11\n\n\nAutogenerated by HuggingPics️\n\nCreate your own image classifier for anything by running the demo on Google Colab.\n\nReport any issues with the demo at the github repo.", "## Example Images", "#### Algae0\n\n!Algae0", "#### Boiling0\n\n!Boiling0", "#### BoilingNight0\n...
[ "TAGS\n#transformers #pytorch #tensorboard #vit #image-classification #huggingpics #model-index #autotrain_compatible #endpoints_compatible #region-us \n", "# pond_image_classification_11\n\n\nAutogenerated by HuggingPics️\n\nCreate your own image classifier for anything by running the demo on Google Colab.\n\nRe...
text-generation
transformers
RP Recap model, created for fun
{"datasets": ["rp-recaps"], "thumbnail": "https://i.imgur.com/v5K7j2W.png", "widget": [{"text": "Today Lang Buddha is ", "example_title": "Buddha Classic LULW"}, {"text": "Right now Brian Knight is doing ", "example_title": "Brian Knight rn"}], "inference": {"parameters": {"length": 200}}}
PyroJack/rp-recap-model
null
[ "transformers", "pytorch", "safetensors", "gpt2", "text-generation", "dataset:rp-recaps", "autotrain_compatible", "endpoints_compatible", "has_space", "text-generation-inference", "region:us" ]
null
2022-07-31T14:45:14+00:00
[]
[]
TAGS #transformers #pytorch #safetensors #gpt2 #text-generation #dataset-rp-recaps #autotrain_compatible #endpoints_compatible #has_space #text-generation-inference #region-us
RP Recap model, created for fun
[]
[ "TAGS\n#transformers #pytorch #safetensors #gpt2 #text-generation #dataset-rp-recaps #autotrain_compatible #endpoints_compatible #has_space #text-generation-inference #region-us \n" ]
text-generation
transformers
# Harry Potter DialoGPT Model
{"tags": ["conversational"]}
Primobot/DialoGPT-small-harrypotter
null
[ "transformers", "pytorch", "gpt2", "text-generation", "conversational", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
null
2022-07-31T14:45:44+00:00
[]
[]
TAGS #transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
# Harry Potter DialoGPT Model
[ "# Harry Potter DialoGPT Model" ]
[ "TAGS\n#transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n", "# Harry Potter DialoGPT Model" ]
null
diffusers
<!-- This model card has been generated automatically according to the information the training script had access to. You should probably proofread and complete it, then remove this comment. --> # ddpm-ema-anime-v2-128 ## Model description This diffusion model is trained with the [🤗 Diffusers](https://github.com/h...
{"language": "en", "license": "apache-2.0", "library_name": "diffusers", "tags": [], "datasets": "huggan/selfie2anime", "metrics": []}
mrm8488/ddpm-ema-anime-v2-128
null
[ "diffusers", "tensorboard", "en", "dataset:huggan/selfie2anime", "license:apache-2.0", "has_space", "diffusers:DDPMPipeline", "region:us" ]
null
2022-07-31T14:46:34+00:00
[]
[ "en" ]
TAGS #diffusers #tensorboard #en #dataset-huggan/selfie2anime #license-apache-2.0 #has_space #diffusers-DDPMPipeline #region-us
# ddpm-ema-anime-v2-128 ## Model description This diffusion model is trained with the Diffusers library on the 'huggan/selfie2anime' dataset. ## Intended uses & limitations #### How to use #### Limitations and bias [TODO: provide examples of latent issues and potential remediations] ## Training data [TOD...
[ "# ddpm-ema-anime-v2-128", "## Model description\n\nThis diffusion model is trained with the Diffusers library \non the 'huggan/selfie2anime' dataset.", "## Intended uses & limitations", "#### How to use", "#### Limitations and bias\n\n[TODO: provide examples of latent issues and potential remediations]", ...
[ "TAGS\n#diffusers #tensorboard #en #dataset-huggan/selfie2anime #license-apache-2.0 #has_space #diffusers-DDPMPipeline #region-us \n", "# ddpm-ema-anime-v2-128", "## Model description\n\nThis diffusion model is trained with the Diffusers library \non the 'huggan/selfie2anime' dataset.", "## Intended uses & l...
automatic-speech-recognition
nemo
# NVIDIA Conformer-CTC Large (Kinyarwanda) <style> img { display: inline; } </style> | [![Model architecture](https://img.shields.io/badge/Model_Arch-Conformer--CTC-lightgrey#model-badge)](#model-architecture) | [![Model size](https://img.shields.io/badge/Params-120M-lightgrey#model-badge)](#model-architecture) | [...
{"language": ["rw"], "license": "cc-by-4.0", "library_name": "nemo", "tags": ["automatic-speech-recognition", "speech", "audio", "CTC", "Conformer", "Transformer", "pytorch", "NeMo", "hf-asr-leaderboard", "Riva"], "datasets": ["mozilla-foundation/common_voice_9_0"], "model-index": [{"name": "stt_rw_conformer_ctc_large"...
nvidia/stt_rw_conformer_ctc_large
null
[ "nemo", "automatic-speech-recognition", "speech", "audio", "CTC", "Conformer", "Transformer", "pytorch", "NeMo", "hf-asr-leaderboard", "Riva", "rw", "dataset:mozilla-foundation/common_voice_9_0", "arxiv:2005.08100", "license:cc-by-4.0", "model-index", "region:us" ]
null
2022-07-31T14:48:20+00:00
[ "2005.08100" ]
[ "rw" ]
TAGS #nemo #automatic-speech-recognition #speech #audio #CTC #Conformer #Transformer #pytorch #NeMo #hf-asr-leaderboard #Riva #rw #dataset-mozilla-foundation/common_voice_9_0 #arxiv-2005.08100 #license-cc-by-4.0 #model-index #region-us
NVIDIA Conformer-CTC Large (Kinyarwanda) ======================================== img { display: inline; } | ![Model architecture](#model-architecture) | ![Model size](#model-architecture) | ![Language](#datasets) | ![Riva Compatible](#deployment-with-nvidia-riva) | This model transcribes speech into lowercase L...
[ "### Automatically instantiate the model", "### Transcribing using Python\n\n\nSimply do:", "### Transcribing many audio files", "### Input\n\n\nThis model accepts 16 kHz mono-channel Audio (wav files) as input.", "### Output\n\n\nThis model provides transcribed speech as a string for a given audio sample.\...
[ "TAGS\n#nemo #automatic-speech-recognition #speech #audio #CTC #Conformer #Transformer #pytorch #NeMo #hf-asr-leaderboard #Riva #rw #dataset-mozilla-foundation/common_voice_9_0 #arxiv-2005.08100 #license-cc-by-4.0 #model-index #region-us \n", "### Automatically instantiate the model", "### Transcribing using Py...
text-classification
transformers
<!-- 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. --> # finetuning-distilbert-base-uncased-finetuned-sst-2-english-5000-samples-final This model is a fine-tuned version of [distilbert-...
{"license": "apache-2.0", "tags": ["generated_from_trainer"], "metrics": ["accuracy", "f1"], "model-index": [{"name": "finetuning-distilbert-base-uncased-finetuned-sst-2-english-5000-samples-final", "results": []}]}
anneke/finetuning-distilbert-base-uncased-finetuned-sst-2-english-5000-samples-final
null
[ "transformers", "pytorch", "tensorboard", "distilbert", "text-classification", "generated_from_trainer", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2022-07-31T14:49:08+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #distilbert #text-classification #generated_from_trainer #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
# finetuning-distilbert-base-uncased-finetuned-sst-2-english-5000-samples-final This model is a fine-tuned version of distilbert-base-uncased-finetuned-sst-2-english on an unknown dataset. It achieves the following results on the evaluation set: - Loss: 0.1289 - Accuracy: 0.977 - F1: 0.9878 ## Model description M...
[ "# finetuning-distilbert-base-uncased-finetuned-sst-2-english-5000-samples-final\n\nThis model is a fine-tuned version of distilbert-base-uncased-finetuned-sst-2-english on an unknown dataset.\nIt achieves the following results on the evaluation set:\n- Loss: 0.1289\n- Accuracy: 0.977\n- F1: 0.9878", "## Model de...
[ "TAGS\n#transformers #pytorch #tensorboard #distilbert #text-classification #generated_from_trainer #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n", "# finetuning-distilbert-base-uncased-finetuned-sst-2-english-5000-samples-final\n\nThis model is a fine-tuned version of distilbert-b...
reinforcement-learning
stable-baselines3
# **A2C** Agent playing **AntBulletEnv-v0** This is a trained model of a **A2C** agent playing **AntBulletEnv-v0** using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines3). ## Usage (with Stable-baselines3) TODO: Add your code ```python from stable_baselines3 import ... from huggingface_sb...
{"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": "AntB...
Forkits/a2c-AntBulletEnv-v0
null
[ "stable-baselines3", "AntBulletEnv-v0", "deep-reinforcement-learning", "reinforcement-learning", "model-index", "region:us" ]
null
2022-07-31T14:59:55+00:00
[]
[]
TAGS #stable-baselines3 #AntBulletEnv-v0 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us
# A2C Agent playing AntBulletEnv-v0 This is a trained model of a A2C agent playing AntBulletEnv-v0 using the stable-baselines3 library. ## Usage (with Stable-baselines3) TODO: Add your code
[ "# A2C Agent playing AntBulletEnv-v0\nThis is a trained model of a A2C agent playing AntBulletEnv-v0\nusing the stable-baselines3 library.", "## Usage (with Stable-baselines3)\nTODO: Add your code" ]
[ "TAGS\n#stable-baselines3 #AntBulletEnv-v0 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us \n", "# A2C Agent playing AntBulletEnv-v0\nThis is a trained model of a A2C agent playing AntBulletEnv-v0\nusing the stable-baselines3 library.", "## Usage (with Stable-baselines3)\nTODO: Add ...
null
diffusers
<!-- This model card has been generated automatically according to the information the training script had access to. You should probably proofread and complete it, then remove this comment. --> # neoGen3 ## Model description This diffusion model is trained with the [🤗 Diffusers](https://github.com/huggingface/dif...
{"language": "en", "license": "apache-2.0", "library_name": "diffusers", "tags": [], "datasets": "imagefolder", "metrics": []}
Qilex/VirtualPetDiffusion
null
[ "diffusers", "tensorboard", "en", "dataset:imagefolder", "license:apache-2.0", "diffusers:DDPMPipeline", "region:us" ]
null
2022-07-31T15:02:28+00:00
[]
[ "en" ]
TAGS #diffusers #tensorboard #en #dataset-imagefolder #license-apache-2.0 #diffusers-DDPMPipeline #region-us
# neoGen3 ## Model description This diffusion model is trained with the Diffusers library on the 'imagefolder' dataset. ## Intended uses & limitations #### How to use #### Limitations and bias [TODO: provide examples of latent issues and potential remediations] ## Training data [TODO: describe the data u...
[ "# neoGen3", "## Model description\n\nThis diffusion model is trained with the Diffusers library \non the 'imagefolder' dataset.", "## Intended uses & limitations", "#### How to use", "#### Limitations and bias\n\n[TODO: provide examples of latent issues and potential remediations]", "## Training data\n\...
[ "TAGS\n#diffusers #tensorboard #en #dataset-imagefolder #license-apache-2.0 #diffusers-DDPMPipeline #region-us \n", "# neoGen3", "## Model description\n\nThis diffusion model is trained with the Diffusers library \non the 'imagefolder' dataset.", "## Intended uses & limitations", "#### How to use", "####...
image-classification
transformers
# pond_image_classification_12 Autogenerated by HuggingPics🤗🖼️ Create your own image classifier for **anything** by running [the demo on Google Colab](https://colab.research.google.com/github/nateraw/huggingpics/blob/main/HuggingPics.ipynb). Report any issues with the demo at the [github repo](https://github.com...
{"tags": ["image-classification", "pytorch", "huggingpics"], "metrics": ["accuracy"]}
SummerChiam/pond_image_classification_12
null
[ "transformers", "pytorch", "tensorboard", "vit", "image-classification", "huggingpics", "model-index", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2022-07-31T15:07:23+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #vit #image-classification #huggingpics #model-index #autotrain_compatible #endpoints_compatible #region-us
# pond_image_classification_12 Autogenerated by HuggingPics️ Create your own image classifier for anything by running the demo on Google Colab. Report any issues with the demo at the github repo. ## Example Images #### Algae0 !Algae0 #### Boiling0 !Boiling0 #### BoilingNight0 !BoilingNight0 #### Normal0 ...
[ "# pond_image_classification_12\n\n\nAutogenerated by HuggingPics️\n\nCreate your own image classifier for anything by running the demo on Google Colab.\n\nReport any issues with the demo at the github repo.", "## Example Images", "#### Algae0\n\n!Algae0", "#### Boiling0\n\n!Boiling0", "#### BoilingNight0\n...
[ "TAGS\n#transformers #pytorch #tensorboard #vit #image-classification #huggingpics #model-index #autotrain_compatible #endpoints_compatible #region-us \n", "# pond_image_classification_12\n\n\nAutogenerated by HuggingPics️\n\nCreate your own image classifier for anything by running the demo on Google Colab.\n\nRe...
question-answering
transformers
# bert-large-uncased-finetuned-squadv1 This model is a finetuned version of the [bert-large-uncased](https://huggingface.co/bert-large-uncased) model on the SQuADv1 task. It is produced as part of the work on the paper [The Optimal BERT Surgeon: Scalable and Accurate Second-Order Pruning for Large Language Models](ht...
{"language": "en", "tags": ["bert", "oBERT"], "datasets": "squad"}
neuralmagic/bert-large-uncased-finetuned-squadv1
null
[ "transformers", "pytorch", "bert", "question-answering", "oBERT", "en", "dataset:squad", "arxiv:2203.07259", "endpoints_compatible", "region:us" ]
null
2022-07-31T15:08:31+00:00
[ "2203.07259" ]
[ "en" ]
TAGS #transformers #pytorch #bert #question-answering #oBERT #en #dataset-squad #arxiv-2203.07259 #endpoints_compatible #region-us
# bert-large-uncased-finetuned-squadv1 This model is a finetuned version of the bert-large-uncased model on the SQuADv1 task. It is produced as part of the work on the paper The Optimal BERT Surgeon: Scalable and Accurate Second-Order Pruning for Large Language Models. SQuADv1 dev-set: Code: URL If you find the m...
[ "# bert-large-uncased-finetuned-squadv1\n\nThis model is a finetuned version of the bert-large-uncased model on the SQuADv1 task.\n\nIt is produced as part of the work on the paper The Optimal BERT Surgeon: Scalable and Accurate Second-Order Pruning for Large Language Models.\n\nSQuADv1 dev-set:\n\n\nCode: URL\n\nI...
[ "TAGS\n#transformers #pytorch #bert #question-answering #oBERT #en #dataset-squad #arxiv-2203.07259 #endpoints_compatible #region-us \n", "# bert-large-uncased-finetuned-squadv1\n\nThis model is a finetuned version of the bert-large-uncased model on the SQuADv1 task.\n\nIt is produced as part of the work on the p...
reinforcement-learning
null
# **Reinforce** Agent playing **Pong-PLE-v0** This is a trained model of a **Reinforce** agent playing **Pong-PLE-v0** . To learn to use this model and train yours check Unit 5 of the Deep Reinforcement Learning Class: https://github.com/huggingface/deep-rl-class/tree/main/unit5
{"tags": ["Pong-PLE-v0", "reinforce", "reinforcement-learning", "custom-implementation", "deep-rl-class"], "model-index": [{"name": "Reinforce-Pong-PLE-v0", "results": [{"task": {"type": "reinforcement-learning", "name": "reinforcement-learning"}, "dataset": {"name": "Pong-PLE-v0", "type": "Pong-PLE-v0"}, "metrics": [{...
QuickSilver007/Reinforce-Pong-PLE-v0
null
[ "Pong-PLE-v0", "reinforce", "reinforcement-learning", "custom-implementation", "deep-rl-class", "model-index", "region:us" ]
null
2022-07-31T15:23:13+00:00
[]
[]
TAGS #Pong-PLE-v0 #reinforce #reinforcement-learning #custom-implementation #deep-rl-class #model-index #region-us
# Reinforce Agent playing Pong-PLE-v0 This is a trained model of a Reinforce agent playing Pong-PLE-v0 . To learn to use this model and train yours check Unit 5 of the Deep Reinforcement Learning Class: URL
[ "# Reinforce Agent playing Pong-PLE-v0\n This is a trained model of a Reinforce agent playing Pong-PLE-v0 .\n To learn to use this model and train yours check Unit 5 of the Deep Reinforcement Learning Class: URL" ]
[ "TAGS\n#Pong-PLE-v0 #reinforce #reinforcement-learning #custom-implementation #deep-rl-class #model-index #region-us \n", "# Reinforce Agent playing Pong-PLE-v0\n This is a trained model of a Reinforce agent playing Pong-PLE-v0 .\n To learn to use this model and train yours check Unit 5 of the Deep Reinforcemen...
image-classification
transformers
# rust_image_classification_11 Autogenerated by HuggingPics🤗🖼️ Create your own image classifier for **anything** by running [the demo on Google Colab](https://colab.research.google.com/github/nateraw/huggingpics/blob/main/HuggingPics.ipynb). Report any issues with the demo at the [github repo](https://github.com...
{"tags": ["image-classification", "pytorch", "huggingpics"], "metrics": ["accuracy"]}
SummerChiam/rust_image_classification_11
null
[ "transformers", "pytorch", "tensorboard", "vit", "image-classification", "huggingpics", "model-index", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2022-07-31T16:10:01+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #vit #image-classification #huggingpics #model-index #autotrain_compatible #endpoints_compatible #region-us
# rust_image_classification_11 Autogenerated by HuggingPics️ Create your own image classifier for anything by running the demo on Google Colab. Report any issues with the demo at the github repo. ## Example Images #### nonrust0 !nonrust0 #### rust0 !rust0
[ "# rust_image_classification_11\n\n\nAutogenerated by HuggingPics️\n\nCreate your own image classifier for anything by running the demo on Google Colab.\n\nReport any issues with the demo at the github repo.", "## Example Images", "#### nonrust0\n\n!nonrust0", "#### rust0\n\n!rust0" ]
[ "TAGS\n#transformers #pytorch #tensorboard #vit #image-classification #huggingpics #model-index #autotrain_compatible #endpoints_compatible #region-us \n", "# rust_image_classification_11\n\n\nAutogenerated by HuggingPics️\n\nCreate your own image classifier for anything by running the demo on Google Colab.\n\nRe...
image-classification
transformers
# rust_image_classification_12 Autogenerated by HuggingPics🤗🖼️ Create your own image classifier for **anything** by running [the demo on Google Colab](https://colab.research.google.com/github/nateraw/huggingpics/blob/main/HuggingPics.ipynb). Report any issues with the demo at the [github repo](https://github.com...
{"tags": ["image-classification", "pytorch", "huggingpics"], "metrics": ["accuracy"]}
SummerChiam/rust_image_classification_12
null
[ "transformers", "pytorch", "tensorboard", "vit", "image-classification", "huggingpics", "model-index", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2022-07-31T16:33:47+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #vit #image-classification #huggingpics #model-index #autotrain_compatible #endpoints_compatible #region-us
# rust_image_classification_12 Autogenerated by HuggingPics️ Create your own image classifier for anything by running the demo on Google Colab. Report any issues with the demo at the github repo. ## Example Images #### nonrust0 !nonrust0 #### rust0 !rust0
[ "# rust_image_classification_12\n\n\nAutogenerated by HuggingPics️\n\nCreate your own image classifier for anything by running the demo on Google Colab.\n\nReport any issues with the demo at the github repo.", "## Example Images", "#### nonrust0\n\n!nonrust0", "#### rust0\n\n!rust0" ]
[ "TAGS\n#transformers #pytorch #tensorboard #vit #image-classification #huggingpics #model-index #autotrain_compatible #endpoints_compatible #region-us \n", "# rust_image_classification_12\n\n\nAutogenerated by HuggingPics️\n\nCreate your own image classifier for anything by running the demo on Google Colab.\n\nRe...
text2text-generation
transformers
<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # t5_large_headline_generator_testing_3 This model is a fine-tuned version of [t5-large](https://huggingface.co/t5-large) on an un...
{"license": "apache-2.0", "tags": ["generated_from_trainer"], "model-index": [{"name": "t5_large_headline_generator_testing_3", "results": []}]}
abdulmatinomotoso/t5_large_headline_generator_testing_3
null
[ "transformers", "pytorch", "tensorboard", "t5", "text2text-generation", "generated_from_trainer", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
null
2022-07-31T17:03:35+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #t5 #text2text-generation #generated_from_trainer #license-apache-2.0 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
t5\_large\_headline\_generator\_testing\_3 ========================================== This model is a fine-tuned version of t5-large on an unknown dataset. It achieves the following results on the evaluation set: * Loss: 0.8407 Model description ----------------- More information needed Intended uses & limita...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 5e-05\n* train\\_batch\\_size: 1\n* eval\\_batch\\_size: 1\n* seed: 42\n* gradient\\_accumulation\\_steps: 16\n* total\\_train\\_batch\\_size: 16\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=...
[ "TAGS\n#transformers #pytorch #tensorboard #t5 #text2text-generation #generated_from_trainer #license-apache-2.0 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate...
automatic-speech-recognition
transformers
<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # wav2vec2-large-xlsr-korean-demo-colab-2 This model is a fine-tuned version of [facebook/wav2vec2-large-xlsr-53](https://huggingf...
{"license": "apache-2.0", "tags": ["generated_from_trainer"], "model-index": [{"name": "wav2vec2-large-xlsr-korean-demo-colab-2", "results": []}]}
NX2411/wav2vec2-large-xlsr-korean-demo-colab-2
null
[ "transformers", "pytorch", "tensorboard", "wav2vec2", "automatic-speech-recognition", "generated_from_trainer", "license:apache-2.0", "endpoints_compatible", "region:us" ]
null
2022-07-31T17:12:10+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #wav2vec2 #automatic-speech-recognition #generated_from_trainer #license-apache-2.0 #endpoints_compatible #region-us
wav2vec2-large-xlsr-korean-demo-colab-2 ======================================= This model is a fine-tuned version of facebook/wav2vec2-large-xlsr-53 on the None dataset. It achieves the following results on the evaluation set: * Loss: 0.2481 * Wer: 0.2480 Model description ----------------- More information ne...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 0.0003\n* train\\_batch\\_size: 4\n* eval\\_batch\\_size: 8\n* seed: 42\n* gradient\\_accumulation\\_steps: 2\n* total\\_train\\_batch\\_size: 8\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1...
[ "TAGS\n#transformers #pytorch #tensorboard #wav2vec2 #automatic-speech-recognition #generated_from_trainer #license-apache-2.0 #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 0.0003\n* train\\_batch\\_size: 4...
fill-mask
transformers
<!-- 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. --> # distilroberta-base-finetuned-wikitextepoch_150 This model is a fine-tuned version of [distilroberta-base](https://huggingface.co...
{"license": "apache-2.0", "tags": ["generated_from_trainer"], "model-index": [{"name": "distilroberta-base-finetuned-wikitextepoch_150", "results": []}]}
leokai/distilroberta-base-finetuned-wikitextepoch_150
null
[ "transformers", "pytorch", "roberta", "fill-mask", "generated_from_trainer", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2022-07-31T17:31:03+00:00
[]
[]
TAGS #transformers #pytorch #roberta #fill-mask #generated_from_trainer #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
distilroberta-base-finetuned-wikitextepoch\_150 =============================================== This model is a fine-tuned version of distilroberta-base on the None dataset. It achieves the following results on the evaluation set: * Loss: 1.8929 Model description ----------------- More information needed Inte...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 8\n* eval\\_batch\\_size: 8\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 150", "### Traini...
[ "TAGS\n#transformers #pytorch #roberta #fill-mask #generated_from_trainer #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 8\n* eval\\_b...
fill-mask
transformers
<!-- 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. --> # distilroberta-base-finetuned-marktextepoch_n200 This model is a fine-tuned version of [distilroberta-base](https://huggingface.c...
{"license": "apache-2.0", "tags": ["generated_from_trainer"], "model-index": [{"name": "distilroberta-base-finetuned-marktextepoch_n200", "results": []}]}
leokai/distilroberta-base-finetuned-marktextepoch_n200
null
[ "transformers", "pytorch", "tensorboard", "roberta", "fill-mask", "generated_from_trainer", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2022-07-31T17:33:57+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #roberta #fill-mask #generated_from_trainer #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
distilroberta-base-finetuned-marktextepoch\_n200 ================================================ This model is a fine-tuned version of distilroberta-base on the None dataset. It achieves the following results on the evaluation set: * Loss: 2.0531 Model description ----------------- More information needed In...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 8\n* eval\\_batch\\_size: 8\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 200", "### Traini...
[ "TAGS\n#transformers #pytorch #tensorboard #roberta #fill-mask #generated_from_trainer #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: ...
text-to-image
transformers
This is the [dalle-mini/dalle-mini](https://huggingface.co/dalle-mini/dalle-mini) text-to-image model fine-tuned on 120k <title, image> pairs from the [Medium](https://medium.com) blogging platform. The full dataset can be found on Kaggle: [Medium Articles Dataset (128k): Metadata + Images](https://www.kaggle.com/datas...
{"language": ["en"], "license": "apache-2.0", "tags": ["text-to-image", "dalle-mini"], "datasets": ["succinctly/medium-titles-and-images"], "inference": false, "thumbnail": "https://drive.google.com/uc?export=view&id=1_n2kT6lBBs8C3rf8xfNURr_N2Ccx-A1S"}
succinctly/dalle-mini-finetuned-medium
null
[ "transformers", "jax", "dallebart", "text-to-image", "dalle-mini", "en", "dataset:succinctly/medium-titles-and-images", "license:apache-2.0", "region:us" ]
null
2022-07-31T17:47:24+00:00
[]
[ "en" ]
TAGS #transformers #jax #dallebart #text-to-image #dalle-mini #en #dataset-succinctly/medium-titles-and-images #license-apache-2.0 #region-us
This is the dalle-mini/dalle-mini text-to-image model fine-tuned on 120k <title, image> pairs from the Medium blogging platform. The full dataset can be found on Kaggle: Medium Articles Dataset (128k): Metadata + Images. The goal of this model is to probe the ability of text-to-image models of operating on text prompt...
[]
[ "TAGS\n#transformers #jax #dallebart #text-to-image #dalle-mini #en #dataset-succinctly/medium-titles-and-images #license-apache-2.0 #region-us \n" ]
text-classification
transformers
<!-- 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. --> # distilbert-base-uncased_fine_tuned_body_text This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface...
{"license": "apache-2.0", "tags": ["generated_from_trainer"], "metrics": ["accuracy", "recall", "precision", "f1"], "model-index": [{"name": "distilbert-base-uncased_fine_tuned_body_text", "results": []}]}
Izarel/distilbert-base-uncased_fine_tuned_body_text
null
[ "transformers", "pytorch", "distilbert", "text-classification", "generated_from_trainer", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2022-07-31T18:03:36+00:00
[]
[]
TAGS #transformers #pytorch #distilbert #text-classification #generated_from_trainer #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
distilbert-base-uncased\_fine\_tuned\_body\_text ================================================ This model is a fine-tuned version of distilbert-base-uncased on an unknown dataset. It achieves the following results on the evaluation set: * Loss: 1.2153 * Accuracy: {'accuracy': 0.8827265261428963} * Recall: {'reca...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 5e-05\n* train\\_batch\\_size: 32\n* eval\\_batch\\_size: 32\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* lr\\_scheduler\\_warmup\\_steps...
[ "TAGS\n#transformers #pytorch #distilbert #text-classification #generated_from_trainer #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 5e-05\n* train\\_batch\\_size: ...
text-generation
transformers
<div class="inline-flex flex-col" style="line-height: 1.5;"> <div class="flex"> <div style="display:inherit; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;https://pbs.twimg.com/profile_images/1552485909714440197/czSD...
{"language": "en", "tags": ["huggingtweets"], "thumbnail": "http://www.huggingtweets.com/philo_trainer/1659294362441/predictions.png", "widget": [{"text": "My dream is"}]}
huggingtweets/philo_trainer
null
[ "transformers", "pytorch", "gpt2", "text-generation", "huggingtweets", "en", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
null
2022-07-31T18:05:02+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
AI BOT Philosophy Wisdom Trainer @philo\_trainer I was made with huggingtweets. Create your own bot based on your favorite user with the demo! How does it work? ----------------- The model uses the following pipeline. !pipeline To understand how the model was developed, check the W&B report. Train...
[]
[ "TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
question-answering
transformers
# mobilebert-uncased-finetuned-squadv1 This model is a finetuned version of the [mobilebert-uncased](https://huggingface.co/google/mobilebert-uncased/tree/main) model on the SQuADv1 task. To make this TPU-trained model stable when used in PyTorch on GPUs, the original model has been additionally pretrained for one epo...
{"language": "en", "tags": ["bert", "mobilebert", "oBERT"], "datasets": "squad"}
neuralmagic/mobilebert-uncased-finetuned-squadv1
null
[ "transformers", "pytorch", "mobilebert", "question-answering", "bert", "oBERT", "en", "dataset:squad", "arxiv:2203.07259", "endpoints_compatible", "has_space", "region:us" ]
null
2022-07-31T18:12:10+00:00
[ "2203.07259" ]
[ "en" ]
TAGS #transformers #pytorch #mobilebert #question-answering #bert #oBERT #en #dataset-squad #arxiv-2203.07259 #endpoints_compatible #has_space #region-us
# mobilebert-uncased-finetuned-squadv1 This model is a finetuned version of the mobilebert-uncased model on the SQuADv1 task. To make this TPU-trained model stable when used in PyTorch on GPUs, the original model has been additionally pretrained for one epoch on BookCorpus and English Wikipedia with disabled dropout b...
[ "# mobilebert-uncased-finetuned-squadv1\n\nThis model is a finetuned version of the mobilebert-uncased model on the SQuADv1 task.\nTo make this TPU-trained model stable when used in PyTorch on GPUs, the original model has been additionally pretrained for one epoch on BookCorpus and English Wikipedia with disabled d...
[ "TAGS\n#transformers #pytorch #mobilebert #question-answering #bert #oBERT #en #dataset-squad #arxiv-2203.07259 #endpoints_compatible #has_space #region-us \n", "# mobilebert-uncased-finetuned-squadv1\n\nThis model is a finetuned version of the mobilebert-uncased model on the SQuADv1 task.\nTo make this TPU-train...
text-classification
transformers
<!-- 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. --> # distilbert-base-uncased-finetuned-emotion This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co...
{"license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["emotion"], "metrics": ["accuracy", "f1"], "model-index": [{"name": "distilbert-base-uncased-finetuned-emotion", "results": [{"task": {"type": "text-classification", "name": "Text Classification"}, "dataset": {"name": "emotion", "type": "emotion...
aminjalali/distilbert-base-uncased-finetuned-emotion
null
[ "transformers", "pytorch", "tensorboard", "distilbert", "text-classification", "generated_from_trainer", "dataset:emotion", "license:apache-2.0", "model-index", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2022-07-31T18:26:04+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #distilbert #text-classification #generated_from_trainer #dataset-emotion #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us
distilbert-base-uncased-finetuned-emotion ========================================= This model is a fine-tuned version of distilbert-base-uncased on the emotion dataset. It achieves the following results on the evaluation set: * Loss: 0.2123 * Accuracy: 0.926 * F1: 0.9258 Model description ----------------- Mor...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 64\n* eval\\_batch\\_size: 64\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 2", "### Traini...
[ "TAGS\n#transformers #pytorch #tensorboard #distilbert #text-classification #generated_from_trainer #dataset-emotion #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learn...
automatic-speech-recognition
nemo
# NVIDIA Conformer-Transducer Large (Kinyarwanda) <style> img { display: inline; } </style> | [![Model architecture](https://img.shields.io/badge/Model_Arch-Conformer--Transducer-lightgrey#model-badge)](#model-architecture) | [![Model size](https://img.shields.io/badge/Params-120M-lightgrey#model-badge)](#model-arc...
{"language": ["rw"], "license": "cc-by-4.0", "library_name": "nemo", "tags": ["automatic-speech-recognition", "speech", "audio", "Transducer", "Conformer", "Transformer", "pytorch", "NeMo", "hf-asr-leaderboard"], "datasets": ["mozilla-foundation/common_voice_9_0"], "model-index": [{"name": "stt_rw_conformer_transducer_...
nvidia/stt_rw_conformer_transducer_large
null
[ "nemo", "automatic-speech-recognition", "speech", "audio", "Transducer", "Conformer", "Transformer", "pytorch", "NeMo", "hf-asr-leaderboard", "rw", "dataset:mozilla-foundation/common_voice_9_0", "arxiv:2005.08100", "license:cc-by-4.0", "model-index", "region:us" ]
null
2022-07-31T18:46:49+00:00
[ "2005.08100" ]
[ "rw" ]
TAGS #nemo #automatic-speech-recognition #speech #audio #Transducer #Conformer #Transformer #pytorch #NeMo #hf-asr-leaderboard #rw #dataset-mozilla-foundation/common_voice_9_0 #arxiv-2005.08100 #license-cc-by-4.0 #model-index #region-us
NVIDIA Conformer-Transducer Large (Kinyarwanda) =============================================== img { display: inline; } | ![Model architecture](#model-architecture) | ![Model size](#model-architecture) | ![Language](#datasets) This model transcribes speech into lowercase Latin alphabet including space and apost...
[ "### Automatically instantiate the model", "### Transcribing using Python\n\n\nSimply do:", "### Transcribing many audio files", "### Input\n\n\nThis model accepts 16 kHz mono-channel Audio (wav files) as input.", "### Output\n\n\nThis model provides transcribed speech as a string for a given audio sample.\...
[ "TAGS\n#nemo #automatic-speech-recognition #speech #audio #Transducer #Conformer #Transformer #pytorch #NeMo #hf-asr-leaderboard #rw #dataset-mozilla-foundation/common_voice_9_0 #arxiv-2005.08100 #license-cc-by-4.0 #model-index #region-us \n", "### Automatically instantiate the model", "### Transcribing using P...
image-classification
transformers
<!-- 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. --> # vit-base-patch32-384-finetuned-eurosat This model is a fine-tuned version of [google/vit-base-patch32-384](https://huggingface.c...
{"license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["imagefolder"], "metrics": ["accuracy"], "model-index": [{"name": "vit-base-patch32-384-finetuned-eurosat", "results": [{"task": {"type": "image-classification", "name": "Image Classification"}, "dataset": {"name": "imagefolder", "type": "imagef...
keithanpai/vit-base-patch32-384-finetuned-eurosat
null
[ "transformers", "pytorch", "tensorboard", "vit", "image-classification", "generated_from_trainer", "dataset:imagefolder", "license:apache-2.0", "model-index", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2022-07-31T18:46:59+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #vit #image-classification #generated_from_trainer #dataset-imagefolder #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us
vit-base-patch32-384-finetuned-eurosat ====================================== This model is a fine-tuned version of google/vit-base-patch32-384 on the imagefolder dataset. It achieves the following results on the evaluation set: * Loss: 0.4381 * Accuracy: 0.8423 Model description ----------------- More informat...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 5e-05\n* train\\_batch\\_size: 32\n* eval\\_batch\\_size: 32\n* seed: 42\n* gradient\\_accumulation\\_steps: 4\n* total\\_train\\_batch\\_size: 128\n* optimizer: Adam with betas=(0.9,0.999) and epsilo...
[ "TAGS\n#transformers #pytorch #tensorboard #vit #image-classification #generated_from_trainer #dataset-imagefolder #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learnin...
null
transformers
--- "A bert model pretrained on earnings calls transcripts from SeekingAlpha.com"
{}
reubenraff/earny_bert
null
[ "transformers", "pytorch", "bert", "pretraining", "endpoints_compatible", "region:us" ]
null
2022-07-31T19:00:07+00:00
[]
[]
TAGS #transformers #pytorch #bert #pretraining #endpoints_compatible #region-us
--- "A bert model pretrained on earnings calls transcripts from URL"
[]
[ "TAGS\n#transformers #pytorch #bert #pretraining #endpoints_compatible #region-us \n" ]
text-classification
transformers
<!-- 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. --> # distilbert-base-uncased_fold_1_binary This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/dis...
{"license": "apache-2.0", "tags": ["generated_from_trainer"], "metrics": ["f1"], "model-index": [{"name": "distilbert-base-uncased_fold_1_binary", "results": []}]}
elopezlopez/distilbert-base-uncased_fold_1_binary
null
[ "transformers", "pytorch", "tensorboard", "distilbert", "text-classification", "generated_from_trainer", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2022-07-31T19:57:24+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #distilbert #text-classification #generated_from_trainer #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
distilbert-base-uncased\_fold\_1\_binary ======================================== This model is a fine-tuned version of distilbert-base-uncased on the None dataset. It achieves the following results on the evaluation set: * Loss: 1.5992 * F1: 0.7687 Model description ----------------- More information needed ...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 16\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 25", "### Train...
[ "TAGS\n#transformers #pytorch #tensorboard #distilbert #text-classification #generated_from_trainer #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_b...
null
keras
## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Model Plot <details> <summary>View Model Plot</summary> ![Model Image](./model.png) </details>
{"library_name": "keras"}
ashraq/movie-recommender-movie-model
null
[ "keras", "region:us" ]
null
2022-07-31T19:57:40+00:00
[]
[]
TAGS #keras #region-us
## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Model Plot <details> <summary>View Model Plot</summary> !Model Image </details>
[ "## Model description\n\nMore information needed", "## Intended uses & limitations\n\nMore information needed", "## Training and evaluation data\n\nMore information needed\n\n ## Model Plot\n\n<details>\n<summary>View Model Plot</summary>\n\n!Model Image\n\n</details>" ]
[ "TAGS\n#keras #region-us \n", "## Model description\n\nMore information needed", "## Intended uses & limitations\n\nMore information needed", "## Training and evaluation data\n\nMore information needed\n\n ## Model Plot\n\n<details>\n<summary>View Model Plot</summary>\n\n!Model Image\n\n</details>" ]
null
keras
## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Model Plot <details> <summary>View Model Plot</summary> ![Model Image](./model.png) </details>
{"library_name": "keras"}
pinecone/movie-recommender-user-model
null
[ "keras", "has_space", "region:us" ]
null
2022-07-31T20:04:13+00:00
[]
[]
TAGS #keras #has_space #region-us
## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Model Plot <details> <summary>View Model Plot</summary> !Model Image </details>
[ "## Model description\n\nMore information needed", "## Intended uses & limitations\n\nMore information needed", "## Training and evaluation data\n\nMore information needed\n\n ## Model Plot\n\n<details>\n<summary>View Model Plot</summary>\n\n!Model Image\n\n</details>" ]
[ "TAGS\n#keras #has_space #region-us \n", "## Model description\n\nMore information needed", "## Intended uses & limitations\n\nMore information needed", "## Training and evaluation data\n\nMore information needed\n\n ## Model Plot\n\n<details>\n<summary>View Model Plot</summary>\n\n!Model Image\n\n</details>"...
null
keras
## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Model Plot <details> <summary>View Model Plot</summary> ![Model Image](./model.png) </details>
{"library_name": "keras"}
pinecone/movie-recommender-movie-model
null
[ "keras", "region:us" ]
null
2022-07-31T20:08:28+00:00
[]
[]
TAGS #keras #region-us
## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Model Plot <details> <summary>View Model Plot</summary> !Model Image </details>
[ "## Model description\n\nMore information needed", "## Intended uses & limitations\n\nMore information needed", "## Training and evaluation data\n\nMore information needed\n\n ## Model Plot\n\n<details>\n<summary>View Model Plot</summary>\n\n!Model Image\n\n</details>" ]
[ "TAGS\n#keras #region-us \n", "## Model description\n\nMore information needed", "## Intended uses & limitations\n\nMore information needed", "## Training and evaluation data\n\nMore information needed\n\n ## Model Plot\n\n<details>\n<summary>View Model Plot</summary>\n\n!Model Image\n\n</details>" ]
text-classification
transformers
<!-- 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. --> # distilbert-base-uncased_fold_1_ternary This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/di...
{"license": "apache-2.0", "tags": ["generated_from_trainer"], "metrics": ["f1"], "model-index": [{"name": "distilbert-base-uncased_fold_1_ternary", "results": []}]}
elopezlopez/distilbert-base-uncased_fold_1_ternary
null
[ "transformers", "pytorch", "tensorboard", "distilbert", "text-classification", "generated_from_trainer", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2022-07-31T20:10:12+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #distilbert #text-classification #generated_from_trainer #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
distilbert-base-uncased\_fold\_1\_ternary ========================================= This model is a fine-tuned version of distilbert-base-uncased on the None dataset. It achieves the following results on the evaluation set: * Loss: 2.0582 * F1: 0.7326 Model description ----------------- More information needed ...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 16\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 25", "### Train...
[ "TAGS\n#transformers #pytorch #tensorboard #distilbert #text-classification #generated_from_trainer #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_b...
text-classification
transformers
<!-- 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. --> # distilbert-base-uncased_fold_2_binary This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/dis...
{"license": "apache-2.0", "tags": ["generated_from_trainer"], "metrics": ["f1"], "model-index": [{"name": "distilbert-base-uncased_fold_2_binary", "results": []}]}
elopezlopez/distilbert-base-uncased_fold_2_binary
null
[ "transformers", "pytorch", "tensorboard", "distilbert", "text-classification", "generated_from_trainer", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2022-07-31T20:33:10+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #distilbert #text-classification #generated_from_trainer #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
distilbert-base-uncased\_fold\_2\_binary ======================================== This model is a fine-tuned version of distilbert-base-uncased on the None dataset. It achieves the following results on the evaluation set: * Loss: 0.4724 * F1: 0.7604 Model description ----------------- More information needed ...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 16\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 25", "### Train...
[ "TAGS\n#transformers #pytorch #tensorboard #distilbert #text-classification #generated_from_trainer #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_b...
text-classification
transformers
<!-- 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. --> # distilbert-base-uncased_fold_3_binary This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/dis...
{"license": "apache-2.0", "tags": ["generated_from_trainer"], "metrics": ["f1"], "model-index": [{"name": "distilbert-base-uncased_fold_3_binary", "results": []}]}
elopezlopez/distilbert-base-uncased_fold_3_binary
null
[ "transformers", "pytorch", "tensorboard", "distilbert", "text-classification", "generated_from_trainer", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2022-07-31T20:43:33+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #distilbert #text-classification #generated_from_trainer #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
distilbert-base-uncased\_fold\_3\_binary ======================================== This model is a fine-tuned version of distilbert-base-uncased on the None dataset. It achieves the following results on the evaluation set: * Loss: 1.8310 * F1: 0.7584 Model description ----------------- More information needed ...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 16\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 25", "### Train...
[ "TAGS\n#transformers #pytorch #tensorboard #distilbert #text-classification #generated_from_trainer #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_b...
text-classification
transformers
<!-- 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. --> # distilbert-base-uncased_fold_4_binary This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/dis...
{"license": "apache-2.0", "tags": ["generated_from_trainer"], "metrics": ["f1"], "model-index": [{"name": "distilbert-base-uncased_fold_4_binary", "results": []}]}
elopezlopez/distilbert-base-uncased_fold_4_binary
null
[ "transformers", "pytorch", "tensorboard", "distilbert", "text-classification", "generated_from_trainer", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2022-07-31T20:54:02+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #distilbert #text-classification #generated_from_trainer #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
distilbert-base-uncased\_fold\_4\_binary ======================================== This model is a fine-tuned version of distilbert-base-uncased on the None dataset. It achieves the following results on the evaluation set: * Loss: 1.2977 * F1: 0.8083 Model description ----------------- More information needed ...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 16\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 25", "### Train...
[ "TAGS\n#transformers #pytorch #tensorboard #distilbert #text-classification #generated_from_trainer #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_b...
text-classification
transformers
<!-- 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. --> # distilbert-base-uncased_fold_5_binary This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/dis...
{"license": "apache-2.0", "tags": ["generated_from_trainer"], "metrics": ["f1"], "model-index": [{"name": "distilbert-base-uncased_fold_5_binary", "results": []}]}
elopezlopez/distilbert-base-uncased_fold_5_binary
null
[ "transformers", "pytorch", "tensorboard", "distilbert", "text-classification", "generated_from_trainer", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2022-07-31T21:04:19+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #distilbert #text-classification #generated_from_trainer #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
distilbert-base-uncased\_fold\_5\_binary ======================================== This model is a fine-tuned version of distilbert-base-uncased on the None dataset. It achieves the following results on the evaluation set: * Loss: 0.5093 * F1: 0.7801 Model description ----------------- More information needed ...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 16\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 25", "### Train...
[ "TAGS\n#transformers #pytorch #tensorboard #distilbert #text-classification #generated_from_trainer #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_b...
text-classification
transformers
<!-- 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. --> # distilbert-base-uncased_fold_6_binary This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/dis...
{"license": "apache-2.0", "tags": ["generated_from_trainer"], "metrics": ["f1"], "model-index": [{"name": "distilbert-base-uncased_fold_6_binary", "results": []}]}
elopezlopez/distilbert-base-uncased_fold_6_binary
null
[ "transformers", "pytorch", "tensorboard", "distilbert", "text-classification", "generated_from_trainer", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2022-07-31T21:14:59+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #distilbert #text-classification #generated_from_trainer #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
distilbert-base-uncased\_fold\_6\_binary ======================================== This model is a fine-tuned version of distilbert-base-uncased on the None dataset. It achieves the following results on the evaluation set: * Loss: 1.6838 * F1: 0.7881 Model description ----------------- More information needed ...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 16\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 25", "### Train...
[ "TAGS\n#transformers #pytorch #tensorboard #distilbert #text-classification #generated_from_trainer #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_b...
reinforcement-learning
stable-baselines3
# **PPO** Agent playing **LunarLander-v2** This is a trained model of a **PPO** agent playing **LunarLander-v2** using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines3). ## Usage (with Stable-baselines3) TODO: Add your code ```python from stable_baselines3 import ... from huggingface_sb3 ...
{"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": "LunarL...
RayS2022/ppo-LunarLander-v2
null
[ "stable-baselines3", "LunarLander-v2", "deep-reinforcement-learning", "reinforcement-learning", "model-index", "region:us" ]
null
2022-07-31T21:22:24+00:00
[]
[]
TAGS #stable-baselines3 #LunarLander-v2 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us
# PPO Agent playing LunarLander-v2 This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library. ## Usage (with Stable-baselines3) TODO: Add your code
[ "# PPO Agent playing LunarLander-v2\nThis is a trained model of a PPO agent playing LunarLander-v2\nusing the stable-baselines3 library.", "## Usage (with Stable-baselines3)\nTODO: Add your code" ]
[ "TAGS\n#stable-baselines3 #LunarLander-v2 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us \n", "# PPO Agent playing LunarLander-v2\nThis is a trained model of a PPO agent playing LunarLander-v2\nusing the stable-baselines3 library.", "## Usage (with Stable-baselines3)\nTODO: Add you...
text-classification
transformers
<!-- 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. --> # xlnet-base-cased_fold_1_binary This model is a fine-tuned version of [xlnet-base-cased](https://huggingface.co/xlnet-base-cased)...
{"license": "mit", "tags": ["generated_from_trainer"], "metrics": ["f1"], "model-index": [{"name": "xlnet-base-cased_fold_1_binary", "results": []}]}
elopezlopez/xlnet-base-cased_fold_1_binary
null
[ "transformers", "pytorch", "tensorboard", "xlnet", "text-classification", "generated_from_trainer", "license:mit", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2022-07-31T21:26:16+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #xlnet #text-classification #generated_from_trainer #license-mit #autotrain_compatible #endpoints_compatible #region-us
xlnet-base-cased\_fold\_1\_binary ================================= This model is a fine-tuned version of xlnet-base-cased on the None dataset. It achieves the following results on the evaluation set: * Loss: 1.7607 * F1: 0.7778 Model description ----------------- More information needed Intended uses & limit...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 16\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 25", "### Train...
[ "TAGS\n#transformers #pytorch #tensorboard #xlnet #text-classification #generated_from_trainer #license-mit #autotrain_compatible #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size:...
text2text-generation
transformers
<!-- 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. --> # opus-mt-en-ro-finetuned-en-to-ro This model is a fine-tuned version of [Helsinki-NLP/opus-mt-en-ro](https://huggingface.co/Helsi...
{"license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["wmt16"], "metrics": ["bleu"], "model-index": [{"name": "opus-mt-en-ro-finetuned-en-to-ro", "results": [{"task": {"type": "text2text-generation", "name": "Sequence-to-sequence Language Modeling"}, "dataset": {"name": "wmt16", "type": "wmt16", "c...
RedPandaAINLP/opus-mt-en-ro-finetuned-en-to-ro
null
[ "transformers", "pytorch", "tensorboard", "marian", "text2text-generation", "generated_from_trainer", "dataset:wmt16", "license:apache-2.0", "model-index", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2022-07-31T21:39:13+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #marian #text2text-generation #generated_from_trainer #dataset-wmt16 #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us
opus-mt-en-ro-finetuned-en-to-ro ================================ This model is a fine-tuned version of Helsinki-NLP/opus-mt-en-ro on the wmt16 dataset. It achieves the following results on the evaluation set: * Loss: 1.2886 * Bleu: 28.1505 * Gen Len: 34.1036 Model description ----------------- More information...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 16\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 1\n* mixed\\_prec...
[ "TAGS\n#transformers #pytorch #tensorboard #marian #text2text-generation #generated_from_trainer #dataset-wmt16 #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\...
text-classification
transformers
<!-- 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. --> # xlnet-base-cased_fold_2_binary This model is a fine-tuned version of [xlnet-base-cased](https://huggingface.co/xlnet-base-cased)...
{"license": "mit", "tags": ["generated_from_trainer"], "metrics": ["f1"], "model-index": [{"name": "xlnet-base-cased_fold_2_binary", "results": []}]}
elopezlopez/xlnet-base-cased_fold_2_binary
null
[ "transformers", "pytorch", "tensorboard", "xlnet", "text-classification", "generated_from_trainer", "license:mit", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2022-07-31T21:50:03+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #xlnet #text-classification #generated_from_trainer #license-mit #autotrain_compatible #endpoints_compatible #region-us
xlnet-base-cased\_fold\_2\_binary ================================= This model is a fine-tuned version of xlnet-base-cased on the None dataset. It achieves the following results on the evaluation set: * Loss: 0.4858 * F1: 0.7648 Model description ----------------- More information needed Intended uses & limit...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 16\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 25", "### Train...
[ "TAGS\n#transformers #pytorch #tensorboard #xlnet #text-classification #generated_from_trainer #license-mit #autotrain_compatible #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size:...
text-classification
transformers
<!-- 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. --> # xlnet-base-cased_fold_3_binary This model is a fine-tuned version of [xlnet-base-cased](https://huggingface.co/xlnet-base-cased)...
{"license": "mit", "tags": ["generated_from_trainer"], "metrics": ["f1"], "model-index": [{"name": "xlnet-base-cased_fold_3_binary", "results": []}]}
elopezlopez/xlnet-base-cased_fold_3_binary
null
[ "transformers", "pytorch", "tensorboard", "xlnet", "text-classification", "generated_from_trainer", "license:mit", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2022-07-31T22:14:01+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #xlnet #text-classification #generated_from_trainer #license-mit #autotrain_compatible #endpoints_compatible #region-us
xlnet-base-cased\_fold\_3\_binary ================================= This model is a fine-tuned version of xlnet-base-cased on the None dataset. It achieves the following results on the evaluation set: * Loss: 1.3616 * F1: 0.7758 Model description ----------------- More information needed Intended uses & limit...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 16\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 25", "### Train...
[ "TAGS\n#transformers #pytorch #tensorboard #xlnet #text-classification #generated_from_trainer #license-mit #autotrain_compatible #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size:...
text2text-generation
transformers
### marian-mt-en-pcm * source language: en (English) * target language: pcm (Nigerian Pidgin) * dataset: Parallel Sentences from the message translation (English) and Pidgin translation of the Bible. * model: transformer-align * pre-processing: normalization + SentencePiece ## Performance | test set | ...
{"license": "mit"}
Enutrof/marian-mt-en-pcm
null
[ "transformers", "pytorch", "marian", "text2text-generation", "license:mit", "autotrain_compatible", "endpoints_compatible", "has_space", "region:us" ]
null
2022-07-31T22:17:27+00:00
[]
[]
TAGS #transformers #pytorch #marian #text2text-generation #license-mit #autotrain_compatible #endpoints_compatible #has_space #region-us
### marian-mt-en-pcm * source language: en (English) * target language: pcm (Nigerian Pidgin) * dataset: Parallel Sentences from the message translation (English) and Pidgin translation of the Bible. * model: transformer-align * pre-processing: normalization + SentencePiece Performance -----------
[ "### marian-mt-en-pcm\n\n\n* source language: en (English)\n* target language: pcm (Nigerian Pidgin)\n* dataset: Parallel Sentences from the message translation (English) and Pidgin translation of the Bible.\n* model: transformer-align\n* pre-processing: normalization + SentencePiece\n\n\nPerformance\n-----------" ...
[ "TAGS\n#transformers #pytorch #marian #text2text-generation #license-mit #autotrain_compatible #endpoints_compatible #has_space #region-us \n", "### marian-mt-en-pcm\n\n\n* source language: en (English)\n* target language: pcm (Nigerian Pidgin)\n* dataset: Parallel Sentences from the message translation (English)...
text-classification
transformers
<!-- 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. --> # distilbert-base-uncased_fold_2_ternary This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/di...
{"license": "apache-2.0", "tags": ["generated_from_trainer"], "metrics": ["f1"], "model-index": [{"name": "distilbert-base-uncased_fold_2_ternary", "results": []}]}
elopezlopez/distilbert-base-uncased_fold_2_ternary
null
[ "transformers", "pytorch", "tensorboard", "distilbert", "text-classification", "generated_from_trainer", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2022-07-31T22:17:46+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #distilbert #text-classification #generated_from_trainer #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
distilbert-base-uncased\_fold\_2\_ternary ========================================= This model is a fine-tuned version of distilbert-base-uncased on the None dataset. It achieves the following results on the evaluation set: * Loss: 1.5810 * F1: 0.7620 Model description ----------------- More information needed ...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 16\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 25", "### Train...
[ "TAGS\n#transformers #pytorch #tensorboard #distilbert #text-classification #generated_from_trainer #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_b...
text-classification
transformers
<!-- 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. --> # distilbert-base-uncased_fold_3_ternary This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/di...
{"license": "apache-2.0", "tags": ["generated_from_trainer"], "metrics": ["f1"], "model-index": [{"name": "distilbert-base-uncased_fold_3_ternary", "results": []}]}
elopezlopez/distilbert-base-uncased_fold_3_ternary
null
[ "transformers", "pytorch", "tensorboard", "distilbert", "text-classification", "generated_from_trainer", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2022-07-31T22:35:15+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #distilbert #text-classification #generated_from_trainer #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
distilbert-base-uncased\_fold\_3\_ternary ========================================= This model is a fine-tuned version of distilbert-base-uncased on the None dataset. It achieves the following results on the evaluation set: * Loss: 1.7987 * F1: 0.7460 Model description ----------------- More information needed ...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 16\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 25", "### Train...
[ "TAGS\n#transformers #pytorch #tensorboard #distilbert #text-classification #generated_from_trainer #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_b...
image-classification
transformers
<!-- 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. --> # resnet-50-finetuned-eurosat This model is a fine-tuned version of [microsoft/resnet-50](https://huggingface.co/microsoft/resnet-...
{"license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["imagefolder"], "metrics": ["accuracy"], "model-index": [{"name": "resnet-50-finetuned-eurosat", "results": [{"task": {"type": "image-classification", "name": "Image Classification"}, "dataset": {"name": "imagefolder", "type": "imagefolder", "co...
keithanpai/resnet-50-finetuned-eurosat
null
[ "transformers", "pytorch", "tensorboard", "resnet", "image-classification", "generated_from_trainer", "dataset:imagefolder", "license:apache-2.0", "model-index", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2022-07-31T22:46:46+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #resnet #image-classification #generated_from_trainer #dataset-imagefolder #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us
resnet-50-finetuned-eurosat =========================== This model is a fine-tuned version of microsoft/resnet-50 on the imagefolder dataset. It achieves the following results on the evaluation set: * Loss: 1.1981 * Accuracy: 0.6677 Model description ----------------- More information needed Intended uses & l...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 5e-05\n* train\\_batch\\_size: 32\n* eval\\_batch\\_size: 32\n* seed: 42\n* gradient\\_accumulation\\_steps: 4\n* total\\_train\\_batch\\_size: 128\n* optimizer: Adam with betas=(0.9,0.999) and epsilo...
[ "TAGS\n#transformers #pytorch #tensorboard #resnet #image-classification #generated_from_trainer #dataset-imagefolder #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* lear...
text-classification
transformers
<!-- 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. --> # distilbert-base-uncased_fold_4_ternary This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/di...
{"license": "apache-2.0", "tags": ["generated_from_trainer"], "metrics": ["f1"], "model-index": [{"name": "distilbert-base-uncased_fold_4_ternary", "results": []}]}
elopezlopez/distilbert-base-uncased_fold_4_ternary
null
[ "transformers", "pytorch", "tensorboard", "distilbert", "text-classification", "generated_from_trainer", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2022-07-31T22:52:47+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #distilbert #text-classification #generated_from_trainer #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
distilbert-base-uncased\_fold\_4\_ternary ========================================= This model is a fine-tuned version of distilbert-base-uncased on the None dataset. It achieves the following results on the evaluation set: * Loss: 1.2981 * F1: 0.7565 Model description ----------------- More information needed ...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 16\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 25", "### Train...
[ "TAGS\n#transformers #pytorch #tensorboard #distilbert #text-classification #generated_from_trainer #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_b...
image-classification
transformers
<!-- 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. --> # tiny-random-vit-finetuned-eurosat This model is a fine-tuned version of [hf-internal-testing/tiny-random-vit](https://huggingfac...
{"tags": ["generated_from_trainer"], "datasets": ["imagefolder"], "metrics": ["accuracy"], "model-index": [{"name": "tiny-random-vit-finetuned-eurosat", "results": [{"task": {"type": "image-classification", "name": "Image Classification"}, "dataset": {"name": "imagefolder", "type": "imagefolder", "config": "default", "...
keithanpai/tiny-random-vit-finetuned-eurosat
null
[ "transformers", "pytorch", "tensorboard", "vit", "image-classification", "generated_from_trainer", "dataset:imagefolder", "model-index", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2022-07-31T23:06:15+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #vit #image-classification #generated_from_trainer #dataset-imagefolder #model-index #autotrain_compatible #endpoints_compatible #region-us
tiny-random-vit-finetuned-eurosat ================================= This model is a fine-tuned version of hf-internal-testing/tiny-random-vit on the imagefolder dataset. It achieves the following results on the evaluation set: * Loss: 1.0488 * Accuracy: 0.6647 Model description ----------------- More informatio...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 5e-05\n* train\\_batch\\_size: 32\n* eval\\_batch\\_size: 32\n* seed: 42\n* gradient\\_accumulation\\_steps: 4\n* total\\_train\\_batch\\_size: 128\n* optimizer: Adam with betas=(0.9,0.999) and epsilo...
[ "TAGS\n#transformers #pytorch #tensorboard #vit #image-classification #generated_from_trainer #dataset-imagefolder #model-index #autotrain_compatible #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 5e-05\n* t...
text-classification
transformers
<!-- 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. --> # distilbert-base-uncased_fold_5_ternary This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/di...
{"license": "apache-2.0", "tags": ["generated_from_trainer"], "metrics": ["f1"], "model-index": [{"name": "distilbert-base-uncased_fold_5_ternary", "results": []}]}
elopezlopez/distilbert-base-uncased_fold_5_ternary
null
[ "transformers", "pytorch", "tensorboard", "distilbert", "text-classification", "generated_from_trainer", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2022-07-31T23:10:21+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #distilbert #text-classification #generated_from_trainer #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
distilbert-base-uncased\_fold\_5\_ternary ========================================= This model is a fine-tuned version of distilbert-base-uncased on the None dataset. It achieves the following results on the evaluation set: * Loss: 1.8096 * F1: 0.7352 Model description ----------------- More information needed ...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 16\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 25", "### Train...
[ "TAGS\n#transformers #pytorch #tensorboard #distilbert #text-classification #generated_from_trainer #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_b...