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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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. -->
# ESM1b_AAV2_classification
To load tokenizer from ESM, you need to install transformers with this version as follow:
!git clone ... | {"tags": ["generated_from_trainer"], "metrics": ["accuracy", "f1", "precision", "recall"], "model-index": [{"name": "ESM1b_AAV2_classification", "results": []}]} | avuhong/ESM1b_AAV2_classification | null | [
"transformers",
"pytorch",
"tensorboard",
"esm",
"text-classification",
"generated_from_trainer",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-05-07T08:18:17+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #esm #text-classification #generated_from_trainer #autotrain_compatible #endpoints_compatible #region-us
| ESM1b\_AAV2\_classification
===========================
To load tokenizer from ESM, you need to install transformers with this version as follow:
!git clone -b add\_esm-proper --single-branch URL
!pip -q install ./transformers
This model is a fine-tuned version of facebook/esm-1b on AAV2 dataset with ~230k sequen... | [
"### 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: 32\n* seed: 42\n* gradient\\_accumulation\\_steps: 64\n* total\\_train\\_batch\\_size: 1024\n* optimizer: Adam with betas=(0.9,0.999) and epsi... | [
"TAGS\n#transformers #pytorch #tensorboard #esm #text-classification #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\\_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
| {"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... | SGme/koko | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-07T08:38:30+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\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Add your code"
] | [
"TAGS\n#stable-baselines3 #LunarLander-v2 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us \n",
"# PPO Agent playing LunarLander-v2\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Ad... |
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-base-sede-txt2sql
This model is a fine-tuned version of [google/t5-v1_1-base](https://huggingface.co/google/t5-v1_1-base) on ... | {"license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["sede"], "model-index": [{"name": "t5-base-sede-txt2sql", "results": []}]} | chainyo/t5-base-sede-txt2sql | null | [
"transformers",
"pytorch",
"tensorboard",
"t5",
"text2text-generation",
"generated_from_trainer",
"dataset:sede",
"license:apache-2.0",
"autotrain_compatible",
"endpoints_compatible",
"text-generation-inference",
"region:us"
] | null | 2022-05-07T08:39:52+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #t5 #text2text-generation #generated_from_trainer #dataset-sede #license-apache-2.0 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
| t5-base-sede-txt2sql
====================
This model is a fine-tuned version of google/t5-v1\_1-base on the sede dataset.
It achieves the following results on the evaluation set:
* Loss: 1.1577
* Bleu Score: 0.5923
* Parsable Queries Accuracy: 0.0
* Partial Match F1: 0.0
* Partial Match F1 No Values: 0.0
* Partial ... | [
"### 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: 100",
"### Trai... | [
"TAGS\n#transformers #pytorch #tensorboard #t5 #text2text-generation #generated_from_trainer #dataset-sede #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* l... |
question-answering | 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. -->
# vanichandna/xlmroberta-squad
This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on an S... | {"license": "mit", "tags": ["generated_from_keras_callback"], "model-index": [{"name": "vanichandna/xlmroberta-squad", "results": []}]} | vanichandna/xlm-roberta-finetuned-squad | null | [
"transformers",
"tf",
"xlm-roberta",
"question-answering",
"generated_from_keras_callback",
"license:mit",
"endpoints_compatible",
"region:us"
] | null | 2022-05-07T08:42:26+00:00 | [] | [] | TAGS
#transformers #tf #xlm-roberta #question-answering #generated_from_keras_callback #license-mit #endpoints_compatible #region-us
| vanichandna/xlmroberta-squad
============================
This model is a fine-tuned version of xlm-roberta-base on an SQuAD v1.1 dataset.
It achieves the following results on the evaluation set:
* Train Loss: 0.6636
* Epoch: 2
Model description
-----------------
More information needed
Intended uses & limita... | [
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* optimizer: {'inner\\_optimizer': {'class\\_name': 'AdamWeightDecay', 'config': {'name': 'AdamWeightDecay', 'learning\\_rate': {'class\\_name': 'PolynomialDecay', 'config': {'initial\\_learning\\_rate': 2e-05, 'decay\\... | [
"TAGS\n#transformers #tf #xlm-roberta #question-answering #generated_from_keras_callback #license-mit #endpoints_compatible #region-us \n",
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* optimizer: {'inner\\_optimizer': {'class\\_name': 'AdamWeightDecay', 'confi... |
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... | brilianputraa/Lunar-LanderV2-v1 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-07T09:03:08+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... |
fill-mask | transformers | # Automatic Translation Alignment of Ancient Greek Texts
GRC-ALIGNMENT model is an XLM-RoBERTa-based model, fine-tuned for automatic multilingual text alignment at the word level.
The model is trained on 12 million monolingual ancient Greek tokens with Masked Language Model (MLM) training objective. Further, the model... | {"license": "cc-by-4.0"} | UGARIT/grc-alignment | null | [
"transformers",
"pytorch",
"safetensors",
"xlm-roberta",
"fill-mask",
"license:cc-by-4.0",
"autotrain_compatible",
"endpoints_compatible",
"has_space",
"region:us"
] | null | 2022-05-07T09:35:59+00:00 | [] | [] | TAGS
#transformers #pytorch #safetensors #xlm-roberta #fill-mask #license-cc-by-4.0 #autotrain_compatible #endpoints_compatible #has_space #region-us
| Automatic Translation Alignment of Ancient Greek Texts
======================================================
GRC-ALIGNMENT model is an XLM-RoBERTa-based model, fine-tuned for automatic multilingual text alignment at the word level.
The model is trained on 12 million monolingual ancient Greek tokens with Masked Langu... | [
"### Multilingual Training Dataset",
"### Model Performance\n\n\n\nThe gold standard datasets are available on Github.\n\n\nIf you use this model, please cite our papers:\n\n\n\n```\n\n@InProceedings{yousef-EtAl:2022:LREC,\n author = {Yousef, Tariq and Palladino, Chiara and Shamsian, Farnoosh and d’Or... | [
"TAGS\n#transformers #pytorch #safetensors #xlm-roberta #fill-mask #license-cc-by-4.0 #autotrain_compatible #endpoints_compatible #has_space #region-us \n",
"### Multilingual Training Dataset",
"### Model Performance\n\n\n\nThe gold standard datasets are available on Github.\n\n\nIf you use this model, please c... |
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
| {"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... | arodriguez/ppo-Lunar-Lander-v2-colab | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-07T09:45:01+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\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Add your code"
] | [
"TAGS\n#stable-baselines3 #LunarLander-v2 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us \n",
"# PPO Agent playing LunarLander-v2\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Ad... |
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
| {"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... | Tinchoroman/TEST2ppo-LunarLander-v2 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-07T09:50:14+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\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Add your code"
] | [
"TAGS\n#stable-baselines3 #LunarLander-v2 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us \n",
"# PPO Agent playing LunarLander-v2\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Ad... |
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"], "metrics": ["f1"], "model-index": [{"name": "xlm-roberta-base-finetuned-panx-de", "results": []}]} | xugenpeng/xlm-roberta-base-finetuned-panx-de | null | [
"transformers",
"pytorch",
"tensorboard",
"xlm-roberta",
"token-classification",
"generated_from_trainer",
"license:mit",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-05-07T09:51:09+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #xlm-roberta #token-classification #generated_from_trainer #license-mit #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 None dataset.
It achieves the following results on the evaluation set:
* Loss: 0.1350
* F1: 0.8609
Model description
-----------------
More information needed
Intended uses & lim... | [
"### 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* num\\_epochs: 3",
"### Traini... | [
"TAGS\n#transformers #pytorch #tensorboard #xlm-roberta #token-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: 5e-05\n* train\\_batch\... |
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. -->
# distill-pegasus-cnn-16-4-finetuned-arxiv
This model is a fine-tuned version of [sshleifer/distill-pegasus-cnn-16-4](https://hugg... | {"tags": ["generated_from_trainer"], "datasets": ["scientific_papers"], "metrics": ["rouge"], "model-index": [{"name": "distill-pegasus-cnn-16-4-finetuned-arxiv", "results": [{"task": {"type": "text2text-generation", "name": "Sequence-to-sequence Language Modeling"}, "dataset": {"name": "scientific_papers", "type": "sc... | theojolliffe/distill-pegasus-cnn-16-4-finetuned-arxiv | null | [
"transformers",
"pytorch",
"tensorboard",
"pegasus",
"text2text-generation",
"generated_from_trainer",
"dataset:scientific_papers",
"model-index",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-05-07T09:53:36+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #pegasus #text2text-generation #generated_from_trainer #dataset-scientific_papers #model-index #autotrain_compatible #endpoints_compatible #region-us
| distill-pegasus-cnn-16-4-finetuned-arxiv
========================================
This model is a fine-tuned version of sshleifer/distill-pegasus-cnn-16-4 on the scientific\_papers dataset.
It achieves the following results on the evaluation set:
* Loss: 3.2938
* Rouge1: 31.2728
* Rouge2: 10.8703
* Rougel: 20.7479
... | [
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 1\n* eval\\_batch\\_size: 1\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\\_precis... | [
"TAGS\n#transformers #pytorch #tensorboard #pegasus #text2text-generation #generated_from_trainer #dataset-scientific_papers #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: ... |
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('https://pbs.twimg.com/profile_images/1518044179217145857/vtps... | {"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://github.com/borisdayma/huggingtweets/blob/master/img/logo.png?raw=true", "widget": [{"text": "My dream is"}]} | huggingtweets/murahokusai-tszzl | null | [
"transformers",
"pytorch",
"gpt2",
"text-generation",
"huggingtweets",
"en",
"autotrain_compatible",
"endpoints_compatible",
"text-generation-inference",
"region:us"
] | null | 2022-05-07T09:57:20+00:00 | [] | [
"en"
] | TAGS
#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
|
AI CYBORG
roon & Mura
@murahokusai-tszzl
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('https://pbs.twimg.com/profile_images/1517568585333637122/_wEf... | {"language": "en", "tags": ["huggingtweets"], "thumbnail": "http://www.huggingtweets.com/spacecatssgb/1651922060699/predictions.png", "widget": [{"text": "My dream is"}]} | huggingtweets/spacecatssgb | null | [
"transformers",
"pytorch",
"gpt2",
"text-generation",
"huggingtweets",
"en",
"autotrain_compatible",
"endpoints_compatible",
"text-generation-inference",
"region:us"
] | null | 2022-05-07T10:13:42+00:00 | [] | [
"en"
] | TAGS
#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
|
AI BOT
SpaceCats NFTs
@spacecatssgb
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"
] |
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. -->
# bart-large-cnn-finetuned-pubmed-finetuned-roundup-e1
This model is a fine-tuned version of [theojolliffe/bart-large-cnn-finetune... | {"license": "mit", "tags": ["generated_from_trainer"], "model-index": [{"name": "bart-large-cnn-finetuned-pubmed-finetuned-roundup-e1", "results": []}]} | theojolliffe/bart-large-cnn-finetuned-pubmed-finetuned-roundup-e1 | null | [
"transformers",
"pytorch",
"tensorboard",
"bart",
"text2text-generation",
"generated_from_trainer",
"license:mit",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-05-07T10:15:38+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #bart #text2text-generation #generated_from_trainer #license-mit #autotrain_compatible #endpoints_compatible #region-us
| bart-large-cnn-finetuned-pubmed-finetuned-roundup-e1
====================================================
This model is a fine-tuned version of theojolliffe/bart-large-cnn-finetuned-pubmed on an unknown dataset.
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: 2\n* eval\\_batch\\_size: 2\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\\_precis... | [
"TAGS\n#transformers #pytorch #tensorboard #bart #text2text-generation #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:... |
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. -->
# english-filipino-wav2vec2-l-xls-r-test-07
This model is a fine-tuned version of [jonatasgrosman/wav2vec2-large-xlsr-53-english](... | {"license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["filipino_voice"], "model-index": [{"name": "english-filipino-wav2vec2-l-xls-r-test-07", "results": []}]} | Khalsuu/english-filipino-wav2vec2-l-xls-r-test-07 | null | [
"transformers",
"pytorch",
"tensorboard",
"wav2vec2",
"automatic-speech-recognition",
"generated_from_trainer",
"dataset:filipino_voice",
"license:apache-2.0",
"endpoints_compatible",
"region:us"
] | null | 2022-05-07T10:18:35+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #wav2vec2 #automatic-speech-recognition #generated_from_trainer #dataset-filipino_voice #license-apache-2.0 #endpoints_compatible #region-us
| english-filipino-wav2vec2-l-xls-r-test-07
=========================================
This model is a fine-tuned version of jonatasgrosman/wav2vec2-large-xlsr-53-english on the filipino\_voice dataset.
It achieves the following results on the evaluation set:
* Loss: 0.6768
* Wer: 0.3755
Model description
----------... | [
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 0.001\n* train\\_batch\\_size: 8\n* eval\\_batch\\_size: 8\n* seed: 42\n* gradient\\_accumulation\\_steps: 2\n* total\\_train\\_batch\\_size: 16\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1... | [
"TAGS\n#transformers #pytorch #tensorboard #wav2vec2 #automatic-speech-recognition #generated_from_trainer #dataset-filipino_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.001\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('https://pbs.twimg.com/profile_images/1484416288097116160/xLR2... | {"language": "en", "tags": ["huggingtweets"], "thumbnail": "http://www.huggingtweets.com/doodles/1651922797827/predictions.png", "widget": [{"text": "My dream is"}]} | huggingtweets/doodles | null | [
"transformers",
"pytorch",
"gpt2",
"text-generation",
"huggingtweets",
"en",
"autotrain_compatible",
"endpoints_compatible",
"text-generation-inference",
"region:us"
] | null | 2022-05-07T10:26:11+00:00 | [] | [
"en"
] | TAGS
#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
|
AI BOT
doodles
@doodles
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"
] |
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. -->
# bart-large-cnn-finetuned-pubmed-finetuned-roundup-e16
This model is a fine-tuned version of [theojolliffe/bart-large-cnn-finetun... | {"license": "mit", "tags": ["generated_from_trainer"], "metrics": ["rouge"], "model-index": [{"name": "bart-large-cnn-finetuned-pubmed-finetuned-roundup-e16", "results": []}]} | theojolliffe/bart-large-cnn-finetuned-pubmed-finetuned-roundup-e16 | null | [
"transformers",
"pytorch",
"tensorboard",
"bart",
"text2text-generation",
"generated_from_trainer",
"license:mit",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-05-07T10:42:57+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #bart #text2text-generation #generated_from_trainer #license-mit #autotrain_compatible #endpoints_compatible #region-us
| bart-large-cnn-finetuned-pubmed-finetuned-roundup-e16
=====================================================
This model is a fine-tuned version of theojolliffe/bart-large-cnn-finetuned-pubmed on an unknown dataset.
It achieves the following results on the evaluation set:
* Loss: 2.6815
* Rouge1: 48.7608
* Rouge2: 29... | [
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 2\n* eval\\_batch\\_size: 2\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 16\n* mixed\\_preci... | [
"TAGS\n#transformers #pytorch #tensorboard #bart #text2text-generation #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:... |
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
| {"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... | DeeOrion/TEST2ppo-LunarLander-v2 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-07T10:46: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\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Add your code"
] | [
"TAGS\n#stable-baselines3 #LunarLander-v2 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us \n",
"# PPO Agent playing LunarLander-v2\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Ad... |
summarization | transformers |
# Longformer Encoder-Decoder (LED) fine-tuned on Billsum
This model is a fine-tuned version of [led-base-16384](https://huggingface.co/allenai/led-base-16384) on the [billsum](https://huggingface.co/datasets/billsum) dataset.
As described in [Longformer: The Long-Document Transformer](https://arxiv.org/pdf/2004.05... | {"license": "apache-2.0", "tags": ["summarization"], "datasets": "billsum", "widget": [{"text": "The people of the State of California do enact as follows: SECTIONHEADER Section 1170.02 is added to the Penal Code, to read: 1170.02. A prisoner is not eligible for resentence or recall pursuant to subdivision (e) of Secti... | d0r1h/LEDBill | null | [
"transformers",
"pytorch",
"led",
"text2text-generation",
"summarization",
"dataset:billsum",
"arxiv:2004.05150",
"license:apache-2.0",
"model-index",
"autotrain_compatible",
"endpoints_compatible",
"has_space",
"region:us"
] | null | 2022-05-07T10:51:06+00:00 | [
"2004.05150"
] | [] | TAGS
#transformers #pytorch #led #text2text-generation #summarization #dataset-billsum #arxiv-2004.05150 #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #has_space #region-us
| Longformer Encoder-Decoder (LED) fine-tuned on Billsum
======================================================
This model is a fine-tuned version of led-base-16384 on the billsum dataset.
As described in Longformer: The Long-Document Transformer by Iz Beltagy, Matthew E. Peters, Arman Cohan, *led-base-16384* was ini... | [] | [
"TAGS\n#transformers #pytorch #led #text2text-generation #summarization #dataset-billsum #arxiv-2004.05150 #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #has_space #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('https://pbs.twimg.com/profile_images/1520427808375332864/CcjP... | {"language": "en", "tags": ["huggingtweets"], "thumbnail": "http://www.huggingtweets.com/murahokusai/1651926004236/predictions.png", "widget": [{"text": "My dream is"}]} | huggingtweets/murahokusai | null | [
"transformers",
"pytorch",
"gpt2",
"text-generation",
"huggingtweets",
"en",
"autotrain_compatible",
"endpoints_compatible",
"text-generation-inference",
"region:us"
] | null | 2022-05-07T11:18:26+00:00 | [] | [
"en"
] | TAGS
#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
|
AI BOT
Mura
@murahokusai
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"
] |
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. -->
# bart-large-cnn-finetuned-pubmed-finetuned-roundup-e8
This model is a fine-tuned version of [theojolliffe/bart-large-cnn-finetune... | {"license": "mit", "tags": ["generated_from_trainer"], "metrics": ["rouge"], "model-index": [{"name": "bart-large-cnn-finetuned-pubmed-finetuned-roundup-e8", "results": []}]} | theojolliffe/bart-large-cnn-finetuned-pubmed-finetuned-roundup-e8 | null | [
"transformers",
"pytorch",
"tensorboard",
"bart",
"text2text-generation",
"generated_from_trainer",
"license:mit",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-05-07T11:19:15+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #bart #text2text-generation #generated_from_trainer #license-mit #autotrain_compatible #endpoints_compatible #region-us
| bart-large-cnn-finetuned-pubmed-finetuned-roundup-e8
====================================================
This model is a fine-tuned version of theojolliffe/bart-large-cnn-finetuned-pubmed on an unknown dataset.
It achieves the following results on the evaluation set:
* Loss: 2.1034
* Rouge1: 48.4605
* Rouge2: 28.5... | [
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 2\n* eval\\_batch\\_size: 2\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 8\n* mixed\\_precis... | [
"TAGS\n#transformers #pytorch #tensorboard #bart #text2text-generation #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:... |
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
| {"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... | gulfst/deep-rl-class_unit-1_LunarLander-v2 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-07T11:52:07+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\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Add your code"
] | [
"TAGS\n#stable-baselines3 #LunarLander-v2 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us \n",
"# PPO Agent playing LunarLander-v2\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Ad... |
fill-mask | transformers |
# roberta-small-coptic
## Model Description
This is a RoBERTa model pre-trained on Coptic Scriptorium Corpora. You can fine-tune `roberta-small-coptic` for downstream tasks, such as [POS-tagging](https://huggingface.co/KoichiYasuoka/roberta-small-coptic-upos), dependency-parsing, and so on.
## How to Use
```py
fro... | {"language": ["cop"], "license": "cc-by-sa-4.0", "tags": ["coptic", "masked-lm"], "pipeline_tag": "fill-mask", "mask_token": "[MASK]"} | KoichiYasuoka/roberta-small-coptic | null | [
"transformers",
"pytorch",
"roberta",
"fill-mask",
"coptic",
"masked-lm",
"cop",
"license:cc-by-sa-4.0",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-05-07T12:08:50+00:00 | [] | [
"cop"
] | TAGS
#transformers #pytorch #roberta #fill-mask #coptic #masked-lm #cop #license-cc-by-sa-4.0 #autotrain_compatible #endpoints_compatible #region-us
|
# roberta-small-coptic
## Model Description
This is a RoBERTa model pre-trained on Coptic Scriptorium Corpora. You can fine-tune 'roberta-small-coptic' for downstream tasks, such as POS-tagging, dependency-parsing, and so on.
## How to Use
| [
"# roberta-small-coptic",
"## Model Description\n\nThis is a RoBERTa model pre-trained on Coptic Scriptorium Corpora. You can fine-tune 'roberta-small-coptic' for downstream tasks, such as POS-tagging, dependency-parsing, and so on.",
"## How to Use"
] | [
"TAGS\n#transformers #pytorch #roberta #fill-mask #coptic #masked-lm #cop #license-cc-by-sa-4.0 #autotrain_compatible #endpoints_compatible #region-us \n",
"# roberta-small-coptic",
"## Model Description\n\nThis is a RoBERTa model pre-trained on Coptic Scriptorium Corpora. You can fine-tune 'roberta-small-copti... |
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. -->
# bart-large-cnn-finetuned-pubmed-finetuned-pubmedarxiv
This model is a fine-tuned version of [theojolliffe/bart-large-cnn-finetun... | {"license": "mit", "tags": ["generated_from_trainer"], "datasets": ["scientific_papers"], "metrics": ["rouge"], "model-index": [{"name": "bart-large-cnn-finetuned-pubmed-finetuned-pubmedarxiv", "results": [{"task": {"type": "text2text-generation", "name": "Sequence-to-sequence Language Modeling"}, "dataset": {"name": "... | theojolliffe/bart-cnn-pubmed-arxiv | null | [
"transformers",
"pytorch",
"tensorboard",
"bart",
"text2text-generation",
"generated_from_trainer",
"dataset:scientific_papers",
"license:mit",
"model-index",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-05-07T12:13:05+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #bart #text2text-generation #generated_from_trainer #dataset-scientific_papers #license-mit #model-index #autotrain_compatible #endpoints_compatible #region-us
| bart-large-cnn-finetuned-pubmed-finetuned-pubmedarxiv
=====================================================
This model is a fine-tuned version of theojolliffe/bart-large-cnn-finetuned-pubmed on the scientific\_papers dataset.
It achieves the following results on the evaluation set:
* Loss: 2.3402
* Rouge1: 41.3608
... | [
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 2\n* eval\\_batch\\_size: 2\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\\_precis... | [
"TAGS\n#transformers #pytorch #tensorboard #bart #text2text-generation #generated_from_trainer #dataset-scientific_papers #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* learnin... |
token-classification | transformers |
# roberta-small-coptic-upos
## Model Description
This is a RoBERTa model pre-trained with [UD_Coptic](https://universaldependencies.org/cop/) for POS-tagging and dependency-parsing, derived from [roberta-small-coptic](https://huggingface.co/KoichiYasuoka/roberta-small-coptic). Every word is tagged by [UPOS](https://... | {"language": ["cop"], "license": "cc-by-sa-4.0", "tags": ["coptic", "token-classification", "pos", "dependency-parsing"], "datasets": ["universal_dependencies"], "pipeline_tag": "token-classification", "widget": [{"text": "\u2ca7\u2c89\u2c9b\u2c9f\u2ca9\u2c87\u2c89\u2c9b\u0304\u2c9f\u2ca9\u2c9f\u2c89\u2c93\u2c9b\u03e9\... | KoichiYasuoka/roberta-small-coptic-upos | null | [
"transformers",
"pytorch",
"roberta",
"token-classification",
"coptic",
"pos",
"dependency-parsing",
"cop",
"dataset:universal_dependencies",
"license:cc-by-sa-4.0",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-05-07T12:15:37+00:00 | [] | [
"cop"
] | TAGS
#transformers #pytorch #roberta #token-classification #coptic #pos #dependency-parsing #cop #dataset-universal_dependencies #license-cc-by-sa-4.0 #autotrain_compatible #endpoints_compatible #region-us
|
# roberta-small-coptic-upos
## Model Description
This is a RoBERTa model pre-trained with UD_Coptic for POS-tagging and dependency-parsing, derived from roberta-small-coptic. Every word is tagged by UPOS (Universal Part-Of-Speech).
## How to Use
or
## See Also
esupar: Tokenizer POS-tagger and Dependency-pars... | [
"# roberta-small-coptic-upos",
"## Model Description\n\nThis is a RoBERTa model pre-trained with UD_Coptic for POS-tagging and dependency-parsing, derived from roberta-small-coptic. Every word is tagged by UPOS (Universal Part-Of-Speech).",
"## How to Use\n\n\n\nor",
"## See Also\n\nesupar: Tokenizer POS-tagg... | [
"TAGS\n#transformers #pytorch #roberta #token-classification #coptic #pos #dependency-parsing #cop #dataset-universal_dependencies #license-cc-by-sa-4.0 #autotrain_compatible #endpoints_compatible #region-us \n",
"# roberta-small-coptic-upos",
"## Model Description\n\nThis is a RoBERTa model pre-trained with UD... |
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. -->
# distilbart-cnn-12-6-finetuned-arxiv
This model is a fine-tuned version of [sshleifer/distilbart-cnn-12-6](https://huggingface.co... | {"license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["scientific_papers"], "metrics": ["rouge"], "model-index": [{"name": "distilbart-cnn-12-6-finetuned-arxiv", "results": [{"task": {"type": "text2text-generation", "name": "Sequence-to-sequence Language Modeling"}, "dataset": {"name": "scientific_... | theojolliffe/distilbart-cnn-12-6-finetuned-arxiv | null | [
"transformers",
"pytorch",
"tensorboard",
"bart",
"text2text-generation",
"generated_from_trainer",
"dataset:scientific_papers",
"license:apache-2.0",
"model-index",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-05-07T12:15:42+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #bart #text2text-generation #generated_from_trainer #dataset-scientific_papers #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us
| distilbart-cnn-12-6-finetuned-arxiv
===================================
This model is a fine-tuned version of sshleifer/distilbart-cnn-12-6 on the scientific\_papers dataset.
It achieves the following results on the evaluation set:
* Loss: 2.5467
* Rouge1: 40.0881
* Rouge2: 14.5466
* Rougel: 23.3775
* Rougelsum: 35... | [
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 1\n* eval\\_batch\\_size: 1\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\\_precis... | [
"TAGS\n#transformers #pytorch #tensorboard #bart #text2text-generation #generated_from_trainer #dataset-scientific_papers #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* ... |
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
| {"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... | Tinchoroman/TEST3-ppo-LunarLander-v2 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-07T12:31:07+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\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Add your code"
] | [
"TAGS\n#stable-baselines3 #LunarLander-v2 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us \n",
"# PPO Agent playing LunarLander-v2\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Ad... |
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. -->
# mbart-large-cc25-finetuned-en-to-hi
This model is a fine-tuned version of [facebook/mbart-large-cc25](https://huggingface.co/fac... | {"tags": ["generated_from_trainer"], "datasets": ["hindi_english_machine_translation"], "model-index": [{"name": "mbart-large-cc25-finetuned-en-to-hi", "results": []}]} | prashanth/mbart-large-cc25-finetuned-en-to-hi | null | [
"transformers",
"pytorch",
"tensorboard",
"mbart",
"text2text-generation",
"generated_from_trainer",
"dataset:hindi_english_machine_translation",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-05-07T12:51:57+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #mbart #text2text-generation #generated_from_trainer #dataset-hindi_english_machine_translation #autotrain_compatible #endpoints_compatible #region-us
|
# mbart-large-cc25-finetuned-en-to-hi
This model is a fine-tuned version of facebook/mbart-large-cc25 on the hindi_english_machine_translation dataset.
## Model description
More information needed
## Intended uses & limitations
More information needed
## Training and evaluation data
More information needed
#... | [
"# mbart-large-cc25-finetuned-en-to-hi\n\nThis model is a fine-tuned version of facebook/mbart-large-cc25 on the hindi_english_machine_translation dataset.",
"## Model description\n\nMore information needed",
"## Intended uses & limitations\n\nMore information needed",
"## Training and evaluation data\n\nMore... | [
"TAGS\n#transformers #pytorch #tensorboard #mbart #text2text-generation #generated_from_trainer #dataset-hindi_english_machine_translation #autotrain_compatible #endpoints_compatible #region-us \n",
"# mbart-large-cc25-finetuned-en-to-hi\n\nThis model is a fine-tuned version of facebook/mbart-large-cc25 on the hi... |
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-53_full_train
This model is a fine-tuned version of [facebook/wav2vec2-large-xlsr-53](https://huggingface.co... | {"license": "apache-2.0", "tags": ["generated_from_trainer"], "model-index": [{"name": "wav2vec2-large-xlsr-53_full_train", "results": []}]} | scasutt/wav2vec2-large-xlsr-52_Swiss_German | null | [
"transformers",
"pytorch",
"tensorboard",
"wav2vec2",
"automatic-speech-recognition",
"generated_from_trainer",
"license:apache-2.0",
"endpoints_compatible",
"region:us"
] | null | 2022-05-07T13:04:05+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #wav2vec2 #automatic-speech-recognition #generated_from_trainer #license-apache-2.0 #endpoints_compatible #region-us
| wav2vec2-large-xlsr-53\_full\_train
===================================
This model is a fine-tuned version of facebook/wav2vec2-large-xlsr-53 on the Swissdial dataset.
It achieves the following results on the evaluation set:
* Loss: 0.2811
* Wer: 0.2909
Model description
-----------------
Wav2Vec2-XLSR-53 train... | [
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 0.0001\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 8\n* seed: 42\n* gradient\\_accumulation\\_steps: 16\n* total\\_train\\_batch\\_size: 256\n* optimizer: Adam with betas=(0.9,0.999) and epsil... | [
"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: 1... |
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
| {"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... | Lendalf/deeprlcourse | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-07T13:19:18+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\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Add your code"
] | [
"TAGS\n#stable-baselines3 #LunarLander-v2 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us \n",
"# PPO Agent playing LunarLander-v2\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Ad... |
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... | rmn0ff/ppo-LunarLander-v2 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-07T13:31:57+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 | 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... | Lendalf/TEST2ppo-LunarLander-v2 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-07T13:36:41+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-urdu-CV_8_0-and-PRUS_v2
This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://h... | {"license": "apache-2.0", "tags": ["generated_from_trainer"], "model-index": [{"name": "wav2vec2-large-xls-r-300m-urdu-CV_8_0-and-PRUS_v2", "results": []}]} | omar47/wav2vec2-large-xls-r-300m-urdu-v2 | null | [
"transformers",
"pytorch",
"tensorboard",
"wav2vec2",
"automatic-speech-recognition",
"generated_from_trainer",
"license:apache-2.0",
"endpoints_compatible",
"region:us"
] | null | 2022-05-07T13:37:43+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #wav2vec2 #automatic-speech-recognition #generated_from_trainer #license-apache-2.0 #endpoints_compatible #region-us
| wav2vec2-large-xls-r-300m-urdu-CV\_8\_0-and-PRUS\_v2
====================================================
This model is a fine-tuned version of facebook/wav2vec2-xls-r-300m on the None dataset.
It achieves the following results on the evaluation set:
* Loss: 1.3541
* Wer: 0.6532
Model description
----------------... | [
"### 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 #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: 1... |
text-generation | transformers |
Generates Ad copy, currently for ads for Amazon shopping (fine tuned for electronics and wearables).
**Usage Examples:**
Enter the bolded text below to get the Amazon ad generated by the model.
**Big savings on the new** Roku Streaming Device
**Mothers Day discounts for** Apple Watch Wireless Charger USB... | {"license": "mit", "metrics": ["bleu", "sacrebleu"], "inference": {"parameters": {"temperature": 0.7, "use_cache": false, "max_length": 200, "top_k": 5, "top_p": 0.9}}, "widget": [{"text": "Sony TV", "example_title": "Amazon Ad text Electronics"}, {"text": "Apple Watch", "example_title": "Amazon Ad text Wearables"}, {"... | nirajsaran/AdTextGeneration | null | [
"transformers",
"pytorch",
"gpt_neo",
"text-generation",
"license:mit",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-05-07T14:01:13+00:00 | [] | [] | TAGS
#transformers #pytorch #gpt_neo #text-generation #license-mit #autotrain_compatible #endpoints_compatible #region-us
|
Generates Ad copy, currently for ads for Amazon shopping (fine tuned for electronics and wearables).
Usage Examples:
Enter the bolded text below to get the Amazon ad generated by the model.
Big savings on the new Roku Streaming Device
Mothers Day discounts for Apple Watch Wireless Charger USB Charging Ca... | [] | [
"TAGS\n#transformers #pytorch #gpt_neo #text-generation #license-mit #autotrain_compatible #endpoints_compatible #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
| {"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... | santoshkosgi/PPO-LunarLander-v2 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-07T14:03:59+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\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Add your code"
] | [
"TAGS\n#stable-baselines3 #LunarLander-v2 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us \n",
"# PPO Agent playing LunarLander-v2\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Ad... |
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
| {"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... | ksmcg/PPO-LunarLander-v2 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-07T14:04:00+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\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Add your code"
] | [
"TAGS\n#stable-baselines3 #LunarLander-v2 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us \n",
"# PPO Agent playing LunarLander-v2\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Ad... |
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
| {"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... | rianrajagede/rlc-ppo-LunarLander-v2 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-07T14:34:12+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\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Add your code"
] | [
"TAGS\n#stable-baselines3 #LunarLander-v2 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us \n",
"# PPO Agent playing LunarLander-v2\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Ad... |
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. -->
# Dansk-wav2vec21
This model is a fine-tuned version of [Siyam/SKYLy](https://huggingface.co/Siyam/SKYLy) on the common_voice data... | {"license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["common_voice"], "model-index": [{"name": "Dansk-wav2vec21", "results": []}]} | Siyam/Dansk-wav2vec21 | null | [
"transformers",
"pytorch",
"tensorboard",
"wav2vec2",
"automatic-speech-recognition",
"generated_from_trainer",
"dataset:common_voice",
"license:apache-2.0",
"endpoints_compatible",
"region:us"
] | null | 2022-05-07T14:38:59+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #wav2vec2 #automatic-speech-recognition #generated_from_trainer #dataset-common_voice #license-apache-2.0 #endpoints_compatible #region-us
| Dansk-wav2vec21
===============
This model is a fine-tuned version of Siyam/SKYLy on the common\_voice dataset.
It achieves the following results on the evaluation set:
* Loss: 0.8025
* Wer: 0.4057
Model description
-----------------
More information needed
Intended uses & limitations
------------------------... | [
"### 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. -->
# t5-small-finetuned-xsum
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the xsum dataset.
... | {"license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["xsum"], "model-index": [{"name": "t5-small-finetuned-xsum", "results": []}]} | retextly/t5-small-finetuned-xsum | null | [
"transformers",
"pytorch",
"tensorboard",
"t5",
"text2text-generation",
"generated_from_trainer",
"dataset:xsum",
"license:apache-2.0",
"autotrain_compatible",
"endpoints_compatible",
"text-generation-inference",
"region:us"
] | null | 2022-05-07T14:39:22+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #t5 #text2text-generation #generated_from_trainer #dataset-xsum #license-apache-2.0 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
|
# t5-small-finetuned-xsum
This model is a fine-tuned version of t5-small on the xsum dataset.
## Model description
More information needed
## Intended uses & limitations
More information needed
## Training and evaluation data
More information needed
## Training procedure
### Training hyperparameters
The fo... | [
"# t5-small-finetuned-xsum\n\nThis model is a fine-tuned version of t5-small on the xsum dataset.",
"## Model description\n\nMore information needed",
"## Intended uses & limitations\n\nMore information needed",
"## Training and evaluation data\n\nMore information needed",
"## Training procedure",
"### Tr... | [
"TAGS\n#transformers #pytorch #tensorboard #t5 #text2text-generation #generated_from_trainer #dataset-xsum #license-apache-2.0 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n",
"# t5-small-finetuned-xsum\n\nThis model is a fine-tuned version of t5-small on the xsum dataset.",
... |
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
| {"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... | carlosaguayo/TEST2ppo-LunarLander-v2 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-07T14:39:46+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\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Add your code"
] | [
"TAGS\n#stable-baselines3 #LunarLander-v2 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us \n",
"# PPO Agent playing LunarLander-v2\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Ad... |
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. -->
# bart-cnn-pubmed-arxiv-v3-e4
This model is a fine-tuned version of [theojolliffe/bart-cnn-pubmed-arxiv](https://huggingface.co/th... | {"license": "mit", "tags": ["generated_from_trainer"], "metrics": ["rouge"], "model-index": [{"name": "bart-cnn-pubmed-arxiv-v3-e4", "results": []}]} | theojolliffe/bart-cnn-pubmed-arxiv-v3-e4 | null | [
"transformers",
"pytorch",
"tensorboard",
"bart",
"text2text-generation",
"generated_from_trainer",
"license:mit",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-05-07T14:52:30+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #bart #text2text-generation #generated_from_trainer #license-mit #autotrain_compatible #endpoints_compatible #region-us
| bart-cnn-pubmed-arxiv-v3-e4
===========================
This model is a fine-tuned version of theojolliffe/bart-cnn-pubmed-arxiv on an unknown dataset.
It achieves the following results on the evaluation set:
* Loss: 0.7934
* Rouge1: 54.2624
* Rouge2: 35.6024
* Rougel: 37.1697
* Rougelsum: 51.5144
* Gen Len: 141.98... | [
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 2\n* eval\\_batch\\_size: 2\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\n* mixed\\_precis... | [
"TAGS\n#transformers #pytorch #tensorboard #bart #text2text-generation #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:... |
null | transformers |
This model is quantized version of ```vuiseng9/bert-l-squadv1.1-sl256``` using OpenVINO NNCF.
### Training
```bash
# used 4xV100 GPUS
# --fp16 for lower turnaround and resource requirement
python run_qa.py \
--model_name_or_path vuiseng9/bert-l-squadv1.1-sl256 \
--dataset_name squad \
--do_eval \
--do_train \... | {"license": "apache-2.0", "datasets": ["squad"], "model-index": [{"name": "nncf-qat-kd-bert-l-squadv1.1-sl256", "results": []}]} | vuiseng9/nncf-qat-kd-bert-l-squadv1.1-sl256 | null | [
"transformers",
"pytorch",
"onnx",
"bert",
"dataset:squad",
"license:apache-2.0",
"endpoints_compatible",
"region:us"
] | null | 2022-05-07T15:10:23+00:00 | [] | [] | TAGS
#transformers #pytorch #onnx #bert #dataset-squad #license-apache-2.0 #endpoints_compatible #region-us
|
This model is quantized version of using OpenVINO NNCF.
### Training
### Evaluation
Require , commit: , NNCF v2.1+ commit ()
### Results
| [
"### Training",
"### Evaluation\nRequire , commit: , NNCF v2.1+ commit ()",
"### Results"
] | [
"TAGS\n#transformers #pytorch #onnx #bert #dataset-squad #license-apache-2.0 #endpoints_compatible #region-us \n",
"### Training",
"### Evaluation\nRequire , commit: , NNCF v2.1+ commit ()",
"### Results"
] |
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. -->
# bert-finetuned-inspec
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the... | {"license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["inspec"], "metrics": ["f1"], "model-index": [{"name": "bert-finetuned-inspec", "results": [{"task": {"type": "token-classification", "name": "Token Classification"}, "dataset": {"name": "inspec", "type": "inspec", "args": "extraction"}, "metric... | RobertoMCA97/bert-finetuned-inspec | null | [
"transformers",
"pytorch",
"tensorboard",
"bert",
"token-classification",
"generated_from_trainer",
"dataset:inspec",
"license:apache-2.0",
"model-index",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-05-07T15:26:01+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #bert #token-classification #generated_from_trainer #dataset-inspec #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us
| bert-finetuned-inspec
=====================
This model is a fine-tuned version of bert-base-uncased on the inspec dataset.
It achieves the following results on the evaluation set:
* Loss: 0.3055
* F1: 0.3035
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: 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: 5",
"### Training... | [
"TAGS\n#transformers #pytorch #tensorboard #bert #token-classification #generated_from_trainer #dataset-inspec #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\\_... |
automatic-speech-recognition | transformers | Trained for 4 epochs on CV9 dataset.
Achieves a WER of 13.5% on validation datset (beam search, 5 beams, generation max length 200, length penalty 1).
https://wandb.ai/sanchit-gandhi/flax-wav2vec2-2-bart-large-cv9/runs/jv8wc0c4?workspace=user-sanchit-gandhi
| {} | sanchit-gandhi/flax-wav2vec2-2-bart-large-cv9-prelim | null | [
"transformers",
"jax",
"speech-encoder-decoder",
"automatic-speech-recognition",
"endpoints_compatible",
"region:us"
] | null | 2022-05-07T15:51:10+00:00 | [] | [] | TAGS
#transformers #jax #speech-encoder-decoder #automatic-speech-recognition #endpoints_compatible #region-us
| Trained for 4 epochs on CV9 dataset.
Achieves a WER of 13.5% on validation datset (beam search, 5 beams, generation max length 200, length penalty 1).
URL
| [] | [
"TAGS\n#transformers #jax #speech-encoder-decoder #automatic-speech-recognition #endpoints_compatible #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
| {"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... | anechaev/ppo-LunarLander-v2 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-07T16:09:50+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\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Add your code"
] | [
"TAGS\n#stable-baselines3 #LunarLander-v2 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us \n",
"# PPO Agent playing LunarLander-v2\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Ad... |
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
| {"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... | ykirpichev/PPO-LunarLander-v2 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-07T16:36:27+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\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Add your code"
] | [
"TAGS\n#stable-baselines3 #LunarLander-v2 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us \n",
"# PPO Agent playing LunarLander-v2\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Ad... |
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
| {"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... | sebasu11/Test_ppo_lunarlander_v2 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-07T16:40:52+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\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Add your code"
] | [
"TAGS\n#stable-baselines3 #LunarLander-v2 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us \n",
"# PPO Agent playing LunarLander-v2\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Ad... |
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. -->
# distilbart-cnn-12-6-finetuned-arxiv-pubmed
This model is a fine-tuned version of [theojolliffe/distilbart-cnn-12-6-finetuned-arx... | {"license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["scientific_papers"], "metrics": ["rouge"], "model-index": [{"name": "distilbart-cnn-12-6-finetuned-arxiv-pubmed", "results": [{"task": {"type": "text2text-generation", "name": "Sequence-to-sequence Language Modeling"}, "dataset": {"name": "scie... | theojolliffe/distilbart-cnn-arxiv-pubmed | null | [
"transformers",
"pytorch",
"tensorboard",
"bart",
"text2text-generation",
"generated_from_trainer",
"dataset:scientific_papers",
"license:apache-2.0",
"model-index",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-05-07T17:06:21+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #bart #text2text-generation #generated_from_trainer #dataset-scientific_papers #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us
| distilbart-cnn-12-6-finetuned-arxiv-pubmed
==========================================
This model is a fine-tuned version of theojolliffe/distilbart-cnn-12-6-finetuned-arxiv on the scientific\_papers dataset.
It achieves the following results on the evaluation set:
* Loss: 2.2214
* Rouge1: 35.9398
* Rouge2: 14.8037
... | [
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 1\n* eval\\_batch\\_size: 1\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\\_precis... | [
"TAGS\n#transformers #pytorch #tensorboard #bart #text2text-generation #generated_from_trainer #dataset-scientific_papers #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* ... |
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
| {"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... | panser/ppo-LunarLander-v2 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-07T17:27:06+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\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Add your code"
] | [
"TAGS\n#stable-baselines3 #LunarLander-v2 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us \n",
"# PPO Agent playing LunarLander-v2\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Ad... |
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. -->
# bart-base-finetuned-squad
This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) ... | {"license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["squad"], "model-index": [{"name": "bart-base-finetuned-squad", "results": []}]} | huxxx657/bart-base-finetuned-squad | null | [
"transformers",
"pytorch",
"tensorboard",
"bart",
"question-answering",
"generated_from_trainer",
"dataset:squad",
"license:apache-2.0",
"endpoints_compatible",
"region:us"
] | null | 2022-05-07T17:29:13+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #bart #question-answering #generated_from_trainer #dataset-squad #license-apache-2.0 #endpoints_compatible #region-us
| bart-base-finetuned-squad
=========================
This model is a fine-tuned version of facebook/bart-base on the squad dataset.
It achieves the following results on the evaluation set:
* Loss: 1.2399
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: 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: 0.2",
"### Trai... | [
"TAGS\n#transformers #pytorch #tensorboard #bart #question-answering #generated_from_trainer #dataset-squad #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\\_size: 1... |
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
| {"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... | SusBioRes-UBC/ppo-LunarLander-v2 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-07T17:46:06+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\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Add your code"
] | [
"TAGS\n#stable-baselines3 #LunarLander-v2 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us \n",
"# PPO Agent playing LunarLander-v2\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Ad... |
question-answering | 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. -->
# xdzadi00_bert-based-v4
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown d... | {"license": "apache-2.0", "tags": ["generated_from_keras_callback"], "model-index": [{"name": "xdzadi00_bert-based-v4", "results": []}]} | Slavka/xdzadi00_bert-based-v4 | null | [
"transformers",
"tf",
"bert",
"question-answering",
"generated_from_keras_callback",
"license:apache-2.0",
"endpoints_compatible",
"region:us"
] | null | 2022-05-07T17:55:48+00:00 | [] | [] | TAGS
#transformers #tf #bert #question-answering #generated_from_keras_callback #license-apache-2.0 #endpoints_compatible #region-us
|
# xdzadi00_bert-based-v4
This model is a fine-tuned version of bert-base-cased on an unknown dataset.
It achieves the following results on the evaluation set:
## Model description
More information needed
## Intended uses & limitations
More information needed
## Training and evaluation data
More information n... | [
"# xdzadi00_bert-based-v4\n\nThis model is a fine-tuned version of bert-base-cased on an unknown dataset.\nIt achieves the following results on the evaluation set:",
"## Model description\n\nMore information needed",
"## Intended uses & limitations\n\nMore information needed",
"## Training and evaluation data... | [
"TAGS\n#transformers #tf #bert #question-answering #generated_from_keras_callback #license-apache-2.0 #endpoints_compatible #region-us \n",
"# xdzadi00_bert-based-v4\n\nThis model is a fine-tuned version of bert-base-cased on an unknown dataset.\nIt achieves the following results on the evaluation set:",
"## Mo... |
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. -->
# bert-finetuned-ner
This model is a fine-tuned version of [Davlan/bert-base-multilingual-cased-ner-hrl](https://huggingface.co/Da... | {"tags": ["generated_from_trainer"], "model-index": [{"name": "bert-finetuned-ner", "results": []}]} | airi/bert-finetuned-ner | null | [
"transformers",
"pytorch",
"tensorboard",
"bert",
"token-classification",
"generated_from_trainer",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-05-07T17:59:15+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #bert #token-classification #generated_from_trainer #autotrain_compatible #endpoints_compatible #region-us
| bert-finetuned-ner
==================
This model is a fine-tuned version of Davlan/bert-base-multilingual-cased-ner-hrl on the None dataset.
Model description
-----------------
More information needed
Intended uses & limitations
---------------------------
More information needed
Training and evaluation dat... | [
"### 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: 1",
"### Training... | [
"TAGS\n#transformers #pytorch #tensorboard #bert #token-classification #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: 2e-05\n* train\\_batch\\_size: 8\n* eval\\_... |
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
| {"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... | Ifeanyi/TEST2ppo-LunarLander-v2 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-07T18:00:22+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\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Add your code"
] | [
"TAGS\n#stable-baselines3 #LunarLander-v2 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us \n",
"# PPO Agent playing LunarLander-v2\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Ad... |
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
| {"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... | AlexChe/ppo-LunarLander-v2 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-07T18:32:31+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\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Add your code"
] | [
"TAGS\n#stable-baselines3 #LunarLander-v2 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us \n",
"# PPO Agent playing LunarLander-v2\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Ad... |
reinforcement-learning | stable-baselines3 |
# **MlpPolicy** Agent playing **LunarLander-v2**
This is a trained model of a **MlpPolicy** agent playing **LunarLander-v2** using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines3).
## Usage (with Stable-baselines3)
TODO: Add your code
| {"library_name": "stable-baselines3", "tags": ["LunarLander-v2", "deep-reinforcement-learning", "reinforcement-learning", "stable-baselines3"], "model-index": [{"name": "MlpPolicy", "results": [{"task": {"type": "reinforcement-learning", "name": "reinforcement-learning"}, "dataset": {"name": "LunarLander-v2", "type": "... | lenant/ppo-LunarLander-v2 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-07T18:33:37+00:00 | [] | [] | TAGS
#stable-baselines3 #LunarLander-v2 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us
|
# MlpPolicy Agent playing LunarLander-v2
This is a trained model of a MlpPolicy agent playing LunarLander-v2 using the stable-baselines3 library.
## Usage (with Stable-baselines3)
TODO: Add your code
| [
"# MlpPolicy Agent playing LunarLander-v2\n This is a trained model of a MlpPolicy agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Add your code"
] | [
"TAGS\n#stable-baselines3 #LunarLander-v2 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us \n",
"# MlpPolicy Agent playing LunarLander-v2\n This is a trained model of a MlpPolicy agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)... |
text-classification | transformers | # Model Description
This model detects if you are writing in a format that is more similar to Simple English Wikipedia or English Wikipedia. This can be extended to applications that aren't Wikipedia as well and to some extent, it can be used for other languages.
Please also note there is a major bias to special chara... | {"language": "en", "tags": "autotrain", "datasets": ["hidude562/autotrain-data-SimpleDetect"], "widget": [{"text": "I quite enjoy using AutoTrain due to its simplicity."}], "co2_eq_emissions": 0.21691606119445225} | hidude562/Wiki-Complexity | null | [
"transformers",
"pytorch",
"jax",
"safetensors",
"distilbert",
"text-classification",
"autotrain",
"en",
"dataset:hidude562/autotrain-data-SimpleDetect",
"co2_eq_emissions",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-05-07T18:37:14+00:00 | [] | [
"en"
] | TAGS
#transformers #pytorch #jax #safetensors #distilbert #text-classification #autotrain #en #dataset-hidude562/autotrain-data-SimpleDetect #co2_eq_emissions #autotrain_compatible #endpoints_compatible #region-us
| # Model Description
This model detects if you are writing in a format that is more similar to Simple English Wikipedia or English Wikipedia. This can be extended to applications that aren't Wikipedia as well and to some extent, it can be used for other languages.
Please also note there is a major bias to special chara... | [
"# Model Description\nThis model detects if you are writing in a format that is more similar to Simple English Wikipedia or English Wikipedia. This can be extended to applications that aren't Wikipedia as well and to some extent, it can be used for other languages.\n\nPlease also note there is a major bias to speci... | [
"TAGS\n#transformers #pytorch #jax #safetensors #distilbert #text-classification #autotrain #en #dataset-hidude562/autotrain-data-SimpleDetect #co2_eq_emissions #autotrain_compatible #endpoints_compatible #region-us \n",
"# Model Description\nThis model detects if you are writing in a format that is more similar ... |
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
| {"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... | lc-col/FirstTest-LunarLander-v2 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-07T18:48:20+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\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Add your code"
] | [
"TAGS\n#stable-baselines3 #LunarLander-v2 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us \n",
"# PPO Agent playing LunarLander-v2\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Ad... |
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
| {"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... | amirbnnsr/LunarLander-v2_PPO | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-07T19:08:05+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\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Add your code"
] | [
"TAGS\n#stable-baselines3 #LunarLander-v2 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us \n",
"# PPO Agent playing LunarLander-v2\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Ad... |
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
| {"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... | efawe/TESTppo-Lunar_lander_attempt2 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-07T19:37:11+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\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Add your code"
] | [
"TAGS\n#stable-baselines3 #LunarLander-v2 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us \n",
"# PPO Agent playing LunarLander-v2\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Ad... |
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('https://pbs.twimg.com/profile_images/3727122709/dad151a96c197... | {"language": "en", "tags": ["huggingtweets"], "thumbnail": "http://www.huggingtweets.com/drmichaellevin/1651957516663/predictions.png", "widget": [{"text": "My dream is"}]} | huggingtweets/drmichaellevin | null | [
"transformers",
"pytorch",
"gpt2",
"text-generation",
"huggingtweets",
"en",
"autotrain_compatible",
"endpoints_compatible",
"text-generation-inference",
"region:us"
] | null | 2022-05-07T20:04:37+00:00 | [] | [
"en"
] | TAGS
#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
|
AI BOT
Michael Levin
@drmichaellevin
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"
] |
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. -->
# distill-pegasus-cnn-16-4-finetuned-arxiv-pubmed
This model is a fine-tuned version of [theojolliffe/distill-pegasus-cnn-16-4-fin... | {"tags": ["generated_from_trainer"], "datasets": ["scientific_papers"], "metrics": ["rouge"], "model-index": [{"name": "distill-pegasus-cnn-16-4-finetuned-arxiv-pubmed", "results": [{"task": {"type": "text2text-generation", "name": "Sequence-to-sequence Language Modeling"}, "dataset": {"name": "scientific_papers", "typ... | theojolliffe/distill-pegasus-cnn-arxiv-pubmed | null | [
"transformers",
"pytorch",
"tensorboard",
"pegasus",
"text2text-generation",
"generated_from_trainer",
"dataset:scientific_papers",
"model-index",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-05-07T20:26:00+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #pegasus #text2text-generation #generated_from_trainer #dataset-scientific_papers #model-index #autotrain_compatible #endpoints_compatible #region-us
| distill-pegasus-cnn-16-4-finetuned-arxiv-pubmed
===============================================
This model is a fine-tuned version of theojolliffe/distill-pegasus-cnn-16-4-finetuned-arxiv on the scientific\_papers dataset.
It achieves the following results on the evaluation set:
* Loss: 3.0433
* Rouge1: 31.5968
* R... | [
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 2\n* eval\\_batch\\_size: 2\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\\_precis... | [
"TAGS\n#transformers #pytorch #tensorboard #pegasus #text2text-generation #generated_from_trainer #dataset-scientific_papers #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: ... |
text-generation | transformers |
# Willow DialoGPT Model
| {"tags": ["conversational"]} | Willow/DialoGPT-large-willow | null | [
"transformers",
"pytorch",
"gpt2",
"text-generation",
"conversational",
"autotrain_compatible",
"endpoints_compatible",
"text-generation-inference",
"region:us"
] | null | 2022-05-07T20:35:14+00:00 | [] | [] | TAGS
#transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
|
# Willow DialoGPT Model
| [
"# Willow DialoGPT Model"
] | [
"TAGS\n#transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n",
"# Willow DialoGPT Model"
] |
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. -->
# bach-arb
This model is a fine-tuned version of [jonatasgrosman/wav2vec2-large-xlsr-53-german](https://huggingface.co/jonatasgro... | {} | bkh6722/bach-arb | null | [
"transformers",
"pytorch",
"tensorboard",
"wav2vec2",
"automatic-speech-recognition",
"endpoints_compatible",
"region:us"
] | null | 2022-05-07T20:50:59+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #wav2vec2 #automatic-speech-recognition #endpoints_compatible #region-us
| bach-arb
========
This model is a fine-tuned version of jonatasgrosman/wav2vec2-large-xlsr-53-german on an unknown dataset.
It achieves the following results on the evaluation set:
* Loss: 2.9404
* Wer: 0.6130
Model description
-----------------
More information needed
Intended uses & limitations
------------... | [
"### 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 #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: 16\n* eval\\_batch\\_size: 8\n* seed: 42\n* g... |
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. -->
# distilbart-cnn-arxiv-pubmed-v3-e4
This model is a fine-tuned version of [theojolliffe/distilbart-cnn-arxiv-pubmed](https://huggi... | {"license": "apache-2.0", "tags": ["generated_from_trainer"], "metrics": ["rouge"], "model-index": [{"name": "distilbart-cnn-arxiv-pubmed-v3-e4", "results": []}]} | theojolliffe/distilbart-cnn-arxiv-pubmed-v3-e4 | null | [
"transformers",
"pytorch",
"tensorboard",
"bart",
"text2text-generation",
"generated_from_trainer",
"license:apache-2.0",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-05-07T20:59:44+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #bart #text2text-generation #generated_from_trainer #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
| distilbart-cnn-arxiv-pubmed-v3-e4
=================================
This model is a fine-tuned version of theojolliffe/distilbart-cnn-arxiv-pubmed on an unknown dataset.
It achieves the following results on the evaluation set:
* Loss: 0.8874
* Rouge1: 53.8193
* Rouge2: 34.9325
* Rougel: 37.7425
* Rougelsum: 51.3935... | [
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 1\n* eval\\_batch\\_size: 1\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\n* mixed\\_precis... | [
"TAGS\n#transformers #pytorch #tensorboard #bart #text2text-generation #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\... |
text-generation | transformers | ```
from transformers import AutoTokenizer, AutoModelForCausalLM
tokenizer = AutoTokenizer.from_pretrained("BigSalmon/InformalToFormalLincoln43")
model = AutoModelForCausalLM.from_pretrained("BigSalmon/InformalToFormalLincoln43")
```
```
How To Make Prompt:
informal english: i am very ready to do that just that.
Tra... | {} | BigSalmon/InformalToFormalLincoln43 | null | [
"transformers",
"pytorch",
"gpt2",
"text-generation",
"autotrain_compatible",
"endpoints_compatible",
"has_space",
"text-generation-inference",
"region:us"
] | null | 2022-05-07T21:29:00+00:00 | [] | [] | TAGS
#transformers #pytorch #gpt2 #text-generation #autotrain_compatible #endpoints_compatible #has_space #text-generation-inference #region-us
|
Keywords to sentences or sentence.
| [] | [
"TAGS\n#transformers #pytorch #gpt2 #text-generation #autotrain_compatible #endpoints_compatible #has_space #text-generation-inference #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
| {"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... | wwymak/ppo-LunarLander-v2 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-07T21:38:15+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\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Add your code"
] | [
"TAGS\n#stable-baselines3 #LunarLander-v2 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us \n",
"# PPO Agent playing LunarLander-v2\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Ad... |
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
| {"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... | nahumsa/ppo1-LunarLander-v2 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-07T21:49:13+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\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Add your code"
] | [
"TAGS\n#stable-baselines3 #LunarLander-v2 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us \n",
"# PPO Agent playing LunarLander-v2\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Ad... |
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
| {"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... | davidrd123/ppo-LunarLander-v2_try_9 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-07T21:52:16+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\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Add your code"
] | [
"TAGS\n#stable-baselines3 #LunarLander-v2 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us \n",
"# PPO Agent playing LunarLander-v2\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Ad... |
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. -->
# bart-cnn-pubmed-arxiv-pubmed
This model is a fine-tuned version of [theojolliffe/bart-cnn-pubmed-arxiv](https://huggingface.co/t... | {"license": "mit", "tags": ["generated_from_trainer"], "datasets": ["scientific_papers"], "metrics": ["rouge"], "model-index": [{"name": "bart-cnn-pubmed-arxiv-pubmed", "results": [{"task": {"type": "text2text-generation", "name": "Sequence-to-sequence Language Modeling"}, "dataset": {"name": "scientific_papers", "type... | theojolliffe/bart-cnn-pubmed-arxiv-pubmed | null | [
"transformers",
"pytorch",
"tensorboard",
"bart",
"text2text-generation",
"generated_from_trainer",
"dataset:scientific_papers",
"license:mit",
"model-index",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-05-07T22:21:32+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #bart #text2text-generation #generated_from_trainer #dataset-scientific_papers #license-mit #model-index #autotrain_compatible #endpoints_compatible #region-us
| bart-cnn-pubmed-arxiv-pubmed
============================
This model is a fine-tuned version of theojolliffe/bart-cnn-pubmed-arxiv on the scientific\_papers dataset.
It achieves the following results on the evaluation set:
* Loss: 1.9245
* Rouge1: 37.3328
* Rouge2: 15.5894
* Rougel: 23.0297
* Rougelsum: 33.952
* Ge... | [
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 1\n* eval\\_batch\\_size: 1\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\\_precis... | [
"TAGS\n#transformers #pytorch #tensorboard #bart #text2text-generation #generated_from_trainer #dataset-scientific_papers #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* learnin... |
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. -->
# english-filipino-wav2vec2-l-xls-r-test-08
This model is a fine-tuned version of [jonatasgrosman/wav2vec2-large-xlsr-53-english](... | {"license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["filipino_voice"], "model-index": [{"name": "english-filipino-wav2vec2-l-xls-r-test-08", "results": []}]} | Khalsuu/english-filipino-wav2vec2-l-xls-r-test-08 | null | [
"transformers",
"pytorch",
"tensorboard",
"wav2vec2",
"automatic-speech-recognition",
"generated_from_trainer",
"dataset:filipino_voice",
"license:apache-2.0",
"endpoints_compatible",
"region:us"
] | null | 2022-05-07T22:46:00+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #wav2vec2 #automatic-speech-recognition #generated_from_trainer #dataset-filipino_voice #license-apache-2.0 #endpoints_compatible #region-us
| english-filipino-wav2vec2-l-xls-r-test-08
=========================================
This model is a fine-tuned version of jonatasgrosman/wav2vec2-large-xlsr-53-english on the filipino\_voice dataset.
It achieves the following results on the evaluation set:
* Loss: 0.5968
* Wer: 0.4255
Model description
----------... | [
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 0.0003\n* train\\_batch\\_size: 8\n* eval\\_batch\\_size: 8\n* seed: 42\n* gradient\\_accumulation\\_steps: 2\n* total\\_train\\_batch\\_size: 16\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=... | [
"TAGS\n#transformers #pytorch #tensorboard #wav2vec2 #automatic-speech-recognition #generated_from_trainer #dataset-filipino_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*... |
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
| {"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... | davidrd123/ppo-LunarLander-v2_try_10 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-07T22:56:51+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\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Add your code"
] | [
"TAGS\n#stable-baselines3 #LunarLander-v2 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us \n",
"# PPO Agent playing LunarLander-v2\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Ad... |
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
| {"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... | davidrd123/ppo-LunarLander-v2_try_11 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-07T23:31:06+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\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Add your code"
] | [
"TAGS\n#stable-baselines3 #LunarLander-v2 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us \n",
"# PPO Agent playing LunarLander-v2\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Ad... |
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('https://pbs.twimg.com/profile_images/1481651838717808654/9Ujp... | {"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://github.com/borisdayma/huggingtweets/blob/master/img/logo.png?raw=true", "widget": [{"text": "My dream is"}]} | huggingtweets/brutedeforce | null | [
"transformers",
"pytorch",
"gpt2",
"text-generation",
"huggingtweets",
"en",
"autotrain_compatible",
"endpoints_compatible",
"text-generation-inference",
"region:us"
] | null | 2022-05-07T23:31:40+00:00 | [] | [
"en"
] | TAGS
#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
|
AI BOT
brute de force
@brutedeforce
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"
] |
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
| {"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... | SuperSecureHuman/LunarLander_v2_PPO_wandb | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-08T00:11:37+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\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Add your code"
] | [
"TAGS\n#stable-baselines3 #LunarLander-v2 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us \n",
"# PPO Agent playing LunarLander-v2\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Ad... |
text-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. -->
# eliwill/distilgpt2-finetuned-final-project
This model is a fine-tuned version of [distilgpt2](https://huggingface.co/distilgpt2) on an... | {"license": "apache-2.0", "tags": ["generated_from_keras_callback"], "model-index": [{"name": "eliwill/distilgpt2-finetuned-final-project", "results": []}]} | eliwill/distilgpt2-finetuned-final-project | null | [
"transformers",
"tf",
"tensorboard",
"gpt2",
"text-generation",
"generated_from_keras_callback",
"license:apache-2.0",
"autotrain_compatible",
"endpoints_compatible",
"has_space",
"text-generation-inference",
"region:us"
] | null | 2022-05-08T00:12:31+00:00 | [] | [] | TAGS
#transformers #tf #tensorboard #gpt2 #text-generation #generated_from_keras_callback #license-apache-2.0 #autotrain_compatible #endpoints_compatible #has_space #text-generation-inference #region-us
| eliwill/distilgpt2-finetuned-final-project
==========================================
This model is a fine-tuned version of distilgpt2 on an unknown dataset.
It achieves the following results on the evaluation set:
* Train Loss: 3.6470
* Validation Loss: 3.4162
* Epoch: 0
Model description
-----------------
Mor... | [
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* optimizer: {'name': 'AdamWeightDecay', 'learning\\_rate': 2e-05, 'decay': 0.0, 'beta\\_1': 0.9, 'beta\\_2': 0.999, 'epsilon': 1e-07, 'amsgrad': False, 'weight\\_decay\\_rate': 0.01}\n* training\\_precision: float32",
... | [
"TAGS\n#transformers #tf #tensorboard #gpt2 #text-generation #generated_from_keras_callback #license-apache-2.0 #autotrain_compatible #endpoints_compatible #has_space #text-generation-inference #region-us \n",
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* optim... |
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-end2end-questions-generation
This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on the squad dat... | {"license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["squad"], "model-index": [{"name": "t5-end2end-questions-generation", "results": []}]} | sam999/t5-end2end-questions-generation | null | [
"transformers",
"pytorch",
"t5",
"text2text-generation",
"generated_from_trainer",
"dataset:squad",
"license:apache-2.0",
"autotrain_compatible",
"endpoints_compatible",
"text-generation-inference",
"region:us"
] | null | 2022-05-08T00:16:57+00:00 | [] | [] | TAGS
#transformers #pytorch #t5 #text2text-generation #generated_from_trainer #dataset-squad #license-apache-2.0 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
| t5-end2end-questions-generation
===============================
This model is a fine-tuned version of t5-base on the squad dataset.
It achieves the following results on the evaluation set:
* Loss: 1.6940
Model description
-----------------
More information needed
Intended uses & limitations
------------------... | [
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 0.0001\n* train\\_batch\\_size: 4\n* eval\\_batch\\_size: 4\n* seed: 42\n* gradient\\_accumulation\\_steps: 16\n* total\\_train\\_batch\\_size: 64\n* optimizer: Adam with betas=(0.9,0.999) and epsilon... | [
"TAGS\n#transformers #pytorch #t5 #text2text-generation #generated_from_trainer #dataset-squad #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\\_ra... |
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
| {"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... | chris-kehl/TEST2ppo-LunarLander-v2 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-08T00:21:47+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\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Add your code"
] | [
"TAGS\n#stable-baselines3 #LunarLander-v2 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us \n",
"# PPO Agent playing LunarLander-v2\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Ad... |
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
| {"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... | rajistics/TEST2ppo-LunarLander-v2 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-08T00:44:38+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\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Add your code"
] | [
"TAGS\n#stable-baselines3 #LunarLander-v2 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us \n",
"# PPO Agent playing LunarLander-v2\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Ad... |
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
| {"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... | SuperSecureHuman/LunarLander_v2_PPO_TFBoard | null | [
"stable-baselines3",
"tensorboard",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-08T00:49:52+00:00 | [] | [] | TAGS
#stable-baselines3 #tensorboard #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\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Add your code"
] | [
"TAGS\n#stable-baselines3 #tensorboard #LunarLander-v2 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us \n",
"# PPO Agent playing LunarLander-v2\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3... |
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
| {"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... | rajistics/ppo-LunarLander-v2 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-08T01:10:10+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\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Add your code"
] | [
"TAGS\n#stable-baselines3 #LunarLander-v2 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us \n",
"# PPO Agent playing LunarLander-v2\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Ad... |
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
| {"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... | davidrd123/ppo-LunarLander-v2_optim_v1 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-08T01:26:21+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\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Add your code"
] | [
"TAGS\n#stable-baselines3 #LunarLander-v2 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us \n",
"# PPO Agent playing LunarLander-v2\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Ad... |
token-classification | spacy | | Feature | Description |
| --- | --- |
| **Name** | `en_pipeline` |
| **Version** | `0.0.0` |
| **spaCy** | `>=3.3.0,<3.4.0` |
| **Default Pipeline** | `transformer`, `ner` |
| **Components** | `transformer`, `ner` |
| **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
| **Sources** | n/a |
| **License** | n/a |
... | {"language": ["en"], "tags": ["spacy", "token-classification"]} | bb5kb/en_pipeline | null | [
"spacy",
"token-classification",
"en",
"model-index",
"region:us"
] | null | 2022-05-08T01:31:37+00:00 | [] | [
"en"
] | TAGS
#spacy #token-classification #en #model-index #region-us
|
### Label Scheme
View label scheme (4 labels for 1 components)
### Accuracy
| [
"### Label Scheme\n\n\n\nView label scheme (4 labels for 1 components)",
"### Accuracy"
] | [
"TAGS\n#spacy #token-classification #en #model-index #region-us \n",
"### Label Scheme\n\n\n\nView label scheme (4 labels for 1 components)",
"### Accuracy"
] |
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
| {"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... | davidrd123/ppo-LunarLander-v2_optim_v2 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-08T01:40:13+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\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Add your code"
] | [
"TAGS\n#stable-baselines3 #LunarLander-v2 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us \n",
"# PPO Agent playing LunarLander-v2\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Ad... |
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. -->
# english-filipino-wav2vec2-l-xls-r-test-09
This model is a fine-tuned version of [jonatasgrosman/wav2vec2-large-xlsr-53-english](... | {"license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["filipino_voice"], "model-index": [{"name": "english-filipino-wav2vec2-l-xls-r-test-09", "results": []}]} | Khalsuu/english-filipino-wav2vec2-l-xls-r-test-09 | null | [
"transformers",
"pytorch",
"tensorboard",
"wav2vec2",
"automatic-speech-recognition",
"generated_from_trainer",
"dataset:filipino_voice",
"license:apache-2.0",
"endpoints_compatible",
"region:us"
] | null | 2022-05-08T01:44:54+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #wav2vec2 #automatic-speech-recognition #generated_from_trainer #dataset-filipino_voice #license-apache-2.0 #endpoints_compatible #region-us
| english-filipino-wav2vec2-l-xls-r-test-09
=========================================
This model is a fine-tuned version of jonatasgrosman/wav2vec2-large-xlsr-53-english on the filipino\_voice dataset.
It achieves the following results on the evaluation set:
* Loss: 1.0054
* Wer: 0.5750
Model description
----------... | [
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 0.002\n* train\\_batch\\_size: 8\n* eval\\_batch\\_size: 8\n* seed: 42\n* gradient\\_accumulation\\_steps: 2\n* total\\_train\\_batch\\_size: 16\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1... | [
"TAGS\n#transformers #pytorch #tensorboard #wav2vec2 #automatic-speech-recognition #generated_from_trainer #dataset-filipino_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.002\n* ... |
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. -->
# albert-base-v1-finetuned-squad
This model is a fine-tuned version of [albert-base-v1](https://huggingface.co/albert-base-v1) on ... | {"license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["squad"], "model-index": [{"name": "albert-base-v1-finetuned-squad", "results": []}]} | sam999/albert-base-v1-finetuned-squad | null | [
"transformers",
"pytorch",
"tensorboard",
"albert",
"question-answering",
"generated_from_trainer",
"dataset:squad",
"license:apache-2.0",
"endpoints_compatible",
"region:us"
] | null | 2022-05-08T01:50:41+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #albert #question-answering #generated_from_trainer #dataset-squad #license-apache-2.0 #endpoints_compatible #region-us
| albert-base-v1-finetuned-squad
==============================
This model is a fine-tuned version of albert-base-v1 on the squad dataset.
It achieves the following results on the evaluation set:
* Loss: 0.9426
Model description
-----------------
More information needed
Intended uses & limitations
-------------... | [
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 7e-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 #albert #question-answering #generated_from_trainer #dataset-squad #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: 7e-05\n* train\\_batch\\_size:... |
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. -->
# roberta-base-finetuned-squad
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the sq... | {"license": "mit", "tags": ["generated_from_trainer"], "datasets": ["squad_v2"], "model-index": [{"name": "roberta-base-finetuned-squad", "results": []}]} | huxxx657/roberta-base-finetuned-squad | null | [
"transformers",
"pytorch",
"tensorboard",
"roberta",
"question-answering",
"generated_from_trainer",
"dataset:squad_v2",
"license:mit",
"endpoints_compatible",
"region:us"
] | null | 2022-05-08T01:59:11+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #roberta #question-answering #generated_from_trainer #dataset-squad_v2 #license-mit #endpoints_compatible #region-us
| roberta-base-finetuned-squad
============================
This model is a fine-tuned version of roberta-base on the squad\_v2 dataset.
It achieves the following results on the evaluation set:
* Loss: 0.8152
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: 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 #roberta #question-answering #generated_from_trainer #dataset-squad_v2 #license-mit #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: 16... |
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. -->
# madatnlp/ke-t5-scratch
This model is a fine-tuned version of [madatnlp/ke-t5-math-py](https://huggingface.co/madatnlp/ke-t5-math-py) o... | {"tags": ["generated_from_keras_callback"], "model-index": [{"name": "madatnlp/ke-t5-scratch", "results": []}]} | madatnlp/ke-t5-scratch | null | [
"transformers",
"tf",
"t5",
"text2text-generation",
"generated_from_keras_callback",
"autotrain_compatible",
"endpoints_compatible",
"text-generation-inference",
"region:us"
] | null | 2022-05-08T01:59:40+00:00 | [] | [] | TAGS
#transformers #tf #t5 #text2text-generation #generated_from_keras_callback #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
| madatnlp/ke-t5-scratch
======================
This model is a fine-tuned version of madatnlp/ke-t5-math-py on an unknown dataset.
It achieves the following results on the evaluation set:
* Train Loss: 0.4760
* Validation Loss: 0.7360
* Epoch: 36
Model description
-----------------
More information needed
Inte... | [
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* optimizer: {'name': 'Adam', 'learning\\_rate': 1e-04, 'decay': 0.0, 'beta\\_1': 0.9, 'beta\\_2': 0.999, 'epsilon': 1e-07, 'amsgrad': False}\n* training\\_precision: float32",
"### Training results",
"### Framework... | [
"TAGS\n#transformers #tf #t5 #text2text-generation #generated_from_keras_callback #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', 'learning\\_rate':... |
feature-extraction | sentence-transformers |
This is a Japanese+English sentence-BERT model.
日本語+英語用Sentence-BERTモデルです。
[日本語のみバージョン](https://huggingface.co/sonoisa/sentence-bert-base-ja-mean-tokens-v2)と比べて、手元の非公開データセットでは日本語の精度が0.8pt低く、英語STSbenchmarkでは精度が8.3pt高い(Cosine-Similarity Spearmanが79.11%)結果が得られました。
事前学習済みモデルとして[cl-tohoku/bert-base-japanese-whole-word-ma... | {"language": "ja", "license": "cc-by-sa-4.0", "tags": ["sentence-transformers", "sentence-bert", "feature-extraction", "sentence-similarity"]} | sonoisa/sentence-bert-base-ja-en-mean-tokens | null | [
"sentence-transformers",
"pytorch",
"bert",
"sentence-bert",
"feature-extraction",
"sentence-similarity",
"ja",
"license:cc-by-sa-4.0",
"endpoints_compatible",
"region:us"
] | null | 2022-05-08T02:05:08+00:00 | [] | [
"ja"
] | TAGS
#sentence-transformers #pytorch #bert #sentence-bert #feature-extraction #sentence-similarity #ja #license-cc-by-sa-4.0 #endpoints_compatible #region-us
|
This is a Japanese+English sentence-BERT model.
日本語+英語用Sentence-BERTモデルです。
日本語のみバージョンと比べて、手元の非公開データセットでは日本語の精度が0.8pt低く、英語STSbenchmarkでは精度が8.3pt高い(Cosine-Similarity Spearmanが79.11%)結果が得られました。
事前学習済みモデルとしてcl-tohoku/bert-base-japanese-whole-word-maskingを利用しました。
推論の実行にはfugashiとipadicが必要です(pip install fugashi ipadic)。
... | [
"# 日本語のみバージョンの解説\n\nURL\n\nモデル名を\"sonoisa/sentence-bert-base-ja-en-mean-tokens\"に書き換えれば、本モデルを利用した挙動になります。",
"# 使い方"
] | [
"TAGS\n#sentence-transformers #pytorch #bert #sentence-bert #feature-extraction #sentence-similarity #ja #license-cc-by-sa-4.0 #endpoints_compatible #region-us \n",
"# 日本語のみバージョンの解説\n\nURL\n\nモデル名を\"sonoisa/sentence-bert-base-ja-en-mean-tokens\"に書き換えれば、本モデルを利用した挙動になります。",
"# 使い方"
] |
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
| {"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... | davidrd123/ppo-LunarLander-v2_optim_v3 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-08T02:24:29+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\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Add your code"
] | [
"TAGS\n#stable-baselines3 #LunarLander-v2 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us \n",
"# PPO Agent playing LunarLander-v2\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Ad... |
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
| {"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... | davidrd123/ppo-LunarLander-v2_optim_v4 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-08T02:35:59+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\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Add your code"
] | [
"TAGS\n#stable-baselines3 #LunarLander-v2 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us \n",
"# PPO Agent playing LunarLander-v2\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Ad... |
translation | transformers |
# TakoMT
This is a translation model using Marian-NMT.
For more details, please see [my repository](https://github.com/s-taka/fugumt).
In addition to the data listed in the repository I also used [ParaCrawl](https://paracrawl.eu/).
* source languages: de, en, es, fr, it, ru, uk
* target language: ja
### How to ... | {"language": ["de", "en", "es", "fr", "it", "ja", "ru", "uk", "multilingual"], "license": "cc-by-sa-4.0", "tags": ["translation"]} | staka/takomt | null | [
"transformers",
"pytorch",
"marian",
"text2text-generation",
"translation",
"de",
"en",
"es",
"fr",
"it",
"ja",
"ru",
"uk",
"multilingual",
"license:cc-by-sa-4.0",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-05-08T02:52:40+00:00 | [] | [
"de",
"en",
"es",
"fr",
"it",
"ja",
"ru",
"uk",
"multilingual"
] | TAGS
#transformers #pytorch #marian #text2text-generation #translation #de #en #es #fr #it #ja #ru #uk #multilingual #license-cc-by-sa-4.0 #autotrain_compatible #endpoints_compatible #region-us
| TakoMT
======
This is a translation model using Marian-NMT.
For more details, please see my repository.
In addition to the data listed in the repository I also used ParaCrawl.
* source languages: de, en, es, fr, it, ru, uk
* target language: ja
### How to use
This model uses transformers and sentencepiece.
... | [
"### How to use\n\n\nThis model uses transformers and sentencepiece.\n\n\nYou can use this model directly with a pipeline:",
"### Eval results\n\n\nThe results of the evaluation using tatoeba(randomly selected 500 sentences) are as follows:\n\n\nsource: de, target: ja, BLEU(\\*1): 27.8\nsource: en, target: ja, BL... | [
"TAGS\n#transformers #pytorch #marian #text2text-generation #translation #de #en #es #fr #it #ja #ru #uk #multilingual #license-cc-by-sa-4.0 #autotrain_compatible #endpoints_compatible #region-us \n",
"### How to use\n\n\nThis model uses transformers and sentencepiece.\n\n\nYou can use this model directly with a ... |
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
| {"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... | davidrd123/ppo-LunarLander-v2_optim_v5 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-08T02:57:08+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\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Add your code"
] | [
"TAGS\n#stable-baselines3 #LunarLander-v2 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us \n",
"# PPO Agent playing LunarLander-v2\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Ad... |
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
| {"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... | davidrd123/ppo-LunarLander-v2_optim_v6 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-08T03:19:13+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\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Add your code"
] | [
"TAGS\n#stable-baselines3 #LunarLander-v2 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us \n",
"# PPO Agent playing LunarLander-v2\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Ad... |
text-classification | transformers |
This model is actually very accurate for this rerank products given one query, intuitively inspired by information retrieval techniques. In 2019, Nils Reimers and Iryna Gurevych introduced a new transformers model called Sentence-BERT, Sentence Embeddings using Siamese BERT-Networks. The model is introduced by this pa... | {"license": "afl-3.0"} | LiYuan/Amazon-Cup-Cross-Encoder-Regression | null | [
"transformers",
"pytorch",
"roberta",
"text-classification",
"license:afl-3.0",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-05-08T03:21:36+00:00 | [] | [] | TAGS
#transformers #pytorch #roberta #text-classification #license-afl-3.0 #autotrain_compatible #endpoints_compatible #region-us
|
This model is actually very accurate for this rerank products given one query, intuitively inspired by information retrieval techniques. In 2019, Nils Reimers and Iryna Gurevych introduced a new transformers model called Sentence-BERT, Sentence Embeddings using Siamese BERT-Networks. The model is introduced by this pa... | [
"# Download and Use\n\n\n\nAs we can observe from above figure, a pooling layer is added on the top of each BERT Model to obtain the sentence embedding $u$ and $v$. Finally, the cosine similarity between $u$ and $v$ can be computed to compare with the true score or make them semantically meaningful, then the mean s... | [
"TAGS\n#transformers #pytorch #roberta #text-classification #license-afl-3.0 #autotrain_compatible #endpoints_compatible #region-us \n",
"# Download and Use\n\n\n\nAs we can observe from above figure, a pooling layer is added on the top of each BERT Model to obtain the sentence embedding $u$ and $v$. Finally, the... |
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
| {"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... | btsas/ppo-LunarLander-v2 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-08T03:23:17+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\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Add your code"
] | [
"TAGS\n#stable-baselines3 #LunarLander-v2 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us \n",
"# PPO Agent playing LunarLander-v2\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Ad... |
translation | transformers |
# FuguMT
This is a translation model using Marian-NMT.
For more details, please see [my repository](https://github.com/s-taka/fugumt).
* source language: en
* target language: ja
### How to use
This model uses transformers and sentencepiece.
```python
!pip install transformers sentencepiece
```
You can use this ... | {"language": ["en", "ja"], "license": "cc-by-sa-4.0", "tags": ["translation"]} | staka/fugumt-en-ja | null | [
"transformers",
"pytorch",
"marian",
"text2text-generation",
"translation",
"en",
"ja",
"license:cc-by-sa-4.0",
"autotrain_compatible",
"endpoints_compatible",
"has_space",
"region:us"
] | null | 2022-05-08T03:23:57+00:00 | [] | [
"en",
"ja"
] | TAGS
#transformers #pytorch #marian #text2text-generation #translation #en #ja #license-cc-by-sa-4.0 #autotrain_compatible #endpoints_compatible #has_space #region-us
| FuguMT
======
This is a translation model using Marian-NMT.
For more details, please see my repository.
* source language: en
* target language: ja
### How to use
This model uses transformers and sentencepiece.
You can use this model directly with a pipeline:
If you want to translate multiple sentences, we ... | [
"### How to use\n\n\nThis model uses transformers and sentencepiece.\n\n\nYou can use this model directly with a pipeline:\n\n\nIf you want to translate multiple sentences, we recommend using pySBD.",
"### Eval results\n\n\nThe results of the evaluation using tatoeba(randomly selected 500 sentences) are as follow... | [
"TAGS\n#transformers #pytorch #marian #text2text-generation #translation #en #ja #license-cc-by-sa-4.0 #autotrain_compatible #endpoints_compatible #has_space #region-us \n",
"### How to use\n\n\nThis model uses transformers and sentencepiece.\n\n\nYou can use this model directly with a pipeline:\n\n\nIf you want ... |
text-classification | transformers |
There are two types of Cross-Encoder models. One is the Cross-Encoder Regression model that we fine-tuned and mentioned in the previous section. Next, we have the Cross-Encoder Classification model. These two models are introduced in the same paper https://doi.org/10.48550/arxiv.1908.10084
Both models resolve the is... | {"license": "afl-3.0"} | LiYuan/Amazon-Cross-Encoder-Classification | null | [
"transformers",
"pytorch",
"bert",
"text-classification",
"license:afl-3.0",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-05-08T03:29:31+00:00 | [] | [] | TAGS
#transformers #pytorch #bert #text-classification #license-afl-3.0 #autotrain_compatible #endpoints_compatible #region-us
|
There are two types of Cross-Encoder models. One is the Cross-Encoder Regression model that we fine-tuned and mentioned in the previous section. Next, we have the Cross-Encoder Classification model. These two models are introduced in the same paper URL
Both models resolve the issue that the BERT model is too time-co... | [] | [
"TAGS\n#transformers #pytorch #bert #text-classification #license-afl-3.0 #autotrain_compatible #endpoints_compatible #region-us \n"
] |
translation | transformers |
# FuguMT
This is a translation model using Marian-NMT.
For more details, please see [my repository](https://github.com/s-taka/fugumt).
* source language: ja
* target language: en
### How to use
This model uses transformers and sentencepiece.
```python
!pip install transformers sentencepiece
```
You can use this ... | {"language": ["en", "ja"], "license": "cc-by-sa-4.0", "tags": ["translation"], "widget": [{"text": "\u732b\u306f\u304b\u308f\u3044\u3044\u3067\u3059\u3002"}]} | staka/fugumt-ja-en | null | [
"transformers",
"pytorch",
"marian",
"text2text-generation",
"translation",
"en",
"ja",
"license:cc-by-sa-4.0",
"autotrain_compatible",
"endpoints_compatible",
"has_space",
"region:us"
] | null | 2022-05-08T03:32:09+00:00 | [] | [
"en",
"ja"
] | TAGS
#transformers #pytorch #marian #text2text-generation #translation #en #ja #license-cc-by-sa-4.0 #autotrain_compatible #endpoints_compatible #has_space #region-us
| FuguMT
======
This is a translation model using Marian-NMT.
For more details, please see my repository.
* source language: ja
* target language: en
### How to use
This model uses transformers and sentencepiece.
You can use this model directly with a pipeline:
### Eval results
The results of the evaluation... | [
"### How to use\n\n\nThis model uses transformers and sentencepiece.\n\n\nYou can use this model directly with a pipeline:",
"### Eval results\n\n\nThe results of the evaluation using tatoeba(randomly selected 500 sentences) are as follows:\n\n\nsource: ja, target: en, BLEU(\\*1): 39.1\n\n\n(\\*1) sacrebleu"
] | [
"TAGS\n#transformers #pytorch #marian #text2text-generation #translation #en #ja #license-cc-by-sa-4.0 #autotrain_compatible #endpoints_compatible #has_space #region-us \n",
"### How to use\n\n\nThis model uses transformers and sentencepiece.\n\n\nYou can use this model directly with a pipeline:",
"### Eval res... |
image-classification | 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. -->
# darshanz/occupation-prediction
This model is ViT base patch16. Which is pretrained on imagenet dataset, then trained on our custom dat... | {"license": "apache-2.0", "tags": ["generated_from_keras_callback"], "model-index": [{"name": "darshanz/occupaion-prediction", "results": []}]} | darshanz/occupation-prediction | null | [
"transformers",
"tf",
"tensorboard",
"vit",
"image-classification",
"generated_from_keras_callback",
"license:apache-2.0",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-05-08T03:35:30+00:00 | [] | [] | TAGS
#transformers #tf #tensorboard #vit #image-classification #generated_from_keras_callback #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
| darshanz/occupation-prediction
==============================
This model is ViT base patch16. Which is pretrained on imagenet dataset, then trained on our custom dataset which is based on occupation prediction. This dataset contains facial images of Indian people which are labeled by occupation. This model predicts t... | [
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* optimizer: {'inner\\_optimizer': {'class\\_name': 'AdamWeightDecay', 'config': {'name': 'AdamWeightDecay', 'learning\\_rate': {'class\\_name': 'PolynomialDecay', 'config': {'initial\\_learning\\_rate': 0.0001, 'decay\... | [
"TAGS\n#transformers #tf #tensorboard #vit #image-classification #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: {'inner\\_optimizer': {'clas... |
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
| {"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... | davidrd123/ppo-LunarLander-v2_optim_v7 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-08T03:51:57+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\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Add your code"
] | [
"TAGS\n#stable-baselines3 #LunarLander-v2 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us \n",
"# PPO Agent playing LunarLander-v2\n This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Ad... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.