pipeline_tag stringclasses 48
values | library_name stringclasses 198
values | text stringlengths 1 900k | metadata stringlengths 2 438k | id stringlengths 5 122 | last_modified null | tags listlengths 1 1.84k | sha null | created_at stringlengths 25 25 | arxiv listlengths 0 201 | languages listlengths 0 1.83k | tags_str stringlengths 17 9.34k | text_str stringlengths 0 389k | text_lists listlengths 0 722 | processed_texts listlengths 1 723 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
text-classification | transformers |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->
# xlnet-base-cased_fold_9_binary_v1
This model is a fine-tuned version of [xlnet-base-cased](https://huggingface.co/xlnet-base-cas... | {"license": "mit", "tags": ["generated_from_trainer"], "metrics": ["f1"], "model-index": [{"name": "xlnet-base-cased_fold_9_binary_v1", "results": []}]} | elopezlopez/xlnet-base-cased_fold_9_binary_v1 | null | [
"transformers",
"pytorch",
"tensorboard",
"xlnet",
"text-classification",
"generated_from_trainer",
"license:mit",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-08-10T13:12:23+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #xlnet #text-classification #generated_from_trainer #license-mit #autotrain_compatible #endpoints_compatible #region-us
| xlnet-base-cased\_fold\_9\_binary\_v1
=====================================
This model is a fine-tuned version of xlnet-base-cased on the None dataset.
It achieves the following results on the evaluation set:
* Loss: 1.7204
* F1: 0.8203
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: 25",
"### Train... | [
"TAGS\n#transformers #pytorch #tensorboard #xlnet #text-classification #generated_from_trainer #license-mit #autotrain_compatible #endpoints_compatible #region-us \n",
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size:... |
question-answering | transformers |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->
# roberta-base-finetuned-squad
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the sq... | {"license": "mit", "tags": ["generated_from_trainer"], "datasets": ["squad"], "model-index": [{"name": "roberta-base-finetuned-squad", "results": []}]} | harveyagraphcore/roberta-base-finetuned-squad | null | [
"transformers",
"pytorch",
"optimum_graphcore",
"roberta",
"question-answering",
"generated_from_trainer",
"dataset:squad",
"license:mit",
"endpoints_compatible",
"region:us"
] | null | 2022-08-10T13:18:46+00:00 | [] | [] | TAGS
#transformers #pytorch #optimum_graphcore #roberta #question-answering #generated_from_trainer #dataset-squad #license-mit #endpoints_compatible #region-us
|
# roberta-base-finetuned-squad
This model is a fine-tuned version of roberta-base on the squad dataset.
## Model description
More information needed
## Intended uses & limitations
More information needed
## Training and evaluation data
More information needed
## Training procedure
### Training hyperparamete... | [
"# roberta-base-finetuned-squad\n\nThis model is a fine-tuned version of roberta-base on the squad dataset.",
"## Model description\n\nMore information needed",
"## Intended uses & limitations\n\nMore information needed",
"## Training and evaluation data\n\nMore information needed",
"## Training procedure",... | [
"TAGS\n#transformers #pytorch #optimum_graphcore #roberta #question-answering #generated_from_trainer #dataset-squad #license-mit #endpoints_compatible #region-us \n",
"# roberta-base-finetuned-squad\n\nThis model is a fine-tuned version of roberta-base on the squad dataset.",
"## Model description\n\nMore info... |
null | transformers |
# T5(v1.1)-SLED (SLiding-Encoder and Decoder, large-sized model)
SLED models use pretrained, short-range encoder-decoder models, and apply them over
long-text inputs by splitting the input into multiple overlapping chunks, encoding each independently and perform fusion-in-decoder
## Model description
This SLED mo... | {"language": "en", "license": "mit"} | tau/t5-v1_1-large-sled | null | [
"transformers",
"tau/sled",
"en",
"arxiv:2208.00748",
"arxiv:1910.10683",
"license:mit",
"endpoints_compatible",
"region:us"
] | null | 2022-08-10T13:24:18+00:00 | [
"2208.00748",
"1910.10683"
] | [
"en"
] | TAGS
#transformers #tau/sled #en #arxiv-2208.00748 #arxiv-1910.10683 #license-mit #endpoints_compatible #region-us
|
# T5(v1.1)-SLED (SLiding-Encoder and Decoder, large-sized model)
SLED models use pretrained, short-range encoder-decoder models, and apply them over
long-text inputs by splitting the input into multiple overlapping chunks, encoding each independently and perform fusion-in-decoder
## Model description
This SLED mo... | [
"# T5(v1.1)-SLED (SLiding-Encoder and Decoder, large-sized model) \n\nSLED models use pretrained, short-range encoder-decoder models, and apply them over \nlong-text inputs by splitting the input into multiple overlapping chunks, encoding each independently and perform fusion-in-decoder",
"## Model description\n\... | [
"TAGS\n#transformers #tau/sled #en #arxiv-2208.00748 #arxiv-1910.10683 #license-mit #endpoints_compatible #region-us \n",
"# T5(v1.1)-SLED (SLiding-Encoder and Decoder, large-sized model) \n\nSLED models use pretrained, short-range encoder-decoder models, and apply them over \nlong-text inputs by splitting the in... |
automatic-speech-recognition | transformers |
### Usage
```python
#!pip install transformers==4.17.0
#!pip install https://github.com/kpu/kenlm/archive/master.zip
#!pip install pyctcdecode==0.4.0
from transformers.file_utils import cached_path, hf_bucket_url
from importlib.machinery import SourceFileLoader
from transformers import Wav2Vec2ProcessorWithLM
from IP... | {"language": "ja", "license": "cc-by-nc-4.0", "tags": ["audio", "automatic-speech-recognition"], "datasets": ["csj"]} | nguyenvulebinh/wav2vec2-base-ja | null | [
"transformers",
"pytorch",
"wav2vec2",
"automatic-speech-recognition",
"audio",
"ja",
"dataset:csj",
"license:cc-by-nc-4.0",
"endpoints_compatible",
"region:us"
] | null | 2022-08-10T13:25:18+00:00 | [] | [
"ja"
] | TAGS
#transformers #pytorch #wav2vec2 #automatic-speech-recognition #audio #ja #dataset-csj #license-cc-by-nc-4.0 #endpoints_compatible #region-us
|
### Usage
### Model Parameters License
The ASR model parameters are made available for non-commercial use only, under the terms of the Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0) license. You can find details at: URL
### Contact
nguyenvulebinh@URL
 license. You can find details at: URL",
"### Contact \n\nnguyenvulebinh@URL\n\n
SLED models use pretrained, short-range encoder-decoder models, and apply them over
long-text inputs by splitting the input into multiple overlapping chunks, encoding each independently and perform fusion-in-decoder
## Model description
This SLED model ... | {"language": "en", "license": "mit"} | tau/bart-large-sled | null | [
"transformers",
"tau/sled",
"en",
"arxiv:2208.00748",
"arxiv:1910.13461",
"license:mit",
"endpoints_compatible",
"region:us"
] | null | 2022-08-10T13:27:25+00:00 | [
"2208.00748",
"1910.13461"
] | [
"en"
] | TAGS
#transformers #tau/sled #en #arxiv-2208.00748 #arxiv-1910.13461 #license-mit #endpoints_compatible #region-us
|
# BART-SLED (SLiding-Encoder and Decoder, large-sized model)
SLED models use pretrained, short-range encoder-decoder models, and apply them over
long-text inputs by splitting the input into multiple overlapping chunks, encoding each independently and perform fusion-in-decoder
## Model description
This SLED model ... | [
"# BART-SLED (SLiding-Encoder and Decoder, large-sized model) \n\nSLED models use pretrained, short-range encoder-decoder models, and apply them over \nlong-text inputs by splitting the input into multiple overlapping chunks, encoding each independently and perform fusion-in-decoder",
"## Model description\n\nThi... | [
"TAGS\n#transformers #tau/sled #en #arxiv-2208.00748 #arxiv-1910.13461 #license-mit #endpoints_compatible #region-us \n",
"# BART-SLED (SLiding-Encoder and Decoder, large-sized model) \n\nSLED models use pretrained, short-range encoder-decoder models, and apply them over \nlong-text inputs by splitting the input ... |
token-classification | transformers |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->
# xlm-roberta-base-finetuned-panx-fr
This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-b... | {"license": "mit", "tags": ["generated_from_trainer"], "datasets": ["xtreme"], "metrics": ["f1"], "model-index": [{"name": "xlm-roberta-base-finetuned-panx-fr", "results": [{"task": {"type": "token-classification", "name": "Token Classification"}, "dataset": {"name": "xtreme", "type": "xtreme", "args": "PAN-X.fr"}, "me... | royam0820/xlm-roberta-base-finetuned-panx-fr | null | [
"transformers",
"pytorch",
"xlm-roberta",
"token-classification",
"generated_from_trainer",
"dataset:xtreme",
"license:mit",
"model-index",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-08-10T13:39:59+00:00 | [] | [] | TAGS
#transformers #pytorch #xlm-roberta #token-classification #generated_from_trainer #dataset-xtreme #license-mit #model-index #autotrain_compatible #endpoints_compatible #region-us
| xlm-roberta-base-finetuned-panx-fr
==================================
This model is a fine-tuned version of xlm-roberta-base on the xtreme dataset.
It achieves the following results on the evaluation set:
* Loss: 0.2763
* F1: 0.8346
Model description
-----------------
More information needed
Intended uses & l... | [
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 5e-05\n* train\\_batch\\_size: 24\n* eval\\_batch\\_size: 24\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 3",
"### Traini... | [
"TAGS\n#transformers #pytorch #xlm-roberta #token-classification #generated_from_trainer #dataset-xtreme #license-mit #model-index #autotrain_compatible #endpoints_compatible #region-us \n",
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 5e-05\n... |
text-classification | transformers |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->
# distilbert-amazon-shoe-reviews_ubuntu
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/dis... | {"license": "apache-2.0", "tags": ["generated_from_trainer"], "metrics": ["accuracy", "f1", "precision", "recall"], "model-index": [{"name": "distilbert-amazon-shoe-reviews_ubuntu", "results": []}]} | excode/distilbert-amazon-shoe-reviews_ubuntu | null | [
"transformers",
"pytorch",
"distilbert",
"text-classification",
"generated_from_trainer",
"license:apache-2.0",
"autotrain_compatible",
"endpoints_compatible",
"has_space",
"region:us"
] | null | 2022-08-10T13:40:20+00:00 | [] | [] | TAGS
#transformers #pytorch #distilbert #text-classification #generated_from_trainer #license-apache-2.0 #autotrain_compatible #endpoints_compatible #has_space #region-us
| distilbert-amazon-shoe-reviews\_ubuntu
======================================
This model is a fine-tuned version of distilbert-base-uncased on the None dataset.
It achieves the following results on the evaluation set:
* Loss: 0.9573
* Accuracy: 0.5726
* F1: [0.62998761 0.45096564 0.49037037 0.55640244 0.73547094]
*... | [
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 5e-05\n* train\\_batch\\_size: 32\n* eval\\_batch\\_size: 64\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 1",
"### Traini... | [
"TAGS\n#transformers #pytorch #distilbert #text-classification #generated_from_trainer #license-apache-2.0 #autotrain_compatible #endpoints_compatible #has_space #region-us \n",
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 5e-05\n* train\\_bat... |
text-classification | transformers |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->
# xlnet-base-cased_fold_10_binary_v1
This model is a fine-tuned version of [xlnet-base-cased](https://huggingface.co/xlnet-base-ca... | {"license": "mit", "tags": ["generated_from_trainer"], "metrics": ["f1"], "model-index": [{"name": "xlnet-base-cased_fold_10_binary_v1", "results": []}]} | elopezlopez/xlnet-base-cased_fold_10_binary_v1 | null | [
"transformers",
"pytorch",
"tensorboard",
"xlnet",
"text-classification",
"generated_from_trainer",
"license:mit",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-08-10T13:43:37+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #xlnet #text-classification #generated_from_trainer #license-mit #autotrain_compatible #endpoints_compatible #region-us
| xlnet-base-cased\_fold\_10\_binary\_v1
======================================
This model is a fine-tuned version of xlnet-base-cased on the None dataset.
It achieves the following results on the evaluation set:
* Loss: 1.7782
* F1: 0.8137
Model description
-----------------
More information needed
Intended us... | [
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 16\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 25",
"### Train... | [
"TAGS\n#transformers #pytorch #tensorboard #xlnet #text-classification #generated_from_trainer #license-mit #autotrain_compatible #endpoints_compatible #region-us \n",
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size:... |
null | null |
# OFA-Base-Caption
This is the official checkpoint (adaptive to the official code instead of Huggingface Transformers) of OFA-Base finetuned on the MSCOCO Caption dataset for image captioning. Specifically, the model was first trained with cross-entropy loss and then with CIDEr optimization.
For more information, pl... | {"license": "apache-2.0"} | OFA-Sys/ofa-base-caption-fairseq-version | null | [
"license:apache-2.0",
"region:us"
] | null | 2022-08-10T13:58:00+00:00 | [] | [] | TAGS
#license-apache-2.0 #region-us
|
# OFA-Base-Caption
This is the official checkpoint (adaptive to the official code instead of Huggingface Transformers) of OFA-Base finetuned on the MSCOCO Caption dataset for image captioning. Specifically, the model was first trained with cross-entropy loss and then with CIDEr optimization.
For more information, pl... | [
"# OFA-Base-Caption\nThis is the official checkpoint (adaptive to the official code instead of Huggingface Transformers) of OFA-Base finetuned on the MSCOCO Caption dataset for image captioning. Specifically, the model was first trained with cross-entropy loss and then with CIDEr optimization. \n\nFor more informat... | [
"TAGS\n#license-apache-2.0 #region-us \n",
"# OFA-Base-Caption\nThis is the official checkpoint (adaptive to the official code instead of Huggingface Transformers) of OFA-Base finetuned on the MSCOCO Caption dataset for image captioning. Specifically, the model was first trained with cross-entropy loss and then w... |
token-classification | transformers |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->
# xlm-roberta-base-finetuned-panx-it
This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-b... | {"license": "mit", "tags": ["generated_from_trainer"], "datasets": ["xtreme"], "metrics": ["f1"], "model-index": [{"name": "xlm-roberta-base-finetuned-panx-it", "results": [{"task": {"type": "token-classification", "name": "Token Classification"}, "dataset": {"name": "xtreme", "type": "xtreme", "args": "PAN-X.it"}, "me... | royam0820/xlm-roberta-base-finetuned-panx-it | null | [
"transformers",
"pytorch",
"xlm-roberta",
"token-classification",
"generated_from_trainer",
"dataset:xtreme",
"license:mit",
"model-index",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-08-10T13:58:00+00:00 | [] | [] | TAGS
#transformers #pytorch #xlm-roberta #token-classification #generated_from_trainer #dataset-xtreme #license-mit #model-index #autotrain_compatible #endpoints_compatible #region-us
| xlm-roberta-base-finetuned-panx-it
==================================
This model is a fine-tuned version of xlm-roberta-base on the xtreme dataset.
It achieves the following results on the evaluation set:
* Loss: 0.2630
* F1: 0.8124
Model description
-----------------
More information needed
Intended uses & l... | [
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 5e-05\n* train\\_batch\\_size: 24\n* eval\\_batch\\_size: 24\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 3",
"### Traini... | [
"TAGS\n#transformers #pytorch #xlm-roberta #token-classification #generated_from_trainer #dataset-xtreme #license-mit #model-index #autotrain_compatible #endpoints_compatible #region-us \n",
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 5e-05\n... |
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. -->
# roberta-base-finetuned-wikitext2
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on th... | {"license": "mit", "tags": ["generated_from_trainer"], "model-index": [{"name": "roberta-base-finetuned-wikitext2", "results": []}]} | Jinchen/roberta-base-finetuned-wikitext2 | null | [
"transformers",
"pytorch",
"optimum_graphcore",
"roberta",
"fill-mask",
"generated_from_trainer",
"license:mit",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-08-10T14:02:17+00:00 | [] | [] | TAGS
#transformers #pytorch #optimum_graphcore #roberta #fill-mask #generated_from_trainer #license-mit #autotrain_compatible #endpoints_compatible #region-us
| roberta-base-finetuned-wikitext2
================================
This model is a fine-tuned version of roberta-base on the None dataset.
It achieves the following results on the evaluation set:
* Loss: 1.5020
Model description
-----------------
More information needed
Intended uses & limitations
------------... | [
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 1\n* eval\\_batch\\_size: 1\n* seed: 42\n* distributed\\_type: IPU\n* gradient\\_accumulation\\_steps: 16\n* total\\_train\\_batch\\_size: 64\n* total\\_eval\\_batch\\_s... | [
"TAGS\n#transformers #pytorch #optimum_graphcore #roberta #fill-mask #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: 1... |
token-classification | transformers |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->
# xlm-roberta-base-finetuned-panx-en
This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-b... | {"license": "mit", "tags": ["generated_from_trainer"], "datasets": ["xtreme"], "metrics": ["f1"], "model-index": [{"name": "xlm-roberta-base-finetuned-panx-en", "results": [{"task": {"type": "token-classification", "name": "Token Classification"}, "dataset": {"name": "xtreme", "type": "xtreme", "args": "PAN-X.en"}, "me... | royam0820/xlm-roberta-base-finetuned-panx-en | null | [
"transformers",
"pytorch",
"xlm-roberta",
"token-classification",
"generated_from_trainer",
"dataset:xtreme",
"license:mit",
"model-index",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-08-10T14:14:03+00:00 | [] | [] | TAGS
#transformers #pytorch #xlm-roberta #token-classification #generated_from_trainer #dataset-xtreme #license-mit #model-index #autotrain_compatible #endpoints_compatible #region-us
| xlm-roberta-base-finetuned-panx-en
==================================
This model is a fine-tuned version of xlm-roberta-base on the xtreme dataset.
It achieves the following results on the evaluation set:
* Loss: 0.4043
* F1: 0.6886
Model description
-----------------
More information needed
Intended uses & l... | [
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 5e-05\n* train\\_batch\\_size: 24\n* eval\\_batch\\_size: 24\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 3",
"### Traini... | [
"TAGS\n#transformers #pytorch #xlm-roberta #token-classification #generated_from_trainer #dataset-xtreme #license-mit #model-index #autotrain_compatible #endpoints_compatible #region-us \n",
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 5e-05\n... |
text-generation | transformers |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->
# gpt2-finetuned-wikitext2
This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on the None dataset.
It achie... | {"license": "mit", "tags": ["generated_from_trainer"], "model-index": [{"name": "gpt2-finetuned-wikitext2", "results": []}]} | Jinchen/gpt2-finetuned-wikitext2 | null | [
"transformers",
"pytorch",
"optimum_graphcore",
"gpt2",
"text-generation",
"generated_from_trainer",
"license:mit",
"autotrain_compatible",
"endpoints_compatible",
"text-generation-inference",
"region:us"
] | null | 2022-08-10T14:27:43+00:00 | [] | [] | TAGS
#transformers #pytorch #optimum_graphcore #gpt2 #text-generation #generated_from_trainer #license-mit #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
| gpt2-finetuned-wikitext2
========================
This model is a fine-tuned version of gpt2 on the None dataset.
It achieves the following results on the evaluation set:
* Loss: 3.6777
Model description
-----------------
More information needed
Intended uses & limitations
---------------------------
More i... | [
"### 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* distributed\\_type: IPU\n* gradient\\_accumulation\\_steps: 16\n* total\\_train\\_batch\\_size: 128\n* total\\_eval\\_batch\\_... | [
"TAGS\n#transformers #pytorch #optimum_graphcore #gpt2 #text-generation #generated_from_trainer #license-mit #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... |
token-classification | transformers |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->
# xlm-roberta-base-finetuned-panx-all
This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-... | {"license": "mit", "tags": ["generated_from_trainer"], "metrics": ["f1"], "model-index": [{"name": "xlm-roberta-base-finetuned-panx-all", "results": []}]} | royam0820/xlm-roberta-base-finetuned-panx-all | null | [
"transformers",
"pytorch",
"xlm-roberta",
"token-classification",
"generated_from_trainer",
"license:mit",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-08-10T14:32:24+00:00 | [] | [] | TAGS
#transformers #pytorch #xlm-roberta #token-classification #generated_from_trainer #license-mit #autotrain_compatible #endpoints_compatible #region-us
| xlm-roberta-base-finetuned-panx-all
===================================
This model is a fine-tuned version of xlm-roberta-base on the None dataset.
It achieves the following results on the evaluation set:
* Loss: 0.1745
* F1: 0.8505
Model description
-----------------
More information needed
Intended uses & l... | [
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 5e-05\n* train\\_batch\\_size: 24\n* eval\\_batch\\_size: 24\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 3",
"### Traini... | [
"TAGS\n#transformers #pytorch #xlm-roberta #token-classification #generated_from_trainer #license-mit #autotrain_compatible #endpoints_compatible #region-us \n",
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 5e-05\n* train\\_batch\\_size: 24\n*... |
text-classification | transformers |
# Model Trained Using AutoTrain
- Problem type: Multi-class Classification
- Model ID: 1237947025
- CO2 Emissions (in grams): 2.2233
## Validation Metrics
- Loss: 0.392
- Accuracy: 0.869
- Macro F1: 0.868
- Micro F1: 0.869
- Weighted F1: 0.868
- Macro Precision: 0.871
- Micro Precision: 0.869
- Weighted Precision: ... | {"language": ["en"], "tags": ["autotrain", "text-classification"], "datasets": ["PhucLe/autotrain-data-LRO-tratify-data"], "widget": [{"text": "I love AutoTrain \ud83e\udd17"}], "co2_eq_emissions": {"emissions": 2.223269909428516}} | PhucLe/LRO_v1.0.0 | null | [
"transformers",
"pytorch",
"bert",
"text-classification",
"autotrain",
"en",
"dataset:PhucLe/autotrain-data-LRO-tratify-data",
"co2_eq_emissions",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-08-10T14:58:55+00:00 | [] | [
"en"
] | TAGS
#transformers #pytorch #bert #text-classification #autotrain #en #dataset-PhucLe/autotrain-data-LRO-tratify-data #co2_eq_emissions #autotrain_compatible #endpoints_compatible #region-us
|
# Model Trained Using AutoTrain
- Problem type: Multi-class Classification
- Model ID: 1237947025
- CO2 Emissions (in grams): 2.2233
## Validation Metrics
- Loss: 0.392
- Accuracy: 0.869
- Macro F1: 0.868
- Micro F1: 0.869
- Weighted F1: 0.868
- Macro Precision: 0.871
- Micro Precision: 0.869
- Weighted Precision: ... | [
"# Model Trained Using AutoTrain\n\n- Problem type: Multi-class Classification\n- Model ID: 1237947025\n- CO2 Emissions (in grams): 2.2233",
"## Validation Metrics\n\n- Loss: 0.392\n- Accuracy: 0.869\n- Macro F1: 0.868\n- Micro F1: 0.869\n- Weighted F1: 0.868\n- Macro Precision: 0.871\n- Micro Precision: 0.869\n-... | [
"TAGS\n#transformers #pytorch #bert #text-classification #autotrain #en #dataset-PhucLe/autotrain-data-LRO-tratify-data #co2_eq_emissions #autotrain_compatible #endpoints_compatible #region-us \n",
"# Model Trained Using AutoTrain\n\n- Problem type: Multi-class Classification\n- Model ID: 1237947025\n- CO2 Emissi... |
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. -->
# tuto-bert-finetuned-ner
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the c... | {"license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["conll2003"], "metrics": ["precision", "recall", "f1", "accuracy"], "model-index": [{"name": "tuto-bert-finetuned-ner", "results": [{"task": {"type": "token-classification", "name": "Token Classification"}, "dataset": {"name": "conll2003", "type... | bthomas/tuto-bert-finetuned-ner | null | [
"transformers",
"pytorch",
"bert",
"token-classification",
"generated_from_trainer",
"dataset:conll2003",
"license:apache-2.0",
"model-index",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-08-10T15:02:45+00:00 | [] | [] | TAGS
#transformers #pytorch #bert #token-classification #generated_from_trainer #dataset-conll2003 #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us
| tuto-bert-finetuned-ner
=======================
This model is a fine-tuned version of bert-base-cased on the conll2003 dataset.
It achieves the following results on the evaluation set:
* Loss: 0.0827
* Precision: 0.9380
* Recall: 0.9525
* F1: 0.9452
* Accuracy: 0.9867
Model description
-----------------
More in... | [
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 8\n* eval\\_batch\\_size: 8\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 3",
"### Training... | [
"TAGS\n#transformers #pytorch #bert #token-classification #generated_from_trainer #dataset-conll2003 #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us \n",
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-0... |
tabular-classification | sklearn |
# Model description
This is a DecisionTreeClassifier model trained on breast cancer dataset.
## Intended uses & limitations
This model is not ready to be used in production.
## Training Procedure
### Hyperparameters
The model is trained with below hyperparameters.
<details>
<summary> Click to expand </summary>
... | {"library_name": "sklearn", "tags": ["sklearn", "tabular-classification"], "widget": {"structuredData": {"area error": [30.29, 96.05, 48.31], "compactness error": [0.01911, 0.01652, 0.01484], "concave points error": [0.01037, 0.0137, 0.01093], "concavity error": [0.02701, 0.02269, 0.02813], "fractal dimension error": [... | scikit-learn/skops-blog-example | null | [
"sklearn",
"tabular-classification",
"has_space",
"region:us"
] | null | 2022-08-10T15:08:27+00:00 | [] | [] | TAGS
#sklearn #tabular-classification #has_space #region-us
| Model description
=================
This is a DecisionTreeClassifier model trained on breast cancer dataset.
Intended uses & limitations
---------------------------
This model is not ready to be used in production.
Training Procedure
------------------
### Hyperparameters
The model is trained with below hyp... | [
"### Hyperparameters\n\n\nThe model is trained with below hyperparameters.\n\n\n\n Click to expand",
"### Model Plot\n\n\nThe model plot is below."
] | [
"TAGS\n#sklearn #tabular-classification #has_space #region-us \n",
"### Hyperparameters\n\n\nThe model is trained with below hyperparameters.\n\n\n\n Click to expand",
"### Model Plot\n\n\nThe model plot is below."
] |
text-generation | transformers | language:
- "List of ISO 639-1 code for your language"
- lang1
- lang2
thumbnail: "///"
tags:
- Conversational
- Conversational
license: "any valid license identifier"
datasets:
- dataset1
- dataset2
metrics:
- metric1
- metric2 | {} | Meowren/CapBot | null | [
"transformers",
"pytorch",
"gpt2",
"text-generation",
"autotrain_compatible",
"endpoints_compatible",
"text-generation-inference",
"region:us"
] | null | 2022-08-10T15:26:55+00:00 | [] | [] | TAGS
#transformers #pytorch #gpt2 #text-generation #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
| language:
- "List of ISO 639-1 code for your language"
- lang1
- lang2
thumbnail: "///"
tags:
- Conversational
- Conversational
license: "any valid license identifier"
datasets:
- dataset1
- dataset2
metrics:
- metric1
- metric2 | [] | [
"TAGS\n#transformers #pytorch #gpt2 #text-generation #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n"
] |
token-classification | transformers |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->
# sd-smallmol-roles-v2
This model is a fine-tuned version of [michiyasunaga/BioLinkBERT-large](https://huggingface.co/michiyasunag... | {"license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["source_data_nlp"], "metrics": ["precision", "recall", "f1"], "model-index": [{"name": "sd-smallmol-roles-v2", "results": [{"task": {"type": "token-classification", "name": "Token Classification"}, "dataset": {"name": "source_data_nlp", "type": ... | EMBO/sd-smallmol-roles-v2 | null | [
"transformers",
"pytorch",
"tensorboard",
"bert",
"token-classification",
"generated_from_trainer",
"dataset:source_data_nlp",
"license:apache-2.0",
"model-index",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-08-10T15:28:27+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #bert #token-classification #generated_from_trainer #dataset-source_data_nlp #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us
| sd-smallmol-roles-v2
====================
This model is a fine-tuned version of michiyasunaga/BioLinkBERT-large on the source\_data\_nlp dataset.
It achieves the following results on the evaluation set:
* Loss: 0.0015
* Accuracy Score: 0.9995
* Precision: 0.9628
* Recall: 0.9716
* F1: 0.9672
Model description
---... | [
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 5e-05\n* train\\_batch\\_size: 32\n* eval\\_batch\\_size: 256\n* seed: 42\n* optimizer: Adafactor\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 1.0",
"### Training results",
"### Framework ver... | [
"TAGS\n#transformers #pytorch #tensorboard #bert #token-classification #generated_from_trainer #dataset-source_data_nlp #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us \n",
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* le... |
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. -->
# bert-base-cased-bert-yoga-finetuned
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cas... | {"license": "apache-2.0", "tags": ["generated_from_trainer"], "base_model": "bert-base-cased", "model-index": [{"name": "bert-base-cased-bert-yoga-finetuned", "results": []}]} | dsantistevan/bert-base-cased-bert-yoga-finetuned | null | [
"transformers",
"pytorch",
"bert",
"fill-mask",
"generated_from_trainer",
"base_model:bert-base-cased",
"license:apache-2.0",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-08-10T15:42:04+00:00 | [] | [] | TAGS
#transformers #pytorch #bert #fill-mask #generated_from_trainer #base_model-bert-base-cased #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
| bert-base-cased-bert-yoga-finetuned
===================================
This model is a fine-tuned version of bert-base-cased on an unknown dataset.
It achieves the following results on the evaluation set:
* Loss: 2.0760
Model description
-----------------
More information needed
Intended uses & limitations
-... | [
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 64\n* eval\\_batch\\_size: 64\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 3.0",
"### Trai... | [
"TAGS\n#transformers #pytorch #bert #fill-mask #generated_from_trainer #base_model-bert-base-cased #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\\_ba... |
text-classification | transformers |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->
# distilbert-base-uncased-finetuned-emotion
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co... | {"license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["emotion"], "metrics": ["accuracy", "f1"], "model-index": [{"name": "distilbert-base-uncased-finetuned-emotion", "results": [{"task": {"type": "text-classification", "name": "Text Classification"}, "dataset": {"name": "emotion", "type": "emotion... | richardcai/distilbert-base-uncased-finetuned-emotion | null | [
"transformers",
"pytorch",
"tensorboard",
"distilbert",
"text-classification",
"generated_from_trainer",
"dataset:emotion",
"license:apache-2.0",
"model-index",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-08-10T15:52:34+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #distilbert #text-classification #generated_from_trainer #dataset-emotion #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us
| distilbert-base-uncased-finetuned-emotion
=========================================
This model is a fine-tuned version of distilbert-base-uncased on the emotion dataset.
It achieves the following results on the evaluation set:
* Loss: 0.2133
* Accuracy: 0.9265
* F1: 0.9265
Model description
-----------------
Mo... | [
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 64\n* eval\\_batch\\_size: 64\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 2",
"### Traini... | [
"TAGS\n#transformers #pytorch #tensorboard #distilbert #text-classification #generated_from_trainer #dataset-emotion #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us \n",
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learn... |
text-classification | transformers |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->
# bert-cvs-estimation-years-experience
This model is a fine-tuned version of [jhonparra18/bert-base-cased-cv-studio_name-medium](h... | {"license": "apache-2.0", "tags": ["generated_from_trainer"], "metrics": ["accuracy"], "model-index": [{"name": "bert-cvs-estimation-years-experience", "results": []}]} | jhonparra18/bert-cvs-estimation-years-experience | null | [
"transformers",
"pytorch",
"bert",
"text-classification",
"generated_from_trainer",
"license:apache-2.0",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-08-10T16:08:48+00:00 | [] | [] | TAGS
#transformers #pytorch #bert #text-classification #generated_from_trainer #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
| bert-cvs-estimation-years-experience
====================================
This model is a fine-tuned version of jhonparra18/bert-base-cased-cv-studio\_name-medium on the None dataset.
It achieves the following results on the evaluation set:
* Loss: 9.4494
* Mse: 9.4494
* Mae: 2.0686
* R2: 0.4131
* Accuracy: 0.2586
... | [
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 5e-05\n* train\\_batch\\_size: 8\n* eval\\_batch\\_size: 8\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* lr\\_scheduler\\_warmup\\_steps: ... | [
"TAGS\n#transformers #pytorch #bert #text-classification #generated_from_trainer #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n",
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 5e-05\n* train\\_batch\\_size: 8\n* e... |
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. -->
# 4-way-detection-prop-16
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on an unknown ... | {"license": "mit", "tags": ["generated_from_trainer"], "model-index": [{"name": "4-way-detection-prop-16", "results": []}]} | ultra-coder54732/4-way-detection-prop-16 | null | [
"transformers",
"pytorch",
"tensorboard",
"roberta",
"text-classification",
"generated_from_trainer",
"license:mit",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-08-10T16:36:23+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #roberta #text-classification #generated_from_trainer #license-mit #autotrain_compatible #endpoints_compatible #region-us
|
# 4-way-detection-prop-16
This model is a fine-tuned version of roberta-base 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
... | [
"# 4-way-detection-prop-16\n\nThis model is a fine-tuned version of roberta-base on an unknown dataset.",
"## Model description\n\nMore information needed",
"## Intended uses & limitations\n\nMore information needed",
"## Training and evaluation data\n\nMore information needed",
"## Training procedure",
"... | [
"TAGS\n#transformers #pytorch #tensorboard #roberta #text-classification #generated_from_trainer #license-mit #autotrain_compatible #endpoints_compatible #region-us \n",
"# 4-way-detection-prop-16\n\nThis model is a fine-tuned version of roberta-base on an unknown dataset.",
"## Model description\n\nMore inform... |
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... | trissondon/Lunar_Lander | null | [
"stable-baselines3",
"LunarLander-v2",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-08-10T16:56:19+00:00 | [] | [] | TAGS
#stable-baselines3 #LunarLander-v2 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us
|
# PPO Agent playing LunarLander-v2
This is a trained model of a PPO agent playing LunarLander-v2
using the stable-baselines3 library.
## Usage (with Stable-baselines3)
TODO: Add your code
| [
"# PPO Agent playing LunarLander-v2\nThis is a trained model of a PPO agent playing LunarLander-v2\nusing the stable-baselines3 library.",
"## Usage (with Stable-baselines3)\nTODO: Add your code"
] | [
"TAGS\n#stable-baselines3 #LunarLander-v2 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us \n",
"# PPO Agent playing LunarLander-v2\nThis is a trained model of a PPO agent playing LunarLander-v2\nusing the stable-baselines3 library.",
"## Usage (with Stable-baselines3)\nTODO: Add you... |
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-v1
This model is a fine-tuned version of [google/mt5-base](https://huggingface.co/google/mt5-base) on the Per... | {"language": ["fa"], "license": "apache-2.0", "tags": ["summarization", "generated_from_trainer"], "metrics": ["rouge"], "widget": [{"text": "\u062f\u0631 \u0631\u0648\u0632\u0647\u0627\u06cc \u06af\u0630\u0634\u062a\u0647 \u0627\u0646\u062a\u0634\u0627\u0631 \u062a\u0635\u0627\u0648\u06cc\u0631 \u06a9\u0648\u062f\u06a... | enteramine/mt5-base-finetuned-v1 | null | [
"transformers",
"pytorch",
"mt5",
"text2text-generation",
"summarization",
"generated_from_trainer",
"fa",
"license:apache-2.0",
"autotrain_compatible",
"endpoints_compatible",
"has_space",
"text-generation-inference",
"region:us"
] | null | 2022-08-10T17:14:51+00:00 | [] | [
"fa"
] | TAGS
#transformers #pytorch #mt5 #text2text-generation #summarization #generated_from_trainer #fa #license-apache-2.0 #autotrain_compatible #endpoints_compatible #has_space #text-generation-inference #region-us
| mt5-base-finetuned-v1
=====================
This model is a fine-tuned version of google/mt5-base on the Persian News dataset.
It achieves the following results on the evaluation set:
* Loss: 1.087988
* Rouge1: 1.2887
* Rouge2: 0.1861
* Rougel: 1.2862
* Rougelsum: 1.2818
Training procedure
------------------
##... | [
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 5.6e-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: 3\n* mixed\\_prec... | [
"TAGS\n#transformers #pytorch #mt5 #text2text-generation #summarization #generated_from_trainer #fa #license-apache-2.0 #autotrain_compatible #endpoints_compatible #has_space #text-generation-inference #region-us \n",
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\... |
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/1196519479364268034/5Qpn... | {"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://github.com/borisdayma/huggingtweets/blob/master/img/logo.png?raw=true", "widget": [{"text": "My dream is"}]} | huggingtweets/apesahoy-dril9999-dril_gpt2-fakeshowbiznews-gptupaguy-nsp_gpt2 | null | [
"transformers",
"pytorch",
"gpt2",
"text-generation",
"huggingtweets",
"en",
"autotrain_compatible",
"endpoints_compatible",
"text-generation-inference",
"region:us"
] | null | 2022-08-10T17:31:11+00:00 | [] | [
"en"
] | TAGS
#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
|
AI CYBORG
Humongous Ape MP & Fake Showbiz News & wint but Al & Ninja Sex Party but AI & gpt up a guy(?) & MORTIMUS COWBOY: The Bastard of Diapers
@apesahoy-dril9999-dril\_gpt2-fakeshowbiznews-gptupaguy-nsp\_gpt2
I was made with huggingtweets.
Create your own bot based on your favorite user with the demo!
How ... | [] | [
"TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #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. -->
# nlp_bert_emo_classifier
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on t... | {"license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["emotion"], "model-index": [{"name": "nlp_bert_emo_classifier", "results": []}]} | Jateendra/nlp_bert_emo_classifier | null | [
"transformers",
"pytorch",
"tensorboard",
"bert",
"text-classification",
"generated_from_trainer",
"dataset:emotion",
"license:apache-2.0",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-08-10T17:31:32+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #bert #text-classification #generated_from_trainer #dataset-emotion #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
| nlp\_bert\_emo\_classifier
==========================
This model is a fine-tuned version of bert-base-uncased on the emotion dataset.
It achieves the following results on the evaluation set:
* Loss: 0.2791
Model description
-----------------
More information needed
Intended uses & limitations
----------------... | [
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 8\n* eval\\_batch\\_size: 8\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 4",
"### Training... | [
"TAGS\n#transformers #pytorch #tensorboard #bert #text-classification #generated_from_trainer #dataset-emotion #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n",
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n... |
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/1196519479364268034/5Qpn... | {"language": "en", "tags": ["huggingtweets"], "thumbnail": "http://www.huggingtweets.com/apesahoy-dril-dril_gpt2-fakeshowbiznews-gptupaguy-nsp_gpt2/1660158001400/predictions.png", "widget": [{"text": "My dream is"}]} | huggingtweets/apesahoy-dril-dril_gpt2-fakeshowbiznews-gptupaguy-nsp_gpt2 | null | [
"transformers",
"pytorch",
"gpt2",
"text-generation",
"huggingtweets",
"en",
"autotrain_compatible",
"endpoints_compatible",
"text-generation-inference",
"region:us"
] | null | 2022-08-10T17:54:55+00:00 | [] | [
"en"
] | TAGS
#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
|
AI CYBORG
Humongous Ape MP & Fake Showbiz News & wint & wint but Al & Ninja Sex Party but AI & gpt up a guy(?)
@apesahoy-dril-dril\_gpt2-fakeshowbiznews-gptupaguy-nsp\_gpt2
I was made with huggingtweets.
Create your own bot based on your favorite user with the demo!
How does it work?
-----------------
The m... | [] | [
"TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #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. -->
# categorization-finetuned-20220721-164940-distilled-20220810-185342
This model is a fine-tuned version of [carted-nlp/categorizat... | {"tags": ["generated_from_trainer"], "metrics": ["accuracy", "f1"], "model-index": [{"name": "categorization-finetuned-20220721-164940-distilled-20220810-185342", "results": []}]} | carted-nlp/categorization-finetuned-20220721-164940-distilled-20220810-185342 | null | [
"transformers",
"pytorch",
"tensorboard",
"roberta",
"text-classification",
"generated_from_trainer",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-08-10T17:55:31+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #roberta #text-classification #generated_from_trainer #autotrain_compatible #endpoints_compatible #region-us
| categorization-finetuned-20220721-164940-distilled-20220810-185342
==================================================================
This model is a fine-tuned version of carted-nlp/categorization-finetuned-20220721-164940 on the None dataset.
It achieves the following results on the evaluation set:
* Loss: 0.0639... | [
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 1e-05\n* train\\_batch\\_size: 64\n* eval\\_batch\\_size: 64\n* seed: 314\n* gradient\\_accumulation\\_steps: 4\n* total\\_train\\_batch\\_size: 256\n* optimizer: Adam with betas=(0.9,0.999) and epsil... | [
"TAGS\n#transformers #pytorch #tensorboard #roberta #text-classification #generated_from_trainer #autotrain_compatible #endpoints_compatible #region-us \n",
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 1e-05\n* train\\_batch\\_size: 64\n* eval... |
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_fold_1_binary_v1
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the N... | {"license": "mit", "tags": ["generated_from_trainer"], "metrics": ["f1"], "model-index": [{"name": "roberta-base_fold_1_binary_v1", "results": []}]} | elopezlopez/roberta-base_fold_1_binary_v1 | null | [
"transformers",
"pytorch",
"tensorboard",
"roberta",
"text-classification",
"generated_from_trainer",
"license:mit",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-08-10T18:03:09+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #roberta #text-classification #generated_from_trainer #license-mit #autotrain_compatible #endpoints_compatible #region-us
| roberta-base\_fold\_1\_binary\_v1
=================================
This model is a fine-tuned version of roberta-base on the None dataset.
It achieves the following results on the evaluation set:
* Loss: 1.4984
* F1: 0.8339
Model description
-----------------
More information needed
Intended uses & limitatio... | [
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 16\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 25",
"### Train... | [
"TAGS\n#transformers #pytorch #tensorboard #roberta #text-classification #generated_from_trainer #license-mit #autotrain_compatible #endpoints_compatible #region-us \n",
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_siz... |
automatic-speech-recognition | transformers | ## Usage
The model can be used directly (without a language model) as follows:
```python
import soundfile as sf
import torch
from transformers import Wav2Vec2ForCTC, Wav2Vec2Processor
import argparse
def parse_transcription(wav_file):
# load pretrained model
processor = Wav2Vec2Processor.from_pretrained("add... | {} | Tarakki100/sanskrit | null | [
"transformers",
"pytorch",
"wav2vec2",
"automatic-speech-recognition",
"endpoints_compatible",
"region:us"
] | null | 2022-08-10T18:44:25+00:00 | [] | [] | TAGS
#transformers #pytorch #wav2vec2 #automatic-speech-recognition #endpoints_compatible #region-us
| ## Usage
The model can be used directly (without a language model) as follows:
| [
"## Usage\n\nThe model can be used directly (without a language model) as follows:"
] | [
"TAGS\n#transformers #pytorch #wav2vec2 #automatic-speech-recognition #endpoints_compatible #region-us \n",
"## Usage\n\nThe model can be used directly (without a language model) as follows:"
] |
null | generic |
# Deploy a Space as inference Endpoint
_This is a fork of the [naver-clova-ix/donut-base-finetuned-cord-v2](https://huggingface.co/spaces/naver-clova-ix/donut-base-finetuned-cord-v2) Space.
This repository implements a custom container for 🤗 Inference Endpoints using a Gradio space.
To deploy this model as an Infe... | {"library_name": "generic", "tags": ["document-understanding", "endpoints-template"]} | philschmid/space-naver-donut-cord | null | [
"generic",
"document-understanding",
"endpoints-template",
"region:us"
] | null | 2022-08-10T18:50:13+00:00 | [] | [] | TAGS
#generic #document-understanding #endpoints-template #region-us
|
# Deploy a Space as inference Endpoint
_This is a fork of the naver-clova-ix/donut-base-finetuned-cord-v2 Space.
This repository implements a custom container for Inference Endpoints using a Gradio space.
To deploy this model as an Inference Endpoint, you have to select Custom as task and a custom image.
* CPU im... | [
"# Deploy a Space as inference Endpoint\n\n_This is a fork of the naver-clova-ix/donut-base-finetuned-cord-v2 Space.\n\nThis repository implements a custom container for Inference Endpoints using a Gradio space.\n\nTo deploy this model as an Inference Endpoint, you have to select Custom as task and a custom image.... | [
"TAGS\n#generic #document-understanding #endpoints-template #region-us \n",
"# Deploy a Space as inference Endpoint\n\n_This is a fork of the naver-clova-ix/donut-base-finetuned-cord-v2 Space.\n\nThis repository implements a custom container for Inference Endpoints using a Gradio space.\n\nTo deploy this model a... |
reinforcement-learning | null |
# **Reinforce** Agent playing **CartPole-v1**
This is a trained model of a **Reinforce** agent playing **CartPole-v1** .
To learn to use this model and train yours check Unit 5 of the Deep Reinforcement Learning Class: https://github.com/huggingface/deep-rl-class/tree/main/unit5
| {"tags": ["CartPole-v1", "reinforce", "reinforcement-learning", "custom-implementation", "deep-rl-class"], "model-index": [{"name": "Reinforce-CartPole-v1", "results": [{"task": {"type": "reinforcement-learning", "name": "reinforcement-learning"}, "dataset": {"name": "CartPole-v1", "type": "CartPole-v1"}, "metrics": [{... | alefarasin/Reinforce-CartPole-v1 | null | [
"CartPole-v1",
"reinforce",
"reinforcement-learning",
"custom-implementation",
"deep-rl-class",
"model-index",
"region:us"
] | null | 2022-08-10T19:27:58+00:00 | [] | [] | TAGS
#CartPole-v1 #reinforce #reinforcement-learning #custom-implementation #deep-rl-class #model-index #region-us
|
# Reinforce Agent playing CartPole-v1
This is a trained model of a Reinforce agent playing CartPole-v1 .
To learn to use this model and train yours check Unit 5 of the Deep Reinforcement Learning Class: URL
| [
"# Reinforce Agent playing CartPole-v1\n This is a trained model of a Reinforce agent playing CartPole-v1 .\n To learn to use this model and train yours check Unit 5 of the Deep Reinforcement Learning Class: URL"
] | [
"TAGS\n#CartPole-v1 #reinforce #reinforcement-learning #custom-implementation #deep-rl-class #model-index #region-us \n",
"# Reinforce Agent playing CartPole-v1\n This is a trained model of a Reinforce agent playing CartPole-v1 .\n To learn to use this model and train yours check Unit 5 of the Deep Reinforcemen... |
text-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/1196519479364268034/5Qpn... | {"language": "en", "tags": ["huggingtweets"], "thumbnail": "https://github.com/borisdayma/huggingtweets/blob/master/img/logo.png?raw=true", "widget": [{"text": "My dream is"}]} | huggingtweets/apesahoy-chai_ste-fakeshowbiznews-gptupaguy-nsp_gpt2-powerdril_gpt2 | null | [
"transformers",
"pytorch",
"gpt2",
"text-generation",
"huggingtweets",
"en",
"autotrain_compatible",
"endpoints_compatible",
"text-generation-inference",
"region:us"
] | null | 2022-08-10T19:47:52+00:00 | [] | [
"en"
] | TAGS
#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
|
AI CYBORG
Humongous Ape MP & ste & Fake Showbiz News & Ninja Sex Party but AI & gpt up a guy(?) & waint
@apesahoy-chai\_ste-fakeshowbiznews-gptupaguy-nsp\_gpt2-powerdril\_gpt2
I was made with huggingtweets.
Create your own bot based on your favorite user with the demo!
How does it work?
-----------------
Th... | [] | [
"TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n"
] |
text-generation | transformers |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
probably proofread and complete it, then remove this comment. -->
# PromptGenerator_5_topic
This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on an unknown dataset.
It achieves t... | {"license": "mit", "tags": ["generated_from_keras_callback"], "model-index": [{"name": "PromptGenerator_5_topic", "results": []}]} | cansen88/PromptGenerator_5_topic | null | [
"transformers",
"tf",
"gpt2",
"text-generation",
"generated_from_keras_callback",
"license:mit",
"autotrain_compatible",
"endpoints_compatible",
"text-generation-inference",
"region:us"
] | null | 2022-08-10T19:51:09+00:00 | [] | [] | TAGS
#transformers #tf #gpt2 #text-generation #generated_from_keras_callback #license-mit #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
| PromptGenerator\_5\_topic
=========================
This model is a fine-tuned version of gpt2 on an unknown dataset.
It achieves the following results on the evaluation set:
* Train Loss: 10.6848
* Validation Loss: 10.6672
* Epoch: 4
Model description
-----------------
More information needed
Intended uses &... | [
"### 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': 5e-05, 'decay\\_schedule\\_fn': {'class\\_name': 'PolynomialDecay', 'config': {'initial\\_le... | [
"TAGS\n#transformers #tf #gpt2 #text-generation #generated_from_keras_callback #license-mit #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n",
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* optimizer: {'name': 'AdamWeightDecay... |
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/1555005802385063937/mETY... | {"language": "en", "tags": ["huggingtweets"], "thumbnail": "http://www.huggingtweets.com/anime/1660165570421/predictions.png", "widget": [{"text": "My dream is"}]} | huggingtweets/anime | null | [
"transformers",
"pytorch",
"gpt2",
"text-generation",
"huggingtweets",
"en",
"autotrain_compatible",
"endpoints_compatible",
"has_space",
"text-generation-inference",
"region:us"
] | null | 2022-08-10T20:03:01+00:00 | [] | [
"en"
] | TAGS
#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #has_space #text-generation-inference #region-us
|
AI BOT
Anime News Network
@anime
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 #has_space #text-generation-inference #region-us \n"
] |
sentence-similarity | sentence-transformers |
# {MODEL_NAME}
This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentences & paragraphs to a 768 dimensional dense vector space and can be used for tasks like clustering or semantic search.
<!--- Describe your model here -->
## Usage (Sentence-Transformers)
Using this model becomes easy when ... | {"tags": ["sentence-transformers", "feature-extraction", "sentence-similarity", "transformers"], "pipeline_tag": "sentence-similarity"} | AI-Growth-Lab/Pap2PatentSBERTa | null | [
"sentence-transformers",
"pytorch",
"mpnet",
"feature-extraction",
"sentence-similarity",
"transformers",
"endpoints_compatible",
"region:us"
] | null | 2022-08-10T20:04:15+00:00 | [] | [] | TAGS
#sentence-transformers #pytorch #mpnet #feature-extraction #sentence-similarity #transformers #endpoints_compatible #region-us
|
# {MODEL_NAME}
This is a sentence-transformers model: It maps sentences & paragraphs to a 768 dimensional dense vector space and can be used for tasks like clustering or semantic search.
## Usage (Sentence-Transformers)
Using this model becomes easy when you have sentence-transformers installed:
Then you can u... | [
"# {MODEL_NAME}\n\nThis is a sentence-transformers model: It maps sentences & paragraphs to a 768 dimensional dense vector space and can be used for tasks like clustering or semantic search.",
"## Usage (Sentence-Transformers)\n\nUsing this model becomes easy when you have sentence-transformers installed:\n\n\n\n... | [
"TAGS\n#sentence-transformers #pytorch #mpnet #feature-extraction #sentence-similarity #transformers #endpoints_compatible #region-us \n",
"# {MODEL_NAME}\n\nThis is a sentence-transformers model: It maps sentences & paragraphs to a 768 dimensional dense vector space and can be used for tasks like clustering or s... |
reinforcement-learning | null |
# **Reinforce** Agent playing **Pixelcopter-PLE-v0**
This is a trained model of a **Reinforce** agent playing **Pixelcopter-PLE-v0** .
To learn to use this model and train yours check Unit 5 of the Deep Reinforcement Learning Class: https://github.com/huggingface/deep-rl-class/tree/main/unit5
| {"tags": ["Pixelcopter-PLE-v0", "reinforce", "reinforcement-learning", "custom-implementation", "deep-rl-class"], "model-index": [{"name": "Reinforce-Pixelcopter-PLE-v0", "results": [{"task": {"type": "reinforcement-learning", "name": "reinforcement-learning"}, "dataset": {"name": "Pixelcopter-PLE-v0", "type": "Pixelco... | alefarasin/Reinforce-Pixelcopter-PLE-v0 | null | [
"Pixelcopter-PLE-v0",
"reinforce",
"reinforcement-learning",
"custom-implementation",
"deep-rl-class",
"model-index",
"region:us"
] | null | 2022-08-10T20:07:04+00:00 | [] | [] | TAGS
#Pixelcopter-PLE-v0 #reinforce #reinforcement-learning #custom-implementation #deep-rl-class #model-index #region-us
|
# Reinforce Agent playing Pixelcopter-PLE-v0
This is a trained model of a Reinforce agent playing Pixelcopter-PLE-v0 .
To learn to use this model and train yours check Unit 5 of the Deep Reinforcement Learning Class: URL
| [
"# Reinforce Agent playing Pixelcopter-PLE-v0\n This is a trained model of a Reinforce agent playing Pixelcopter-PLE-v0 .\n To learn to use this model and train yours check Unit 5 of the Deep Reinforcement Learning Class: URL"
] | [
"TAGS\n#Pixelcopter-PLE-v0 #reinforce #reinforcement-learning #custom-implementation #deep-rl-class #model-index #region-us \n",
"# Reinforce Agent playing Pixelcopter-PLE-v0\n This is a trained model of a Reinforce agent playing Pixelcopter-PLE-v0 .\n To learn to use this model and train yours check Unit 5 of ... |
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/1196519479364268034/5Qpn... | {"language": "en", "tags": ["huggingtweets"], "thumbnail": "http://www.huggingtweets.com/apesahoy-nsp_gpt2-powerdril_gpt2/1660168380596/predictions.png", "widget": [{"text": "My dream is"}]} | huggingtweets/apesahoy-nsp_gpt2-powerdril_gpt2 | null | [
"transformers",
"pytorch",
"gpt2",
"text-generation",
"huggingtweets",
"en",
"autotrain_compatible",
"endpoints_compatible",
"text-generation-inference",
"region:us"
] | null | 2022-08-10T20:49:46+00:00 | [] | [
"en"
] | TAGS
#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
|
AI CYBORG
Humongous Ape MP & Ninja Sex Party but AI & waint
@apesahoy-nsp\_gpt2-powerdril\_gpt2
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 w... | [] | [
"TAGS\n#transformers #pytorch #gpt2 #text-generation #huggingtweets #en #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n"
] |
text-generation | transformers |
# Guin DialoGPT model | {"tags": ["conversational"]} | karan21/DialoGPT-medium-guin | null | [
"transformers",
"pytorch",
"gpt2",
"text-generation",
"conversational",
"autotrain_compatible",
"endpoints_compatible",
"text-generation-inference",
"region:us"
] | null | 2022-08-10T20:54:40+00:00 | [] | [] | TAGS
#transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
|
# Guin DialoGPT model | [
"# Guin DialoGPT model"
] | [
"TAGS\n#transformers #pytorch #gpt2 #text-generation #conversational #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n",
"# Guin DialoGPT model"
] |
reinforcement-learning | null |
# **Reinforce** Agent playing **Pong-PLE-v0**
This is a trained model of a **Reinforce** agent playing **Pong-PLE-v0** .
To learn to use this model and train yours check Unit 5 of the Deep Reinforcement Learning Class: https://github.com/huggingface/deep-rl-class/tree/main/unit5
| {"tags": ["Pong-PLE-v0", "reinforce", "reinforcement-learning", "custom-implementation", "deep-rl-class"], "model-index": [{"name": "Reinforce-Pong-PLE-v0", "results": [{"task": {"type": "reinforcement-learning", "name": "reinforcement-learning"}, "dataset": {"name": "Pong-PLE-v0", "type": "Pong-PLE-v0"}, "metrics": [{... | alefarasin/Reinforce-Pong-PLE-v0 | null | [
"Pong-PLE-v0",
"reinforce",
"reinforcement-learning",
"custom-implementation",
"deep-rl-class",
"model-index",
"region:us"
] | null | 2022-08-10T20:58:46+00:00 | [] | [] | TAGS
#Pong-PLE-v0 #reinforce #reinforcement-learning #custom-implementation #deep-rl-class #model-index #region-us
|
# Reinforce Agent playing Pong-PLE-v0
This is a trained model of a Reinforce agent playing Pong-PLE-v0 .
To learn to use this model and train yours check Unit 5 of the Deep Reinforcement Learning Class: URL
| [
"# Reinforce Agent playing Pong-PLE-v0\n This is a trained model of a Reinforce agent playing Pong-PLE-v0 .\n To learn to use this model and train yours check Unit 5 of the Deep Reinforcement Learning Class: URL"
] | [
"TAGS\n#Pong-PLE-v0 #reinforce #reinforcement-learning #custom-implementation #deep-rl-class #model-index #region-us \n",
"# Reinforce Agent playing Pong-PLE-v0\n This is a trained model of a Reinforce agent playing Pong-PLE-v0 .\n To learn to use this model and train yours check Unit 5 of the Deep Reinforcemen... |
text-generation | transformers |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
probably proofread and complete it, then remove this comment. -->
# PromptGenerator_32_topic
This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on an unknown dataset.
It achieves ... | {"license": "mit", "tags": ["generated_from_keras_callback"], "model-index": [{"name": "PromptGenerator_32_topic", "results": []}]} | cansen88/PromptGenerator_32_topic | null | [
"transformers",
"tf",
"gpt2",
"text-generation",
"generated_from_keras_callback",
"license:mit",
"autotrain_compatible",
"endpoints_compatible",
"text-generation-inference",
"region:us"
] | null | 2022-08-10T21:16:32+00:00 | [] | [] | TAGS
#transformers #tf #gpt2 #text-generation #generated_from_keras_callback #license-mit #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
| PromptGenerator\_32\_topic
==========================
This model is a fine-tuned version of gpt2 on an unknown dataset.
It achieves the following results on the evaluation set:
* Train Loss: 8.5994
* Validation Loss: 8.1936
* Epoch: 4
Model description
-----------------
More information needed
Intended uses &... | [
"### 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': 5e-05, 'decay\\_schedule\\_fn': {'class\\_name': 'PolynomialDecay', 'config': {'initial\\_le... | [
"TAGS\n#transformers #tf #gpt2 #text-generation #generated_from_keras_callback #license-mit #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n",
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* optimizer: {'name': 'AdamWeightDecay... |
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. -->
# roshan151/Model_output
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unkno... | {"license": "apache-2.0", "tags": ["generated_from_keras_callback"], "model-index": [{"name": "roshan151/Model_output", "results": []}]} | roshan151/Model_output | null | [
"transformers",
"tf",
"bert",
"fill-mask",
"generated_from_keras_callback",
"license:apache-2.0",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-08-10T21:55:31+00:00 | [] | [] | TAGS
#transformers #tf #bert #fill-mask #generated_from_keras_callback #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
| roshan151/Model\_output
=======================
This model is a fine-tuned version of bert-base-uncased on an unknown dataset.
It achieves the following results on the evaluation set:
* Train Loss: 2.9849
* Validation Loss: 2.8623
* Epoch: 4
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': 'WarmUp', 'config': {'initial\\_learning\\_rate': 2e-05, 'decay\\_schedule\\_fn': {'class\\_name': 'PolynomialDecay', 'config': {'initial\\_le... | [
"TAGS\n#transformers #tf #bert #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': {'cl... |
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. -->
# distilled-mt5-small-0.2-1
This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on t... | {"language": ["en", "ro"], "license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["wmt16"], "metrics": ["bleu"], "model-index": [{"name": "distilled-mt5-small-0.2-1", "results": [{"task": {"type": "translation", "name": "Translation"}, "dataset": {"name": "wmt16 ro-en", "type": "wmt16", "args": "ro-e... | Lvxue/distilled-mt5-small-0.2-1 | null | [
"transformers",
"pytorch",
"mt5",
"text2text-generation",
"generated_from_trainer",
"en",
"ro",
"dataset:wmt16",
"license:apache-2.0",
"model-index",
"autotrain_compatible",
"endpoints_compatible",
"text-generation-inference",
"region:us"
] | null | 2022-08-10T23:05:08+00:00 | [] | [
"en",
"ro"
] | TAGS
#transformers #pytorch #mt5 #text2text-generation #generated_from_trainer #en #ro #dataset-wmt16 #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
|
# distilled-mt5-small-0.2-1
This model is a fine-tuned version of google/mt5-small on the wmt16 ro-en dataset.
It achieves the following results on the evaluation set:
- Loss: 2.8121
- Bleu: 6.7946
- Gen Len: 45.2626
## Model description
More information needed
## Intended uses & limitations
More information ne... | [
"# distilled-mt5-small-0.2-1\n\nThis model is a fine-tuned version of google/mt5-small on the wmt16 ro-en dataset.\nIt achieves the following results on the evaluation set:\n- Loss: 2.8121\n- Bleu: 6.7946\n- Gen Len: 45.2626",
"## Model description\n\nMore information needed",
"## Intended uses & limitations\n\... | [
"TAGS\n#transformers #pytorch #mt5 #text2text-generation #generated_from_trainer #en #ro #dataset-wmt16 #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n",
"# distilled-mt5-small-0.2-1\n\nThis model is a fine-tuned version of google/mt5-small on ... |
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. -->
# distilled-mt5-small-0.2-0.25
This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) o... | {"language": ["en", "ro"], "license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["wmt16"], "metrics": ["bleu"], "model-index": [{"name": "distilled-mt5-small-0.2-0.25", "results": [{"task": {"type": "translation", "name": "Translation"}, "dataset": {"name": "wmt16 ro-en", "type": "wmt16", "args": "r... | Lvxue/distilled-mt5-small-0.2-0.25 | null | [
"transformers",
"pytorch",
"mt5",
"text2text-generation",
"generated_from_trainer",
"en",
"ro",
"dataset:wmt16",
"license:apache-2.0",
"model-index",
"autotrain_compatible",
"endpoints_compatible",
"text-generation-inference",
"region:us"
] | null | 2022-08-10T23:05:25+00:00 | [] | [
"en",
"ro"
] | TAGS
#transformers #pytorch #mt5 #text2text-generation #generated_from_trainer #en #ro #dataset-wmt16 #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
|
# distilled-mt5-small-0.2-0.25
This model is a fine-tuned version of google/mt5-small on the wmt16 ro-en dataset.
It achieves the following results on the evaluation set:
- Loss: 3.1617
- Bleu: 5.3011
- Gen Len: 42.6653
## Model description
More information needed
## Intended uses & limitations
More information... | [
"# distilled-mt5-small-0.2-0.25\n\nThis model is a fine-tuned version of google/mt5-small on the wmt16 ro-en dataset.\nIt achieves the following results on the evaluation set:\n- Loss: 3.1617\n- Bleu: 5.3011\n- Gen Len: 42.6653",
"## Model description\n\nMore information needed",
"## Intended uses & limitations... | [
"TAGS\n#transformers #pytorch #mt5 #text2text-generation #generated_from_trainer #en #ro #dataset-wmt16 #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n",
"# distilled-mt5-small-0.2-0.25\n\nThis model is a fine-tuned version of google/mt5-small ... |
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. -->
# distilled-mt5-small-0.2-5
This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on t... | {"language": ["en", "ro"], "license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["wmt16"], "metrics": ["bleu"], "model-index": [{"name": "distilled-mt5-small-0.2-5", "results": [{"task": {"type": "translation", "name": "Translation"}, "dataset": {"name": "wmt16 ro-en", "type": "wmt16", "args": "ro-e... | Lvxue/distilled-mt5-small-0.2-5 | null | [
"transformers",
"pytorch",
"mt5",
"text2text-generation",
"generated_from_trainer",
"en",
"ro",
"dataset:wmt16",
"license:apache-2.0",
"model-index",
"autotrain_compatible",
"endpoints_compatible",
"text-generation-inference",
"region:us"
] | null | 2022-08-10T23:07:38+00:00 | [] | [
"en",
"ro"
] | TAGS
#transformers #pytorch #mt5 #text2text-generation #generated_from_trainer #en #ro #dataset-wmt16 #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
|
# distilled-mt5-small-0.2-5
This model is a fine-tuned version of google/mt5-small on the wmt16 ro-en dataset.
It achieves the following results on the evaluation set:
- Loss: 4.9485
- Bleu: 0.0684
- Gen Len: 208.7119
## Model description
More information needed
## Intended uses & limitations
More information n... | [
"# distilled-mt5-small-0.2-5\n\nThis model is a fine-tuned version of google/mt5-small on the wmt16 ro-en dataset.\nIt achieves the following results on the evaluation set:\n- Loss: 4.9485\n- Bleu: 0.0684\n- Gen Len: 208.7119",
"## Model description\n\nMore information needed",
"## Intended uses & limitations\n... | [
"TAGS\n#transformers #pytorch #mt5 #text2text-generation #generated_from_trainer #en #ro #dataset-wmt16 #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n",
"# distilled-mt5-small-0.2-5\n\nThis model is a fine-tuned version of google/mt5-small on ... |
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. -->
# bert-small-finetuned-cuad-full
This model is a fine-tuned version of [google/bert_uncased_L-4_H-512_A-8](https://huggingface.co/... | {"license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["cuad"], "model-index": [{"name": "bert-small-finetuned-cuad-full", "results": []}]} | muhtasham/bert-small-finetuned-cuad | null | [
"transformers",
"pytorch",
"tensorboard",
"bert",
"question-answering",
"generated_from_trainer",
"dataset:cuad",
"license:apache-2.0",
"endpoints_compatible",
"region:us"
] | null | 2022-08-10T23:09:33+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #bert #question-answering #generated_from_trainer #dataset-cuad #license-apache-2.0 #endpoints_compatible #region-us
|
# bert-small-finetuned-cuad-full
This model is a fine-tuned version of google/bert_uncased_L-4_H-512_A-8 on the portion of cuad dataset.
# Note
The model was not trained on the whole dataset but, the first 10% of 'train' + the first 10% of 'test'.
| [
"# bert-small-finetuned-cuad-full\n\nThis model is a fine-tuned version of google/bert_uncased_L-4_H-512_A-8 on the portion of cuad dataset.",
"# Note \nThe model was not trained on the whole dataset but, the first 10% of 'train' + the first 10% of 'test'."
] | [
"TAGS\n#transformers #pytorch #tensorboard #bert #question-answering #generated_from_trainer #dataset-cuad #license-apache-2.0 #endpoints_compatible #region-us \n",
"# bert-small-finetuned-cuad-full\n\nThis model is a fine-tuned version of google/bert_uncased_L-4_H-512_A-8 on the portion of cuad dataset.",
"# N... |
text2text-generation | transformers |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->
# distilled-mt5-small-0.2-2
This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on t... | {"language": ["en", "ro"], "license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["wmt16"], "metrics": ["bleu"], "model-index": [{"name": "distilled-mt5-small-0.2-2", "results": [{"task": {"type": "translation", "name": "Translation"}, "dataset": {"name": "wmt16 ro-en", "type": "wmt16", "args": "ro-e... | Lvxue/distilled-mt5-small-0.2-2 | null | [
"transformers",
"pytorch",
"mt5",
"text2text-generation",
"generated_from_trainer",
"en",
"ro",
"dataset:wmt16",
"license:apache-2.0",
"model-index",
"autotrain_compatible",
"endpoints_compatible",
"text-generation-inference",
"region:us"
] | null | 2022-08-10T23:11:00+00:00 | [] | [
"en",
"ro"
] | TAGS
#transformers #pytorch #mt5 #text2text-generation #generated_from_trainer #en #ro #dataset-wmt16 #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
|
# distilled-mt5-small-0.2-2
This model is a fine-tuned version of google/mt5-small on the wmt16 ro-en dataset.
It achieves the following results on the evaluation set:
- Loss: 3.5828
- Bleu: 1.7481
- Gen Len: 81.4652
## Model description
More information needed
## Intended uses & limitations
More information ne... | [
"# distilled-mt5-small-0.2-2\n\nThis model is a fine-tuned version of google/mt5-small on the wmt16 ro-en dataset.\nIt achieves the following results on the evaluation set:\n- Loss: 3.5828\n- Bleu: 1.7481\n- Gen Len: 81.4652",
"## Model description\n\nMore information needed",
"## Intended uses & limitations\n\... | [
"TAGS\n#transformers #pytorch #mt5 #text2text-generation #generated_from_trainer #en #ro #dataset-wmt16 #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n",
"# distilled-mt5-small-0.2-2\n\nThis model is a fine-tuned version of google/mt5-small on ... |
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. -->
# distilled-mt5-small-0.2-0.5
This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on... | {"language": ["en", "ro"], "license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["wmt16"], "metrics": ["bleu"], "model-index": [{"name": "distilled-mt5-small-0.2-0.5", "results": [{"task": {"type": "translation", "name": "Translation"}, "dataset": {"name": "wmt16 ro-en", "type": "wmt16", "args": "ro... | Lvxue/distilled-mt5-small-0.2-0.5 | null | [
"transformers",
"pytorch",
"mt5",
"text2text-generation",
"generated_from_trainer",
"en",
"ro",
"dataset:wmt16",
"license:apache-2.0",
"model-index",
"autotrain_compatible",
"endpoints_compatible",
"text-generation-inference",
"region:us"
] | null | 2022-08-10T23:11:30+00:00 | [] | [
"en",
"ro"
] | TAGS
#transformers #pytorch #mt5 #text2text-generation #generated_from_trainer #en #ro #dataset-wmt16 #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
|
# distilled-mt5-small-0.2-0.5
This model is a fine-tuned version of google/mt5-small on the wmt16 ro-en dataset.
It achieves the following results on the evaluation set:
- Loss: 3.0846
- Bleu: 5.8082
- Gen Len: 42.984
## Model description
More information needed
## Intended uses & limitations
More information n... | [
"# distilled-mt5-small-0.2-0.5\n\nThis model is a fine-tuned version of google/mt5-small on the wmt16 ro-en dataset.\nIt achieves the following results on the evaluation set:\n- Loss: 3.0846\n- Bleu: 5.8082\n- Gen Len: 42.984",
"## Model description\n\nMore information needed",
"## Intended uses & limitations\n... | [
"TAGS\n#transformers #pytorch #mt5 #text2text-generation #generated_from_trainer #en #ro #dataset-wmt16 #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n",
"# distilled-mt5-small-0.2-0.5\n\nThis model is a fine-tuned version of google/mt5-small o... |
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. -->
# categorization-finetuned-20220721-164940-distilled-20220811-013354
This model is a fine-tuned version of [carted-nlp/categorizat... | {"tags": ["generated_from_trainer"], "metrics": ["accuracy", "f1"], "model-index": [{"name": "categorization-finetuned-20220721-164940-distilled-20220811-013354", "results": []}]} | carted-nlp/categorization-finetuned-20220721-164940-distilled-20220811-013354 | null | [
"transformers",
"pytorch",
"tensorboard",
"onnx",
"roberta",
"text-classification",
"generated_from_trainer",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-08-11T00:35:53+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #onnx #roberta #text-classification #generated_from_trainer #autotrain_compatible #endpoints_compatible #region-us
| categorization-finetuned-20220721-164940-distilled-20220811-013354
==================================================================
This model is a fine-tuned version of carted-nlp/categorization-finetuned-20220721-164940 on the None dataset.
It achieves the following results on the evaluation set:
* Loss: 0.0645... | [
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 64\n* eval\\_batch\\_size: 96\n* seed: 314\n* gradient\\_accumulation\\_steps: 4\n* total\\_train\\_batch\\_size: 256\n* optimizer: Adam with betas=(0.9,0.999) and epsil... | [
"TAGS\n#transformers #pytorch #tensorboard #onnx #roberta #text-classification #generated_from_trainer #autotrain_compatible #endpoints_compatible #region-us \n",
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 64\n... |
text2text-generation | transformers |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->
# distilled-mt5-small-0.4-0.5
This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on... | {"language": ["en", "ro"], "license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["wmt16"], "metrics": ["bleu"], "model-index": [{"name": "distilled-mt5-small-0.4-0.5", "results": [{"task": {"type": "translation", "name": "Translation"}, "dataset": {"name": "wmt16 ro-en", "type": "wmt16", "args": "ro... | Lvxue/distilled-mt5-small-0.4-0.5 | null | [
"transformers",
"pytorch",
"mt5",
"text2text-generation",
"generated_from_trainer",
"en",
"ro",
"dataset:wmt16",
"license:apache-2.0",
"model-index",
"autotrain_compatible",
"endpoints_compatible",
"text-generation-inference",
"region:us"
] | null | 2022-08-11T00:42:19+00:00 | [] | [
"en",
"ro"
] | TAGS
#transformers #pytorch #mt5 #text2text-generation #generated_from_trainer #en #ro #dataset-wmt16 #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
|
# distilled-mt5-small-0.4-0.5
This model is a fine-tuned version of google/mt5-small on the wmt16 ro-en dataset.
It achieves the following results on the evaluation set:
- Loss: 3.3255
- Bleu: 5.4889
- Gen Len: 41.8379
## Model description
More information needed
## Intended uses & limitations
More information ... | [
"# distilled-mt5-small-0.4-0.5\n\nThis model is a fine-tuned version of google/mt5-small on the wmt16 ro-en dataset.\nIt achieves the following results on the evaluation set:\n- Loss: 3.3255\n- Bleu: 5.4889\n- Gen Len: 41.8379",
"## Model description\n\nMore information needed",
"## Intended uses & limitations\... | [
"TAGS\n#transformers #pytorch #mt5 #text2text-generation #generated_from_trainer #en #ro #dataset-wmt16 #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n",
"# distilled-mt5-small-0.4-0.5\n\nThis model is a fine-tuned version of google/mt5-small o... |
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. -->
# distilled-mt5-small-0.4-1
This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on t... | {"language": ["en", "ro"], "license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["wmt16"], "metrics": ["bleu"], "model-index": [{"name": "distilled-mt5-small-0.4-1", "results": [{"task": {"type": "translation", "name": "Translation"}, "dataset": {"name": "wmt16 ro-en", "type": "wmt16", "args": "ro-e... | Lvxue/distilled-mt5-small-0.4-1 | null | [
"transformers",
"pytorch",
"mt5",
"text2text-generation",
"generated_from_trainer",
"en",
"ro",
"dataset:wmt16",
"license:apache-2.0",
"model-index",
"autotrain_compatible",
"endpoints_compatible",
"text-generation-inference",
"region:us"
] | null | 2022-08-11T00:43:06+00:00 | [] | [
"en",
"ro"
] | TAGS
#transformers #pytorch #mt5 #text2text-generation #generated_from_trainer #en #ro #dataset-wmt16 #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
|
# distilled-mt5-small-0.4-1
This model is a fine-tuned version of google/mt5-small on the wmt16 ro-en dataset.
It achieves the following results on the evaluation set:
- Loss: 2.8191
- Bleu: 6.7381
- Gen Len: 45.6473
## Model description
More information needed
## Intended uses & limitations
More information ne... | [
"# distilled-mt5-small-0.4-1\n\nThis model is a fine-tuned version of google/mt5-small on the wmt16 ro-en dataset.\nIt achieves the following results on the evaluation set:\n- Loss: 2.8191\n- Bleu: 6.7381\n- Gen Len: 45.6473",
"## Model description\n\nMore information needed",
"## Intended uses & limitations\n\... | [
"TAGS\n#transformers #pytorch #mt5 #text2text-generation #generated_from_trainer #en #ro #dataset-wmt16 #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n",
"# distilled-mt5-small-0.4-1\n\nThis model is a fine-tuned version of google/mt5-small on ... |
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. -->
# distilled-mt5-small-0.4-0.25
This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) o... | {"language": ["en", "ro"], "license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["wmt16"], "metrics": ["bleu"], "model-index": [{"name": "distilled-mt5-small-0.4-0.25", "results": [{"task": {"type": "translation", "name": "Translation"}, "dataset": {"name": "wmt16 ro-en", "type": "wmt16", "args": "r... | Lvxue/distilled-mt5-small-0.4-0.25 | null | [
"transformers",
"pytorch",
"mt5",
"text2text-generation",
"generated_from_trainer",
"en",
"ro",
"dataset:wmt16",
"license:apache-2.0",
"model-index",
"autotrain_compatible",
"endpoints_compatible",
"text-generation-inference",
"region:us"
] | null | 2022-08-11T00:43:50+00:00 | [] | [
"en",
"ro"
] | TAGS
#transformers #pytorch #mt5 #text2text-generation #generated_from_trainer #en #ro #dataset-wmt16 #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
|
# distilled-mt5-small-0.4-0.25
This model is a fine-tuned version of google/mt5-small on the wmt16 ro-en dataset.
It achieves the following results on the evaluation set:
- Loss: 3.8561
- Bleu: 3.2179
- Gen Len: 41.2356
## Model description
More information needed
## Intended uses & limitations
More information... | [
"# distilled-mt5-small-0.4-0.25\n\nThis model is a fine-tuned version of google/mt5-small on the wmt16 ro-en dataset.\nIt achieves the following results on the evaluation set:\n- Loss: 3.8561\n- Bleu: 3.2179\n- Gen Len: 41.2356",
"## Model description\n\nMore information needed",
"## Intended uses & limitations... | [
"TAGS\n#transformers #pytorch #mt5 #text2text-generation #generated_from_trainer #en #ro #dataset-wmt16 #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n",
"# distilled-mt5-small-0.4-0.25\n\nThis model is a fine-tuned version of google/mt5-small ... |
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. -->
# distilled-mt5-small-0.4-2
This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on t... | {"language": ["en", "ro"], "license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["wmt16"], "metrics": ["bleu"], "model-index": [{"name": "distilled-mt5-small-0.4-2", "results": [{"task": {"type": "translation", "name": "Translation"}, "dataset": {"name": "wmt16 ro-en", "type": "wmt16", "args": "ro-e... | Lvxue/distilled-mt5-small-0.4-2 | null | [
"transformers",
"pytorch",
"mt5",
"text2text-generation",
"generated_from_trainer",
"en",
"ro",
"dataset:wmt16",
"license:apache-2.0",
"model-index",
"autotrain_compatible",
"endpoints_compatible",
"text-generation-inference",
"region:us"
] | null | 2022-08-11T00:46:00+00:00 | [] | [
"en",
"ro"
] | TAGS
#transformers #pytorch #mt5 #text2text-generation #generated_from_trainer #en #ro #dataset-wmt16 #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
|
# distilled-mt5-small-0.4-2
This model is a fine-tuned version of google/mt5-small on the wmt16 ro-en dataset.
It achieves the following results on the evaluation set:
- Loss: 3.6725
- Bleu: 1.5399
- Gen Len: 88.995
## Model description
More information needed
## Intended uses & limitations
More information nee... | [
"# distilled-mt5-small-0.4-2\n\nThis model is a fine-tuned version of google/mt5-small on the wmt16 ro-en dataset.\nIt achieves the following results on the evaluation set:\n- Loss: 3.6725\n- Bleu: 1.5399\n- Gen Len: 88.995",
"## Model description\n\nMore information needed",
"## Intended uses & limitations\n\n... | [
"TAGS\n#transformers #pytorch #mt5 #text2text-generation #generated_from_trainer #en #ro #dataset-wmt16 #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n",
"# distilled-mt5-small-0.4-2\n\nThis model is a fine-tuned version of google/mt5-small on ... |
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. -->
# distilled-mt5-small-0.4-5
This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on t... | {"language": ["en", "ro"], "license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["wmt16"], "metrics": ["bleu"], "model-index": [{"name": "distilled-mt5-small-0.4-5", "results": [{"task": {"type": "translation", "name": "Translation"}, "dataset": {"name": "wmt16 ro-en", "type": "wmt16", "args": "ro-e... | Lvxue/distilled-mt5-small-0.4-5 | null | [
"transformers",
"pytorch",
"mt5",
"text2text-generation",
"generated_from_trainer",
"en",
"ro",
"dataset:wmt16",
"license:apache-2.0",
"model-index",
"autotrain_compatible",
"endpoints_compatible",
"text-generation-inference",
"region:us"
] | null | 2022-08-11T00:51:01+00:00 | [] | [
"en",
"ro"
] | TAGS
#transformers #pytorch #mt5 #text2text-generation #generated_from_trainer #en #ro #dataset-wmt16 #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
|
# distilled-mt5-small-0.4-5
This model is a fine-tuned version of google/mt5-small on the wmt16 ro-en dataset.
It achieves the following results on the evaluation set:
- Loss: 5.6749
- Bleu: 0.0065
- Gen Len: 251.4632
## Model description
More information needed
## Intended uses & limitations
More information n... | [
"# distilled-mt5-small-0.4-5\n\nThis model is a fine-tuned version of google/mt5-small on the wmt16 ro-en dataset.\nIt achieves the following results on the evaluation set:\n- Loss: 5.6749\n- Bleu: 0.0065\n- Gen Len: 251.4632",
"## Model description\n\nMore information needed",
"## Intended uses & limitations\n... | [
"TAGS\n#transformers #pytorch #mt5 #text2text-generation #generated_from_trainer #en #ro #dataset-wmt16 #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n",
"# distilled-mt5-small-0.4-5\n\nThis model is a fine-tuned version of google/mt5-small on ... |
reinforcement-learning | null |
# **Reinforce** Agent playing **Pixelcopter-PLE-v0**
This is a trained model of a **Reinforce** agent playing **Pixelcopter-PLE-v0** .
To learn to use this model and train yours check Unit 5 of the Deep Reinforcement Learning Class: https://github.com/huggingface/deep-rl-class/tree/main/unit5
| {"tags": ["Pixelcopter-PLE-v0", "reinforce", "reinforcement-learning", "custom-implementation", "deep-rl-class"], "model-index": [{"name": "ppo-PixelCopter", "results": [{"task": {"type": "reinforcement-learning", "name": "reinforcement-learning"}, "dataset": {"name": "Pixelcopter-PLE-v0", "type": "Pixelcopter-PLE-v0"}... | Saraswati/ppo-PixelCopter | null | [
"Pixelcopter-PLE-v0",
"reinforce",
"reinforcement-learning",
"custom-implementation",
"deep-rl-class",
"model-index",
"region:us"
] | null | 2022-08-11T01:03:02+00:00 | [] | [] | TAGS
#Pixelcopter-PLE-v0 #reinforce #reinforcement-learning #custom-implementation #deep-rl-class #model-index #region-us
|
# Reinforce Agent playing Pixelcopter-PLE-v0
This is a trained model of a Reinforce agent playing Pixelcopter-PLE-v0 .
To learn to use this model and train yours check Unit 5 of the Deep Reinforcement Learning Class: URL
| [
"# Reinforce Agent playing Pixelcopter-PLE-v0\n This is a trained model of a Reinforce agent playing Pixelcopter-PLE-v0 .\n To learn to use this model and train yours check Unit 5 of the Deep Reinforcement Learning Class: URL"
] | [
"TAGS\n#Pixelcopter-PLE-v0 #reinforce #reinforcement-learning #custom-implementation #deep-rl-class #model-index #region-us \n",
"# Reinforce Agent playing Pixelcopter-PLE-v0\n This is a trained model of a Reinforce agent playing Pixelcopter-PLE-v0 .\n To learn to use this model and train yours check Unit 5 of ... |
text-classification | transformers |
# Model Trained Using AutoTrain
- Problem type: Multi-class Classification
- Model ID: 1239047106
- CO2 Emissions (in grams): 80.7204
## Validation Metrics
- Loss: 0.725
- Accuracy: 0.747
- Macro F1: 0.474
- Micro F1: 0.747
- Weighted F1: 0.712
- Macro Precision: 0.608
- Micro Precision: 0.747
- Weighted Precision:... | {"language": ["en"], "tags": ["autotrain", "text-classification"], "datasets": ["qinguan/autotrain-data-dl-assignment-two-part-one"], "widget": [{"text": "I love AutoTrain \ud83e\udd17"}], "co2_eq_emissions": {"emissions": 80.72035225699715}} | qinguan/autotrain-dl-assignment-two-part-one | null | [
"transformers",
"pytorch",
"bert",
"text-classification",
"autotrain",
"en",
"dataset:qinguan/autotrain-data-dl-assignment-two-part-one",
"co2_eq_emissions",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-08-11T01:22:15+00:00 | [] | [
"en"
] | TAGS
#transformers #pytorch #bert #text-classification #autotrain #en #dataset-qinguan/autotrain-data-dl-assignment-two-part-one #co2_eq_emissions #autotrain_compatible #endpoints_compatible #region-us
|
# Model Trained Using AutoTrain
- Problem type: Multi-class Classification
- Model ID: 1239047106
- CO2 Emissions (in grams): 80.7204
## Validation Metrics
- Loss: 0.725
- Accuracy: 0.747
- Macro F1: 0.474
- Micro F1: 0.747
- Weighted F1: 0.712
- Macro Precision: 0.608
- Micro Precision: 0.747
- Weighted Precision:... | [
"# Model Trained Using AutoTrain\n\n- Problem type: Multi-class Classification\n- Model ID: 1239047106\n- CO2 Emissions (in grams): 80.7204",
"## Validation Metrics\n\n- Loss: 0.725\n- Accuracy: 0.747\n- Macro F1: 0.474\n- Micro F1: 0.747\n- Weighted F1: 0.712\n- Macro Precision: 0.608\n- Micro Precision: 0.747\n... | [
"TAGS\n#transformers #pytorch #bert #text-classification #autotrain #en #dataset-qinguan/autotrain-data-dl-assignment-two-part-one #co2_eq_emissions #autotrain_compatible #endpoints_compatible #region-us \n",
"# Model Trained Using AutoTrain\n\n- Problem type: Multi-class Classification\n- Model ID: 1239047106\n-... |
text2text-generation | transformers |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->
# opus-mt-en-ro-finetuned-en-to-ro
This model is a fine-tuned version of [Helsinki-NLP/opus-mt-en-ro](https://huggingface.co/Helsi... | {"license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["wmt16"], "model-index": [{"name": "opus-mt-en-ro-finetuned-en-to-ro", "results": []}]} | dlyfar/opus-mt-en-ro-finetuned-en-to-ro | null | [
"transformers",
"pytorch",
"tensorboard",
"marian",
"text2text-generation",
"generated_from_trainer",
"dataset:wmt16",
"license:apache-2.0",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-08-11T02:09:22+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #marian #text2text-generation #generated_from_trainer #dataset-wmt16 #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
|
# opus-mt-en-ro-finetuned-en-to-ro
This model is a fine-tuned version of Helsinki-NLP/opus-mt-en-ro on the wmt16 dataset.
## Model description
More information needed
## Intended uses & limitations
More information needed
## Training and evaluation data
More information needed
## Training procedure
### Trai... | [
"# opus-mt-en-ro-finetuned-en-to-ro\n\nThis model is a fine-tuned version of Helsinki-NLP/opus-mt-en-ro on the wmt16 dataset.",
"## Model description\n\nMore information needed",
"## Intended uses & limitations\n\nMore information needed",
"## Training and evaluation data\n\nMore information needed",
"## Tr... | [
"TAGS\n#transformers #pytorch #tensorboard #marian #text2text-generation #generated_from_trainer #dataset-wmt16 #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n",
"# opus-mt-en-ro-finetuned-en-to-ro\n\nThis model is a fine-tuned version of Helsinki-NLP/opus-mt-en-ro on the wmt16 datas... |
text-generation | transformers |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->
# codeparrot-ds
This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on an unknown dataset.
## Model descrip... | {"license": "mit", "tags": ["generated_from_trainer"], "model-index": [{"name": "codeparrot-ds", "results": []}]} | amartyobanerjee/codeparrot-ds | null | [
"transformers",
"pytorch",
"tensorboard",
"gpt2",
"text-generation",
"generated_from_trainer",
"license:mit",
"autotrain_compatible",
"endpoints_compatible",
"text-generation-inference",
"region:us"
] | null | 2022-08-11T02:42:40+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #gpt2 #text-generation #generated_from_trainer #license-mit #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
|
# codeparrot-ds
This model is a fine-tuned version of gpt2 on an unknown dataset.
## Model description
More information needed
## Intended uses & limitations
More information needed
## Training and evaluation data
More information needed
## Training procedure
### Training hyperparameters
The following hype... | [
"# codeparrot-ds\n\nThis model is a fine-tuned version of gpt2 on an unknown dataset.",
"## Model description\n\nMore information needed",
"## Intended uses & limitations\n\nMore information needed",
"## Training and evaluation data\n\nMore information needed",
"## Training procedure",
"### Training hyper... | [
"TAGS\n#transformers #pytorch #tensorboard #gpt2 #text-generation #generated_from_trainer #license-mit #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n",
"# codeparrot-ds\n\nThis model is a fine-tuned version of gpt2 on an unknown dataset.",
"## Model description\n\nMore info... |
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. -->
# distilled-mt5-small-0.6-0.25
This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) o... | {"language": ["en", "ro"], "license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["wmt16"], "metrics": ["bleu"], "model-index": [{"name": "distilled-mt5-small-0.6-0.25", "results": [{"task": {"type": "translation", "name": "Translation"}, "dataset": {"name": "wmt16 ro-en", "type": "wmt16", "args": "r... | Lvxue/distilled-mt5-small-0.6-0.25 | null | [
"transformers",
"pytorch",
"mt5",
"text2text-generation",
"generated_from_trainer",
"en",
"ro",
"dataset:wmt16",
"license:apache-2.0",
"model-index",
"autotrain_compatible",
"endpoints_compatible",
"text-generation-inference",
"region:us"
] | null | 2022-08-11T03:13:57+00:00 | [] | [
"en",
"ro"
] | TAGS
#transformers #pytorch #mt5 #text2text-generation #generated_from_trainer #en #ro #dataset-wmt16 #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
|
# distilled-mt5-small-0.6-0.25
This model is a fine-tuned version of google/mt5-small on the wmt16 ro-en dataset.
It achieves the following results on the evaluation set:
- Loss: 4.5135
- Bleu: 2.8147
- Gen Len: 40.8594
## Model description
More information needed
## Intended uses & limitations
More information... | [
"# distilled-mt5-small-0.6-0.25\n\nThis model is a fine-tuned version of google/mt5-small on the wmt16 ro-en dataset.\nIt achieves the following results on the evaluation set:\n- Loss: 4.5135\n- Bleu: 2.8147\n- Gen Len: 40.8594",
"## Model description\n\nMore information needed",
"## Intended uses & limitations... | [
"TAGS\n#transformers #pytorch #mt5 #text2text-generation #generated_from_trainer #en #ro #dataset-wmt16 #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n",
"# distilled-mt5-small-0.6-0.25\n\nThis model is a fine-tuned version of google/mt5-small ... |
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. -->
# distilled-mt5-small-0.6-1
This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on t... | {"language": ["en", "ro"], "license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["wmt16"], "metrics": ["bleu"], "model-index": [{"name": "distilled-mt5-small-0.6-1", "results": [{"task": {"type": "translation", "name": "Translation"}, "dataset": {"name": "wmt16 ro-en", "type": "wmt16", "args": "ro-e... | Lvxue/distilled-mt5-small-0.6-1 | null | [
"transformers",
"pytorch",
"mt5",
"text2text-generation",
"generated_from_trainer",
"en",
"ro",
"dataset:wmt16",
"license:apache-2.0",
"model-index",
"autotrain_compatible",
"endpoints_compatible",
"text-generation-inference",
"region:us"
] | null | 2022-08-11T03:14:57+00:00 | [] | [
"en",
"ro"
] | TAGS
#transformers #pytorch #mt5 #text2text-generation #generated_from_trainer #en #ro #dataset-wmt16 #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
|
# distilled-mt5-small-0.6-1
This model is a fine-tuned version of google/mt5-small on the wmt16 ro-en dataset.
It achieves the following results on the evaluation set:
- Loss: 2.8345
- Bleu: 6.7165
- Gen Len: 46.3377
## Model description
More information needed
## Intended uses & limitations
More information ne... | [
"# distilled-mt5-small-0.6-1\n\nThis model is a fine-tuned version of google/mt5-small on the wmt16 ro-en dataset.\nIt achieves the following results on the evaluation set:\n- Loss: 2.8345\n- Bleu: 6.7165\n- Gen Len: 46.3377",
"## Model description\n\nMore information needed",
"## Intended uses & limitations\n\... | [
"TAGS\n#transformers #pytorch #mt5 #text2text-generation #generated_from_trainer #en #ro #dataset-wmt16 #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n",
"# distilled-mt5-small-0.6-1\n\nThis model is a fine-tuned version of google/mt5-small on ... |
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. -->
# distilled-mt5-small-0.6-0.5
This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on... | {"language": ["en", "ro"], "license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["wmt16"], "metrics": ["bleu"], "model-index": [{"name": "distilled-mt5-small-0.6-0.5", "results": [{"task": {"type": "translation", "name": "Translation"}, "dataset": {"name": "wmt16 ro-en", "type": "wmt16", "args": "ro... | Lvxue/distilled-mt5-small-0.6-0.5 | null | [
"transformers",
"pytorch",
"mt5",
"text2text-generation",
"generated_from_trainer",
"en",
"ro",
"dataset:wmt16",
"license:apache-2.0",
"model-index",
"autotrain_compatible",
"endpoints_compatible",
"text-generation-inference",
"region:us"
] | null | 2022-08-11T03:16:26+00:00 | [] | [
"en",
"ro"
] | TAGS
#transformers #pytorch #mt5 #text2text-generation #generated_from_trainer #en #ro #dataset-wmt16 #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
|
# distilled-mt5-small-0.6-0.5
This model is a fine-tuned version of google/mt5-small on the wmt16 ro-en dataset.
It achieves the following results on the evaluation set:
- Loss: 3.5047
- Bleu: 5.2928
- Gen Len: 40.7094
## Model description
More information needed
## Intended uses & limitations
More information ... | [
"# distilled-mt5-small-0.6-0.5\n\nThis model is a fine-tuned version of google/mt5-small on the wmt16 ro-en dataset.\nIt achieves the following results on the evaluation set:\n- Loss: 3.5047\n- Bleu: 5.2928\n- Gen Len: 40.7094",
"## Model description\n\nMore information needed",
"## Intended uses & limitations\... | [
"TAGS\n#transformers #pytorch #mt5 #text2text-generation #generated_from_trainer #en #ro #dataset-wmt16 #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n",
"# distilled-mt5-small-0.6-0.5\n\nThis model is a fine-tuned version of google/mt5-small o... |
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. -->
# distilled-mt5-small-0.6-5
This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on t... | {"language": ["en", "ro"], "license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["wmt16"], "metrics": ["bleu"], "model-index": [{"name": "distilled-mt5-small-0.6-5", "results": [{"task": {"type": "translation", "name": "Translation"}, "dataset": {"name": "wmt16 ro-en", "type": "wmt16", "args": "ro-e... | Lvxue/distilled-mt5-small-0.6-5 | null | [
"transformers",
"pytorch",
"mt5",
"text2text-generation",
"generated_from_trainer",
"en",
"ro",
"dataset:wmt16",
"license:apache-2.0",
"model-index",
"autotrain_compatible",
"endpoints_compatible",
"text-generation-inference",
"region:us"
] | null | 2022-08-11T03:16:52+00:00 | [] | [
"en",
"ro"
] | TAGS
#transformers #pytorch #mt5 #text2text-generation #generated_from_trainer #en #ro #dataset-wmt16 #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
|
# distilled-mt5-small-0.6-5
This model is a fine-tuned version of google/mt5-small on the wmt16 ro-en dataset.
It achieves the following results on the evaluation set:
- Loss: 5.9420
- Bleu: 0.0056
- Gen Len: 252.5743
## Model description
More information needed
## Intended uses & limitations
More information n... | [
"# distilled-mt5-small-0.6-5\n\nThis model is a fine-tuned version of google/mt5-small on the wmt16 ro-en dataset.\nIt achieves the following results on the evaluation set:\n- Loss: 5.9420\n- Bleu: 0.0056\n- Gen Len: 252.5743",
"## Model description\n\nMore information needed",
"## Intended uses & limitations\n... | [
"TAGS\n#transformers #pytorch #mt5 #text2text-generation #generated_from_trainer #en #ro #dataset-wmt16 #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n",
"# distilled-mt5-small-0.6-5\n\nThis model is a fine-tuned version of google/mt5-small on ... |
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. -->
# distilbert-base-uncased-finetuned-imdb
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/di... | {"license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["imdb"], "model-index": [{"name": "distilbert-base-uncased-finetuned-imdb", "results": []}]} | phamvanlinh143/distilbert-base-uncased-finetuned-imdb | null | [
"transformers",
"pytorch",
"tensorboard",
"distilbert",
"fill-mask",
"generated_from_trainer",
"dataset:imdb",
"license:apache-2.0",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-08-11T03:46:31+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #distilbert #fill-mask #generated_from_trainer #dataset-imdb #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
| distilbert-base-uncased-finetuned-imdb
======================================
This model is a fine-tuned version of distilbert-base-uncased on the imdb dataset.
It achieves the following results on the evaluation set:
* Loss: 2.4721
Model description
-----------------
More information needed
Intended uses & l... | [
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 64\n* eval\\_batch\\_size: 64\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 3.0\n* mixed\\_pr... | [
"TAGS\n#transformers #pytorch #tensorboard #distilbert #fill-mask #generated_from_trainer #dataset-imdb #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... |
text-classification | transformers |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->
# bert-finetuned-sem_eval-english
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncas... | {"license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["sem_eval_2018_task_1"], "metrics": ["f1", "accuracy"], "model-index": [{"name": "bert-finetuned-sem_eval-english", "results": [{"task": {"type": "text-classification", "name": "Text Classification"}, "dataset": {"name": "sem_eval_2018_task_1", ... | amitkayal/bert-finetuned-sem_eval-english | null | [
"transformers",
"pytorch",
"tensorboard",
"bert",
"text-classification",
"generated_from_trainer",
"dataset:sem_eval_2018_task_1",
"license:apache-2.0",
"model-index",
"autotrain_compatible",
"endpoints_compatible",
"has_space",
"region:us"
] | null | 2022-08-11T04:10:15+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #bert #text-classification #generated_from_trainer #dataset-sem_eval_2018_task_1 #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #has_space #region-us
| bert-finetuned-sem\_eval-english
================================
This model is a fine-tuned version of bert-base-uncased on the sem\_eval\_2018\_task\_1 dataset.
It achieves the following results on the evaluation set:
* Loss: 0.3131
* F1: 0.7114
* Roc Auc: 0.8046
* Accuracy: 0.2810
Model description
-----------... | [
"### 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 #text-classification #generated_from_trainer #dataset-sem_eval_2018_task_1 #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #has_space #region-us \n",
"### Training hyperparameters\n\n\nThe following hyperparameters were used during trai... |
text-classification | transformers | # SimLM: Pre-training with Representation Bottleneck for Dense Passage Retrieval
paper available at [https://arxiv.org/pdf/2207.02578](https://arxiv.org/pdf/2207.02578)
code available at [https://github.com/microsoft/unilm/tree/master/simlm](https://github.com/microsoft/unilm/tree/master/simlm)
## Paper abstract
I... | {"language": ["en"], "license": "mit"} | intfloat/simlm-msmarco-reranker | null | [
"transformers",
"pytorch",
"electra",
"text-classification",
"en",
"arxiv:2207.02578",
"license:mit",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-08-11T04:27:09+00:00 | [
"2207.02578"
] | [
"en"
] | TAGS
#transformers #pytorch #electra #text-classification #en #arxiv-2207.02578 #license-mit #autotrain_compatible #endpoints_compatible #region-us
| SimLM: Pre-training with Representation Bottleneck for Dense Passage Retrieval
==============================================================================
paper available at URL
code available at URL
Paper abstract
--------------
In this paper, we propose SimLM (Similarity matching with Language Model pre-tr... | [] | [
"TAGS\n#transformers #pytorch #electra #text-classification #en #arxiv-2207.02578 #license-mit #autotrain_compatible #endpoints_compatible #region-us \n"
] |
text2text-generation | transformers |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->
# distilled-mt5-small-0.0-0.5
This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on... | {"language": ["en", "ro"], "license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["wmt16"], "metrics": ["bleu"], "model-index": [{"name": "distilled-mt5-small-0.0-0.5", "results": [{"task": {"type": "translation", "name": "Translation"}, "dataset": {"name": "wmt16 ro-en", "type": "wmt16", "args": "ro... | Lvxue/distilled-mt5-small-0.0-0.5 | null | [
"transformers",
"pytorch",
"mt5",
"text2text-generation",
"generated_from_trainer",
"en",
"ro",
"dataset:wmt16",
"license:apache-2.0",
"model-index",
"autotrain_compatible",
"endpoints_compatible",
"text-generation-inference",
"region:us"
] | null | 2022-08-11T04:49:03+00:00 | [] | [
"en",
"ro"
] | TAGS
#transformers #pytorch #mt5 #text2text-generation #generated_from_trainer #en #ro #dataset-wmt16 #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
|
# distilled-mt5-small-0.0-0.5
This model is a fine-tuned version of google/mt5-small on the wmt16 ro-en dataset.
It achieves the following results on the evaluation set:
- Loss: 2.8994
- Bleu: 7.5838
- Gen Len: 45.058
## Model description
More information needed
## Intended uses & limitations
More information n... | [
"# distilled-mt5-small-0.0-0.5\n\nThis model is a fine-tuned version of google/mt5-small on the wmt16 ro-en dataset.\nIt achieves the following results on the evaluation set:\n- Loss: 2.8994\n- Bleu: 7.5838\n- Gen Len: 45.058",
"## Model description\n\nMore information needed",
"## Intended uses & limitations\n... | [
"TAGS\n#transformers #pytorch #mt5 #text2text-generation #generated_from_trainer #en #ro #dataset-wmt16 #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n",
"# distilled-mt5-small-0.0-0.5\n\nThis model is a fine-tuned version of google/mt5-small o... |
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. -->
# distilled-mt5-small-0.8-1
This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on t... | {"language": ["en", "ro"], "license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["wmt16"], "metrics": ["bleu"], "model-index": [{"name": "distilled-mt5-small-0.8-1", "results": [{"task": {"type": "translation", "name": "Translation"}, "dataset": {"name": "wmt16 ro-en", "type": "wmt16", "args": "ro-e... | Lvxue/distilled-mt5-small-0.8-1 | null | [
"transformers",
"pytorch",
"mt5",
"text2text-generation",
"generated_from_trainer",
"en",
"ro",
"dataset:wmt16",
"license:apache-2.0",
"model-index",
"autotrain_compatible",
"endpoints_compatible",
"text-generation-inference",
"region:us"
] | null | 2022-08-11T04:49:58+00:00 | [] | [
"en",
"ro"
] | TAGS
#transformers #pytorch #mt5 #text2text-generation #generated_from_trainer #en #ro #dataset-wmt16 #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
|
# distilled-mt5-small-0.8-1
This model is a fine-tuned version of google/mt5-small on the wmt16 ro-en dataset.
It achieves the following results on the evaluation set:
- Loss: 2.8310
- Bleu: 6.6553
- Gen Len: 45.5138
## Model description
More information needed
## Intended uses & limitations
More information ne... | [
"# distilled-mt5-small-0.8-1\n\nThis model is a fine-tuned version of google/mt5-small on the wmt16 ro-en dataset.\nIt achieves the following results on the evaluation set:\n- Loss: 2.8310\n- Bleu: 6.6553\n- Gen Len: 45.5138",
"## Model description\n\nMore information needed",
"## Intended uses & limitations\n\... | [
"TAGS\n#transformers #pytorch #mt5 #text2text-generation #generated_from_trainer #en #ro #dataset-wmt16 #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n",
"# distilled-mt5-small-0.8-1\n\nThis model is a fine-tuned version of google/mt5-small on ... |
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. -->
# distilled-mt5-small-0.8-2
This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on t... | {"language": ["en", "ro"], "license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["wmt16"], "metrics": ["bleu"], "model-index": [{"name": "distilled-mt5-small-0.8-2", "results": [{"task": {"type": "translation", "name": "Translation"}, "dataset": {"name": "wmt16 ro-en", "type": "wmt16", "args": "ro-e... | Lvxue/distilled-mt5-small-0.8-2 | null | [
"transformers",
"pytorch",
"mt5",
"text2text-generation",
"generated_from_trainer",
"en",
"ro",
"dataset:wmt16",
"license:apache-2.0",
"model-index",
"autotrain_compatible",
"endpoints_compatible",
"text-generation-inference",
"region:us"
] | null | 2022-08-11T04:50:26+00:00 | [] | [
"en",
"ro"
] | TAGS
#transformers #pytorch #mt5 #text2text-generation #generated_from_trainer #en #ro #dataset-wmt16 #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
|
# distilled-mt5-small-0.8-2
This model is a fine-tuned version of google/mt5-small on the wmt16 ro-en dataset.
It achieves the following results on the evaluation set:
- Loss: 3.7465
- Bleu: 1.3564
- Gen Len: 89.6103
## Model description
More information needed
## Intended uses & limitations
More information ne... | [
"# distilled-mt5-small-0.8-2\n\nThis model is a fine-tuned version of google/mt5-small on the wmt16 ro-en dataset.\nIt achieves the following results on the evaluation set:\n- Loss: 3.7465\n- Bleu: 1.3564\n- Gen Len: 89.6103",
"## Model description\n\nMore information needed",
"## Intended uses & limitations\n\... | [
"TAGS\n#transformers #pytorch #mt5 #text2text-generation #generated_from_trainer #en #ro #dataset-wmt16 #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n",
"# distilled-mt5-small-0.8-2\n\nThis model is a fine-tuned version of google/mt5-small on ... |
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. -->
# distilled-mt5-small-0.8-0.5
This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on... | {"language": ["en", "ro"], "license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["wmt16"], "metrics": ["bleu"], "model-index": [{"name": "distilled-mt5-small-0.8-0.5", "results": [{"task": {"type": "translation", "name": "Translation"}, "dataset": {"name": "wmt16 ro-en", "type": "wmt16", "args": "ro... | Lvxue/distilled-mt5-small-0.8-0.5 | null | [
"transformers",
"pytorch",
"mt5",
"text2text-generation",
"generated_from_trainer",
"en",
"ro",
"dataset:wmt16",
"license:apache-2.0",
"model-index",
"autotrain_compatible",
"endpoints_compatible",
"text-generation-inference",
"region:us"
] | null | 2022-08-11T04:50:54+00:00 | [] | [
"en",
"ro"
] | TAGS
#transformers #pytorch #mt5 #text2text-generation #generated_from_trainer #en #ro #dataset-wmt16 #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
|
# distilled-mt5-small-0.8-0.5
This model is a fine-tuned version of google/mt5-small on the wmt16 ro-en dataset.
It achieves the following results on the evaluation set:
- Loss: 3.6726
- Bleu: 5.4125
- Gen Len: 40.0185
## Model description
More information needed
## Intended uses & limitations
More information ... | [
"# distilled-mt5-small-0.8-0.5\n\nThis model is a fine-tuned version of google/mt5-small on the wmt16 ro-en dataset.\nIt achieves the following results on the evaluation set:\n- Loss: 3.6726\n- Bleu: 5.4125\n- Gen Len: 40.0185",
"## Model description\n\nMore information needed",
"## Intended uses & limitations\... | [
"TAGS\n#transformers #pytorch #mt5 #text2text-generation #generated_from_trainer #en #ro #dataset-wmt16 #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n",
"# distilled-mt5-small-0.8-0.5\n\nThis model is a fine-tuned version of google/mt5-small o... |
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. -->
# distilled-mt5-small-0.8-0.25
This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) o... | {"language": ["en", "ro"], "license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["wmt16"], "metrics": ["bleu"], "model-index": [{"name": "distilled-mt5-small-0.8-0.25", "results": [{"task": {"type": "translation", "name": "Translation"}, "dataset": {"name": "wmt16 ro-en", "type": "wmt16", "args": "r... | Lvxue/distilled-mt5-small-0.8-0.25 | null | [
"transformers",
"pytorch",
"mt5",
"text2text-generation",
"generated_from_trainer",
"en",
"ro",
"dataset:wmt16",
"license:apache-2.0",
"model-index",
"autotrain_compatible",
"endpoints_compatible",
"text-generation-inference",
"region:us"
] | null | 2022-08-11T04:55:47+00:00 | [] | [
"en",
"ro"
] | TAGS
#transformers #pytorch #mt5 #text2text-generation #generated_from_trainer #en #ro #dataset-wmt16 #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
|
# distilled-mt5-small-0.8-0.25
This model is a fine-tuned version of google/mt5-small on the wmt16 ro-en dataset.
It achieves the following results on the evaluation set:
- Loss: 5.3750
- Bleu: 3.1957
- Gen Len: 39.2691
## Model description
More information needed
## Intended uses & limitations
More information... | [
"# distilled-mt5-small-0.8-0.25\n\nThis model is a fine-tuned version of google/mt5-small on the wmt16 ro-en dataset.\nIt achieves the following results on the evaluation set:\n- Loss: 5.3750\n- Bleu: 3.1957\n- Gen Len: 39.2691",
"## Model description\n\nMore information needed",
"## Intended uses & limitations... | [
"TAGS\n#transformers #pytorch #mt5 #text2text-generation #generated_from_trainer #en #ro #dataset-wmt16 #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n",
"# distilled-mt5-small-0.8-0.25\n\nThis model is a fine-tuned version of google/mt5-small ... |
reinforcement-learning | ml-agents |
# **ppo** Agent playing **Pyramids**
This is a trained model of a **ppo** agent playing **Pyramids** using the [Unity ML-Agents Library](https://github.com/Unity-Technologies/ml-agents).
## Usage (with ML-Agents)
The Documentation: https://github.com/huggingface/ml-agents#get-started
We wrote a comple... | {"library_name": "ml-agents", "tags": ["unity-ml-agents", "ml-agents", "deep-reinforcement-learning", "reinforcement-learning", "ML-Agents-Pyramids"]} | jaybeeja/testpyramidsrnd | null | [
"ml-agents",
"tensorboard",
"onnx",
"unity-ml-agents",
"deep-reinforcement-learning",
"reinforcement-learning",
"ML-Agents-Pyramids",
"region:us"
] | null | 2022-08-11T05:00:07+00:00 | [] | [] | TAGS
#ml-agents #tensorboard #onnx #unity-ml-agents #deep-reinforcement-learning #reinforcement-learning #ML-Agents-Pyramids #region-us
|
# ppo Agent playing Pyramids
This is a trained model of a ppo agent playing Pyramids using the Unity ML-Agents Library.
## Usage (with ML-Agents)
The Documentation: URL
We wrote a complete tutorial to learn to train your first agent using ML-Agents and publish it to the Hub:
### Resume the trainin... | [
"# ppo Agent playing Pyramids\n This is a trained model of a ppo agent playing Pyramids using the Unity ML-Agents Library.\n \n ## Usage (with ML-Agents)\n The Documentation: URL\n We wrote a complete tutorial to learn to train your first agent using ML-Agents and publish it to the Hub:\n\n\n ### Resume the t... | [
"TAGS\n#ml-agents #tensorboard #onnx #unity-ml-agents #deep-reinforcement-learning #reinforcement-learning #ML-Agents-Pyramids #region-us \n",
"# ppo Agent playing Pyramids\n This is a trained model of a ppo agent playing Pyramids using the Unity ML-Agents Library.\n \n ## Usage (with ML-Agents)\n The Documen... |
text-classification | transformers |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->
# distilbert-base-uncased-finetuned-emotion
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co... | {"license": "apache-2.0", "tags": ["generated_from_trainer"], "metrics": ["accuracy", "f1"], "model-index": [{"name": "distilbert-base-uncased-finetuned-emotion", "results": []}]} | nasuka/distilbert-base-uncased-finetuned-emotion | null | [
"transformers",
"pytorch",
"tensorboard",
"distilbert",
"text-classification",
"generated_from_trainer",
"license:apache-2.0",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-08-11T05:59:10+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #distilbert #text-classification #generated_from_trainer #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
| distilbert-base-uncased-finetuned-emotion
=========================================
This model is a fine-tuned version of distilbert-base-uncased on an unknown dataset.
It achieves the following results on the evaluation set:
* Loss: 0.2057
* Accuracy: 0.9255
* F1: 0.9257
Model description
-----------------
Mor... | [
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 64\n* eval\\_batch\\_size: 64\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 2",
"### Traini... | [
"TAGS\n#transformers #pytorch #tensorboard #distilbert #text-classification #generated_from_trainer #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n",
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_b... |
text-classification | transformers |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->
# finetuning-sentiment-model-3000-samples
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/d... | {"license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["imdb"], "metrics": ["accuracy", "f1"], "model-index": [{"name": "finetuning-sentiment-model-3000-samples", "results": [{"task": {"type": "text-classification", "name": "Text Classification"}, "dataset": {"name": "imdb", "type": "imdb", "config"... | lilrhexi/finetuning-sentiment-model-3000-samples | null | [
"transformers",
"pytorch",
"tensorboard",
"distilbert",
"text-classification",
"generated_from_trainer",
"dataset:imdb",
"license:apache-2.0",
"model-index",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-08-11T06:13:15+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #distilbert #text-classification #generated_from_trainer #dataset-imdb #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us
|
# finetuning-sentiment-model-3000-samples
This model is a fine-tuned version of distilbert-base-uncased on the imdb dataset.
It achieves the following results on the evaluation set:
- Loss: 0.3016
- Accuracy: 0.8633
- F1: 0.8629
## Model description
More information needed
## Intended uses & limitations
More in... | [
"# finetuning-sentiment-model-3000-samples\n\nThis model is a fine-tuned version of distilbert-base-uncased on the imdb dataset.\nIt achieves the following results on the evaluation set:\n- Loss: 0.3016\n- Accuracy: 0.8633\n- F1: 0.8629",
"## Model description\n\nMore information needed",
"## Intended uses & li... | [
"TAGS\n#transformers #pytorch #tensorboard #distilbert #text-classification #generated_from_trainer #dataset-imdb #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us \n",
"# finetuning-sentiment-model-3000-samples\n\nThis model is a fine-tuned version of distilbert-base-uncased... |
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. -->
# distilled-mt5-small-0.03-1
This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on ... | {"language": ["en", "ro"], "license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["wmt16"], "metrics": ["bleu"], "model-index": [{"name": "distilled-mt5-small-0.03-1", "results": [{"task": {"type": "translation", "name": "Translation"}, "dataset": {"name": "wmt16 ro-en", "type": "wmt16", "args": "ro-... | Lvxue/distilled-mt5-small-0.03-1 | null | [
"transformers",
"pytorch",
"mt5",
"text2text-generation",
"generated_from_trainer",
"en",
"ro",
"dataset:wmt16",
"license:apache-2.0",
"model-index",
"autotrain_compatible",
"endpoints_compatible",
"text-generation-inference",
"region:us"
] | null | 2022-08-11T06:30:33+00:00 | [] | [
"en",
"ro"
] | TAGS
#transformers #pytorch #mt5 #text2text-generation #generated_from_trainer #en #ro #dataset-wmt16 #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
|
# distilled-mt5-small-0.03-1
This model is a fine-tuned version of google/mt5-small on the wmt16 ro-en dataset.
It achieves the following results on the evaluation set:
- Loss: 2.8063
- Bleu: 7.1839
- Gen Len: 45.5733
## Model description
More information needed
## Intended uses & limitations
More information n... | [
"# distilled-mt5-small-0.03-1\n\nThis model is a fine-tuned version of google/mt5-small on the wmt16 ro-en dataset.\nIt achieves the following results on the evaluation set:\n- Loss: 2.8063\n- Bleu: 7.1839\n- Gen Len: 45.5733",
"## Model description\n\nMore information needed",
"## Intended uses & limitations\n... | [
"TAGS\n#transformers #pytorch #mt5 #text2text-generation #generated_from_trainer #en #ro #dataset-wmt16 #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n",
"# distilled-mt5-small-0.03-1\n\nThis model is a fine-tuned version of google/mt5-small on... |
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. -->
# Article_50v0_NER_Model_3Epochs
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) o... | {"license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["article50v0_wikigold_split"], "metrics": ["precision", "recall", "f1", "accuracy"], "model-index": [{"name": "Article_50v0_NER_Model_3Epochs", "results": [{"task": {"type": "token-classification", "name": "Token Classification"}, "dataset": {"n... | DOOGLAK/Article_50v0_NER_Model_3Epochs | null | [
"transformers",
"pytorch",
"tensorboard",
"bert",
"token-classification",
"generated_from_trainer",
"dataset:article50v0_wikigold_split",
"license:apache-2.0",
"model-index",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-08-11T06:30:51+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #bert #token-classification #generated_from_trainer #dataset-article50v0_wikigold_split #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us
| Article\_50v0\_NER\_Model\_3Epochs
==================================
This model is a fine-tuned version of bert-base-cased on the article50v0\_wikigold\_split dataset.
It achieves the following results on the evaluation set:
* Loss: 0.6128
* Precision: 0.1232
* Recall: 0.0144
* F1: 0.0258
* Accuracy: 0.7887
Mode... | [
"### 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: 3",
"### Training... | [
"TAGS\n#transformers #pytorch #tensorboard #bert #token-classification #generated_from_trainer #dataset-article50v0_wikigold_split #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us \n",
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training... |
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. -->
# distilled-mt5-small-0.03-0.5
This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) o... | {"language": ["en", "ro"], "license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["wmt16"], "metrics": ["bleu"], "model-index": [{"name": "distilled-mt5-small-0.03-0.5", "results": [{"task": {"type": "translation", "name": "Translation"}, "dataset": {"name": "wmt16 ro-en", "type": "wmt16", "args": "r... | Lvxue/distilled-mt5-small-0.03-0.5 | null | [
"transformers",
"pytorch",
"mt5",
"text2text-generation",
"generated_from_trainer",
"en",
"ro",
"dataset:wmt16",
"license:apache-2.0",
"model-index",
"autotrain_compatible",
"endpoints_compatible",
"text-generation-inference",
"region:us"
] | null | 2022-08-11T06:33:38+00:00 | [] | [
"en",
"ro"
] | TAGS
#transformers #pytorch #mt5 #text2text-generation #generated_from_trainer #en #ro #dataset-wmt16 #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
|
# distilled-mt5-small-0.03-0.5
This model is a fine-tuned version of google/mt5-small on the wmt16 ro-en dataset.
It achieves the following results on the evaluation set:
- Loss: 2.8139
- Bleu: 7.2039
- Gen Len: 44.4967
## Model description
More information needed
## Intended uses & limitations
More information... | [
"# distilled-mt5-small-0.03-0.5\n\nThis model is a fine-tuned version of google/mt5-small on the wmt16 ro-en dataset.\nIt achieves the following results on the evaluation set:\n- Loss: 2.8139\n- Bleu: 7.2039\n- Gen Len: 44.4967",
"## Model description\n\nMore information needed",
"## Intended uses & limitations... | [
"TAGS\n#transformers #pytorch #mt5 #text2text-generation #generated_from_trainer #en #ro #dataset-wmt16 #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n",
"# distilled-mt5-small-0.03-0.5\n\nThis model is a fine-tuned version of google/mt5-small ... |
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. -->
# distilled-mt5-small-0.05-0.25
This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) ... | {"language": ["en", "ro"], "license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["wmt16"], "metrics": ["bleu"], "model-index": [{"name": "distilled-mt5-small-0.05-0.25", "results": [{"task": {"type": "translation", "name": "Translation"}, "dataset": {"name": "wmt16 ro-en", "type": "wmt16", "args": "... | Lvxue/distilled-mt5-small-0.05-0.25 | null | [
"transformers",
"pytorch",
"mt5",
"text2text-generation",
"generated_from_trainer",
"en",
"ro",
"dataset:wmt16",
"license:apache-2.0",
"model-index",
"autotrain_compatible",
"endpoints_compatible",
"text-generation-inference",
"region:us"
] | null | 2022-08-11T06:36:08+00:00 | [] | [
"en",
"ro"
] | TAGS
#transformers #pytorch #mt5 #text2text-generation #generated_from_trainer #en #ro #dataset-wmt16 #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
|
# distilled-mt5-small-0.05-0.25
This model is a fine-tuned version of google/mt5-small on the wmt16 ro-en dataset.
It achieves the following results on the evaluation set:
- Loss: 2.8318
- Bleu: 7.1808
- Gen Len: 44.1986
## Model description
More information needed
## Intended uses & limitations
More informatio... | [
"# distilled-mt5-small-0.05-0.25\n\nThis model is a fine-tuned version of google/mt5-small on the wmt16 ro-en dataset.\nIt achieves the following results on the evaluation set:\n- Loss: 2.8318\n- Bleu: 7.1808\n- Gen Len: 44.1986",
"## Model description\n\nMore information needed",
"## Intended uses & limitation... | [
"TAGS\n#transformers #pytorch #mt5 #text2text-generation #generated_from_trainer #en #ro #dataset-wmt16 #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n",
"# distilled-mt5-small-0.05-0.25\n\nThis model is a fine-tuned version of google/mt5-small... |
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. -->
# distilled-mt5-small-0.03-0.25
This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) ... | {"language": ["en", "ro"], "license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["wmt16"], "metrics": ["bleu"], "model-index": [{"name": "distilled-mt5-small-0.03-0.25", "results": [{"task": {"type": "translation", "name": "Translation"}, "dataset": {"name": "wmt16 ro-en", "type": "wmt16", "args": "... | Lvxue/distilled-mt5-small-0.03-0.25 | null | [
"transformers",
"pytorch",
"mt5",
"text2text-generation",
"generated_from_trainer",
"en",
"ro",
"dataset:wmt16",
"license:apache-2.0",
"model-index",
"autotrain_compatible",
"endpoints_compatible",
"text-generation-inference",
"region:us"
] | null | 2022-08-11T06:36:53+00:00 | [] | [
"en",
"ro"
] | TAGS
#transformers #pytorch #mt5 #text2text-generation #generated_from_trainer #en #ro #dataset-wmt16 #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
|
# distilled-mt5-small-0.03-0.25
This model is a fine-tuned version of google/mt5-small on the wmt16 ro-en dataset.
It achieves the following results on the evaluation set:
- Loss: 2.8272
- Bleu: 7.4224
- Gen Len: 44.4437
## Model description
More information needed
## Intended uses & limitations
More informatio... | [
"# distilled-mt5-small-0.03-0.25\n\nThis model is a fine-tuned version of google/mt5-small on the wmt16 ro-en dataset.\nIt achieves the following results on the evaluation set:\n- Loss: 2.8272\n- Bleu: 7.4224\n- Gen Len: 44.4437",
"## Model description\n\nMore information needed",
"## Intended uses & limitation... | [
"TAGS\n#transformers #pytorch #mt5 #text2text-generation #generated_from_trainer #en #ro #dataset-wmt16 #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n",
"# distilled-mt5-small-0.03-0.25\n\nThis model is a fine-tuned version of google/mt5-small... |
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. -->
# Article_50v0_NER_Model_3Epochs_AUGMENTED
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-bas... | {"license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["article50v0_wikigold_split"], "metrics": ["precision", "recall", "f1", "accuracy"], "model-index": [{"name": "Article_50v0_NER_Model_3Epochs_AUGMENTED", "results": [{"task": {"type": "token-classification", "name": "Token Classification"}, "dat... | DOOGLAK/Article_50v0_NER_Model_3Epochs_AUGMENTED | null | [
"transformers",
"pytorch",
"tensorboard",
"bert",
"token-classification",
"generated_from_trainer",
"dataset:article50v0_wikigold_split",
"license:apache-2.0",
"model-index",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-08-11T06:41:12+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #bert #token-classification #generated_from_trainer #dataset-article50v0_wikigold_split #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us
| Article\_50v0\_NER\_Model\_3Epochs\_AUGMENTED
=============================================
This model is a fine-tuned version of bert-base-cased on the article50v0\_wikigold\_split dataset.
It achieves the following results on the evaluation set:
* Loss: 0.5912
* Precision: 0.0975
* Recall: 0.0183
* F1: 0.0308
* A... | [
"### 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: 3",
"### Training... | [
"TAGS\n#transformers #pytorch #tensorboard #bert #token-classification #generated_from_trainer #dataset-article50v0_wikigold_split #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us \n",
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training... |
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. -->
# categorization-finetuned-20220721-164940-distilled-20220811-074207
This model is a fine-tuned version of [carted-nlp/categorizat... | {"tags": ["generated_from_trainer"], "metrics": ["accuracy", "f1"], "model-index": [{"name": "categorization-finetuned-20220721-164940-distilled-20220811-074207", "results": []}]} | carted-nlp/categorization-finetuned-20220721-164940-distilled-20220811-074207 | null | [
"transformers",
"pytorch",
"tensorboard",
"roberta",
"text-classification",
"generated_from_trainer",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-08-11T06:43:56+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #roberta #text-classification #generated_from_trainer #autotrain_compatible #endpoints_compatible #region-us
| categorization-finetuned-20220721-164940-distilled-20220811-074207
==================================================================
This model is a fine-tuned version of carted-nlp/categorization-finetuned-20220721-164940 on the None dataset.
It achieves the following results on the evaluation set:
* Loss: 0.1499... | [
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 64\n* eval\\_batch\\_size: 96\n* seed: 314\n* gradient\\_accumulation\\_steps: 4\n* total\\_train\\_batch\\_size: 256\n* optimizer: Adam with betas=(0.9,0.999) and epsil... | [
"TAGS\n#transformers #pytorch #tensorboard #roberta #text-classification #generated_from_trainer #autotrain_compatible #endpoints_compatible #region-us \n",
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 64\n* eval... |
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. -->
# Article_50v1_NER_Model_3Epochs_AUGMENTED
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-bas... | {"license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["article50v1_wikigold_split"], "metrics": ["precision", "recall", "f1", "accuracy"], "model-index": [{"name": "Article_50v1_NER_Model_3Epochs_AUGMENTED", "results": [{"task": {"type": "token-classification", "name": "Token Classification"}, "dat... | DOOGLAK/Article_50v1_NER_Model_3Epochs_AUGMENTED | null | [
"transformers",
"pytorch",
"tensorboard",
"bert",
"token-classification",
"generated_from_trainer",
"dataset:article50v1_wikigold_split",
"license:apache-2.0",
"model-index",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-08-11T06:49:54+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #bert #token-classification #generated_from_trainer #dataset-article50v1_wikigold_split #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us
| Article\_50v1\_NER\_Model\_3Epochs\_AUGMENTED
=============================================
This model is a fine-tuned version of bert-base-cased on the article50v1\_wikigold\_split dataset.
It achieves the following results on the evaluation set:
* Loss: 0.4554
* Precision: 0.2880
* Recall: 0.1268
* F1: 0.1761
* A... | [
"### 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: 3",
"### Training... | [
"TAGS\n#transformers #pytorch #tensorboard #bert #token-classification #generated_from_trainer #dataset-article50v1_wikigold_split #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us \n",
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training... |
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. -->
# Article_50v2_NER_Model_3Epochs_AUGMENTED
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-bas... | {"license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["article50v2_wikigold_split"], "metrics": ["precision", "recall", "f1", "accuracy"], "model-index": [{"name": "Article_50v2_NER_Model_3Epochs_AUGMENTED", "results": [{"task": {"type": "token-classification", "name": "Token Classification"}, "dat... | DOOGLAK/Article_50v2_NER_Model_3Epochs_AUGMENTED | null | [
"transformers",
"pytorch",
"tensorboard",
"bert",
"token-classification",
"generated_from_trainer",
"dataset:article50v2_wikigold_split",
"license:apache-2.0",
"model-index",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-08-11T06:57:50+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #bert #token-classification #generated_from_trainer #dataset-article50v2_wikigold_split #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us
| Article\_50v2\_NER\_Model\_3Epochs\_AUGMENTED
=============================================
This model is a fine-tuned version of bert-base-cased on the article50v2\_wikigold\_split dataset.
It achieves the following results on the evaluation set:
* Loss: 0.5035
* Precision: 0.4070
* Recall: 0.0962
* F1: 0.1556
* A... | [
"### 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: 3",
"### Training... | [
"TAGS\n#transformers #pytorch #tensorboard #bert #token-classification #generated_from_trainer #dataset-article50v2_wikigold_split #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us \n",
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training... |
text-generation | transformers |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->
# lm-colab-tutorial
This model is a fine-tuned version of [distilgpt2](https://huggingface.co/distilgpt2) on the None dataset.
It ... | {"license": "apache-2.0", "tags": ["generated_from_trainer"], "model-index": [{"name": "lm-colab-tutorial", "results": []}]} | human/lm-colab-tutorial | null | [
"transformers",
"pytorch",
"tensorboard",
"gpt2",
"text-generation",
"generated_from_trainer",
"license:apache-2.0",
"autotrain_compatible",
"endpoints_compatible",
"text-generation-inference",
"region:us"
] | null | 2022-08-11T07:00:57+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #gpt2 #text-generation #generated_from_trainer #license-apache-2.0 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
| lm-colab-tutorial
=================
This model is a fine-tuned version of distilgpt2 on the None dataset.
It achieves the following results on the evaluation set:
* Loss: 3.6391
Model description
-----------------
More information needed
Intended uses & limitations
---------------------------
More informati... | [
"### 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: 3.0",
"### Traini... | [
"TAGS\n#transformers #pytorch #tensorboard #gpt2 #text-generation #generated_from_trainer #license-apache-2.0 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n",
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2... |
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. -->
# Article_50v3_NER_Model_3Epochs_AUGMENTED
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-bas... | {"license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["article50v3_wikigold_split"], "metrics": ["precision", "recall", "f1", "accuracy"], "model-index": [{"name": "Article_50v3_NER_Model_3Epochs_AUGMENTED", "results": [{"task": {"type": "token-classification", "name": "Token Classification"}, "dat... | DOOGLAK/Article_50v3_NER_Model_3Epochs_AUGMENTED | null | [
"transformers",
"pytorch",
"tensorboard",
"bert",
"token-classification",
"generated_from_trainer",
"dataset:article50v3_wikigold_split",
"license:apache-2.0",
"model-index",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-08-11T07:05:04+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #bert #token-classification #generated_from_trainer #dataset-article50v3_wikigold_split #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us
| Article\_50v3\_NER\_Model\_3Epochs\_AUGMENTED
=============================================
This model is a fine-tuned version of bert-base-cased on the article50v3\_wikigold\_split dataset.
It achieves the following results on the evaluation set:
* Loss: 0.5311
* Precision: 0.206
* Recall: 0.1011
* F1: 0.1356
* Ac... | [
"### 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: 3",
"### Training... | [
"TAGS\n#transformers #pytorch #tensorboard #bert #token-classification #generated_from_trainer #dataset-article50v3_wikigold_split #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us \n",
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training... |
reinforcement-learning | ml-agents |
# **ppo** Agent playing **Pyramids**
This is a trained model of a **ppo** agent playing **Pyramids** using the [Unity ML-Agents Library](https://github.com/Unity-Technologies/ml-agents).
## Usage (with ML-Agents)
The Documentation: https://github.com/huggingface/ml-agents#get-started
We wrote a comple... | {"library_name": "ml-agents", "tags": ["unity-ml-agents", "ml-agents", "deep-reinforcement-learning", "reinforcement-learning", "ML-Agents-Pyramids"]} | Mahmoud7/testpyramidsrnd | null | [
"ml-agents",
"tensorboard",
"onnx",
"unity-ml-agents",
"deep-reinforcement-learning",
"reinforcement-learning",
"ML-Agents-Pyramids",
"region:us"
] | null | 2022-08-11T07:11:27+00:00 | [] | [] | TAGS
#ml-agents #tensorboard #onnx #unity-ml-agents #deep-reinforcement-learning #reinforcement-learning #ML-Agents-Pyramids #region-us
|
# ppo Agent playing Pyramids
This is a trained model of a ppo agent playing Pyramids using the Unity ML-Agents Library.
## Usage (with ML-Agents)
The Documentation: URL
We wrote a complete tutorial to learn to train your first agent using ML-Agents and publish it to the Hub:
### Resume the trainin... | [
"# ppo Agent playing Pyramids\n This is a trained model of a ppo agent playing Pyramids using the Unity ML-Agents Library.\n \n ## Usage (with ML-Agents)\n The Documentation: URL\n We wrote a complete tutorial to learn to train your first agent using ML-Agents and publish it to the Hub:\n\n\n ### Resume the t... | [
"TAGS\n#ml-agents #tensorboard #onnx #unity-ml-agents #deep-reinforcement-learning #reinforcement-learning #ML-Agents-Pyramids #region-us \n",
"# ppo Agent playing Pyramids\n This is a trained model of a ppo agent playing Pyramids using the Unity ML-Agents Library.\n \n ## Usage (with ML-Agents)\n The Documen... |
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. -->
# Article_50v4_NER_Model_3Epochs_AUGMENTED
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-bas... | {"license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["article50v4_wikigold_split"], "metrics": ["precision", "recall", "f1", "accuracy"], "model-index": [{"name": "Article_50v4_NER_Model_3Epochs_AUGMENTED", "results": [{"task": {"type": "token-classification", "name": "Token Classification"}, "dat... | DOOGLAK/Article_50v4_NER_Model_3Epochs_AUGMENTED | null | [
"transformers",
"pytorch",
"tensorboard",
"bert",
"token-classification",
"generated_from_trainer",
"dataset:article50v4_wikigold_split",
"license:apache-2.0",
"model-index",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-08-11T07:12:48+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #bert #token-classification #generated_from_trainer #dataset-article50v4_wikigold_split #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us
| Article\_50v4\_NER\_Model\_3Epochs\_AUGMENTED
=============================================
This model is a fine-tuned version of bert-base-cased on the article50v4\_wikigold\_split dataset.
It achieves the following results on the evaluation set:
* Loss: 0.4148
* Precision: 0.2442
* Recall: 0.1804
* F1: 0.2075
* A... | [
"### 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: 3",
"### Training... | [
"TAGS\n#transformers #pytorch #tensorboard #bert #token-classification #generated_from_trainer #dataset-article50v4_wikigold_split #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us \n",
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training... |
feature-extraction | transformers |
# Model description
**BERTovski** is a large pre-trained language model trained on Bulgarian and Macedonian texts. It was trained from scratch using the RoBERTa architecture. It was developed as part of the [MaCoCu](https://macocu.eu/) project. The main developer is [Rik van Noord](https://www.rikvannoord.nl/) from t... | {"language": ["bg", "mk", "multilingual"], "license": "cc0-1.0", "tags": ["BERTovski", "MaCoCu"]} | MaCoCu/BERTovski | null | [
"transformers",
"pytorch",
"tf",
"jax",
"roberta",
"feature-extraction",
"BERTovski",
"MaCoCu",
"bg",
"mk",
"multilingual",
"license:cc0-1.0",
"endpoints_compatible",
"region:us"
] | null | 2022-08-11T07:17:04+00:00 | [] | [
"bg",
"mk",
"multilingual"
] | TAGS
#transformers #pytorch #tf #jax #roberta #feature-extraction #BERTovski #MaCoCu #bg #mk #multilingual #license-cc0-1.0 #endpoints_compatible #region-us
| Model description
=================
BERTovski is a large pre-trained language model trained on Bulgarian and Macedonian texts. It was trained from scratch using the RoBERTa architecture. It was developed as part of the MaCoCu project. The main developer is Rik van Noord from the University of Groningen.
BERTovski w... | [] | [
"TAGS\n#transformers #pytorch #tf #jax #roberta #feature-extraction #BERTovski #MaCoCu #bg #mk #multilingual #license-cc0-1.0 #endpoints_compatible #region-us \n"
] |
token-classification | transformers |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->
# Article_50v5_NER_Model_3Epochs_AUGMENTED
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-bas... | {"license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["article50v5_wikigold_split"], "metrics": ["precision", "recall", "f1", "accuracy"], "model-index": [{"name": "Article_50v5_NER_Model_3Epochs_AUGMENTED", "results": [{"task": {"type": "token-classification", "name": "Token Classification"}, "dat... | DOOGLAK/Article_50v5_NER_Model_3Epochs_AUGMENTED | null | [
"transformers",
"pytorch",
"tensorboard",
"bert",
"token-classification",
"generated_from_trainer",
"dataset:article50v5_wikigold_split",
"license:apache-2.0",
"model-index",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-08-11T07:19:49+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #bert #token-classification #generated_from_trainer #dataset-article50v5_wikigold_split #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us
| Article\_50v5\_NER\_Model\_3Epochs\_AUGMENTED
=============================================
This model is a fine-tuned version of bert-base-cased on the article50v5\_wikigold\_split dataset.
It achieves the following results on the evaluation set:
* Loss: 0.4652
* Precision: 0.2925
* Recall: 0.1442
* F1: 0.1932
* A... | [
"### 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: 3",
"### Training... | [
"TAGS\n#transformers #pytorch #tensorboard #bert #token-classification #generated_from_trainer #dataset-article50v5_wikigold_split #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us \n",
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training... |
reinforcement-learning | stable-baselines3 |
# **A2C** Agent playing **AntBulletEnv-v0**
This is a trained model of a **A2C** agent playing **AntBulletEnv-v0**
using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines3).
## Usage (with Stable-baselines3)
TODO: Add your code
```python
from stable_baselines3 import ...
from huggingface_sb... | {"library_name": "stable-baselines3", "tags": ["AntBulletEnv-v0", "deep-reinforcement-learning", "reinforcement-learning", "stable-baselines3"], "model-index": [{"name": "A2C", "results": [{"task": {"type": "reinforcement-learning", "name": "reinforcement-learning"}, "dataset": {"name": "AntBulletEnv-v0", "type": "AntB... | alefarasin/a2c-AntBulletEnv-v0 | null | [
"stable-baselines3",
"AntBulletEnv-v0",
"deep-reinforcement-learning",
"reinforcement-learning",
"model-index",
"region:us"
] | null | 2022-08-11T07:23:33+00:00 | [] | [] | TAGS
#stable-baselines3 #AntBulletEnv-v0 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us
|
# A2C Agent playing AntBulletEnv-v0
This is a trained model of a A2C agent playing AntBulletEnv-v0
using the stable-baselines3 library.
## Usage (with Stable-baselines3)
TODO: Add your code
| [
"# A2C Agent playing AntBulletEnv-v0\nThis is a trained model of a A2C agent playing AntBulletEnv-v0\nusing the stable-baselines3 library.",
"## Usage (with Stable-baselines3)\nTODO: Add your code"
] | [
"TAGS\n#stable-baselines3 #AntBulletEnv-v0 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us \n",
"# A2C Agent playing AntBulletEnv-v0\nThis is a trained model of a A2C agent playing AntBulletEnv-v0\nusing the stable-baselines3 library.",
"## Usage (with Stable-baselines3)\nTODO: Add ... |
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. -->
# Article_50v6_NER_Model_3Epochs_AUGMENTED
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-bas... | {"license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["article50v6_wikigold_split"], "metrics": ["precision", "recall", "f1", "accuracy"], "model-index": [{"name": "Article_50v6_NER_Model_3Epochs_AUGMENTED", "results": [{"task": {"type": "token-classification", "name": "Token Classification"}, "dat... | DOOGLAK/Article_50v6_NER_Model_3Epochs_AUGMENTED | null | [
"transformers",
"pytorch",
"tensorboard",
"bert",
"token-classification",
"generated_from_trainer",
"dataset:article50v6_wikigold_split",
"license:apache-2.0",
"model-index",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-08-11T07:26:22+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #bert #token-classification #generated_from_trainer #dataset-article50v6_wikigold_split #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us
| Article\_50v6\_NER\_Model\_3Epochs\_AUGMENTED
=============================================
This model is a fine-tuned version of bert-base-cased on the article50v6\_wikigold\_split dataset.
It achieves the following results on the evaluation set:
* Loss: 0.5618
* Precision: 0.0939
* Recall: 0.0192
* F1: 0.0318
* A... | [
"### 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: 3",
"### Training... | [
"TAGS\n#transformers #pytorch #tensorboard #bert #token-classification #generated_from_trainer #dataset-article50v6_wikigold_split #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us \n",
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training... |
text2text-generation | transformers |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->
# pegasus-samsum
This model is a fine-tuned version of [google/pegasus-cnn_dailymail](https://huggingface.co/google/pegasus-cnn_da... | {"tags": ["generated_from_trainer"], "datasets": ["samsum"], "model-index": [{"name": "pegasus-samsum", "results": []}]} | yokoe/pegasus-samsum | null | [
"transformers",
"pytorch",
"tensorboard",
"pegasus",
"text2text-generation",
"generated_from_trainer",
"dataset:samsum",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-08-11T07:27:44+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #pegasus #text2text-generation #generated_from_trainer #dataset-samsum #autotrain_compatible #endpoints_compatible #region-us
| pegasus-samsum
==============
This model is a fine-tuned version of google/pegasus-cnn\_dailymail on the samsum dataset.
It achieves the following results on the evaluation set:
* Loss: 1.4884
Model description
-----------------
More information needed
Intended uses & limitations
---------------------------
... | [
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 5e-05\n* train\\_batch\\_size: 1\n* eval\\_batch\\_size: 1\n* seed: 42\n* gradient\\_accumulation\\_steps: 16\n* total\\_train\\_batch\\_size: 16\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=... | [
"TAGS\n#transformers #pytorch #tensorboard #pegasus #text2text-generation #generated_from_trainer #dataset-samsum #autotrain_compatible #endpoints_compatible #region-us \n",
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 5e-05\n* train\\_batch\\... |
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. -->
# Article_50v7_NER_Model_3Epochs_AUGMENTED
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-bas... | {"license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["article50v7_wikigold_split"], "metrics": ["precision", "recall", "f1", "accuracy"], "model-index": [{"name": "Article_50v7_NER_Model_3Epochs_AUGMENTED", "results": [{"task": {"type": "token-classification", "name": "Token Classification"}, "dat... | DOOGLAK/Article_50v7_NER_Model_3Epochs_AUGMENTED | null | [
"transformers",
"pytorch",
"tensorboard",
"bert",
"token-classification",
"generated_from_trainer",
"dataset:article50v7_wikigold_split",
"license:apache-2.0",
"model-index",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-08-11T07:34:12+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #bert #token-classification #generated_from_trainer #dataset-article50v7_wikigold_split #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us
| Article\_50v7\_NER\_Model\_3Epochs\_AUGMENTED
=============================================
This model is a fine-tuned version of bert-base-cased on the article50v7\_wikigold\_split dataset.
It achieves the following results on the evaluation set:
* Loss: 0.6331
* Precision: 0.1648
* Recall: 0.0178
* F1: 0.0321
* A... | [
"### 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: 3",
"### Training... | [
"TAGS\n#transformers #pytorch #tensorboard #bert #token-classification #generated_from_trainer #dataset-article50v7_wikigold_split #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us \n",
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training... |
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
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilb... | {"license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["clinc_oos"], "metrics": ["accuracy"], "model-index": [{"name": "distilbert-base-uncased-finetuned", "results": [{"task": {"type": "text-classification", "name": "Text Classification"}, "dataset": {"name": "clinc_oos", "type": "clinc_oos", "args... | roscoyoon/distilbert-base-uncased-finetuned | null | [
"transformers",
"pytorch",
"tensorboard",
"distilbert",
"text-classification",
"generated_from_trainer",
"dataset:clinc_oos",
"license:apache-2.0",
"model-index",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-08-11T07:40:52+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #distilbert #text-classification #generated_from_trainer #dataset-clinc_oos #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us
| distilbert-base-uncased-finetuned
=================================
This model is a fine-tuned version of distilbert-base-uncased on the clinc\_oos dataset.
It achieves the following results on the evaluation set:
* Loss: 0.7734
* Accuracy: 0.9184
Model description
-----------------
More information needed
In... | [
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 48\n* eval\\_batch\\_size: 48\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 5",
"### Traini... | [
"TAGS\n#transformers #pytorch #tensorboard #distilbert #text-classification #generated_from_trainer #dataset-clinc_oos #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us \n",
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* lea... |
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. -->
# results
This model is a fine-tuned version of [microsoft/deberta-v3-base](https://huggingface.co/microsoft/deberta-v3-base) on t... | {"license": "mit", "tags": ["generated_from_trainer"], "model-index": [{"name": "results", "results": []}]} | takuma/results | null | [
"transformers",
"pytorch",
"tensorboard",
"deberta-v2",
"text-classification",
"generated_from_trainer",
"license:mit",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-08-11T07:41:56+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #deberta-v2 #text-classification #generated_from_trainer #license-mit #autotrain_compatible #endpoints_compatible #region-us
| results
=======
This model is a fine-tuned version of microsoft/deberta-v3-base on the None dataset.
It achieves the following results on the evaluation set:
* Loss: 0.5104
Model description
-----------------
More information needed
Intended uses & limitations
---------------------------
More information ne... | [
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 5e-05\n* train\\_batch\\_size: 8\n* eval\\_batch\\_size: 8\n* seed: 42\n* gradient\\_accumulation\\_steps: 4\n* total\\_train\\_batch\\_size: 32\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1... | [
"TAGS\n#transformers #pytorch #tensorboard #deberta-v2 #text-classification #generated_from_trainer #license-mit #autotrain_compatible #endpoints_compatible #region-us \n",
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 5e-05\n* train\\_batch\\_... |
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. -->
# Article_50v8_NER_Model_3Epochs_AUGMENTED
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-bas... | {"license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["article50v8_wikigold_split"], "metrics": ["precision", "recall", "f1", "accuracy"], "model-index": [{"name": "Article_50v8_NER_Model_3Epochs_AUGMENTED", "results": [{"task": {"type": "token-classification", "name": "Token Classification"}, "dat... | DOOGLAK/Article_50v8_NER_Model_3Epochs_AUGMENTED | null | [
"transformers",
"pytorch",
"tensorboard",
"bert",
"token-classification",
"generated_from_trainer",
"dataset:article50v8_wikigold_split",
"license:apache-2.0",
"model-index",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-08-11T07:42:07+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #bert #token-classification #generated_from_trainer #dataset-article50v8_wikigold_split #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us
| Article\_50v8\_NER\_Model\_3Epochs\_AUGMENTED
=============================================
This model is a fine-tuned version of bert-base-cased on the article50v8\_wikigold\_split dataset.
It achieves the following results on the evaluation set:
* Loss: 0.4522
* Precision: 0.2690
* Recall: 0.1229
* F1: 0.1687
* A... | [
"### 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: 3",
"### Training... | [
"TAGS\n#transformers #pytorch #tensorboard #bert #token-classification #generated_from_trainer #dataset-article50v8_wikigold_split #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us \n",
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training... |
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. -->
# Article_50v9_NER_Model_3Epochs_AUGMENTED
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-bas... | {"license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["article50v9_wikigold_split"], "metrics": ["precision", "recall", "f1", "accuracy"], "model-index": [{"name": "Article_50v9_NER_Model_3Epochs_AUGMENTED", "results": [{"task": {"type": "token-classification", "name": "Token Classification"}, "dat... | DOOGLAK/Article_50v9_NER_Model_3Epochs_AUGMENTED | null | [
"transformers",
"pytorch",
"tensorboard",
"bert",
"token-classification",
"generated_from_trainer",
"dataset:article50v9_wikigold_split",
"license:apache-2.0",
"model-index",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-08-11T07:49:15+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #bert #token-classification #generated_from_trainer #dataset-article50v9_wikigold_split #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us
| Article\_50v9\_NER\_Model\_3Epochs\_AUGMENTED
=============================================
This model is a fine-tuned version of bert-base-cased on the article50v9\_wikigold\_split dataset.
It achieves the following results on the evaluation set:
* Loss: 0.5331
* Precision: 0.2829
* Recall: 0.0424
* F1: 0.0737
* A... | [
"### 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: 3",
"### Training... | [
"TAGS\n#transformers #pytorch #tensorboard #bert #token-classification #generated_from_trainer #dataset-article50v9_wikigold_split #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us \n",
"### Training hyperparameters\n\n\nThe following hyperparameters were used during training... |
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. -->
# Article_100v0_NER_Model_3Epochs_AUGMENTED
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-ba... | {"license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["article100v0_wikigold_split"], "metrics": ["precision", "recall", "f1", "accuracy"], "model-index": [{"name": "Article_100v0_NER_Model_3Epochs_AUGMENTED", "results": [{"task": {"type": "token-classification", "name": "Token Classification"}, "d... | DOOGLAK/Article_100v0_NER_Model_3Epochs_AUGMENTED | null | [
"transformers",
"pytorch",
"tensorboard",
"bert",
"token-classification",
"generated_from_trainer",
"dataset:article100v0_wikigold_split",
"license:apache-2.0",
"model-index",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-08-11T07:56:55+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #bert #token-classification #generated_from_trainer #dataset-article100v0_wikigold_split #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us
| Article\_100v0\_NER\_Model\_3Epochs\_AUGMENTED
==============================================
This model is a fine-tuned version of bert-base-cased on the article100v0\_wikigold\_split dataset.
It achieves the following results on the evaluation set:
* Loss: 0.3346
* Precision: 0.3709
* Recall: 0.3735
* F1: 0.3722
... | [
"### 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: 3",
"### Training... | [
"TAGS\n#transformers #pytorch #tensorboard #bert #token-classification #generated_from_trainer #dataset-article100v0_wikigold_split #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us \n",
"### Training hyperparameters\n\n\nThe following hyperparameters were used during trainin... |
feature-extraction | transformers | # relbert/roberta-large-conceptnet-average-no-mask-prompt-e-nce
RelBERT fine-tuned from [roberta-large](https://huggingface.co/roberta-large) on
[relbert/conceptnet_high_confidence](https://huggingface.co/datasets/relbert/conceptnet_high_confidence).
Fine-tuning is done via [RelBERT](https://github.com/asahi417/relb... | {"datasets": ["relbert/conceptnet_high_confidence"], "model-index": [{"name": "relbert/roberta-large-conceptnet-average-no-mask-prompt-e-nce", "results": [{"task": {"type": "sorting-task", "name": "Relation Mapping"}, "dataset": {"name": "Relation Mapping", "type": "relation-mapping", "args": "relbert/relation_mapping"... | research-backup/roberta-large-conceptnet-average-no-mask-prompt-e-nce | null | [
"transformers",
"pytorch",
"roberta",
"feature-extraction",
"dataset:relbert/conceptnet_high_confidence",
"model-index",
"endpoints_compatible",
"region:us"
] | null | 2022-08-11T07:58:39+00:00 | [] | [] | TAGS
#transformers #pytorch #roberta #feature-extraction #dataset-relbert/conceptnet_high_confidence #model-index #endpoints_compatible #region-us
| # relbert/roberta-large-conceptnet-average-no-mask-prompt-e-nce
RelBERT fine-tuned from roberta-large on
relbert/conceptnet_high_confidence.
Fine-tuning is done via RelBERT library (see the repository for more detail).
It achieves the following results on the relation understanding tasks:
- Analogy Question (dataset... | [
"# relbert/roberta-large-conceptnet-average-no-mask-prompt-e-nce\n\nRelBERT fine-tuned from roberta-large on \nrelbert/conceptnet_high_confidence.\nFine-tuning is done via RelBERT library (see the repository for more detail).\nIt achieves the following results on the relation understanding tasks:\n- Analogy Questi... | [
"TAGS\n#transformers #pytorch #roberta #feature-extraction #dataset-relbert/conceptnet_high_confidence #model-index #endpoints_compatible #region-us \n",
"# relbert/roberta-large-conceptnet-average-no-mask-prompt-e-nce\n\nRelBERT fine-tuned from roberta-large on \nrelbert/conceptnet_high_confidence.\nFine-tuning... |
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. -->
# Article_100v1_NER_Model_3Epochs_AUGMENTED
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-ba... | {"license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["article100v1_wikigold_split"], "metrics": ["precision", "recall", "f1", "accuracy"], "model-index": [{"name": "Article_100v1_NER_Model_3Epochs_AUGMENTED", "results": [{"task": {"type": "token-classification", "name": "Token Classification"}, "d... | DOOGLAK/Article_100v1_NER_Model_3Epochs_AUGMENTED | null | [
"transformers",
"pytorch",
"tensorboard",
"bert",
"token-classification",
"generated_from_trainer",
"dataset:article100v1_wikigold_split",
"license:apache-2.0",
"model-index",
"autotrain_compatible",
"endpoints_compatible",
"region:us"
] | null | 2022-08-11T08:02:30+00:00 | [] | [] | TAGS
#transformers #pytorch #tensorboard #bert #token-classification #generated_from_trainer #dataset-article100v1_wikigold_split #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us
| Article\_100v1\_NER\_Model\_3Epochs\_AUGMENTED
==============================================
This model is a fine-tuned version of bert-base-cased on the article100v1\_wikigold\_split dataset.
It achieves the following results on the evaluation set:
* Loss: 0.3140
* Precision: 0.4708
* Recall: 0.4550
* F1: 0.4628
... | [
"### 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: 3",
"### Training... | [
"TAGS\n#transformers #pytorch #tensorboard #bert #token-classification #generated_from_trainer #dataset-article100v1_wikigold_split #license-apache-2.0 #model-index #autotrain_compatible #endpoints_compatible #region-us \n",
"### Training hyperparameters\n\n\nThe following hyperparameters were used during trainin... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.