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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
fill-mask | transformers |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
probably proofread and complete it, then remove this comment. -->
# jo0hnd0e/distilbert-finetuned-imdb
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-b... | {"license": "apache-2.0", "tags": ["generated_from_keras_callback"], "model-index": [{"name": "jo0hnd0e/distilbert-finetuned-imdb", "results": []}]} | jo0hnd0e/distilbert-finetuned-imdb | null | [
"transformers",
"tf",
"distilbert",
"fill-mask",
"generated_from_keras_callback",
"license:apache-2.0",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-05-08T03:59:28+00:00 | [] | [] | TAGS
#transformers #tf #distilbert #fill-mask #generated_from_keras_callback #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
| jo0hnd0e/distilbert-finetuned-imdb
==================================
This model is a fine-tuned version of distilbert-base-uncased on an unknown dataset.
It achieves the following results on the evaluation set:
* Train Loss: 2.8526
* Validation Loss: 2.6015
* Epoch: 0
Model description
-----------------
More i... | [
"### 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': 'WarmUp', 'config': {'initial\\_learning\\_rate': 2e-05, 'decay\\_schedule... | [
"TAGS\n#transformers #tf #distilbert #fill-mask #generated_from_keras_callback #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n",
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* optimizer: {'inner\\_optimizer': {'class\\_name': 'AdamW... |
fill-mask | transformers |
# roberta-base-coptic
## Model Description
This is a RoBERTa model pre-trained on Coptic Scriptorium Corpora. You can fine-tune `roberta-base-coptic` for downstream tasks, such as [POS-tagging](https://huggingface.co/KoichiYasuoka/roberta-base-coptic-upos), [dependency-parsing](https://huggingface.co/KoichiYasuoka/r... | {"language": ["cop"], "license": "cc-by-sa-4.0", "tags": ["coptic", "masked-lm"], "pipeline_tag": "fill-mask", "mask_token": "[MASK]"} | KoichiYasuoka/roberta-base-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-08T04:01:51+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-base-coptic
## Model Description
This is a RoBERTa model pre-trained on Coptic Scriptorium Corpora. You can fine-tune 'roberta-base-coptic' for downstream tasks, such as POS-tagging, dependency-parsing, and so on.
## How to Use
| [
"# roberta-base-coptic",
"## Model Description\n\nThis is a RoBERTa model pre-trained on Coptic Scriptorium Corpora. You can fine-tune 'roberta-base-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-base-coptic",
"## Model Description\n\nThis is a RoBERTa model pre-trained on Coptic Scriptorium Corpora. You can fine-tune 'roberta-base-coptic'... |
token-classification | transformers |
# BERT for English Named Entity Recognition(bert4ner) Model
英文实体识别模型
`bert4ner-base-uncased` evaluate CoNLL-2003 test data:
The overall performance of BERT on CoNLL-2003 **test**:
| | Accuracy | Recall | F1 |
| ------------ | ------------------ | ------------------ | ------------------ |
| BertSof... | {"language": ["en"], "license": "apache-2.0", "tags": ["bert", "pytorch", "en", "ner"]} | shibing624/bert4ner-base-uncased | null | [
"transformers",
"pytorch",
"safetensors",
"bert",
"token-classification",
"en",
"ner",
"license:apache-2.0",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-05-08T04:05:29+00:00 | [] | [
"en"
] | TAGS
#transformers #pytorch #safetensors #bert #token-classification #en #ner #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
| BERT for English Named Entity Recognition(bert4ner) Model
=========================================================
英文实体识别模型
'bert4ner-base-uncased' evaluate CoNLL-2003 test data:
The overall performance of BERT on CoNLL-2003 test:
在CoNLL-2003的测试集上达到接近SOTA水平。
BertSoftmax的网络结构(原生BERT)。
本项目开源在实体识别项目:nerpy,可支... | [
"#### 英文实体识别:\n\n\n模型文件组成:\n\n\nUsage (HuggingFace Transformers)\n--------------------------------\n\n\nWithout nerpy, you can use the model like this:\n\n\nFirst, you pass your input through the transformer model, then you have to apply the bio tag to get the entity words.\n\n\nInstall package:",
"### 数据集",
"#... | [
"TAGS\n#transformers #pytorch #safetensors #bert #token-classification #en #ner #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n",
"#### 英文实体识别:\n\n\n模型文件组成:\n\n\nUsage (HuggingFace Transformers)\n--------------------------------\n\n\nWithout nerpy, you can use the model like this:\n\... |
token-classification | transformers |
# roberta-base-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-base-coptic](https://huggingface.co/KoichiYasuoka/roberta-base-coptic). Every word is tagged by [UPOS](https://uni... | {"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-base-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-08T04:08:15+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-base-coptic-upos
## Model Description
This is a RoBERTa model pre-trained with UD_Coptic for POS-tagging and dependency-parsing, derived from roberta-base-coptic. Every word is tagged by UPOS (Universal Part-Of-Speech).
## How to Use
or
## See Also
esupar: Tokenizer POS-tagger and Dependency-parser... | [
"# roberta-base-coptic-upos",
"## Model Description\n\nThis is a RoBERTa model pre-trained with UD_Coptic for POS-tagging and dependency-parsing, derived from roberta-base-coptic. Every word is tagged by UPOS (Universal Part-Of-Speech).",
"## How to Use\n\n\n\nor",
"## See Also\n\nesupar: Tokenizer POS-tagger... | [
"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-base-coptic-upos",
"## Model Description\n\nThis is a RoBERTa model pre-trained with UD_... |
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/muril-finetuned-squad
This model is a fine-tuned version of [google/muril-base-cased](https://huggingface.co/google/muril-... | {"license": "apache-2.0", "tags": ["generated_from_keras_callback"], "model-index": [{"name": "vanichandna/muril-finetuned-squad", "results": []}]} | vanichandna/muril-finetuned-squad | null | [
"transformers",
"tf",
"bert",
"question-answering",
"generated_from_keras_callback",
"license:apache-2.0",
"endpoints_compatible",
"region:us"
] | null | 2022-05-08T05:06:04+00:00 | [] | [] | TAGS
#transformers #tf #bert #question-answering #generated_from_keras_callback #license-apache-2.0 #endpoints_compatible #region-us
| vanichandna/muril-finetuned-squad
=================================
This model is a fine-tuned version of google/muril-base-cased on an unknown dataset.
It achieves the following results on the evaluation set:
* Train Loss: 0.7817
* Epoch: 1
Model description
-----------------
More information needed
Intended... | [
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* optimizer: {'name': 'AdamWeightDecay', 'learning\\_rate': {'class\\_name': 'PolynomialDecay', 'config': {'initial\\_learning\\_rate': 2e-05, 'decay\\_steps': 26319, 'end\\_learning\\_rate': 0.0, 'power': 1.0, 'cycle':... | [
"TAGS\n#transformers #tf #bert #question-answering #generated_from_keras_callback #license-apache-2.0 #endpoints_compatible #region-us \n",
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* optimizer: {'name': 'AdamWeightDecay', 'learning\\_rate': {'class\\_name': ... |
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)
model = PPO(
policy = 'MlpPolicy',
env = env,
n_steps = 1024,
... | {"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... | linker81/PPO-LunarLander-v2 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-08T05:37:39+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)
model = PPO(
policy = 'MlpPolicy',
env = env,
n_steps = 1024,
batch_size = 64,
n_epochs = 10,
gamma = 0.999,
gae... | [
"# 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 model = PPO(\n policy = 'MlpPolicy',\n env = env,\n n_steps = 1024,\n batch_size = 64,\n n_epochs = 10,\n gamma = 0.... | [
"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 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. -->
## Model
This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m)... | {"language": ["en"], "license": "apache-2.0", "tags": ["automatic-speech-recognition", "pytorch", "transformers", "en", "generated_from_trainer"], "model-index": [{"name": "wav2vec2-xls-r-300m-phoneme", "results": [{"task": {"type": "automatic-speech-recognition", "name": "Speech Recognition"}, "dataset": {"name": "DAR... | vitouphy/wav2vec2-xls-r-300m-timit-phoneme | null | [
"transformers",
"pytorch",
"safetensors",
"wav2vec2",
"automatic-speech-recognition",
"en",
"generated_from_trainer",
"doi:10.57967/hf/0125",
"license:apache-2.0",
"model-index",
"endpoints_compatible",
"has_space",
"region:us"
] | null | 2022-05-08T05:41:55+00:00 | [] | [
"en"
] | TAGS
#transformers #pytorch #safetensors #wav2vec2 #automatic-speech-recognition #en #generated_from_trainer #doi-10.57967/hf/0125 #license-apache-2.0 #model-index #endpoints_compatible #has_space #region-us
|
## Model
This model is a fine-tuned version of facebook/wav2vec2-xls-r-300m on the Timit dataset. Check this notebook for training detail.
## Usage
Approach 1: Using HuggingFace's pipeline, this will cover everything end-to-end from raw audio input to text output.
Approach 2: More custom way to predict phonem... | [
"## Model\n\nThis model is a fine-tuned version of facebook/wav2vec2-xls-r-300m on the Timit dataset. Check this notebook for training detail.",
"## Usage \n\nApproach 1: Using HuggingFace's pipeline, this will cover everything end-to-end from raw audio input to text output.\n\n\n\nApproach 2: More custom way to ... | [
"TAGS\n#transformers #pytorch #safetensors #wav2vec2 #automatic-speech-recognition #en #generated_from_trainer #doi-10.57967/hf/0125 #license-apache-2.0 #model-index #endpoints_compatible #has_space #region-us \n",
"## Model\n\nThis model is a fine-tuned version of facebook/wav2vec2-xls-r-300m on the Timit datase... |
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-v3-e4
This model is a fine-tuned version of [theojolliffe/bart-cnn-pubmed-arxiv-pubmed](https://hug... | {"license": "mit", "tags": ["generated_from_trainer"], "metrics": ["rouge"], "model-index": [{"name": "bart-cnn-pubmed-arxiv-pubmed-v3-e4", "results": []}]} | theojolliffe/bart-cnn-pubmed-arxiv-pubmed-v3-e4 | null | [
"transformers",
"pytorch",
"tensorboard",
"bart",
"text2text-generation",
"generated_from_trainer",
"license:mit",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-05-08T06:15:39+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #bart #text2text-generation #generated_from_trainer #license-mit #autotrain_compatible #endpoints_compatible #region-us
| bart-cnn-pubmed-arxiv-pubmed-v3-e4
==================================
This model is a fine-tuned version of theojolliffe/bart-cnn-pubmed-arxiv-pubmed on an unknown dataset.
It achieves the following results on the evaluation set:
* Loss: 0.7948
* Rouge1: 52.8917
* Rouge2: 33.9404
* Rougel: 37.0138
* Rougelsum: 50.2... | [
"### 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:... |
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... | exploiter345/ppo_lunar | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-08T06:20: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... |
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-arxiv-pubmed-v3-e4
This model is a fine-tuned version of [theojolliffe/distill-pegasus-cnn-arxiv-pubmed](htt... | {"tags": ["generated_from_trainer"], "metrics": ["rouge"], "model-index": [{"name": "distill-pegasus-cnn-arxiv-pubmed-v3-e4", "results": []}]} | theojolliffe/distill-pegasus-cnn-arxiv-pubmed-v3-e4 | null | [
"transformers",
"pytorch",
"tensorboard",
"pegasus",
"text2text-generation",
"generated_from_trainer",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-05-08T06:22:37+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #pegasus #text2text-generation #generated_from_trainer #autotrain_compatible #endpoints_compatible #region-us
| distill-pegasus-cnn-arxiv-pubmed-v3-e4
======================================
This model is a fine-tuned version of theojolliffe/distill-pegasus-cnn-arxiv-pubmed on an unknown dataset.
It achieves the following results on the evaluation set:
* Loss: 1.8962
* Rouge1: 49.5676
* Rouge2: 30.7141
* Rougel: 34.191
* Roug... | [
"### 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 #pegasus #text2text-generation #generated_from_trainer #autotrain_compatible #endpoints_compatible #region-us \n",
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 1\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... | Yuriky/TestPPO-LunarLander-v2 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-08T06:33: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... |
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_v8 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-08T06:48: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_baseline** Agent playing **LunarLander-v2**
This is a trained model of a **ppo_baseline** 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_baseline", "results": [{"task": {"type": "reinforcement-learning", "name": "reinforcement-learning"}, "dataset": {"name": "LunarLander-v2", "type"... | kpriyanshu256/lunar_ppo | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-08T07:01:44+00:00 | [] | [] | TAGS
#stable-baselines3 #LunarLander-v2 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us
|
# ppo_baseline Agent playing LunarLander-v2
This is a trained model of a ppo_baseline agent playing LunarLander-v2 using the stable-baselines3 library.
## Usage (with Stable-baselines3)
TODO: Add your code
| [
"# ppo_baseline Agent playing LunarLander-v2\n This is a trained model of a ppo_baseline 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_baseline Agent playing LunarLander-v2\n This is a trained model of a ppo_baseline agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-basel... |
summarization | 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. -->
# mt5-base-finetuned-persian
This model is a fine-tuned version of [google/mt5-base](https://huggingface.co/google/mt5-base) on th... | {"license": "apache-2.0", "tags": ["summarization", "persian", "generated_from_trainer"], "datasets": ["xlsum"], "model-index": [{"name": "mt5-base-finetuned-persian", "results": []}]} | eslamxm/mt5-base-finetuned-persian | null | [
"transformers",
"pytorch",
"tensorboard",
"mt5",
"text2text-generation",
"summarization",
"persian",
"generated_from_trainer",
"dataset:xlsum",
"license:apache-2.0",
"autotrain_compatible",
"endpoints_compatible",
"text-generation-inference",
"region:us"
] | null | 2022-05-08T07:04:19+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #mt5 #text2text-generation #summarization #persian #generated_from_trainer #dataset-xlsum #license-apache-2.0 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
| mt5-base-finetuned-persian
==========================
This model is a fine-tuned version of google/mt5-base on the xlsum dataset.
It achieves the following results on the evaluation set:
* Loss: 3.6086
* Rouge-1: 22.02
* Rouge-2: 7.41
* Rouge-l: 18.95
* Gen Len: 19.0
* Bertscore: 69.89
Model description
---------... | [
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 0.0005\n* train\\_batch\\_size: 4\n* eval\\_batch\\_size: 4\n* seed: 42\n* gradient\\_accumulation\\_steps: 8\n* total\\_train\\_batch\\_size: 32\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=... | [
"TAGS\n#transformers #pytorch #tensorboard #mt5 #text2text-generation #summarization #persian #generated_from_trainer #dataset-xlsum #license-apache-2.0 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n",
"### Training hyperparameters\n\n\nThe following hyperparameters were used... |
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-v3-e2
This model is a fine-tuned version of [theojolliffe/bart-cnn-pubmed-arxiv-pubmed](https://hug... | {"license": "mit", "tags": ["generated_from_trainer"], "metrics": ["rouge"], "model-index": [{"name": "bart-cnn-pubmed-arxiv-pubmed-v3-e2", "results": []}]} | theojolliffe/bart-cnn-pubmed-arxiv-pubmed-v3-e2 | null | [
"transformers",
"pytorch",
"tensorboard",
"bart",
"text2text-generation",
"generated_from_trainer",
"license:mit",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-05-08T07:23:54+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #bart #text2text-generation #generated_from_trainer #license-mit #autotrain_compatible #endpoints_compatible #region-us
| bart-cnn-pubmed-arxiv-pubmed-v3-e2
==================================
This model is a fine-tuned version of theojolliffe/bart-cnn-pubmed-arxiv-pubmed on an unknown dataset.
It achieves the following results on the evaluation set:
* Loss: 0.9021
* Rouge1: 53.515
* Rouge2: 33.4314
* Rougel: 35.1718
* Rougelsum: 50.80... | [
"### 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: 2\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... | devetle/Test1ppo-LunarLander-v2 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-08T07:24: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... |
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-arxiv-pubmed-v3-e8
This model is a fine-tuned version of [theojolliffe/distill-pegasus-cnn-arxiv-pubmed](htt... | {"tags": ["generated_from_trainer"], "metrics": ["rouge"], "model-index": [{"name": "distill-pegasus-cnn-arxiv-pubmed-v3-e8", "results": []}]} | theojolliffe/distill-pegasus-cnn-arxiv-pubmed-v3-e8 | null | [
"transformers",
"pytorch",
"tensorboard",
"pegasus",
"text2text-generation",
"generated_from_trainer",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-05-08T07:25:05+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #pegasus #text2text-generation #generated_from_trainer #autotrain_compatible #endpoints_compatible #region-us
| distill-pegasus-cnn-arxiv-pubmed-v3-e8
======================================
This model is a fine-tuned version of theojolliffe/distill-pegasus-cnn-arxiv-pubmed on an unknown dataset.
It achieves the following results on the evaluation set:
* Loss: 1.6844
* Rouge1: 49.0081
* Rouge2: 30.6784
* Rougel: 33.5258
* Rou... | [
"### 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: 8\n* mixed\\_precis... | [
"TAGS\n#transformers #pytorch #tensorboard #pegasus #text2text-generation #generated_from_trainer #autotrain_compatible #endpoints_compatible #region-us \n",
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 1\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... | devetle/Test2ppo-LunarLander-v2 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-08T07:58:35+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... | FeuerEngel/ppo-LunarLander-v2 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-08T08:18: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-classification | transformers |
# Model Trained Using AutoTrain
- Problem type: Multi-class Classification
- Model ID: 838426740
- CO2 Emissions (in grams): 0.0911766483095575
## Validation Metrics
- Loss: 0.3866589665412903
- Accuracy: 0.9137332672285573
- Macro F1: 0.6518117007658014
- Micro F1: 0.9137332672285573
- Weighted F1: 0.9110993117549... | {"language": "en", "tags": "autotrain", "datasets": ["pier297/autotrain-data-chemprot-re"], "widget": [{"text": "I love AutoTrain \ud83e\udd17"}], "co2_eq_emissions": 0.0911766483095575} | pier297/autotrain-chemprot-re-838426740 | null | [
"transformers",
"pytorch",
"bert",
"text-classification",
"autotrain",
"en",
"dataset:pier297/autotrain-data-chemprot-re",
"co2_eq_emissions",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-05-08T08:21:08+00:00 | [] | [
"en"
] | TAGS
#transformers #pytorch #bert #text-classification #autotrain #en #dataset-pier297/autotrain-data-chemprot-re #co2_eq_emissions #autotrain_compatible #endpoints_compatible #region-us
|
# Model Trained Using AutoTrain
- Problem type: Multi-class Classification
- Model ID: 838426740
- CO2 Emissions (in grams): 0.0911766483095575
## Validation Metrics
- Loss: 0.3866589665412903
- Accuracy: 0.9137332672285573
- Macro F1: 0.6518117007658014
- Micro F1: 0.9137332672285573
- Weighted F1: 0.9110993117549... | [
"# Model Trained Using AutoTrain\n\n- Problem type: Multi-class Classification\n- Model ID: 838426740\n- CO2 Emissions (in grams): 0.0911766483095575",
"## Validation Metrics\n\n- Loss: 0.3866589665412903\n- Accuracy: 0.9137332672285573\n- Macro F1: 0.6518117007658014\n- Micro F1: 0.9137332672285573\n- Weighted F... | [
"TAGS\n#transformers #pytorch #bert #text-classification #autotrain #en #dataset-pier297/autotrain-data-chemprot-re #co2_eq_emissions #autotrain_compatible #endpoints_compatible #region-us \n",
"# Model Trained Using AutoTrain\n\n- Problem type: Multi-class Classification\n- Model ID: 838426740\n- CO2 Emissions (... |
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... | vasich61/rl_lunar | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-08T08:31:54+00:00 | [] | [] | TAGS
#stable-baselines3 #LunarLander-v2 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us
|
# PPO Agent playing LunarLander-v2
This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.
## Usage (with Stable-baselines3)
TODO: Add your code
| [
"# PPO Agent playing LunarLander-v2\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. -->
# bert-finetuned-protagonist
This model is a fine-tuned version of [Davlan/bert-base-multilingual-cased-ner-hrl](https://huggingfa... | {"tags": ["generated_from_trainer"], "metrics": ["precision", "recall", "f1", "accuracy"], "model-index": [{"name": "bert-finetuned-protagonist", "results": []}]} | airi/bert-finetuned-protagonist | null | [
"transformers",
"pytorch",
"tensorboard",
"bert",
"token-classification",
"generated_from_trainer",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-05-08T09:02:16+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #bert #token-classification #generated_from_trainer #autotrain_compatible #endpoints_compatible #region-us
| bert-finetuned-protagonist
==========================
This model is a fine-tuned version of Davlan/bert-base-multilingual-cased-ner-hrl on the None dataset.
It achieves the following results on the evaluation set:
* Loss: 0.0745
* Precision: 0.8392
* Recall: 0.7767
* F1: 0.8068
* Accuracy: 0.9863
Model descriptio... | [
"### 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: 5",
"### 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\\_... |
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-arxiv-pubmed-v3-e16
This model is a fine-tuned version of [theojolliffe/distill-pegasus-cnn-arxiv-pubmed](ht... | {"tags": ["generated_from_trainer"], "metrics": ["rouge"], "model-index": [{"name": "distill-pegasus-cnn-arxiv-pubmed-v3-e16", "results": []}]} | theojolliffe/distill-pegasus-cnn-arxiv-pubmed-v3-e16 | null | [
"transformers",
"pytorch",
"tensorboard",
"pegasus",
"text2text-generation",
"generated_from_trainer",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-05-08T09:13:19+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #pegasus #text2text-generation #generated_from_trainer #autotrain_compatible #endpoints_compatible #region-us
| distill-pegasus-cnn-arxiv-pubmed-v3-e16
=======================================
This model is a fine-tuned version of theojolliffe/distill-pegasus-cnn-arxiv-pubmed on an unknown dataset.
It achieves the following results on the evaluation set:
* Loss: 1.4922
* Rouge1: 53.3238
* Rouge2: 36.6165
* Rougel: 38.9255
* R... | [
"### 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: 16\n* mixed\\_preci... | [
"TAGS\n#transformers #pytorch #tensorboard #pegasus #text2text-generation #generated_from_trainer #autotrain_compatible #endpoints_compatible #region-us \n",
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 1\n* eval... |
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-v3-e1
This model is a fine-tuned version of [theojolliffe/bart-cnn-pubmed-arxiv-pubmed](https://hug... | {"license": "mit", "tags": ["generated_from_trainer"], "model-index": [{"name": "bart-cnn-pubmed-arxiv-pubmed-v3-e1", "results": []}]} | theojolliffe/bart-cnn-pubmed-arxiv-pubmed-v3-e1 | null | [
"transformers",
"pytorch",
"tensorboard",
"bart",
"text2text-generation",
"generated_from_trainer",
"license:mit",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-05-08T09:15:22+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #bart #text2text-generation #generated_from_trainer #license-mit #autotrain_compatible #endpoints_compatible #region-us
| bart-cnn-pubmed-arxiv-pubmed-v3-e1
==================================
This model is a fine-tuned version of theojolliffe/bart-cnn-pubmed-arxiv-pubmed on an unknown dataset.
Model description
-----------------
More information needed
Intended uses & limitations
---------------------------
More information need... | [
"### 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:... |
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... | anamaria1988/TEST2ppo-LunarLander-v2 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-08T09:16: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... |
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.
I... | {"license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["xsum"], "metrics": ["rouge"], "model-index": [{"name": "t5-small-finetuned-xsum", "results": [{"task": {"type": "text2text-generation", "name": "Sequence-to-sequence Language Modeling"}, "dataset": {"name": "xsum", "type": "xsum", "args": "defa... | nestoralvaro/t5-small-finetuned-xsum | null | [
"transformers",
"pytorch",
"tensorboard",
"t5",
"text2text-generation",
"generated_from_trainer",
"dataset:xsum",
"license:apache-2.0",
"model-index",
"autotrain_compatible",
"endpoints_compatible",
"text-generation-inference",
"region:us"
] | null | 2022-05-08T09:17:50+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #t5 #text2text-generation #generated_from_trainer #dataset-xsum #license-apache-2.0 #model-index #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.
It achieves the following results on the evaluation set:
* Loss: 2.2928
* Rouge1: 21.4274
* Rouge2: 8.18
* Rougel: 21.3234
* Rougelsum: 21.3185
* Gen Len: 4.9993
Model description
-----------------
... | [
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 16\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 1\n* mixed\\_prec... | [
"TAGS\n#transformers #pytorch #tensorboard #t5 #text2text-generation #generated_from_trainer #dataset-xsum #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n",
"### Training hyperparameters\n\n\nThe following hyperparameters were used during train... |
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)
```model = PPO(
policy = 'MlpPolicy',
env = env,
n_steps = 1024,
... | {"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... | nadirbekovnadir/LunarLander | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-08T09: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)
| [
"# 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)"
] | [
"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)"
] |
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... | pm390/ppo-LunarLander-v2 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-08T10:22:25+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-v3-e8
This model is a fine-tuned version of [theojolliffe/bart-cnn-pubmed-arxiv-pubmed](https://hug... | {"license": "mit", "tags": ["generated_from_trainer"], "metrics": ["rouge"], "model-index": [{"name": "bart-cnn-pubmed-arxiv-pubmed-v3-e8", "results": []}]} | theojolliffe/bart-cnn-pubmed-arxiv-pubmed-v3-e8 | null | [
"transformers",
"pytorch",
"tensorboard",
"bart",
"text2text-generation",
"generated_from_trainer",
"license:mit",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-05-08T10:37:29+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #bart #text2text-generation #generated_from_trainer #license-mit #autotrain_compatible #endpoints_compatible #region-us
| bart-cnn-pubmed-arxiv-pubmed-v3-e8
==================================
This model is a fine-tuned version of theojolliffe/bart-cnn-pubmed-arxiv-pubmed on an unknown dataset.
It achieves the following results on the evaluation set:
* Loss: 0.7778
* Rouge1: 55.6307
* Rouge2: 38.1306
* Rougel: 40.7127
* Rougelsum: 53.3... | [
"### 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... | dennislyh/ppo-LunarLander-v2 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-08T11:20:32+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... | arimboux/ppo-LunarLander-v2 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-08T11:31: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... |
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-hi-to-en
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-hi-to-en", "results": []}]} | prashanth/mbart-large-cc25-finetuned-hi-to-en | null | [
"transformers",
"pytorch",
"tensorboard",
"mbart",
"text2text-generation",
"generated_from_trainer",
"dataset:hindi_english_machine_translation",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-05-08T11:48:08+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-hi-to-en
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-hi-to-en\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-hi-to-en\n\nThis model is a fine-tuned version of facebook/mbart-large-cc25 on the hi... |
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... | perc3ptr0n/ppo-lunar-lander-v1 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-08T11:56:55+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... | Kon3000/TESTppo-LunarLander-v1 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-08T12:10:02+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-v3-e16
This model is a fine-tuned version of [theojolliffe/bart-cnn-pubmed-arxiv-pubmed](https://hu... | {"license": "mit", "tags": ["generated_from_trainer"], "metrics": ["rouge"], "model-index": [{"name": "bart-cnn-pubmed-arxiv-pubmed-v3-e16", "results": []}]} | theojolliffe/bart-cnn-pubmed-arxiv-pubmed-v3-e16 | null | [
"transformers",
"pytorch",
"tensorboard",
"bart",
"text2text-generation",
"generated_from_trainer",
"license:mit",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-05-08T12:25:10+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #bart #text2text-generation #generated_from_trainer #license-mit #autotrain_compatible #endpoints_compatible #region-us
| bart-cnn-pubmed-arxiv-pubmed-v3-e16
===================================
This model is a fine-tuned version of theojolliffe/bart-cnn-pubmed-arxiv-pubmed on an unknown dataset.
It achieves the following results on the evaluation set:
* Loss: 0.8702
* Rouge1: 56.1421
* Rouge2: 41.3514
* Rougel: 44.5146
* Rougelsum: 54... | [
"### 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... | GideonFr/PPO-LunarLander-v2 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-08T12:32:40+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... | arampacha/LunarLander-v2-ppo | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-08T12:45:03+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. -->
#
This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on th... | {"language": ["mr"], "license": "apache-2.0", "tags": ["automatic-speech-recognition", "mozilla-foundation/common_voice_9_0", "generated_from_trainer"], "datasets": ["mozilla-foundation/common_voice_9_0"], "metrics": ["wer"], "model-index": [{"name": "XLS-R-300M - Marathi", "results": [{"task": {"type": "automatic-spee... | anuragshas/wav2vec2-xls-r-300m-mr-cv9-with-lm | null | [
"transformers",
"pytorch",
"wav2vec2",
"automatic-speech-recognition",
"mozilla-foundation/common_voice_9_0",
"generated_from_trainer",
"mr",
"dataset:mozilla-foundation/common_voice_9_0",
"license:apache-2.0",
"model-index",
"endpoints_compatible",
"region:us"
] | null | 2022-05-08T13:11:58+00:00 | [] | [
"mr"
] | TAGS
#transformers #pytorch #wav2vec2 #automatic-speech-recognition #mozilla-foundation/common_voice_9_0 #generated_from_trainer #mr #dataset-mozilla-foundation/common_voice_9_0 #license-apache-2.0 #model-index #endpoints_compatible #region-us
|
This model is a fine-tuned version of facebook/wav2vec2-xls-r-300m on the MOZILLA-FOUNDATION/COMMON\_VOICE\_9\_0 - MR dataset.
It achieves the following results on the evaluation set:
* Loss: 0.3642
* Wer: 0.4190
* Cer: 0.0946
Model description
-----------------
More information needed
Intended uses & limitati... | [
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 7.5e-05\n* train\\_batch\\_size: 64\n* eval\\_batch\\_size: 64\n* seed: 42\n* gradient\\_accumulation\\_steps: 2\n* total\\_train\\_batch\\_size: 128\n* optimizer: Adam with betas=(0.9,0.999) and epsi... | [
"TAGS\n#transformers #pytorch #wav2vec2 #automatic-speech-recognition #mozilla-foundation/common_voice_9_0 #generated_from_trainer #mr #dataset-mozilla-foundation/common_voice_9_0 #license-apache-2.0 #model-index #endpoints_compatible #region-us \n",
"### Training hyperparameters\n\n\nThe following hyperparameter... |
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-e16
This model is a fine-tuned version of [theojolliffe/bart-cnn-pubmed-arxiv](https://huggingface.co/t... | {"license": "mit", "tags": ["generated_from_trainer"], "metrics": ["rouge"], "model-index": [{"name": "bart-cnn-pubmed-arxiv-v3-e16", "results": []}]} | theojolliffe/bart-cnn-pubmed-arxiv-v3-e16 | null | [
"transformers",
"pytorch",
"tensorboard",
"bart",
"text2text-generation",
"generated_from_trainer",
"license:mit",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-05-08T13:21:06+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-e16
============================
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.9340
* Rouge1: 57.6388
* Rouge2: 44.834
* Rougel: 47.5043
* Rougelsum: 56.1122
* Gen Len: 142.0... | [
"### 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: 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)
```
from typing import Callable
def linear_schedule(initial_value: float) ... | {"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... | Eugene-Bond/ppo-LunarLander-v2 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-08T13:31: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)
| [
"# 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)"
] | [
"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)"
] |
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... | alkiskoudounas/LunarLander-v2 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-08T14:16: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... | arampacha/LunarLander-v2-ppo-2 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-08T14:17: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... |
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-v3-e32
This model is a fine-tuned version of [theojolliffe/bart-cnn-pubmed-arxiv-pubmed](https://hu... | {"license": "mit", "tags": ["generated_from_trainer"], "metrics": ["rouge"], "model-index": [{"name": "bart-cnn-pubmed-arxiv-pubmed-v3-e32", "results": []}]} | theojolliffe/bart-cnn-pubmed-arxiv-pubmed-v3-e32 | null | [
"transformers",
"pytorch",
"tensorboard",
"bart",
"text2text-generation",
"generated_from_trainer",
"license:mit",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-05-08T14:20:21+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #bart #text2text-generation #generated_from_trainer #license-mit #autotrain_compatible #endpoints_compatible #region-us
| bart-cnn-pubmed-arxiv-pubmed-v3-e32
===================================
This model is a fine-tuned version of theojolliffe/bart-cnn-pubmed-arxiv-pubmed on an unknown dataset.
It achieves the following results on the evaluation set:
* Loss: 0.9707
* Rouge1: 58.6575
* Rouge2: 47.1055
* Rougel: 50.0715
* Rougelsum: 57... | [
"### 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: 32\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... | GideonFr/PPO-LunarLander-v2-low-gamma | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-08T14:59:53+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-wav2vec2-stt
This model is a fine-tuned version of [Siyam/Dansk-wav2vec21](https://huggingface.co/Siyam/Dansk-wav2vec21) o... | {"license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["common_voice"], "model-index": [{"name": "Dansk-wav2vec2-stt", "results": []}]} | Siyam/Dansk-wav2vec2-stt | 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-08T15:16:06+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-wav2vec2-stt
==================
This model is a fine-tuned version of Siyam/Dansk-wav2vec21 on the common\_voice dataset.
It achieves the following results on the evaluation set:
* Loss: 0.7500
* Wer: 0.3929
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... |
text-generation | transformers |
# DialoGPT Model, Trained on dialogue from "Mae" in the game Night in the Woods
from transformers import AutoTokenizer, AutoModelWithLMHead
tokenizer = AutoTokenizer.from_pretrained("Kabutopusu/DialoGPT-medium-NITWMae")
model = AutoModelWithLMHead.from_pretrained("Kabutopusu/DialoGPT-medium-NITWMae")
# Let's cha... | {"tags": ["conversational"]} | Kabutopusu/DialoGPT-medium-NITWMae | null | [
"transformers",
"pytorch",
"gpt2",
"text-generation",
"conversational",
"autotrain_compatible",
"endpoints_compatible",
"text-generation-inference",
"region:us"
] | null | 2022-05-08T15:18:15+00:00 | [] | [] | TAGS
#transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
|
# DialoGPT Model, Trained on dialogue from "Mae" in the game Night in the Woods
from transformers import AutoTokenizer, AutoModelWithLMHead
tokenizer = AutoTokenizer.from_pretrained("Kabutopusu/DialoGPT-medium-NITWMae")
model = AutoModelWithLMHead.from_pretrained("Kabutopusu/DialoGPT-medium-NITWMae")
# Let's cha... | [
"# DialoGPT Model, Trained on dialogue from \"Mae\" in the game Night in the Woods\n\nfrom transformers import AutoTokenizer, AutoModelWithLMHead\n \ntokenizer = AutoTokenizer.from_pretrained(\"Kabutopusu/DialoGPT-medium-NITWMae\")\n\nmodel = AutoModelWithLMHead.from_pretrained(\"Kabutopusu/DialoGPT-medium-NITWMae... | [
"TAGS\n#transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n",
"# DialoGPT Model, Trained on dialogue from \"Mae\" in the game Night in the Woods\n\nfrom transformers import AutoTokenizer, AutoModelWithLMHead\n \ntokeniz... |
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... | jecp97/trial-ppo-LunarLander-v2 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-08T15:22: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... | herooooooooo/TEST2ppo-LunarLander-v2 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-08T15:38: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... |
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... | syrios/lunarlanding | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-08T15:47: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. -->
# distilbart-cnn-arxiv-pubmed-v3-e32
This model is a fine-tuned version of [theojolliffe/distilbart-cnn-arxiv-pubmed](https://hugg... | {"license": "apache-2.0", "tags": ["generated_from_trainer"], "metrics": ["rouge"], "model-index": [{"name": "distilbart-cnn-arxiv-pubmed-v3-e32", "results": []}]} | theojolliffe/distilbart-cnn-arxiv-pubmed-v3-e32 | null | [
"transformers",
"pytorch",
"tensorboard",
"bart",
"text2text-generation",
"generated_from_trainer",
"license:apache-2.0",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-05-08T16:32:17+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-e32
==================================
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.9622
* Rouge1: 58.4519
* Rouge2: 45.6847
* Rougel: 49.3188
* Rougelsum: 57.13... | [
"### 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: 32\n* mixed\\_preci... | [
"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\... |
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... | pinku/ppo-LunarLander-v2 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-08T16:39:54+00:00 | [] | [] | TAGS
#stable-baselines3 #LunarLander-v2 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us
|
# PPO Agent playing LunarLander-v2
This is a trained model of a PPO agent playing LunarLander-v2 using the stable-baselines3 library.
## Usage (with Stable-baselines3)
TODO: Add your code
| [
"# PPO Agent playing LunarLander-v2\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... | promsoft/LunarLander20220509 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-08T16:48:26+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. -->
# distilbert-base-uncased-finetuned-squad
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/d... | {"license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["squad"], "model-index": [{"name": "distilbert-base-uncased-finetuned-squad", "results": []}]} | sam999/distilbert-base-uncased-finetuned-squad | null | [
"transformers",
"pytorch",
"tensorboard",
"distilbert",
"question-answering",
"generated_from_trainer",
"dataset:squad",
"license:apache-2.0",
"endpoints_compatible",
"region:us"
] | null | 2022-05-08T17:05:42+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #distilbert #question-answering #generated_from_trainer #dataset-squad #license-apache-2.0 #endpoints_compatible #region-us
| distilbert-base-uncased-finetuned-squad
=======================================
This model is a fine-tuned version of distilbert-base-uncased on the squad dataset.
It achieves the following results on the evaluation set:
* Loss: 1.6908
Model description
-----------------
More information needed
Intended uses ... | [
"### 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 #distilbert #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\\_s... |
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)
https://github.com/alefarasin/huggingface-deep-rl-class/blob/main/unit1/uni... | {"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... | alefarasin/PPO-LunarLander-v2 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-08T17:32:26+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)
URL | [
"# 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 \n URL"
] | [
"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 \n URL"
... |
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-v3-e64
This model is a fine-tuned version of [theojolliffe/bart-cnn-pubmed-arxiv-pubmed](https://hu... | {"license": "mit", "tags": ["generated_from_trainer"], "metrics": ["rouge"], "model-index": [{"name": "bart-cnn-pubmed-arxiv-pubmed-v3-e64", "results": []}]} | theojolliffe/bart-cnn-pubmed-arxiv-pubmed-v3-e64 | null | [
"transformers",
"pytorch",
"tensorboard",
"bart",
"text2text-generation",
"generated_from_trainer",
"license:mit",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-05-08T17:50:49+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #bart #text2text-generation #generated_from_trainer #license-mit #autotrain_compatible #endpoints_compatible #region-us
| bart-cnn-pubmed-arxiv-pubmed-v3-e64
===================================
This model is a fine-tuned version of theojolliffe/bart-cnn-pubmed-arxiv-pubmed on an unknown dataset.
It achieves the following results on the evaluation set:
* Loss: 1.0630
* Rouge1: 58.7
* Rouge2: 47.8042
* Rougel: 50.6967
* Rougelsum: 57.55... | [
"### 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: 64\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... | prithvinambiar/ppo-LunarLander-v2 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-08T17:52: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... |
fill-mask | transformers | Ar-Mulitlingual-MiniLM
This model is a fine-tuned version of microsoft/Multilingual-MiniLM-L12-H384 on an unknown dataset.
Model description
More information needed
Intended uses & limitations
More information needed
Training and evaluation data
More information needed
Training procedure
Training hyperparameters
Th... | {} | subhasisj/Ar-Mulitlingula-MiniLM | null | [
"transformers",
"pytorch",
"bert",
"fill-mask",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-05-08T18:19:57+00:00 | [] | [] | TAGS
#transformers #pytorch #bert #fill-mask #autotrain_compatible #endpoints_compatible #region-us
| Ar-Mulitlingual-MiniLM
This model is a fine-tuned version of microsoft/Multilingual-MiniLM-L12-H384 on an unknown dataset.
Model description
More information needed
Intended uses & limitations
More information needed
Training and evaluation data
More information needed
Training procedure
Training hyperparameters
Th... | [] | [
"TAGS\n#transformers #pytorch #bert #fill-mask #autotrain_compatible #endpoints_compatible #region-us \n"
] |
text-classification | transformers |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->
# tweet_eval-sentiment-finetuned
This model is a fine-tuned version of [microsoft/deberta-v3-small](https://huggingface.co/microso... | {"license": "mit", "tags": ["generated_from_trainer"], "datasets": ["tweet_eval"], "metrics": ["accuracy", "f1"], "model-index": [{"name": "tweet_eval-sentiment-finetuned", "results": [{"task": {"type": "sentiment-analysis", "name": "Sentiment Analysis"}, "dataset": {"name": "tweeteval", "type": "tweeteval", "args": "d... | deepgai/tweet_eval-sentiment-finetuned | null | [
"transformers",
"pytorch",
"tensorboard",
"deberta-v2",
"text-classification",
"generated_from_trainer",
"dataset:tweet_eval",
"license:mit",
"model-index",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-05-08T18:20:19+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #deberta-v2 #text-classification #generated_from_trainer #dataset-tweet_eval #license-mit #model-index #autotrain_compatible #endpoints_compatible #region-us
| tweet\_eval-sentiment-finetuned
===============================
This model is a fine-tuned version of microsoft/deberta-v3-small on the Tweet\_Eval dataset.
It achieves the following results on the evaluation set:
* Loss: 0.6532
* Accuracy: 0.744
* F1: 0.7437
Model description
-----------------
More information... | [
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 3e-05\n* train\\_batch\\_size: 128\n* eval\\_batch\\_size: 256\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: cosine\n* lr\\_scheduler\\_warmup\\_rat... | [
"TAGS\n#transformers #pytorch #tensorboard #deberta-v2 #text-classification #generated_from_trainer #dataset-tweet_eval #license-mit #model-index #autotrain_compatible #endpoints_compatible #region-us \n",
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\... |
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... | vukpetar/ppo-LunarLander-v2 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-08T18:35:48+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... | AlphaStar/TEST2ppo-LunarLander-v2 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-08T18:40: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... |
fill-mask | transformers |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->
# Zh-Mulitlingual-MiniLM
This model is a fine-tuned version of [microsoft/Multilingual-MiniLM-L12-H384](https://huggingface.co/mic... | {"license": "mit", "tags": ["generated_from_trainer"], "model-index": [{"name": "Zh-Mulitlingual-MiniLM", "results": []}]} | subhasisj/Zh-Mulitlingual-MiniLM | null | [
"transformers",
"pytorch",
"tensorboard",
"bert",
"fill-mask",
"generated_from_trainer",
"license:mit",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-05-08T18:56:18+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #bert #fill-mask #generated_from_trainer #license-mit #autotrain_compatible #endpoints_compatible #region-us
|
# Zh-Mulitlingual-MiniLM
This model is a fine-tuned version of microsoft/Multilingual-MiniLM-L12-H384 on an unknown dataset.
## Model description
More information needed
## Intended uses & limitations
More information needed
## Training and evaluation data
More information needed
## Training procedure
### T... | [
"# Zh-Mulitlingual-MiniLM\n\nThis model is a fine-tuned version of microsoft/Multilingual-MiniLM-L12-H384 on an unknown dataset.",
"## Model description\n\nMore information needed",
"## Intended uses & limitations\n\nMore information needed",
"## Training and evaluation data\n\nMore information needed",
"##... | [
"TAGS\n#transformers #pytorch #tensorboard #bert #fill-mask #generated_from_trainer #license-mit #autotrain_compatible #endpoints_compatible #region-us \n",
"# Zh-Mulitlingual-MiniLM\n\nThis model is a fine-tuned version of microsoft/Multilingual-MiniLM-L12-H384 on an unknown dataset.",
"## Model description\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... | Biophyser/PPO-LunarLander-v2 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-08T19:12:39+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... | leebaidyanathan/TEST2ppo-LunarLander-v2 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-08T19:28: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... | perc3ptr0n/ppo-lunar-lander-v1.1 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-08T19:35: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... |
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. -->
# roberta-base-finetuned-cola
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the glu... | {"license": "mit", "tags": ["generated_from_trainer"], "datasets": ["glue"], "metrics": ["matthews_correlation"], "model-index": [{"name": "roberta-base-finetuned-cola", "results": [{"task": {"type": "text-classification", "name": "Text Classification"}, "dataset": {"name": "glue", "type": "glue", "args": "cola"}, "met... | nikuznetsov/roberta-base-finetuned-cola | null | [
"transformers",
"pytorch",
"tensorboard",
"roberta",
"text-classification",
"generated_from_trainer",
"dataset:glue",
"license:mit",
"model-index",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-05-08T19:43:49+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #roberta #text-classification #generated_from_trainer #dataset-glue #license-mit #model-index #autotrain_compatible #endpoints_compatible #region-us
| roberta-base-finetuned-cola
===========================
This model is a fine-tuned version of roberta-base on the glue dataset.
It achieves the following results on the evaluation set:
* Loss: 0.7832
* Matthews Correlation: 0.5880
Model description
-----------------
More information needed
Intended uses & lim... | [
"### 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: 5",
"### Traini... | [
"TAGS\n#transformers #pytorch #tensorboard #roberta #text-classification #generated_from_trainer #dataset-glue #license-mit #model-index #autotrain_compatible #endpoints_compatible #region-us \n",
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2... |
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-e12
This model is a fine-tuned version of [theojolliffe/distilbart-cnn-arxiv-pubmed](https://hugg... | {"license": "apache-2.0", "tags": ["generated_from_trainer"], "metrics": ["rouge"], "model-index": [{"name": "distilbart-cnn-arxiv-pubmed-v3-e12", "results": []}]} | theojolliffe/distilbart-cnn-arxiv-pubmed-v3-e12 | null | [
"transformers",
"pytorch",
"tensorboard",
"bart",
"text2text-generation",
"generated_from_trainer",
"license:apache-2.0",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-05-08T19:46:19+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-e12
==================================
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.8157
* Rouge1: 56.7429
* Rouge2: 41.0185
* Rougel: 44.1014
* Rougelsum: 54.81... | [
"### 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: 12\n* mixed\\_preci... | [
"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\... |
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-v3-e12
This model is a fine-tuned version of [theojolliffe/bart-cnn-pubmed-arxiv-pubmed](https://hu... | {"license": "mit", "tags": ["generated_from_trainer"], "metrics": ["rouge"], "model-index": [{"name": "bart-cnn-pubmed-arxiv-pubmed-v3-e12", "results": []}]} | theojolliffe/bart-cnn-pubmed-arxiv-pubmed-v3-e12 | null | [
"transformers",
"pytorch",
"tensorboard",
"bart",
"text2text-generation",
"generated_from_trainer",
"license:mit",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-05-08T19:57:25+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #bart #text2text-generation #generated_from_trainer #license-mit #autotrain_compatible #endpoints_compatible #region-us
| bart-cnn-pubmed-arxiv-pubmed-v3-e12
===================================
This model is a fine-tuned version of theojolliffe/bart-cnn-pubmed-arxiv-pubmed on an unknown dataset.
It achieves the following results on the evaluation set:
* Loss: 0.8658
* Rouge1: 57.2678
* Rouge2: 43.347
* Rougel: 47.0854
* Rougelsum: 55.... | [
"### 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: 12\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
```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... | micheljperez/ppo-LunarLander-v2 | null | [
"stable-baselines3",
"tensorboard",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-08T20:18:16+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\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 #tensorboard #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)\n... |
token-classification | transformers |
**People Involved**
* [LABRAK Yanis](https://www.linkedin.com/in/yanis-labrak-8a7412145/) (1)
**Affiliations**
1. [LIA, NLP team](https://lia.univ-avignon.fr/), Avignon University, Avignon, France.
## Demo: How to use in HuggingFace Transformers Pipeline
Requires [transformers](https://pypi.org/project/transforme... | {"license": "cc-by-4.0", "tags": ["Transformers", "Token Classification", "Slot Annotation", "token-classification", "sequence-tagger-model"], "datasets": ["qanastek/MASSIVE"], "languages": ["af-ZA", "am-ET", "ar-SA", "az-AZ", "bn-BD", "cy-GB", "da-DK", "de-DE", "el-GR", "en-US", "es-ES", "fa-IR", "fi-FI", "fr-FR", "he... | qanastek/XLMRoberta-Alexa-Intents-NER-NLU | null | [
"transformers",
"pytorch",
"Transformers",
"Token Classification",
"Slot Annotation",
"token-classification",
"sequence-tagger-model",
"dataset:qanastek/MASSIVE",
"license:cc-by-4.0",
"endpoints_compatible",
"has_space",
"region:us"
] | null | 2022-05-08T20:30:55+00:00 | [] | [] | TAGS
#transformers #pytorch #Transformers #Token Classification #Slot Annotation #token-classification #sequence-tagger-model #dataset-qanastek/MASSIVE #license-cc-by-4.0 #endpoints_compatible #has_space #region-us
|
People Involved
* LABRAK Yanis (1)
Affiliations
1. LIA, NLP team, Avignon University, Avignon, France.
## Demo: How to use in HuggingFace Transformers Pipeline
Requires transformers:
Outputs:
!English - Hebrew - Spanish
## Training data
MASSIVE is a parallel dataset of > 1M utterances across 51 languages... | [
"## Demo: How to use in HuggingFace Transformers Pipeline\n\nRequires transformers: \n\n\n\nOutputs:\n\n!English - Hebrew - Spanish",
"## Training data\n\nMASSIVE is a parallel dataset of > 1M utterances across 51 languages with annotations for the Natural Language Understanding tasks of intent prediction and slo... | [
"TAGS\n#transformers #pytorch #Transformers #Token Classification #Slot Annotation #token-classification #sequence-tagger-model #dataset-qanastek/MASSIVE #license-cc-by-4.0 #endpoints_compatible #has_space #region-us \n",
"## Demo: How to use in HuggingFace Transformers Pipeline\n\nRequires transformers: \n\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... | Lapochka365/ppo-LunarLander-v2-1_500_000timesteps | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-08T20:39: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. -->
# mT5_multilingual_XLSum-finetuned-xsum
This model is a fine-tuned version of [csebuetnlp/mT5_multilingual_XLSum](https://huggingf... | {"tags": ["generated_from_trainer"], "metrics": ["rouge"], "model-index": [{"name": "mT5_multilingual_XLSum-finetuned-xsum", "results": []}]} | nestoralvaro/mT5_multilingual_XLSum-finetuned-xsum | null | [
"transformers",
"pytorch",
"tensorboard",
"mt5",
"text2text-generation",
"generated_from_trainer",
"autotrain_compatible",
"endpoints_compatible",
"text-generation-inference",
"region:us"
] | null | 2022-05-08T21:11:28+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #mt5 #text2text-generation #generated_from_trainer #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
| mT5\_multilingual\_XLSum-finetuned-xsum
=======================================
This model is a fine-tuned version of csebuetnlp/mT5\_multilingual\_XLSum on an unknown dataset.
It achieves the following results on the evaluation set:
* Loss: nan
* Rouge1: 0.0
* Rouge2: 0.0
* Rougel: 0.0
* Rougelsum: 0.0
* Gen Len: ... | [
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 4\n* eval\\_batch\\_size: 4\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 #mt5 #text2text-generation #generated_from_trainer #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n",
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_... |
summarization | 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. -->
# mt5-base-finetuned-persian-finetuned-persian-arabic
This model is a fine-tuned version of [ahmeddbahaa/mt5-base-finetuned-persia... | {"license": "apache-2.0", "tags": ["summarization", "arabic", "ar", "mt5", "Abstractive Summarization", "generated_from_trainer"], "datasets": ["xlsum"], "model-index": [{"name": "mt5-base-finetuned-persian-finetuned-persian-arabic", "results": []}]} | eslamxm/mt5-base-finetuned-persian-finetuned-persian-arabic | null | [
"transformers",
"pytorch",
"mt5",
"text2text-generation",
"summarization",
"arabic",
"ar",
"Abstractive Summarization",
"generated_from_trainer",
"dataset:xlsum",
"license:apache-2.0",
"autotrain_compatible",
"endpoints_compatible",
"text-generation-inference",
"region:us"
] | null | 2022-05-08T21:15:40+00:00 | [] | [] | TAGS
#transformers #pytorch #mt5 #text2text-generation #summarization #arabic #ar #Abstractive Summarization #generated_from_trainer #dataset-xlsum #license-apache-2.0 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
| mt5-base-finetuned-persian-finetuned-persian-arabic
===================================================
This model is a fine-tuned version of ahmeddbahaa/mt5-base-finetuned-persian on the xlsum dataset.
It achieves the following results on the evaluation set:
* Loss: 3.3234
* Rouge-1: 22.96
* Rouge-2: 10.27
* Rouge... | [
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 0.0005\n* train\\_batch\\_size: 4\n* eval\\_batch\\_size: 4\n* seed: 42\n* gradient\\_accumulation\\_steps: 8\n* total\\_train\\_batch\\_size: 32\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=... | [
"TAGS\n#transformers #pytorch #mt5 #text2text-generation #summarization #arabic #ar #Abstractive Summarization #generated_from_trainer #dataset-xlsum #license-apache-2.0 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n",
"### Training hyperparameters\n\n\nThe following hyperpar... |
question-answering | transformers |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->
# distilbert-base-uncased-finetuned-squad
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/d... | {"license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["becasv2"], "model-index": [{"name": "distilbert-base-uncased-finetuned-squad", "results": []}]} | Evelyn18/distilbert-base-uncased-finetuned-squad | null | [
"transformers",
"pytorch",
"tensorboard",
"distilbert",
"question-answering",
"generated_from_trainer",
"dataset:becasv2",
"license:apache-2.0",
"endpoints_compatible",
"has_space",
"region:us"
] | null | 2022-05-08T21:17:49+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #distilbert #question-answering #generated_from_trainer #dataset-becasv2 #license-apache-2.0 #endpoints_compatible #has_space #region-us
| distilbert-base-uncased-finetuned-squad
=======================================
This model is a fine-tuned version of distilbert-base-uncased on the becasv2 dataset.
It achieves the following results on the evaluation set:
* Loss: 4.0087
Model description
-----------------
More information needed
Intended use... | [
"### 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: 20",
"### Train... | [
"TAGS\n#transformers #pytorch #tensorboard #distilbert #question-answering #generated_from_trainer #dataset-becasv2 #license-apache-2.0 #endpoints_compatible #has_space #region-us \n",
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* trai... |
reinforcement-learning | stable-baselines3 |
# **DQN** Agent playing **LunarLander-v2**
This is a trained model of a **DQN** 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": "DQN", "results": [{"task": {"type": "reinforcement-learning", "name": "reinforcement-learning"}, "dataset": {"name": "LunarLander-v2", "type": "LunarL... | exploiter345/dqn_lunar | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-08T21:27:33+00:00 | [] | [] | TAGS
#stable-baselines3 #LunarLander-v2 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us
|
# DQN Agent playing LunarLander-v2
This is a trained model of a DQN agent playing LunarLander-v2 using the stable-baselines3 library.
## Usage (with Stable-baselines3)
TODO: Add your code
| [
"# DQN Agent playing LunarLander-v2\n This is a trained model of a DQN 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",
"# DQN Agent playing LunarLander-v2\n This is a trained model of a DQN 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. -->
# roberta-large-fine-tuned-squad-es
This model is a fine-tuned version of [PlanTL-GOB-ES/roberta-large-bne](https://huggingface.co... | {"license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["squad_es"], "model-index": [{"name": "roberta-large-fine-tuned-squad-es", "results": []}]} | stevemobs/roberta-large-fine-tuned-squad-es | null | [
"transformers",
"pytorch",
"tensorboard",
"roberta",
"question-answering",
"generated_from_trainer",
"dataset:squad_es",
"license:apache-2.0",
"endpoints_compatible",
"region:us"
] | null | 2022-05-08T22:21:26+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #roberta #question-answering #generated_from_trainer #dataset-squad_es #license-apache-2.0 #endpoints_compatible #region-us
|
# roberta-large-fine-tuned-squad-es
This model is a fine-tuned version of PlanTL-GOB-ES/roberta-large-bne on the squad_es dataset.
## Model description
More information needed
## Intended uses & limitations
More information needed
## Training and evaluation data
More information needed
## Training procedure
... | [
"# roberta-large-fine-tuned-squad-es\n\nThis model is a fine-tuned version of PlanTL-GOB-ES/roberta-large-bne on the squad_es dataset.",
"## Model description\n\nMore information needed",
"## Intended uses & limitations\n\nMore information needed",
"## Training and evaluation data\n\nMore information needed",... | [
"TAGS\n#transformers #pytorch #tensorboard #roberta #question-answering #generated_from_trainer #dataset-squad_es #license-apache-2.0 #endpoints_compatible #region-us \n",
"# roberta-large-fine-tuned-squad-es\n\nThis model is a fine-tuned version of PlanTL-GOB-ES/roberta-large-bne on the squad_es dataset.",
"##... |
text-classification | transformers |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->
# distilbert-base-uncased-finetuned-eoir_privacy
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingfa... | {"license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["eoir_privacy"], "metrics": ["accuracy", "f1"], "model-index": [{"name": "distilbert-base-uncased-finetuned-eoir_privacy", "results": [{"task": {"type": "text-classification", "name": "Text Classification"}, "dataset": {"name": "eoir_privacy", "... | pile-of-law/distilbert-base-uncased-finetuned-eoir_privacy | null | [
"transformers",
"pytorch",
"distilbert",
"text-classification",
"generated_from_trainer",
"dataset:eoir_privacy",
"arxiv:2207.00220",
"license:apache-2.0",
"model-index",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-05-08T23:01:12+00:00 | [
"2207.00220"
] | [] | TAGS
#transformers #pytorch #distilbert #text-classification #generated_from_trainer #dataset-eoir_privacy #arxiv-2207.00220 #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us
| distilbert-base-uncased-finetuned-eoir\_privacy
===============================================
This model is a fine-tuned version of distilbert-base-uncased on the eoir\_privacy dataset.
It achieves the following results on the evaluation set:
* Loss: 0.3681
* Accuracy: 0.9053
* F1: 0.8088
Model description
----... | [
"### 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: 5",
"### Traini... | [
"TAGS\n#transformers #pytorch #distilbert #text-classification #generated_from_trainer #dataset-eoir_privacy #arxiv-2207.00220 #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\... |
text-generation | transformers |
#Bender DialoGPT Model | {"tags": ["conversational"]} | HarmlessTarget/DialoGPT-medium-Bender | null | [
"transformers",
"pytorch",
"gpt2",
"text-generation",
"conversational",
"autotrain_compatible",
"endpoints_compatible",
"text-generation-inference",
"region:us"
] | null | 2022-05-08T23:13:53+00:00 | [] | [] | TAGS
#transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
|
#Bender DialoGPT Model | [] | [
"TAGS\n#transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n"
] |
reinforcement-learning | stable-baselines3 |
# **DQN** Agent playing **LunarLander-v2**
This is a trained model of a **DQN** 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": "DQN", "results": [{"task": {"type": "reinforcement-learning", "name": "reinforcement-learning"}, "dataset": {"name": "LunarLander-v2", "type": "LunarL... | exploiter345/dqn_lunar_v2 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-08T23:27:28+00:00 | [] | [] | TAGS
#stable-baselines3 #LunarLander-v2 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us
|
# DQN Agent playing LunarLander-v2
This is a trained model of a DQN agent playing LunarLander-v2 using the stable-baselines3 library.
## Usage (with Stable-baselines3)
TODO: Add your code
| [
"# DQN Agent playing LunarLander-v2\n This is a trained model of a DQN 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",
"# DQN Agent playing LunarLander-v2\n This is a trained model of a DQN agent playing LunarLander-v2 using the stable-baselines3 library.\n \n ## Usage (with Stable-baselines3)\n TODO: Ad... |
text-generation | transformers | ```
from transformers import AutoTokenizer, AutoModelForCausalLM
tokenizer = AutoTokenizer.from_pretrained("BigSalmon/InformalToFormalLincoln44")
model = AutoModelForCausalLM.from_pretrained("BigSalmon/InformalToFormalLincoln44")
```
```
How To Make Prompt:
informal english: i am very ready to do that just that.
Tra... | {} | BigSalmon/InformalToFormalLincoln44 | null | [
"transformers",
"pytorch",
"gpt2",
"text-generation",
"autotrain_compatible",
"endpoints_compatible",
"has_space",
"text-generation-inference",
"region:us"
] | null | 2022-05-09T00:06:22+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... | zzyzx0/PPO-LunarLander-v2 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-09T01:46: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... |
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... | markkhoffmann/ppo-LunarLander-v2-1 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-09T03:01: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... |
text-generation | transformers |
Generates Ad text copy, for ads for Amazon shopping (fine tuned for electronics and wearables).
The model is fine tuned on the EleutherAI/gpt-neo-125M model using the Amazon Ads dataset.
**Usage Examples:**
Select from among the examples in the dropdown or enter your own prompts.
You can try entering bran... | {"license": "mit", "metrics": ["bleu"], "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"}, {"text": "Last ... | nirajsaran/AdTextGenerator | null | [
"transformers",
"pytorch",
"gpt_neo",
"text-generation",
"license:mit",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-05-09T03:15:54+00:00 | [] | [] | TAGS
#transformers #pytorch #gpt_neo #text-generation #license-mit #autotrain_compatible #endpoints_compatible #region-us
|
Generates Ad text copy, for ads for Amazon shopping (fine tuned for electronics and wearables).
The model is fine tuned on the EleutherAI/gpt-neo-125M model using the Amazon Ads dataset.
Usage Examples:
Select from among the examples in the dropdown or enter your own prompts.
You can try entering brand an... | [] | [
"TAGS\n#transformers #pytorch #gpt_neo #text-generation #license-mit #autotrain_compatible #endpoints_compatible #region-us \n"
] |
summarization | transformers |
# How To Use
```PYTHON
from transformers import BartForConditionalGeneration, BartTokenizer
model = BartForConditionalGeneration.from_pretrained("NTUYG/ComFormer")
tokenizer = BartTokenizer.from_pretrained("NTUYG/ComFormer")
code = '''
public static void copyFile( File in, File out )
throws IOExcepti... | {"language": ["en"], "license": "apache-2.0", "tags": ["summarization"], "datasets": ["DeepCom"], "metrics": ["bleu"]} | NTUYG/ComFormer | null | [
"transformers",
"pytorch",
"bart",
"text2text-generation",
"summarization",
"en",
"dataset:DeepCom",
"arxiv:2107.03644",
"license:apache-2.0",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-05-09T03:20:31+00:00 | [
"2107.03644"
] | [
"en"
] | TAGS
#transformers #pytorch #bart #text2text-generation #summarization #en #dataset-DeepCom #arxiv-2107.03644 #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
|
# How To Use
# BibTeX entry and citation info
| [
"# How To Use",
"# BibTeX entry and citation info"
] | [
"TAGS\n#transformers #pytorch #bart #text2text-generation #summarization #en #dataset-DeepCom #arxiv-2107.03644 #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n",
"# How To Use",
"# BibTeX entry and citation info"
] |
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/1294860316078223360/uznH... | {"language": "en", "tags": ["huggingtweets"], "thumbnail": "http://www.huggingtweets.com/auto_nietzsche/1652070864000/predictions.png", "widget": [{"text": "My dream is"}]} | huggingtweets/auto_nietzsche | null | [
"transformers",
"pytorch",
"gpt2",
"text-generation",
"huggingtweets",
"en",
"autotrain_compatible",
"endpoints_compatible",
"text-generation-inference",
"region:us"
] | null | 2022-05-09T03:33:43+00:00 | [] | [
"en"
] | TAGS
#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
|
AI BOT
Friedrich Nietszche Bot
@auto\_nietzsche
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.
Traini... | [] | [
"TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n"
] |
automatic-speech-recognition | transformers |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->
#
This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on th... | {"language": ["hi"], "license": "apache-2.0", "tags": ["automatic-speech-recognition", "mozilla-foundation/common_voice_9_0", "generated_from_trainer", "hf-asr-leaderboard"], "datasets": ["mozilla-foundation/common_voice_9_0"], "metrics": ["wer"], "model-index": [{"name": "XLS-R-300M - Hindi", "results": [{"task": {"ty... | anuragshas/wav2vec2-xls-r-300m-hi-cv9-with-lm | null | [
"transformers",
"pytorch",
"wav2vec2",
"automatic-speech-recognition",
"mozilla-foundation/common_voice_9_0",
"generated_from_trainer",
"hf-asr-leaderboard",
"hi",
"dataset:mozilla-foundation/common_voice_9_0",
"license:apache-2.0",
"model-index",
"endpoints_compatible",
"region:us"
] | null | 2022-05-09T04:11:22+00:00 | [] | [
"hi"
] | TAGS
#transformers #pytorch #wav2vec2 #automatic-speech-recognition #mozilla-foundation/common_voice_9_0 #generated_from_trainer #hf-asr-leaderboard #hi #dataset-mozilla-foundation/common_voice_9_0 #license-apache-2.0 #model-index #endpoints_compatible #region-us
|
This model is a fine-tuned version of facebook/wav2vec2-xls-r-300m on the MOZILLA-FOUNDATION/COMMON\_VOICE\_9\_0 - HI dataset.
It achieves the following results on the evaluation set:
* Loss: 0.5164
* Wer: 0.3349
* Cer: 0.1082
Model description
-----------------
More information needed
Intended uses & limitati... | [
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 7.5e-05\n* train\\_batch\\_size: 64\n* eval\\_batch\\_size: 64\n* seed: 42\n* gradient\\_accumulation\\_steps: 2\n* total\\_train\\_batch\\_size: 128\n* optimizer: Adam with betas=(0.9,0.999) and epsi... | [
"TAGS\n#transformers #pytorch #wav2vec2 #automatic-speech-recognition #mozilla-foundation/common_voice_9_0 #generated_from_trainer #hf-asr-leaderboard #hi #dataset-mozilla-foundation/common_voice_9_0 #license-apache-2.0 #model-index #endpoints_compatible #region-us \n",
"### Training hyperparameters\n\n\nThe foll... |
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/1518444670266839045/38xr... | {"language": "en", "tags": ["huggingtweets"], "thumbnail": "http://www.huggingtweets.com/computerforever/1652073594573/predictions.png", "widget": [{"text": "My dream is"}]} | huggingtweets/computerforever | null | [
"transformers",
"pytorch",
"gpt2",
"text-generation",
"huggingtweets",
"en",
"autotrain_compatible",
"endpoints_compatible",
"text-generation-inference",
"region:us"
] | null | 2022-05-09T04:19:20+00:00 | [] | [
"en"
] | TAGS
#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
|
AI BOT
computer sweetie
@computerforever
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 |
# Sherlock Holmes DialoGPT Model | {"tags": ["conversational"]} | soni69/DialoGPT-medium-holmes | null | [
"transformers",
"pytorch",
"gpt2",
"text-generation",
"conversational",
"autotrain_compatible",
"endpoints_compatible",
"text-generation-inference",
"region:us"
] | null | 2022-05-09T04:22:39+00:00 | [] | [] | TAGS
#transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
|
# Sherlock Holmes DialoGPT Model | [
"# Sherlock Holmes DialoGPT Model"
] | [
"TAGS\n#transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n",
"# Sherlock Holmes DialoGPT Model"
] |
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/1475058675626561537/bI19... | {"language": "en", "tags": ["huggingtweets"], "thumbnail": "http://www.huggingtweets.com/malnote/1652074591822/predictions.png", "widget": [{"text": "My dream is"}]} | huggingtweets/malnote | null | [
"transformers",
"pytorch",
"gpt2",
"text-generation",
"huggingtweets",
"en",
"autotrain_compatible",
"endpoints_compatible",
"text-generation-inference",
"region:us"
] | null | 2022-05-09T04:35:39+00:00 | [] | [
"en"
] | TAGS
#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
|
AI BOT
Arantxa Štefan
@malnote
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/1522973288288333825/NhsZ... | {"language": "en", "tags": ["huggingtweets"], "thumbnail": "http://www.huggingtweets.com/jamesliao333/1652075372352/predictions.png", "widget": [{"text": "My dream is"}]} | huggingtweets/jamesliao333 | null | [
"transformers",
"pytorch",
"gpt2",
"text-generation",
"huggingtweets",
"en",
"autotrain_compatible",
"endpoints_compatible",
"text-generation-inference",
"region:us"
] | null | 2022-05-09T04:47:52+00:00 | [] | [
"en"
] | TAGS
#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
|
AI BOT
DON XMCA//素 Vitamin(RNG) "MILLENNIUM 定制 Vision"
@jamesliao333
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... | [] | [
"TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n"
] |
summarization | 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. -->
# mt5-base-arabic
This model is a fine-tuned version of [google/mt5-base](https://huggingface.co/google/mt5-base) on arabic subset... | {"license": "apache-2.0", "tags": ["summarization", "arabic", "ar", "mt5", "Abstractive Summarization", "generated_from_trainer"], "datasets": ["xlsum"], "model-index": [{"name": "mt5-base-arabic", "results": []}]} | eslamxm/mt5-base-arabic | null | [
"transformers",
"pytorch",
"mt5",
"text2text-generation",
"summarization",
"arabic",
"ar",
"Abstractive Summarization",
"generated_from_trainer",
"dataset:xlsum",
"license:apache-2.0",
"autotrain_compatible",
"endpoints_compatible",
"text-generation-inference",
"region:us"
] | null | 2022-05-09T05:32:04+00:00 | [] | [] | TAGS
#transformers #pytorch #mt5 #text2text-generation #summarization #arabic #ar #Abstractive Summarization #generated_from_trainer #dataset-xlsum #license-apache-2.0 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
| mt5-base-arabic
===============
This model is a fine-tuned version of google/mt5-base on arabic subset on the xlsum dataset.
It achieves the following results on the evaluation set:
* Loss: 3.2742
* Rouge-1: 22.86
* Rouge-2: 10.31
* Rouge-l: 20.85
* Gen Len: 19.0
* Bertscore: 71.52
Model description
-------------... | [
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 0.0005\n* train\\_batch\\_size: 4\n* eval\\_batch\\_size: 4\n* seed: 42\n* gradient\\_accumulation\\_steps: 8\n* total\\_train\\_batch\\_size: 32\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=... | [
"TAGS\n#transformers #pytorch #mt5 #text2text-generation #summarization #arabic #ar #Abstractive Summarization #generated_from_trainer #dataset-xlsum #license-apache-2.0 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n",
"### Training hyperparameters\n\n\nThe following hyperpar... |
fill-mask | transformers |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
probably proofread and complete it, then remove this comment. -->
# Ukhushn/DistilHomeDepot-finetuned
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-ba... | {"license": "apache-2.0", "tags": ["generated_from_keras_callback"], "model-index": [{"name": "Ukhushn/DistilHomeDepot-finetuned", "results": []}]} | Ukhushn/DistilHomeDepot-finetuned | null | [
"transformers",
"tf",
"distilbert",
"fill-mask",
"generated_from_keras_callback",
"license:apache-2.0",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-05-09T05:37:59+00:00 | [] | [] | TAGS
#transformers #tf #distilbert #fill-mask #generated_from_keras_callback #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
| Ukhushn/DistilHomeDepot-finetuned
=================================
This model is a fine-tuned version of distilbert-base-uncased on an unknown dataset.
It achieves the following results on the evaluation set:
* Train Loss: 2.6502
* Validation Loss: 2.2067
* Epoch: 0
Model description
-----------------
More inf... | [
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* optimizer: {'name': 'AdamWeightDecay', 'learning\\_rate': {'class\\_name': 'WarmUp', 'config': {'initial\\_learning\\_rate': 2e-05, 'decay\\_schedule\\_fn': {'class\\_name': 'PolynomialDecay', 'config': {'initial\\_le... | [
"TAGS\n#transformers #tf #distilbert #fill-mask #generated_from_keras_callback #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n",
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* optimizer: {'name': 'AdamWeightDecay', 'learning\\_rate'... |
null | transformers | This is a model for International University VNU-HCMC use cases only. | {} | ntcuong777/electra-iu-answer-retrieval | null | [
"transformers",
"pytorch",
"electra",
"endpoints_compatible",
"region:us"
] | null | 2022-05-09T05:40:16+00:00 | [] | [] | TAGS
#transformers #pytorch #electra #endpoints_compatible #region-us
| This is a model for International University VNU-HCMC use cases only. | [] | [
"TAGS\n#transformers #pytorch #electra #endpoints_compatible #region-us \n"
] |
feature-extraction | sentence-transformers |
# all-MiniLM-L6-v2
This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentences & paragraphs to a 384 dimensional dense vector space and can be used for tasks like clustering or semantic search.
## Usage (Sentence-Transformers)
Using this model becomes easy when you have [sentence-transformers](... | {"language": "en", "license": "apache-2.0", "tags": ["sentence-transformers", "feature-extraction", "sentence-similarity"], "pipeline_tag": "feature-extraction"} | obrizum/all-MiniLM-L6-v2 | null | [
"sentence-transformers",
"pytorch",
"bert",
"feature-extraction",
"sentence-similarity",
"en",
"arxiv:1904.06472",
"arxiv:2102.07033",
"arxiv:2104.08727",
"arxiv:1704.05179",
"arxiv:1810.09305",
"license:apache-2.0",
"endpoints_compatible",
"has_space",
"region:us"
] | null | 2022-05-09T05:44:06+00:00 | [
"1904.06472",
"2102.07033",
"2104.08727",
"1704.05179",
"1810.09305"
] | [
"en"
] | TAGS
#sentence-transformers #pytorch #bert #feature-extraction #sentence-similarity #en #arxiv-1904.06472 #arxiv-2102.07033 #arxiv-2104.08727 #arxiv-1704.05179 #arxiv-1810.09305 #license-apache-2.0 #endpoints_compatible #has_space #region-us
| all-MiniLM-L6-v2
================
This is a sentence-transformers model: It maps sentences & paragraphs to a 384 dimensional dense vector space and can be used for tasks like clustering or semantic search.
Usage (Sentence-Transformers)
-----------------------------
Using this model becomes easy when you have sent... | [
"### Pre-training\n\n\nWe use the pretrained 'nreimers/MiniLM-L6-H384-uncased' model. Please refer to the model card for more detailed information about the pre-training procedure.",
"### Fine-tuning\n\n\nWe fine-tune the model using a contrastive objective. Formally, we compute the cosine similarity from each po... | [
"TAGS\n#sentence-transformers #pytorch #bert #feature-extraction #sentence-similarity #en #arxiv-1904.06472 #arxiv-2102.07033 #arxiv-2104.08727 #arxiv-1704.05179 #arxiv-1810.09305 #license-apache-2.0 #endpoints_compatible #has_space #region-us \n",
"### Pre-training\n\n\nWe use the pretrained 'nreimers/MiniLM-L6-... |
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... | RustBucket/LunarLanderTest | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-09T05:47:02+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... | KushalRamaiya/ppo-LunarLander-v2-try1 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-09T05:52: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... |
text2text-generation | transformers |
# Description
The input structure is:
summarize: [text]. hypothesis: [hypothesis] , and the output is 0 (hypothesis is not supported) or 1 (hypothesis is supported).
This tests whether a hypothesis is true given the preceding text. Currently the model is trained on banking chatbot intent data, such as:
summariz... | {"language": "en", "tags": "autotrain", "datasets": ["jeremyccollinsmpi/autotrain-data-inference_probability_2"], "widget": [{"text": "I love AutoTrain \ud83e\udd17"}], "co2_eq_emissions": 0.02920886926438328} | jeremyccollinsmpi/autotrain-inference_probability_2-840226804 | null | [
"transformers",
"pytorch",
"t5",
"text2text-generation",
"autotrain",
"en",
"dataset:jeremyccollinsmpi/autotrain-data-inference_probability_2",
"co2_eq_emissions",
"autotrain_compatible",
"endpoints_compatible",
"text-generation-inference",
"region:us"
] | null | 2022-05-09T05:54:39+00:00 | [] | [
"en"
] | TAGS
#transformers #pytorch #t5 #text2text-generation #autotrain #en #dataset-jeremyccollinsmpi/autotrain-data-inference_probability_2 #co2_eq_emissions #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
|
# Description
The input structure is:
summarize: [text]. hypothesis: [hypothesis] , and the output is 0 (hypothesis is not supported) or 1 (hypothesis is supported).
This tests whether a hypothesis is true given the preceding text. Currently the model is trained on banking chatbot intent data, such as:
summariz... | [
"# Description\n\nThe input structure is:\n\n summarize: [text]. hypothesis: [hypothesis] , and the output is 0 (hypothesis is not supported) or 1 (hypothesis is supported).\n\nThis tests whether a hypothesis is true given the preceding text. Currently the model is trained on banking chatbot intent data, such as:... | [
"TAGS\n#transformers #pytorch #t5 #text2text-generation #autotrain #en #dataset-jeremyccollinsmpi/autotrain-data-inference_probability_2 #co2_eq_emissions #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n",
"# Description\n\nThe input structure is:\n\n summarize: [text]. hypothe... |
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... | KushalRamaiya/ppo-LunarLander-v2 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-09T05:54:45+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-arxiv-pubmed-v3-e8
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-e8", "results": []}]} | theojolliffe/distilbart-cnn-arxiv-pubmed-v3-e8 | null | [
"transformers",
"pytorch",
"tensorboard",
"bart",
"text2text-generation",
"generated_from_trainer",
"license:apache-2.0",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-05-09T06:16:32+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-e8
=================================
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.8329
* Rouge1: 53.3047
* Rouge2: 34.6219
* Rougel: 37.6148
* Rougelsum: 50.8973... | [
"### 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-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-classification | transformers |
# Model Trained Using AutoTrain
- Problem type: Binary Classification
- Model ID: 5694363
- CO2 Emissions (in grams): 172.04481351504182
## Validation Metrics
- Loss: 0.2228243350982666
- Accuracy: 0.9298
- Precision: 0.9434585224927775
- Recall: 0.9144
- AUC: 0.9566112000000001
- F1: 0.9287020109689214
## Usage
... | {"language": "en", "tags": "autotrain", "datasets": ["lewtun/autotrain-data-my-eval-project-615"], "widget": [{"text": "I love AutoTrain \ud83e\udd17"}], "co2_eq_emissions": 172.04481351504182, "model-index": [{"name": "bhadresh-savani/distilbert-base-uncased-emotion", "results": [{"task": {"type": "text-classification... | lewtun/test-hub-pr-1 | null | [
"transformers",
"pytorch",
"bert",
"text-classification",
"autotrain",
"en",
"dataset:lewtun/autotrain-data-my-eval-project-615",
"model-index",
"co2_eq_emissions",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-05-09T06:19:59+00:00 | [] | [
"en"
] | TAGS
#transformers #pytorch #bert #text-classification #autotrain #en #dataset-lewtun/autotrain-data-my-eval-project-615 #model-index #co2_eq_emissions #autotrain_compatible #endpoints_compatible #region-us
|
# Model Trained Using AutoTrain
- Problem type: Binary Classification
- Model ID: 5694363
- CO2 Emissions (in grams): 172.04481351504182
## Validation Metrics
- Loss: 0.2228243350982666
- Accuracy: 0.9298
- Precision: 0.9434585224927775
- Recall: 0.9144
- AUC: 0.9566112000000001
- F1: 0.9287020109689214
## Usage
... | [
"# Model Trained Using AutoTrain\n\n- Problem type: Binary Classification\n- Model ID: 5694363\n- CO2 Emissions (in grams): 172.04481351504182",
"## Validation Metrics\n\n- Loss: 0.2228243350982666\n- Accuracy: 0.9298\n- Precision: 0.9434585224927775\n- Recall: 0.9144\n- AUC: 0.9566112000000001\n- F1: 0.928702010... | [
"TAGS\n#transformers #pytorch #bert #text-classification #autotrain #en #dataset-lewtun/autotrain-data-my-eval-project-615 #model-index #co2_eq_emissions #autotrain_compatible #endpoints_compatible #region-us \n",
"# Model Trained Using AutoTrain\n\n- Problem type: Binary Classification\n- Model ID: 5694363\n- CO... |
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... | zhav1k/ppo-LunarLander-v2 | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-05-09T06:22: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... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.