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
tokens_length
listlengths
1
723
input_texts
listlengths
1
1
sentence-similarity
sentence-transformers
# mteb-pt/average_pt_nilc_wang2vec_skip_s600 This is an adaptation of pre-trained Portuguese Wang2Vec Word Embeddings to a [sentence-transformers](https://www.SBERT.net) model. The original pre-trained word embeddings can be found at: [http://nilc.icmc.usp.br/nilc/index.php/repositorio-de-word-embeddings-do-nilc](...
{"language": ["pt"], "library_name": "sentence-transformers", "tags": ["sentence-transformers", "feature-extraction", "sentence-similarity"], "pipeline_tag": "sentence-similarity"}
pt-mteb/average_pt_nilc_wang2vec_skip_s600
null
[ "sentence-transformers", "feature-extraction", "sentence-similarity", "pt", "endpoints_compatible", "region:us" ]
null
2024-04-17T17:38:39+00:00
[]
[ "pt" ]
TAGS #sentence-transformers #feature-extraction #sentence-similarity #pt #endpoints_compatible #region-us
# mteb-pt/average_pt_nilc_wang2vec_skip_s600 This is an adaptation of pre-trained Portuguese Wang2Vec Word Embeddings to a sentence-transformers model. The original pre-trained word embeddings can be found at: URL This model maps sentences & paragraphs to a 600 dimensional dense vector space and can be used for...
[ "# mteb-pt/average_pt_nilc_wang2vec_skip_s600\n\nThis is an adaptation of pre-trained Portuguese Wang2Vec Word Embeddings to a sentence-transformers model. \n\nThe original pre-trained word embeddings can be found at: URL \n\nThis model maps sentences & paragraphs to a 600 dimensional dense vector space and can b...
[ "TAGS\n#sentence-transformers #feature-extraction #sentence-similarity #pt #endpoints_compatible #region-us \n", "# mteb-pt/average_pt_nilc_wang2vec_skip_s600\n\nThis is an adaptation of pre-trained Portuguese Wang2Vec Word Embeddings to a sentence-transformers model. \n\nThe original pre-trained word embeddings...
[ 24, 92, 30, 29, 5, 5 ]
[ "TAGS\n#sentence-transformers #feature-extraction #sentence-similarity #pt #endpoints_compatible #region-us \n# mteb-pt/average_pt_nilc_wang2vec_skip_s600\n\nThis is an adaptation of pre-trained Portuguese Wang2Vec Word Embeddings to a sentence-transformers model. \n\nThe original pre-trained word embeddings can b...
feature-extraction
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. --> # finetuned_bge_ver17 This model is a fine-tuned version of [BAAI/bge-m3](https://huggingface.co/BAAI/bge-m3) on an unknown datase...
{"license": "mit", "tags": ["generated_from_trainer"], "base_model": "BAAI/bge-m3", "model-index": [{"name": "finetuned_bge_ver17", "results": []}]}
comet24082002/finetuned_bge_ver17
null
[ "transformers", "tensorboard", "safetensors", "xlm-roberta", "feature-extraction", "generated_from_trainer", "base_model:BAAI/bge-m3", "license:mit", "endpoints_compatible", "region:us" ]
null
2024-04-17T17:40:46+00:00
[]
[]
TAGS #transformers #tensorboard #safetensors #xlm-roberta #feature-extraction #generated_from_trainer #base_model-BAAI/bge-m3 #license-mit #endpoints_compatible #region-us
# finetuned_bge_ver17 This model is a fine-tuned version of BAAI/bge-m3 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 f...
[ "# finetuned_bge_ver17\n\nThis model is a fine-tuned version of BAAI/bge-m3 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", "### T...
[ "TAGS\n#transformers #tensorboard #safetensors #xlm-roberta #feature-extraction #generated_from_trainer #base_model-BAAI/bge-m3 #license-mit #endpoints_compatible #region-us \n", "# finetuned_bge_ver17\n\nThis model is a fine-tuned version of BAAI/bge-m3 on an unknown dataset.", "## Model description\n\nMore in...
[ 50, 33, 7, 9, 9, 4, 156, 5, 40 ]
[ "TAGS\n#transformers #tensorboard #safetensors #xlm-roberta #feature-extraction #generated_from_trainer #base_model-BAAI/bge-m3 #license-mit #endpoints_compatible #region-us \n# finetuned_bge_ver17\n\nThis model is a fine-tuned version of BAAI/bge-m3 on an unknown dataset.## Model description\n\nMore information ne...
reinforcement-learning
stable-baselines3
# **Proximal Policy Optimization** Agent playing **LunarLander-v2** This is a trained model of a **Proximal Policy Optimization** 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 ...
{"library_name": "stable-baselines3", "tags": ["LunarLander-v2", "deep-reinforcement-learning", "reinforcement-learning", "stable-baselines3"], "model-index": [{"name": "Proximal Policy Optimization", "results": [{"task": {"type": "reinforcement-learning", "name": "reinforcement-learning"}, "dataset": {"name": "LunarLa...
MohamedAtta-AI/ppo-LunarLander-v2
null
[ "stable-baselines3", "LunarLander-v2", "deep-reinforcement-learning", "reinforcement-learning", "model-index", "region:us" ]
null
2024-04-17T17:41:42+00:00
[]
[]
TAGS #stable-baselines3 #LunarLander-v2 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us
# Proximal Policy Optimization Agent playing LunarLander-v2 This is a trained model of a Proximal Policy Optimization agent playing LunarLander-v2 using the stable-baselines3 library. ## Usage (with Stable-baselines3) TODO: Add your code
[ "# Proximal Policy Optimization Agent playing LunarLander-v2\nThis is a trained model of a Proximal Policy Optimization 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", "# Proximal Policy Optimization Agent playing LunarLander-v2\nThis is a trained model of a Proximal Policy Optimization agent playing LunarLander-v2\nusing the stable-baselines3 library.", ...
[ 31, 41, 17 ]
[ "TAGS\n#stable-baselines3 #LunarLander-v2 #deep-reinforcement-learning #reinforcement-learning #model-index #region-us \n# Proximal Policy Optimization Agent playing LunarLander-v2\nThis is a trained model of a Proximal Policy Optimization agent playing LunarLander-v2\nusing the stable-baselines3 library.## Usage (...
sentence-similarity
sentence-transformers
# phoenixSP/embedding-finetuned-model-v1 This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentences & paragraphs to a 384 dimensional dense vector space and can be used for tasks like clustering or semantic search. <!--- Describe your model here --> ## Usage (Sentence-Transformers) Using thi...
{"library_name": "sentence-transformers", "tags": ["sentence-transformers", "feature-extraction", "sentence-similarity"], "pipeline_tag": "sentence-similarity"}
phoenixSP/embedding-finetuned-model-v1
null
[ "sentence-transformers", "safetensors", "bert", "feature-extraction", "sentence-similarity", "endpoints_compatible", "region:us" ]
null
2024-04-17T17:42:40+00:00
[]
[]
TAGS #sentence-transformers #safetensors #bert #feature-extraction #sentence-similarity #endpoints_compatible #region-us
# phoenixSP/embedding-finetuned-model-v1 This is a sentence-transformers model: It maps sentences & paragraphs to a 384 dimensional dense vector space and can be used for tasks like clustering or semantic search. ## Usage (Sentence-Transformers) Using this model becomes easy when you have sentence-transformers in...
[ "# phoenixSP/embedding-finetuned-model-v1\n\nThis is a sentence-transformers model: It maps sentences & paragraphs to a 384 dimensional dense vector space and can be used for tasks like clustering or semantic search.", "## Usage (Sentence-Transformers)\n\nUsing this model becomes easy when you have sentence-trans...
[ "TAGS\n#sentence-transformers #safetensors #bert #feature-extraction #sentence-similarity #endpoints_compatible #region-us \n", "# phoenixSP/embedding-finetuned-model-v1\n\nThis is a sentence-transformers model: It maps sentences & paragraphs to a 384 dimensional dense vector space and can be used for tasks like ...
[ 28, 51, 30, 26, 72, 5, 5 ]
[ "TAGS\n#sentence-transformers #safetensors #bert #feature-extraction #sentence-similarity #endpoints_compatible #region-us \n# phoenixSP/embedding-finetuned-model-v1\n\nThis is a sentence-transformers model: It maps sentences & paragraphs to a 384 dimensional dense vector space and can be used for tasks like cluste...
sentence-similarity
sentence-transformers
# mteb-pt/average_pt_nilc_word2vec_skip_s600 This is an adaptation of pre-trained Portuguese Word2Vec Word Embeddings to a [sentence-transformers](https://www.SBERT.net) model. The original pre-trained word embeddings can be found at: [http://nilc.icmc.usp.br/nilc/index.php/repositorio-de-word-embeddings-do-nilc](...
{"language": ["pt"], "library_name": "sentence-transformers", "tags": ["sentence-transformers", "feature-extraction", "sentence-similarity"], "pipeline_tag": "sentence-similarity"}
pt-mteb/average_pt_nilc_word2vec_skip_s600
null
[ "sentence-transformers", "feature-extraction", "sentence-similarity", "pt", "endpoints_compatible", "region:us" ]
null
2024-04-17T17:43:55+00:00
[]
[ "pt" ]
TAGS #sentence-transformers #feature-extraction #sentence-similarity #pt #endpoints_compatible #region-us
# mteb-pt/average_pt_nilc_word2vec_skip_s600 This is an adaptation of pre-trained Portuguese Word2Vec Word Embeddings to a sentence-transformers model. The original pre-trained word embeddings can be found at: URL This model maps sentences & paragraphs to a 600 dimensional dense vector space and can be used for...
[ "# mteb-pt/average_pt_nilc_word2vec_skip_s600\n\nThis is an adaptation of pre-trained Portuguese Word2Vec Word Embeddings to a sentence-transformers model. \n\nThe original pre-trained word embeddings can be found at: URL \n\nThis model maps sentences & paragraphs to a 600 dimensional dense vector space and can b...
[ "TAGS\n#sentence-transformers #feature-extraction #sentence-similarity #pt #endpoints_compatible #region-us \n", "# mteb-pt/average_pt_nilc_word2vec_skip_s600\n\nThis is an adaptation of pre-trained Portuguese Word2Vec Word Embeddings to a sentence-transformers model. \n\nThe original pre-trained word embeddings...
[ 24, 92, 30, 29, 5, 5 ]
[ "TAGS\n#sentence-transformers #feature-extraction #sentence-similarity #pt #endpoints_compatible #region-us \n# mteb-pt/average_pt_nilc_word2vec_skip_s600\n\nThis is an adaptation of pre-trained Portuguese Word2Vec Word Embeddings to a sentence-transformers model. \n\nThe original pre-trained word embeddings can b...
text-generation
transformers
# nbeerbower/MaidFlameSoup-7B AWQ - Model creator: [nbeerbower](https://huggingface.co/nbeerbower) - Original model: [MaidFlameSoup-7B](https://huggingface.co/nbeerbower/MaidFlameSoup-7B) ## Model Summary This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit). ## ...
{"license": "apache-2.0", "library_name": "transformers", "tags": ["mergekit", "merge", "finetuned", "quantized", "4-bit", "AWQ", "transformers", "pytorch", "mistral", "text-generation"], "base_model": ["nbeerbower/flammen13-mistral-7B", "nbeerbower/Flammen-Kunoichi-7B", "nbeerbower/flammen10-mistral-7B", "nbeerbower/f...
solidrust/MaidFlameSoup-7B-AWQ
null
[ "transformers", "safetensors", "mistral", "text-generation", "mergekit", "merge", "finetuned", "quantized", "4-bit", "AWQ", "pytorch", "base_model:nbeerbower/flammen13-mistral-7B", "base_model:nbeerbower/Flammen-Kunoichi-7B", "base_model:nbeerbower/flammen10-mistral-7B", "base_model:nbee...
null
2024-04-17T17:45:33+00:00
[]
[]
TAGS #transformers #safetensors #mistral #text-generation #mergekit #merge #finetuned #quantized #4-bit #AWQ #pytorch #base_model-nbeerbower/flammen13-mistral-7B #base_model-nbeerbower/Flammen-Kunoichi-7B #base_model-nbeerbower/flammen10-mistral-7B #base_model-nbeerbower/flammen11X-mistral-7B #base_model-nbeerbower/Mai...
# nbeerbower/MaidFlameSoup-7B AWQ - Model creator: nbeerbower - Original model: MaidFlameSoup-7B ## Model Summary This is a merge of pre-trained language models created using mergekit. ## How to use ### Install the necessary packages ### Example Python code ### About AWQ AWQ is an efficient, accurate and bl...
[ "# nbeerbower/MaidFlameSoup-7B AWQ\n\n- Model creator: nbeerbower\n- Original model: MaidFlameSoup-7B", "## Model Summary\n\nThis is a merge of pre-trained language models created using mergekit.", "## How to use", "### Install the necessary packages", "### Example Python code", "### About AWQ\n\nAWQ is a...
[ "TAGS\n#transformers #safetensors #mistral #text-generation #mergekit #merge #finetuned #quantized #4-bit #AWQ #pytorch #base_model-nbeerbower/flammen13-mistral-7B #base_model-nbeerbower/Flammen-Kunoichi-7B #base_model-nbeerbower/flammen10-mistral-7B #base_model-nbeerbower/flammen11X-mistral-7B #base_model-nbeerbow...
[ 162, 36, 19, 5, 7, 6, 172, 7 ]
[ "TAGS\n#transformers #safetensors #mistral #text-generation #mergekit #merge #finetuned #quantized #4-bit #AWQ #pytorch #base_model-nbeerbower/flammen13-mistral-7B #base_model-nbeerbower/Flammen-Kunoichi-7B #base_model-nbeerbower/flammen10-mistral-7B #base_model-nbeerbower/flammen11X-mistral-7B #base_model-nbeerbow...
null
transformers
## About <!-- ### quantize_version: 1 --> <!-- ### output_tensor_quantised: 1 --> <!-- ### convert_type: --> <!-- ### vocab_type: --> static quants of https://huggingface.co/icefog72/WizardIceLemonTeaRP-32k <!-- provided-files --> weighted/imatrix quants seem not to be available (by me) at this time. If they do not...
{"language": ["en"], "library_name": "transformers", "base_model": "icefog72/WizardIceLemonTeaRP-32k", "quantized_by": "mradermacher"}
mradermacher/WizardIceLemonTeaRP-32k-GGUF
null
[ "transformers", "gguf", "en", "base_model:icefog72/WizardIceLemonTeaRP-32k", "endpoints_compatible", "region:us" ]
null
2024-04-17T17:45:36+00:00
[]
[ "en" ]
TAGS #transformers #gguf #en #base_model-icefog72/WizardIceLemonTeaRP-32k #endpoints_compatible #region-us
About ----- static quants of URL weighted/imatrix quants seem not to be available (by me) at this time. If they do not show up a week or so after the static ones, I have probably not planned for them. Feel free to request them by opening a Community Discussion. Usage ----- If you are unsure how to use GGUF file...
[]
[ "TAGS\n#transformers #gguf #en #base_model-icefog72/WizardIceLemonTeaRP-32k #endpoints_compatible #region-us \n" ]
[ 38 ]
[ "TAGS\n#transformers #gguf #en #base_model-icefog72/WizardIceLemonTeaRP-32k #endpoints_compatible #region-us \n" ]
image-classification
transformers
# 10fishmodel Autogenerated by HuggingPics🤗🖼️ Create your own image classifier for **anything** by running [the demo on Google Colab](https://colab.research.google.com/github/nateraw/huggingpics/blob/main/HuggingPics.ipynb). Report any issues with the demo at the [github repo](https://github.com/nateraw/huggingp...
{"tags": ["image-classification", "pytorch", "huggingpics"], "metrics": ["accuracy"]}
NeroZ02/10fishmodel
null
[ "transformers", "tensorboard", "safetensors", "vit", "image-classification", "pytorch", "huggingpics", "model-index", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2024-04-17T17:45:58+00:00
[]
[]
TAGS #transformers #tensorboard #safetensors #vit #image-classification #pytorch #huggingpics #model-index #autotrain_compatible #endpoints_compatible #region-us
# 10fishmodel Autogenerated by HuggingPics️ Create your own image classifier for anything by running the demo on Google Colab. Report any issues with the demo at the github repo. ## Example Images #### Anglerfish !Anglerfish #### Arapaima Gigas !Arapaima Gigas #### Catfish !Catfish #### Crocodiles !Croc...
[ "# 10fishmodel\n\n\nAutogenerated by HuggingPics️\n\nCreate your own image classifier for anything by running the demo on Google Colab.\n\nReport any issues with the demo at the github repo.", "## Example Images", "#### Anglerfish\n\n!Anglerfish", "#### Arapaima Gigas\n\n!Arapaima Gigas", "#### Catfish\n\n!...
[ "TAGS\n#transformers #tensorboard #safetensors #vit #image-classification #pytorch #huggingpics #model-index #autotrain_compatible #endpoints_compatible #region-us \n", "# 10fishmodel\n\n\nAutogenerated by HuggingPics️\n\nCreate your own image classifier for anything by running the demo on Google Colab.\n\nReport...
[ 44, 43, 4, 11, 15, 7, 9, 7, 11, 7, 9, 9, 7 ]
[ "TAGS\n#transformers #tensorboard #safetensors #vit #image-classification #pytorch #huggingpics #model-index #autotrain_compatible #endpoints_compatible #region-us \n# 10fishmodel\n\n\nAutogenerated by HuggingPics️\n\nCreate your own image classifier for anything by running the demo on Google Colab.\n\nReport any i...
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. --> # multilingual-e5-large-guardrail-toxicity-classifier-training_templated This model is a fine-tuned version of [intfloat/multiling...
{"license": "mit", "tags": ["generated_from_trainer"], "base_model": "intfloat/multilingual-e5-large", "model-index": [{"name": "multilingual-e5-large-guardrail-toxicity-classifier-training_templated", "results": []}]}
tosh97/multilingual-e5-large-guardrail-toxicity-classifier-training_templated
null
[ "transformers", "safetensors", "xlm-roberta", "text-classification", "generated_from_trainer", "base_model:intfloat/multilingual-e5-large", "license:mit", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2024-04-17T17:47:11+00:00
[]
[]
TAGS #transformers #safetensors #xlm-roberta #text-classification #generated_from_trainer #base_model-intfloat/multilingual-e5-large #license-mit #autotrain_compatible #endpoints_compatible #region-us
# multilingual-e5-large-guardrail-toxicity-classifier-training_templated This model is a fine-tuned version of intfloat/multilingual-e5-large on an unknown dataset. ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More informat...
[ "# multilingual-e5-large-guardrail-toxicity-classifier-training_templated\n\nThis model is a fine-tuned version of intfloat/multilingual-e5-large on an unknown dataset.", "## Model description\n\nMore information needed", "## Intended uses & limitations\n\nMore information needed", "## Training and evaluation...
[ "TAGS\n#transformers #safetensors #xlm-roberta #text-classification #generated_from_trainer #base_model-intfloat/multilingual-e5-large #license-mit #autotrain_compatible #endpoints_compatible #region-us \n", "# multilingual-e5-large-guardrail-toxicity-classifier-training_templated\n\nThis model is a fine-tuned ve...
[ 57, 49, 7, 9, 9, 4, 93, 44 ]
[ "TAGS\n#transformers #safetensors #xlm-roberta #text-classification #generated_from_trainer #base_model-intfloat/multilingual-e5-large #license-mit #autotrain_compatible #endpoints_compatible #region-us \n# multilingual-e5-large-guardrail-toxicity-classifier-training_templated\n\nThis model is a fine-tuned version ...
null
transformers
## About <!-- ### quantize_version: 1 --> <!-- ### output_tensor_quantised: 1 --> <!-- ### convert_type: --> <!-- ### vocab_type: --> static quants of https://huggingface.co/allenai/tulu-2-dpo-70b <!-- provided-files --> weighted/imatrix quants are available at https://huggingface.co/mradermacher/tulu-2-dpo-70b-i1-...
{"language": ["en"], "license": "other", "library_name": "transformers", "datasets": ["HuggingFaceH4/ultrafeedback_binarized", "allenai/tulu-v2-sft-mixture"], "base_model": "allenai/tulu-2-dpo-70b", "license_link": "https://allenai.org/impact-license", "license_name": "ai2-impact-license-low-risk", "quantized_by": "mra...
mradermacher/tulu-2-dpo-70b-GGUF
null
[ "transformers", "gguf", "en", "dataset:HuggingFaceH4/ultrafeedback_binarized", "dataset:allenai/tulu-v2-sft-mixture", "base_model:allenai/tulu-2-dpo-70b", "license:other", "endpoints_compatible", "region:us" ]
null
2024-04-17T17:50:45+00:00
[]
[ "en" ]
TAGS #transformers #gguf #en #dataset-HuggingFaceH4/ultrafeedback_binarized #dataset-allenai/tulu-v2-sft-mixture #base_model-allenai/tulu-2-dpo-70b #license-other #endpoints_compatible #region-us
About ----- static quants of URL weighted/imatrix quants are available at URL Usage ----- If you are unsure how to use GGUF files, refer to one of TheBloke's READMEs for more details, including on how to concatenate multi-part files. Provided Quants --------------- (sorted by size, not necessarily quality. ...
[]
[ "TAGS\n#transformers #gguf #en #dataset-HuggingFaceH4/ultrafeedback_binarized #dataset-allenai/tulu-v2-sft-mixture #base_model-allenai/tulu-2-dpo-70b #license-other #endpoints_compatible #region-us \n" ]
[ 74 ]
[ "TAGS\n#transformers #gguf #en #dataset-HuggingFaceH4/ultrafeedback_binarized #dataset-allenai/tulu-v2-sft-mixture #base_model-allenai/tulu-2-dpo-70b #license-other #endpoints_compatible #region-us \n" ]
null
transformers
## About <!-- ### quantize_version: 1 --> <!-- ### output_tensor_quantised: 1 --> <!-- ### convert_type: --> <!-- ### vocab_type: --> static quants of https://huggingface.co/Usaid/ContextClassy-Merged-V1 <!-- provided-files --> weighted/imatrix quants seem not to be available (by me) at this time. If they do not sh...
{"language": ["en"], "library_name": "transformers", "tags": [], "base_model": "Usaid/ContextClassy-Merged-V1", "quantized_by": "mradermacher"}
mradermacher/ContextClassy-Merged-V1-GGUF
null
[ "transformers", "gguf", "en", "base_model:Usaid/ContextClassy-Merged-V1", "endpoints_compatible", "region:us" ]
null
2024-04-17T17:51:32+00:00
[]
[ "en" ]
TAGS #transformers #gguf #en #base_model-Usaid/ContextClassy-Merged-V1 #endpoints_compatible #region-us
About ----- static quants of URL weighted/imatrix quants seem not to be available (by me) at this time. If they do not show up a week or so after the static ones, I have probably not planned for them. Feel free to request them by opening a Community Discussion. Usage ----- If you are unsure how to use GGUF file...
[]
[ "TAGS\n#transformers #gguf #en #base_model-Usaid/ContextClassy-Merged-V1 #endpoints_compatible #region-us \n" ]
[ 34 ]
[ "TAGS\n#transformers #gguf #en #base_model-Usaid/ContextClassy-Merged-V1 #endpoints_compatible #region-us \n" ]
text2text-generation
transformers
# FLAN-T5 Base Text to SQL Model This model was fine-tuned on [Google's FLAN-T5 base](https://huggingface.co/google/flan-t5-base) using [SParC](https://yale-lily.github.io/sparc), [Spider](https://yale-lily.github.io/spider), and [CoSQL](https://yale-lily.github.io/cosql) datasets. Purpose of this model is to create...
{"library_name": "transformers"}
alpecevit/flan-t5-base-text2sql
null
[ "transformers", "safetensors", "t5", "text2text-generation", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
null
2024-04-17T17:52:14+00:00
[]
[]
TAGS #transformers #safetensors #t5 #text2text-generation #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
# FLAN-T5 Base Text to SQL Model This model was fine-tuned on Google's FLAN-T5 base using SParC, Spider, and CoSQL datasets. Purpose of this model is to create SQL queries from natural-language text. In order to achieve accuracte results, database schema was incorporated to the prompt during training. GitHub repos...
[ "# FLAN-T5 Base Text to SQL Model\n\nThis model was fine-tuned on Google's FLAN-T5 base using SParC, Spider, and CoSQL datasets.\n\nPurpose of this model is to create SQL queries from natural-language text.\n\nIn order to achieve accuracte results, database schema was incorporated to the prompt during training.\n\n...
[ "TAGS\n#transformers #safetensors #t5 #text2text-generation #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n", "# FLAN-T5 Base Text to SQL Model\n\nThis model was fine-tuned on Google's FLAN-T5 base using SParC, Spider, and CoSQL datasets.\n\nPurpose of this model is to create ...
[ 36, 88, 3, 16, 39 ]
[ "TAGS\n#transformers #safetensors #t5 #text2text-generation #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n# FLAN-T5 Base Text to SQL Model\n\nThis model was fine-tuned on Google's FLAN-T5 base using SParC, Spider, and CoSQL datasets.\n\nPurpose of this model is to create SQL qu...
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. --> # imdb-spoiler-distilbertOrigDatasetLR3 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", "recall", "precision", "f1"], "base_model": "distilbert-base-uncased", "model-index": [{"name": "imdb-spoiler-distilbertOrigDatasetLR3", "results": []}]}
Zritze/imdb-spoiler-distilbertOrigDatasetLR3
null
[ "transformers", "safetensors", "distilbert", "text-classification", "generated_from_trainer", "base_model:distilbert-base-uncased", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2024-04-17T17:53:27+00:00
[]
[]
TAGS #transformers #safetensors #distilbert #text-classification #generated_from_trainer #base_model-distilbert-base-uncased #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
imdb-spoiler-distilbertOrigDatasetLR3 ===================================== 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.5819 * Accuracy: 0.6863 * Recall: 0.787 * Precision: 0.6550 * F1: 0.7150 Model descripti...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 3e-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 #safetensors #distilbert #text-classification #generated_from_trainer #base_model-distilbert-base-uncased #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...
[ 56, 101, 5, 44 ]
[ "TAGS\n#transformers #safetensors #distilbert #text-classification #generated_from_trainer #base_model-distilbert-base-uncased #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\\_rat...
text-generation
transformers
# Mamba <!-- Provide a quick summary of what the model is/does. --> This repository contains the `transfromers` compatible `mamba-2.8b`. The checkpoints are untouched, but the full `config.json` and tokenizer are pushed to this repo. # Usage You need to install `transformers` from `main` until `transformers=4.39.0...
{"language": ["en"], "license": "mit"}
voidful/mamba-790m-chat
null
[ "transformers", "safetensors", "mamba", "text-generation", "en", "license:mit", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2024-04-17T17:53:45+00:00
[]
[ "en" ]
TAGS #transformers #safetensors #mamba #text-generation #en #license-mit #autotrain_compatible #endpoints_compatible #region-us
# Mamba This repository contains the 'transfromers' compatible 'mamba-2.8b'. The checkpoints are untouched, but the full 'URL' and tokenizer are pushed to this repo. # Usage You need to install 'transformers' from 'main' until 'transformers=4.39.0' is released. We also recommend you to install both 'causal_con...
[ "# Mamba\n\n\nThis repository contains the 'transfromers' compatible 'mamba-2.8b'. The checkpoints are untouched, but the full 'URL' and tokenizer are pushed to this repo.", "# Usage\n\nYou need to install 'transformers' from 'main' until 'transformers=4.39.0' is released. \n\n\nWe also recommend you to install b...
[ "TAGS\n#transformers #safetensors #mamba #text-generation #en #license-mit #autotrain_compatible #endpoints_compatible #region-us \n", "# Mamba\n\n\nThis repository contains the 'transfromers' compatible 'mamba-2.8b'. The checkpoints are untouched, but the full 'URL' and tokenizer are pushed to this repo.", "# ...
[ 34, 47, 86, 13 ]
[ "TAGS\n#transformers #safetensors #mamba #text-generation #en #license-mit #autotrain_compatible #endpoints_compatible #region-us \n# Mamba\n\n\nThis repository contains the 'transfromers' compatible 'mamba-2.8b'. The checkpoints are untouched, but the full 'URL' and tokenizer are pushed to this repo.# Usage\n\nYou...
sentence-similarity
sentence-transformers
# phoenixSP/embedding-finetuned-model-v2 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 thi...
{"library_name": "sentence-transformers", "tags": ["sentence-transformers", "feature-extraction", "sentence-similarity"], "pipeline_tag": "sentence-similarity"}
phoenixSP/embedding-finetuned-model-v2
null
[ "sentence-transformers", "safetensors", "mpnet", "feature-extraction", "sentence-similarity", "endpoints_compatible", "region:us" ]
null
2024-04-17T17:55:22+00:00
[]
[]
TAGS #sentence-transformers #safetensors #mpnet #feature-extraction #sentence-similarity #endpoints_compatible #region-us
# phoenixSP/embedding-finetuned-model-v2 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 in...
[ "# phoenixSP/embedding-finetuned-model-v2\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-trans...
[ "TAGS\n#sentence-transformers #safetensors #mpnet #feature-extraction #sentence-similarity #endpoints_compatible #region-us \n", "# phoenixSP/embedding-finetuned-model-v2\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...
[ 29, 51, 30, 26, 72, 5, 5 ]
[ "TAGS\n#sentence-transformers #safetensors #mpnet #feature-extraction #sentence-similarity #endpoints_compatible #region-us \n# phoenixSP/embedding-finetuned-model-v2\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 clust...
null
peft
<!-- 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. --> # mistral-journal-finetune-aipi This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai...
{"license": "apache-2.0", "library_name": "peft", "tags": ["generated_from_trainer"], "base_model": "mistralai/Mistral-7B-v0.1", "model-index": [{"name": "mistral-journal-finetune-aipi", "results": []}]}
wintercoming6/mistral-journal-finetune-aipi
null
[ "peft", "safetensors", "generated_from_trainer", "base_model:mistralai/Mistral-7B-v0.1", "license:apache-2.0", "region:us" ]
null
2024-04-17T17:55:44+00:00
[]
[]
TAGS #peft #safetensors #generated_from_trainer #base_model-mistralai/Mistral-7B-v0.1 #license-apache-2.0 #region-us
mistral-journal-finetune-aipi ============================= This model is a fine-tuned version of mistralai/Mistral-7B-v0.1 on an unknown dataset. It achieves the following results on the evaluation set: * Loss: 2.7849 Model description ----------------- More information needed Intended uses & limitations ---...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2.5e-05\n* train\\_batch\\_size: 2\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#peft #safetensors #generated_from_trainer #base_model-mistralai/Mistral-7B-v0.1 #license-apache-2.0 #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2.5e-05\n* train\\_batch\\_size: 2\n* eval\\_batch\\_size: 8\n* seed: 42\n...
[ 45, 128, 5, 58 ]
[ "TAGS\n#peft #safetensors #generated_from_trainer #base_model-mistralai/Mistral-7B-v0.1 #license-apache-2.0 #region-us \n### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2.5e-05\n* train\\_batch\\_size: 2\n* eval\\_batch\\_size: 8\n* seed: 42\n* opti...
text-generation
transformers
![Tesoro](https://huggingface.co/migtissera/Tess-2.0-Mixtral-8x22B/resolve/main/Tess-2.png) # Tess-2.0-Mixtral-8x22B Tess, short for Tesoro (Treasure in Italian), is a general purpose Large Language Model series. Tess-2.0-Mixtral-8x22B was trained on the mistral-community/Mixtral-8x22B-v0.1 base. # Prompt Format ``...
{"license": "apache-2.0"}
blockblockblock/Tess-2.0-Mixtral-8x22B-bpw4
null
[ "transformers", "safetensors", "mixtral", "text-generation", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "4-bit", "region:us" ]
null
2024-04-17T17:55:50+00:00
[]
[]
TAGS #transformers #safetensors #mixtral #text-generation #license-apache-2.0 #autotrain_compatible #endpoints_compatible #text-generation-inference #4-bit #region-us
!Tesoro # Tess-2.0-Mixtral-8x22B Tess, short for Tesoro (Treasure in Italian), is a general purpose Large Language Model series. Tess-2.0-Mixtral-8x22B was trained on the mistral-community/Mixtral-8x22B-v0.1 base. # Prompt Format # Training Methodology Tess-2.0-Mixtral-8x22B was trained on the Tess-2.0 dataset. T...
[ "# Tess-2.0-Mixtral-8x22B\nTess, short for Tesoro (Treasure in Italian), is a general purpose Large Language Model series. Tess-2.0-Mixtral-8x22B was trained on the mistral-community/Mixtral-8x22B-v0.1 base.", "# Prompt Format", "# Training Methodology\nTess-2.0-Mixtral-8x22B was trained on the Tess-2.0 dataset...
[ "TAGS\n#transformers #safetensors #mixtral #text-generation #license-apache-2.0 #autotrain_compatible #endpoints_compatible #text-generation-inference #4-bit #region-us \n", "# Tess-2.0-Mixtral-8x22B\nTess, short for Tesoro (Treasure in Italian), is a general purpose Large Language Model series. Tess-2.0-Mixtral-...
[ 46, 72, 3, 104, 6, 17, 69 ]
[ "TAGS\n#transformers #safetensors #mixtral #text-generation #license-apache-2.0 #autotrain_compatible #endpoints_compatible #text-generation-inference #4-bit #region-us \n# Tess-2.0-Mixtral-8x22B\nTess, short for Tesoro (Treasure in Italian), is a general purpose Large Language Model series. Tess-2.0-Mixtral-8x22B ...
text-generation
transformers
# merge This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit). ## Merge Details ### Merge Method This model was merged using the [TIES](https://arxiv.org/abs/2306.01708) merge method using [amazingvince/Not-WizardLM-2-7B](https://huggingface.co/amazingvince/Not-Wi...
{"library_name": "transformers", "tags": ["mergekit", "merge"], "base_model": ["TFMC/Japanese-Starling-ChatV-7B", "amazingvince/Not-WizardLM-2-7B"]}
Exveria/merge003
null
[ "transformers", "safetensors", "mistral", "text-generation", "mergekit", "merge", "arxiv:2306.01708", "base_model:TFMC/Japanese-Starling-ChatV-7B", "base_model:amazingvince/Not-WizardLM-2-7B", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
null
2024-04-17T17:59:35+00:00
[ "2306.01708" ]
[]
TAGS #transformers #safetensors #mistral #text-generation #mergekit #merge #arxiv-2306.01708 #base_model-TFMC/Japanese-Starling-ChatV-7B #base_model-amazingvince/Not-WizardLM-2-7B #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
# merge This is a merge of pre-trained language models created using mergekit. ## Merge Details ### Merge Method This model was merged using the TIES merge method using amazingvince/Not-WizardLM-2-7B as a base. ### Models Merged The following models were included in the merge: * TFMC/Japanese-Starling-ChatV-7B ##...
[ "# merge\n\nThis is a merge of pre-trained language models created using mergekit.", "## Merge Details", "### Merge Method\n\nThis model was merged using the TIES merge method using amazingvince/Not-WizardLM-2-7B as a base.", "### Models Merged\n\nThe following models were included in the merge:\n* TFMC/Japan...
[ "TAGS\n#transformers #safetensors #mistral #text-generation #mergekit #merge #arxiv-2306.01708 #base_model-TFMC/Japanese-Starling-ChatV-7B #base_model-amazingvince/Not-WizardLM-2-7B #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n", "# merge\n\nThis is a merge of pre-trained la...
[ 87, 17, 4, 32, 29, 16 ]
[ "TAGS\n#transformers #safetensors #mistral #text-generation #mergekit #merge #arxiv-2306.01708 #base_model-TFMC/Japanese-Starling-ChatV-7B #base_model-amazingvince/Not-WizardLM-2-7B #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n# merge\n\nThis is a merge of pre-trained language...
null
peft
## Training procedure The following `bitsandbytes` quantization config was used during training: - load_in_8bit: False - load_in_4bit: True - llm_int8_threshold: 6.0 - llm_int8_skip_modules: None - llm_int8_enable_fp32_cpu_offload: False - llm_int8_has_fp16_weight: False - bnb_4bit_quant_type: nf4 - bnb_4bit_use_doub...
{"library_name": "peft"}
123addy/chat-fine-tuned-llama2
null
[ "peft", "region:us" ]
null
2024-04-17T17:59:44+00:00
[]
[]
TAGS #peft #region-us
## Training procedure The following 'bitsandbytes' quantization config was used during training: - load_in_8bit: False - load_in_4bit: True - llm_int8_threshold: 6.0 - llm_int8_skip_modules: None - llm_int8_enable_fp32_cpu_offload: False - llm_int8_has_fp16_weight: False - bnb_4bit_quant_type: nf4 - bnb_4bit_use_doub...
[ "## Training procedure\n\n\nThe following 'bitsandbytes' quantization config was used during training:\n- load_in_8bit: False\n- load_in_4bit: True\n- llm_int8_threshold: 6.0\n- llm_int8_skip_modules: None\n- llm_int8_enable_fp32_cpu_offload: False\n- llm_int8_has_fp16_weight: False\n- bnb_4bit_quant_type: nf4\n- b...
[ "TAGS\n#peft #region-us \n", "## Training procedure\n\n\nThe following 'bitsandbytes' quantization config was used during training:\n- load_in_8bit: False\n- load_in_4bit: True\n- llm_int8_threshold: 6.0\n- llm_int8_skip_modules: None\n- llm_int8_enable_fp32_cpu_offload: False\n- llm_int8_has_fp16_weight: False\n...
[ 8, 144, 13 ]
[ "TAGS\n#peft #region-us \n## Training procedure\n\n\nThe following 'bitsandbytes' quantization config was used during training:\n- load_in_8bit: False\n- load_in_4bit: True\n- llm_int8_threshold: 6.0\n- llm_int8_skip_modules: None\n- llm_int8_enable_fp32_cpu_offload: False\n- llm_int8_has_fp16_weight: False\n- bnb_...
text2text-generation
transformers
# Model Card for Model ID <!-- Provide a quick summary of what the model is/does. --> ## Model Details ### Model Description <!-- Provide a longer summary of what this model is. --> This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generate...
{"library_name": "transformers", "tags": []}
eeshanpatel/T5-Conditional-Generation
null
[ "transformers", "safetensors", "t5", "text2text-generation", "arxiv:1910.09700", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
null
2024-04-17T17:59:49+00:00
[ "1910.09700" ]
[]
TAGS #transformers #safetensors #t5 #text2text-generation #arxiv-1910.09700 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
# Model Card for Model ID ## Model Details ### Model Description This is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated. - Developed by: - Funded by [optional]: - Shared by [optional]: - Model type: - Language(s) (NLP): - License...
[ "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated.\n\n- Developed by: \n- Funded by [optional]: \n- Shared by [optional]: \n- Model type: \n- Language(s)...
[ "TAGS\n#transformers #safetensors #t5 #text2text-generation #arxiv-1910.09700 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n", "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\nThis is the model card of a transformers model that has been push...
[ 46, 6, 4, 75, 23, 3, 5, 8, 9, 8, 34, 20, 4, 5, 5, 11, 13, 12, 3, 10, 6, 5, 6, 4, 5, 7, 49, 7, 7, 5, 5, 15, 7, 7, 8, 5 ]
[ "TAGS\n#transformers #safetensors #t5 #text2text-generation #arxiv-1910.09700 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n# Model Card for Model ID## Model Details### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the Hub. Thi...
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. --> # Intent-classification-BERT-cased-Ashu This model is a fine-tuned version of [google-bert/bert-base-cased](https://huggingface.co...
{"license": "apache-2.0", "tags": ["generated_from_trainer"], "metrics": ["accuracy"], "base_model": "google-bert/bert-base-cased", "model-index": [{"name": "Intent-classification-BERT-cased-Ashu", "results": []}]}
Narkantak/Intent-classification-BERT-cased-Ashu
null
[ "transformers", "safetensors", "bert", "text-classification", "generated_from_trainer", "base_model:google-bert/bert-base-cased", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2024-04-17T18:00:58+00:00
[]
[]
TAGS #transformers #safetensors #bert #text-classification #generated_from_trainer #base_model-google-bert/bert-base-cased #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
Intent-classification-BERT-cased-Ashu ===================================== This model is a fine-tuned version of google-bert/bert-base-cased on an unknown dataset. It achieves the following results on the evaluation set: * Loss: 0.1960 * Accuracy: 0.9321 Model description ----------------- More information nee...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 0.0002\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: 30", "### Trai...
[ "TAGS\n#transformers #safetensors #bert #text-classification #generated_from_trainer #base_model-google-bert/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\\...
[ 56, 101, 5, 40 ]
[ "TAGS\n#transformers #safetensors #bert #text-classification #generated_from_trainer #base_model-google-bert/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:...
text-generation
transformers
# Model Card for Model ID <!-- Provide a quick summary of what the model is/does. --> ## Model Details ### Model Description <!-- Provide a longer summary of what this model is. --> This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generate...
{"library_name": "transformers", "tags": []}
tomaszki/mistral-35
null
[ "transformers", "safetensors", "llama", "text-generation", "conversational", "arxiv:1910.09700", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
null
2024-04-17T18:02:53+00:00
[ "1910.09700" ]
[]
TAGS #transformers #safetensors #llama #text-generation #conversational #arxiv-1910.09700 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
# Model Card for Model ID ## Model Details ### Model Description This is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated. - Developed by: - Funded by [optional]: - Shared by [optional]: - Model type: - Language(s) (NLP): - License...
[ "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated.\n\n- Developed by: \n- Funded by [optional]: \n- Shared by [optional]: \n- Model type: \n- Language(s)...
[ "TAGS\n#transformers #safetensors #llama #text-generation #conversational #arxiv-1910.09700 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n", "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\nThis is the model card of a transformers model that...
[ 47, 6, 4, 75, 23, 3, 5, 8, 9, 8, 34, 20, 4, 5, 5, 11, 13, 12, 3, 10, 6, 5, 6, 4, 5, 7, 49, 7, 7, 5, 5, 15, 7, 7, 8, 5 ]
[ "TAGS\n#transformers #safetensors #llama #text-generation #conversational #arxiv-1910.09700 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n# Model Card for Model ID## Model Details### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed o...
text-generation
transformers
# Model Card for Mixtral-8x22B-Instruct-v0.1-4bit The Mixtral-8x7B Large Language Model (LLM) is a pretrained generative Sparse Mixture of Experts. The Mixtral-8x7B outperforms Llama 2 70B on most benchmarks we tested. Model added by [Prince Canuma](https://twitter.com/Prince_Canuma). For full details of this model p...
{"language": ["fr", "it", "de", "es", "en"], "license": "apache-2.0", "inference": {"parameters": {"temperature": 0.5}}, "widget": [{"messages": [{"role": "user", "content": "What is your favorite condiment?"}]}]}
prince-canuma/Mixtral-8x22B-Instruct-v0.1-4bit
null
[ "transformers", "safetensors", "mixtral", "text-generation", "conversational", "fr", "it", "de", "es", "en", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "4-bit", "region:us" ]
null
2024-04-17T18:03:46+00:00
[]
[ "fr", "it", "de", "es", "en" ]
TAGS #transformers #safetensors #mixtral #text-generation #conversational #fr #it #de #es #en #license-apache-2.0 #autotrain_compatible #endpoints_compatible #text-generation-inference #4-bit #region-us
# Model Card for Mixtral-8x22B-Instruct-v0.1-4bit The Mixtral-8x7B Large Language Model (LLM) is a pretrained generative Sparse Mixture of Experts. The Mixtral-8x7B outperforms Llama 2 70B on most benchmarks we tested. Model added by Prince Canuma. For full details of this model please read our release blog post. ##...
[ "# Model Card for Mixtral-8x22B-Instruct-v0.1-4bit\nThe Mixtral-8x7B Large Language Model (LLM) is a pretrained generative Sparse Mixture of Experts. The Mixtral-8x7B outperforms Llama 2 70B on most benchmarks we tested.\n\nModel added by Prince Canuma.\n\nFor full details of this model please read our release blog...
[ "TAGS\n#transformers #safetensors #mixtral #text-generation #conversational #fr #it #de #es #en #license-apache-2.0 #autotrain_compatible #endpoints_compatible #text-generation-inference #4-bit #region-us \n", "# Model Card for Mixtral-8x22B-Instruct-v0.1-4bit\nThe Mixtral-8x7B Large Language Model (LLM) is a pre...
[ 59, 92, 64, 160, 44, 36, 39, 27, 74, 125 ]
[ "TAGS\n#transformers #safetensors #mixtral #text-generation #conversational #fr #it #de #es #en #license-apache-2.0 #autotrain_compatible #endpoints_compatible #text-generation-inference #4-bit #region-us \n# Model Card for Mixtral-8x22B-Instruct-v0.1-4bit\nThe Mixtral-8x7B Large Language Model (LLM) is a pretraine...
text-generation
transformers
# Model Card for Model ID <!-- Provide a quick summary of what the model is/does. --> ## Model Details ### Model Description <!-- Provide a longer summary of what this model is. --> This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generate...
{"library_name": "transformers", "tags": []}
tomaszki/mistral-35-a
null
[ "transformers", "safetensors", "llama", "text-generation", "conversational", "arxiv:1910.09700", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
null
2024-04-17T18:06:25+00:00
[ "1910.09700" ]
[]
TAGS #transformers #safetensors #llama #text-generation #conversational #arxiv-1910.09700 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
# Model Card for Model ID ## Model Details ### Model Description This is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated. - Developed by: - Funded by [optional]: - Shared by [optional]: - Model type: - Language(s) (NLP): - License...
[ "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated.\n\n- Developed by: \n- Funded by [optional]: \n- Shared by [optional]: \n- Model type: \n- Language(s)...
[ "TAGS\n#transformers #safetensors #llama #text-generation #conversational #arxiv-1910.09700 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n", "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\nThis is the model card of a transformers model that...
[ 47, 6, 4, 75, 23, 3, 5, 8, 9, 8, 34, 20, 4, 5, 5, 11, 13, 12, 3, 10, 6, 5, 6, 4, 5, 7, 49, 7, 7, 5, 5, 15, 7, 7, 8, 5 ]
[ "TAGS\n#transformers #safetensors #llama #text-generation #conversational #arxiv-1910.09700 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n# Model Card for Model ID## Model Details### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed o...
null
transformers
# Model Card for Model ID <!-- Provide a quick summary of what the model is/does. --> ## Model Details ### Model Description <!-- Provide a longer summary of what this model is. --> This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generate...
{"library_name": "transformers", "tags": []}
Enagamirzayev/whisper-small-llm-lingo-adapters_o
null
[ "transformers", "safetensors", "arxiv:1910.09700", "endpoints_compatible", "region:us" ]
null
2024-04-17T18:06:37+00:00
[ "1910.09700" ]
[]
TAGS #transformers #safetensors #arxiv-1910.09700 #endpoints_compatible #region-us
# Model Card for Model ID ## Model Details ### Model Description This is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated. - Developed by: - Funded by [optional]: - Shared by [optional]: - Model type: - Language(s) (NLP): - License...
[ "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated.\n\n- Developed by: \n- Funded by [optional]: \n- Shared by [optional]: \n- Model type: \n- Language(s)...
[ "TAGS\n#transformers #safetensors #arxiv-1910.09700 #endpoints_compatible #region-us \n", "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated.\n\n- Devel...
[ 26, 6, 4, 75, 23, 3, 5, 8, 9, 8, 34, 20, 4, 5, 5, 11, 13, 12, 3, 10, 6, 5, 6, 4, 5, 7, 49, 7, 7, 5, 5, 15, 7, 7, 8, 5 ]
[ "TAGS\n#transformers #safetensors #arxiv-1910.09700 #endpoints_compatible #region-us \n# Model Card for Model ID## Model Details### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated.\n\n- Developed by: \n- Funde...
text-generation
transformers
# Model Card for Model ID <!-- Provide a quick summary of what the model is/does. --> ## Model Details ### Model Description <!-- Provide a longer summary of what this model is. --> This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generate...
{"library_name": "transformers", "tags": []}
bogdanfloris/Mistral-7B-v0.1-4bit
null
[ "transformers", "safetensors", "mistral", "text-generation", "arxiv:1910.09700", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "4-bit", "region:us" ]
null
2024-04-17T18:07:02+00:00
[ "1910.09700" ]
[]
TAGS #transformers #safetensors #mistral #text-generation #arxiv-1910.09700 #autotrain_compatible #endpoints_compatible #text-generation-inference #4-bit #region-us
# Model Card for Model ID ## Model Details ### Model Description This is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated. - Developed by: - Funded by [optional]: - Shared by [optional]: - Model type: - Language(s) (NLP): - License...
[ "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated.\n\n- Developed by: \n- Funded by [optional]: \n- Shared by [optional]: \n- Model type: \n- Language(s)...
[ "TAGS\n#transformers #safetensors #mistral #text-generation #arxiv-1910.09700 #autotrain_compatible #endpoints_compatible #text-generation-inference #4-bit #region-us \n", "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\nThis is the model card of a transformers model that has be...
[ 48, 6, 4, 75, 23, 3, 5, 8, 9, 8, 34, 20, 4, 5, 5, 11, 13, 12, 3, 10, 6, 5, 6, 4, 5, 7, 49, 7, 7, 5, 5, 15, 7, 7, 8, 5 ]
[ "TAGS\n#transformers #safetensors #mistral #text-generation #arxiv-1910.09700 #autotrain_compatible #endpoints_compatible #text-generation-inference #4-bit #region-us \n# Model Card for Model ID## Model Details### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the H...
automatic-speech-recognition
transformers
<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # Whisper Small ZIB2 This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on ...
{"language": ["de"], "license": "apache-2.0", "tags": ["generated_from_trainer"], "datasets": ["rmacek/common_voice_zib2"], "metrics": ["wer"], "base_model": "openai/whisper-small", "model-index": [{"name": "Whisper Small ZIB2", "results": [{"task": {"type": "automatic-speech-recognition", "name": "Automatic Speech Rec...
rmacek/whisper-small-de
null
[ "transformers", "tensorboard", "safetensors", "whisper", "automatic-speech-recognition", "generated_from_trainer", "de", "dataset:rmacek/common_voice_zib2", "base_model:openai/whisper-small", "license:apache-2.0", "model-index", "endpoints_compatible", "region:us" ]
null
2024-04-17T18:08:52+00:00
[]
[ "de" ]
TAGS #transformers #tensorboard #safetensors #whisper #automatic-speech-recognition #generated_from_trainer #de #dataset-rmacek/common_voice_zib2 #base_model-openai/whisper-small #license-apache-2.0 #model-index #endpoints_compatible #region-us
Whisper Small ZIB2 ================== This model is a fine-tuned version of openai/whisper-small on the ZIB2 Common Voice dataset. It achieves the following results on the evaluation set: * Loss: 0.3366 * Wer: 28.9384 Model description ----------------- More information needed Intended uses & limitations ----...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 1e-05\n* train\\_batch\\_size: 16\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 #tensorboard #safetensors #whisper #automatic-speech-recognition #generated_from_trainer #de #dataset-rmacek/common_voice_zib2 #base_model-openai/whisper-small #license-apache-2.0 #model-index #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparamete...
[ 73, 126, 5, 44 ]
[ "TAGS\n#transformers #tensorboard #safetensors #whisper #automatic-speech-recognition #generated_from_trainer #de #dataset-rmacek/common_voice_zib2 #base_model-openai/whisper-small #license-apache-2.0 #model-index #endpoints_compatible #region-us \n### Training hyperparameters\n\n\nThe following hyperparameters wer...
reinforcement-learning
ml-agents
# **ppo** Agent playing **Huggy** This is a trained model of a **ppo** agent playing **Huggy** using the [Unity ML-Agents Library](https://github.com/Unity-Technologies/ml-agents). ## Usage (with ML-Agents) The Documentation: https://unity-technologies.github.io/ml-agents/ML-Agents-Toolkit-Documentation/ ...
{"library_name": "ml-agents", "tags": ["Huggy", "deep-reinforcement-learning", "reinforcement-learning", "ML-Agents-Huggy"]}
moczard/ppo-Huggy
null
[ "ml-agents", "tensorboard", "onnx", "Huggy", "deep-reinforcement-learning", "reinforcement-learning", "ML-Agents-Huggy", "region:us" ]
null
2024-04-17T18:09:12+00:00
[]
[]
TAGS #ml-agents #tensorboard #onnx #Huggy #deep-reinforcement-learning #reinforcement-learning #ML-Agents-Huggy #region-us
# ppo Agent playing Huggy This is a trained model of a ppo agent playing Huggy 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: - A *short tutorial* where you te...
[ "# ppo Agent playing Huggy\n This is a trained model of a ppo agent playing Huggy\n using the Unity ML-Agents Library.\n\n ## Usage (with ML-Agents)\n The Documentation: URL\n\n We wrote a complete tutorial to learn to train your first agent using ML-Agents and publish it to the Hub:\n - A *short tutorial* wh...
[ "TAGS\n#ml-agents #tensorboard #onnx #Huggy #deep-reinforcement-learning #reinforcement-learning #ML-Agents-Huggy #region-us \n", "# ppo Agent playing Huggy\n This is a trained model of a ppo agent playing Huggy\n using the Unity ML-Agents Library.\n\n ## Usage (with ML-Agents)\n The Documentation: URL\n\n W...
[ 35, 199 ]
[ "TAGS\n#ml-agents #tensorboard #onnx #Huggy #deep-reinforcement-learning #reinforcement-learning #ML-Agents-Huggy #region-us \n# ppo Agent playing Huggy\n This is a trained model of a ppo agent playing Huggy\n using the Unity ML-Agents Library.\n\n ## Usage (with ML-Agents)\n The Documentation: URL\n\n We wrot...
null
peft
## Training procedure The following `bitsandbytes` quantization config was used during training: - quant_method: bitsandbytes - _load_in_8bit: False - _load_in_4bit: True - llm_int8_threshold: 6.0 - llm_int8_skip_modules: None - llm_int8_enable_fp32_cpu_offload: False - llm_int8_has_fp16_weight: False - bnb_4bit_quan...
{"library_name": "peft", "model-index": [{"name": "gembode-2b-base-ultraalpaca-qlora", "results": [{"task": {"type": "text-generation", "name": "Text Generation"}, "dataset": {"name": "ENEM Challenge (No Images)", "type": "eduagarcia/enem_challenge", "split": "train", "args": {"num_few_shot": 3}}, "metrics": [{"type": ...
recogna-nlp/gembode-2b-base-ultraalpaca-qlora
null
[ "peft", "model-index", "has_space", "region:us" ]
null
2024-04-17T18:09:20+00:00
[]
[]
TAGS #peft #model-index #has_space #region-us
Training procedure ------------------ The following 'bitsandbytes' quantization config was used during training: * quant\_method: bitsandbytes * \_load\_in\_8bit: False * \_load\_in\_4bit: True * llm\_int8\_threshold: 6.0 * llm\_int8\_skip\_modules: None * llm\_int8\_enable\_fp32\_cpu\_offload: False * llm\_int8\_h...
[ "### Framework versions\n\n\n* PEFT 0.5.0\n\n\nOpen Portuguese LLM Leaderboard Evaluation Results\n==================================================\n\n\nDetailed results can be found here and on the Open Portuguese LLM Leaderboard" ]
[ "TAGS\n#peft #model-index #has_space #region-us \n", "### Framework versions\n\n\n* PEFT 0.5.0\n\n\nOpen Portuguese LLM Leaderboard Evaluation Results\n==================================================\n\n\nDetailed results can be found here and on the Open Portuguese LLM Leaderboard" ]
[ 16, 86 ]
[ "TAGS\n#peft #model-index #has_space #region-us \n### Framework versions\n\n\n* PEFT 0.5.0\n\n\nOpen Portuguese LLM Leaderboard Evaluation Results\n==================================================\n\n\nDetailed results can be found here and on the Open Portuguese LLM Leaderboard" ]
null
peft
## Training procedure The following `bitsandbytes` quantization config was used during training: - quant_method: bitsandbytes - _load_in_8bit: False - _load_in_4bit: True - llm_int8_threshold: 6.0 - llm_int8_skip_modules: None - llm_int8_enable_fp32_cpu_offload: False - llm_int8_has_fp16_weight: False - bnb_4bit_quan...
{"library_name": "peft"}
recogna-nlp/qwenbode_1_8b_chat_ultraalpaca
null
[ "peft", "pytorch", "qwen2", "has_space", "region:us" ]
null
2024-04-17T18:10:14+00:00
[]
[]
TAGS #peft #pytorch #qwen2 #has_space #region-us
## Training procedure The following 'bitsandbytes' quantization config was used during training: - quant_method: bitsandbytes - _load_in_8bit: False - _load_in_4bit: True - llm_int8_threshold: 6.0 - llm_int8_skip_modules: None - llm_int8_enable_fp32_cpu_offload: False - llm_int8_has_fp16_weight: False - bnb_4bit_quan...
[ "## Training procedure\n\n\nThe following 'bitsandbytes' quantization config was used during training:\n- quant_method: bitsandbytes\n- _load_in_8bit: False\n- _load_in_4bit: True\n- llm_int8_threshold: 6.0\n- llm_int8_skip_modules: None\n- llm_int8_enable_fp32_cpu_offload: False\n- llm_int8_has_fp16_weight: False\...
[ "TAGS\n#peft #pytorch #qwen2 #has_space #region-us \n", "## Training procedure\n\n\nThe following 'bitsandbytes' quantization config was used during training:\n- quant_method: bitsandbytes\n- _load_in_8bit: False\n- _load_in_4bit: True\n- llm_int8_threshold: 6.0\n- llm_int8_skip_modules: None\n- llm_int8_enable_f...
[ 21, 189, 13 ]
[ "TAGS\n#peft #pytorch #qwen2 #has_space #region-us \n## Training procedure\n\n\nThe following 'bitsandbytes' quantization config was used during training:\n- quant_method: bitsandbytes\n- _load_in_8bit: False\n- _load_in_4bit: True\n- llm_int8_threshold: 6.0\n- llm_int8_skip_modules: None\n- llm_int8_enable_fp32_cp...
null
peft
## Training procedure The following `bitsandbytes` quantization config was used during training: - quant_method: bitsandbytes - _load_in_8bit: False - _load_in_4bit: True - llm_int8_threshold: 6.0 - llm_int8_skip_modules: None - llm_int8_enable_fp32_cpu_offload: False - llm_int8_has_fp16_weight: False - bnb_4bit_quan...
{"library_name": "peft", "model-index": [{"name": "qwenbode_1_8b_chat_ultraalpaca_qlora", "results": [{"task": {"type": "text-generation", "name": "Text Generation"}, "dataset": {"name": "ENEM Challenge (No Images)", "type": "eduagarcia/enem_challenge", "split": "train", "args": {"num_few_shot": 3}}, "metrics": [{"type...
recogna-nlp/qwenbode_1_8b_chat_ultraalpaca_qlora
null
[ "peft", "model-index", "has_space", "region:us" ]
null
2024-04-17T18:10:30+00:00
[]
[]
TAGS #peft #model-index #has_space #region-us
Training procedure ------------------ The following 'bitsandbytes' quantization config was used during training: * quant\_method: bitsandbytes * \_load\_in\_8bit: False * \_load\_in\_4bit: True * llm\_int8\_threshold: 6.0 * llm\_int8\_skip\_modules: None * llm\_int8\_enable\_fp32\_cpu\_offload: False * llm\_int8\_h...
[ "### Framework versions\n\n\n* PEFT 0.5.0\n\n\nOpen Portuguese LLM Leaderboard Evaluation Results\n==================================================\n\n\nDetailed results can be found here and on the Open Portuguese LLM Leaderboard" ]
[ "TAGS\n#peft #model-index #has_space #region-us \n", "### Framework versions\n\n\n* PEFT 0.5.0\n\n\nOpen Portuguese LLM Leaderboard Evaluation Results\n==================================================\n\n\nDetailed results can be found here and on the Open Portuguese LLM Leaderboard" ]
[ 16, 86 ]
[ "TAGS\n#peft #model-index #has_space #region-us \n### Framework versions\n\n\n* PEFT 0.5.0\n\n\nOpen Portuguese LLM Leaderboard Evaluation Results\n==================================================\n\n\nDetailed results can be found here and on the Open Portuguese LLM Leaderboard" ]
automatic-speech-recognition
transformers
# Model Card for Model ID <!-- Provide a quick summary of what the model is/does. --> ## Model Details ### Model Description <!-- Provide a longer summary of what this model is. --> This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generate...
{"library_name": "transformers", "tags": []}
Enagamirzayev/whisper-small-llm-lingo_o
null
[ "transformers", "safetensors", "whisper", "automatic-speech-recognition", "arxiv:1910.09700", "endpoints_compatible", "region:us" ]
null
2024-04-17T18:11:08+00:00
[ "1910.09700" ]
[]
TAGS #transformers #safetensors #whisper #automatic-speech-recognition #arxiv-1910.09700 #endpoints_compatible #region-us
# Model Card for Model ID ## Model Details ### Model Description This is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated. - Developed by: - Funded by [optional]: - Shared by [optional]: - Model type: - Language(s) (NLP): - License...
[ "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated.\n\n- Developed by: \n- Funded by [optional]: \n- Shared by [optional]: \n- Model type: \n- Language(s)...
[ "TAGS\n#transformers #safetensors #whisper #automatic-speech-recognition #arxiv-1910.09700 #endpoints_compatible #region-us \n", "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the Hub. This model card has b...
[ 34, 6, 4, 75, 23, 3, 5, 8, 9, 8, 34, 20, 4, 5, 5, 11, 13, 12, 3, 10, 6, 5, 6, 4, 5, 7, 49, 7, 7, 5, 5, 15, 7, 7, 8, 5 ]
[ "TAGS\n#transformers #safetensors #whisper #automatic-speech-recognition #arxiv-1910.09700 #endpoints_compatible #region-us \n# Model Card for Model ID## Model Details### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically ...
text-generation
transformers
# Model Card for Model ID <!-- Provide a quick summary of what the model is/does. --> ## Model Details ### Model Description <!-- Provide a longer summary of what this model is. --> This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generate...
{"library_name": "transformers", "tags": []}
indiana500/gpt2-implicit-fine-tuned-classification
null
[ "transformers", "safetensors", "gpt2", "text-generation", "arxiv:1910.09700", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
null
2024-04-17T18:12:19+00:00
[ "1910.09700" ]
[]
TAGS #transformers #safetensors #gpt2 #text-generation #arxiv-1910.09700 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
# Model Card for Model ID ## Model Details ### Model Description This is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated. - Developed by: - Funded by [optional]: - Shared by [optional]: - Model type: - Language(s) (NLP): - License...
[ "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated.\n\n- Developed by: \n- Funded by [optional]: \n- Shared by [optional]: \n- Model type: \n- Language(s)...
[ "TAGS\n#transformers #safetensors #gpt2 #text-generation #arxiv-1910.09700 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n", "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed ...
[ 45, 6, 4, 75, 23, 3, 5, 8, 9, 8, 34, 20, 4, 5, 5, 11, 13, 12, 3, 10, 6, 5, 6, 4, 5, 7, 49, 7, 7, 5, 5, 15, 7, 7, 8, 5 ]
[ "TAGS\n#transformers #safetensors #gpt2 #text-generation #arxiv-1910.09700 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n# Model Card for Model ID## Model Details### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the Hub. This m...
null
transformers
# Model Card for Model ID <!-- Provide a quick summary of what the model is/does. --> ## Model Details ### Model Description <!-- Provide a longer summary of what this model is. --> This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generate...
{"library_name": "transformers", "tags": []}
Julesb5/gemma-7b-it-med1
null
[ "transformers", "safetensors", "arxiv:1910.09700", "endpoints_compatible", "region:us" ]
null
2024-04-17T18:13:22+00:00
[ "1910.09700" ]
[]
TAGS #transformers #safetensors #arxiv-1910.09700 #endpoints_compatible #region-us
# Model Card for Model ID ## Model Details ### Model Description This is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated. - Developed by: - Funded by [optional]: - Shared by [optional]: - Model type: - Language(s) (NLP): - License...
[ "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated.\n\n- Developed by: \n- Funded by [optional]: \n- Shared by [optional]: \n- Model type: \n- Language(s)...
[ "TAGS\n#transformers #safetensors #arxiv-1910.09700 #endpoints_compatible #region-us \n", "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated.\n\n- Devel...
[ 26, 6, 4, 75, 23, 3, 5, 8, 9, 8, 34, 20, 4, 5, 5, 11, 13, 12, 3, 10, 6, 5, 6, 4, 5, 7, 49, 7, 7, 5, 5, 15, 7, 7, 8, 5 ]
[ "TAGS\n#transformers #safetensors #arxiv-1910.09700 #endpoints_compatible #region-us \n# Model Card for Model ID## Model Details### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated.\n\n- Developed by: \n- Funde...
text2text-generation
transformers
<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # mbart-Math_problems This model is a fine-tuned version of [facebook/mbart-large-50](https://huggingface.co/facebook/mbart-large-...
{"license": "mit", "tags": ["generated_from_trainer"], "metrics": ["bleu"], "base_model": "facebook/mbart-large-50", "model-index": [{"name": "mbart-Math_problems", "results": []}]}
LuisCe/mbart-Math_problems
null
[ "transformers", "tensorboard", "safetensors", "mbart", "text2text-generation", "generated_from_trainer", "base_model:facebook/mbart-large-50", "license:mit", "autotrain_compatible", "endpoints_compatible", "has_space", "region:us" ]
null
2024-04-17T18:16:55+00:00
[]
[]
TAGS #transformers #tensorboard #safetensors #mbart #text2text-generation #generated_from_trainer #base_model-facebook/mbart-large-50 #license-mit #autotrain_compatible #endpoints_compatible #has_space #region-us
mbart-Math\_problems ==================== This model is a fine-tuned version of facebook/mbart-large-50 on an unknown dataset. It achieves the following results on the evaluation set: * Loss: 0.9236 * Bleu: 28.8931 * Gen Len: 87.5959 Model description ----------------- More information needed Intended uses & ...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 5.6e-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: 2", "### Traini...
[ "TAGS\n#transformers #tensorboard #safetensors #mbart #text2text-generation #generated_from_trainer #base_model-facebook/mbart-large-50 #license-mit #autotrain_compatible #endpoints_compatible #has_space #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\...
[ 60, 103, 5, 44 ]
[ "TAGS\n#transformers #tensorboard #safetensors #mbart #text2text-generation #generated_from_trainer #base_model-facebook/mbart-large-50 #license-mit #autotrain_compatible #endpoints_compatible #has_space #region-us \n### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* l...
null
peft
<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # model_hh_shp4_200 This model is a fine-tuned version of [meta-llama/Llama-2-7b-chat-hf](https://huggingface.co/meta-llama/Llama-...
{"license": "llama2", "library_name": "peft", "tags": ["trl", "dpo", "generated_from_trainer"], "base_model": "meta-llama/Llama-2-7b-chat-hf", "model-index": [{"name": "model_hh_shp4_200", "results": []}]}
guoyu-zhang/model_hh_shp4_200
null
[ "peft", "safetensors", "trl", "dpo", "generated_from_trainer", "base_model:meta-llama/Llama-2-7b-chat-hf", "license:llama2", "region:us" ]
null
2024-04-17T18:17:11+00:00
[]
[]
TAGS #peft #safetensors #trl #dpo #generated_from_trainer #base_model-meta-llama/Llama-2-7b-chat-hf #license-llama2 #region-us
model\_hh\_shp4\_200 ==================== This model is a fine-tuned version of meta-llama/Llama-2-7b-chat-hf on an unknown dataset. It achieves the following results on the evaluation set: * Loss: 1.4445 * Rewards/chosen: -0.1401 * Rewards/rejected: -1.3796 * Rewards/accuracies: 0.6300 * Rewards/margins: 1.2395 * ...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 0.0005\n* train\\_batch\\_size: 4\n* eval\\_batch\\_size: 1\n* seed: 42\n* gradient\\_accumulation\\_steps: 4\n* total\\_train\\_batch\\_size: 16\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=...
[ "TAGS\n#peft #safetensors #trl #dpo #generated_from_trainer #base_model-meta-llama/Llama-2-7b-chat-hf #license-llama2 #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 0.0005\n* train\\_batch\\_size: 4\n* eval\\_batch\\_size: 1\n* s...
[ 52, 140, 5, 52 ]
[ "TAGS\n#peft #safetensors #trl #dpo #generated_from_trainer #base_model-meta-llama/Llama-2-7b-chat-hf #license-llama2 #region-us \n### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 0.0005\n* train\\_batch\\_size: 4\n* eval\\_batch\\_size: 1\n* seed: 4...
null
transformers
# Model Card for Model ID <!-- Provide a quick summary of what the model is/does. --> ## Model Details ### Model Description <!-- Provide a longer summary of what this model is. --> This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generate...
{"library_name": "transformers", "tags": []}
morioxd/happymakerai_v3
null
[ "transformers", "safetensors", "arxiv:1910.09700", "endpoints_compatible", "region:us" ]
null
2024-04-17T18:17:12+00:00
[ "1910.09700" ]
[]
TAGS #transformers #safetensors #arxiv-1910.09700 #endpoints_compatible #region-us
# Model Card for Model ID ## Model Details ### Model Description This is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated. - Developed by: - Funded by [optional]: - Shared by [optional]: - Model type: - Language(s) (NLP): - License...
[ "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated.\n\n- Developed by: \n- Funded by [optional]: \n- Shared by [optional]: \n- Model type: \n- Language(s)...
[ "TAGS\n#transformers #safetensors #arxiv-1910.09700 #endpoints_compatible #region-us \n", "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated.\n\n- Devel...
[ 26, 6, 4, 75, 23, 3, 5, 8, 9, 8, 34, 20, 4, 5, 5, 11, 13, 12, 3, 10, 6, 5, 6, 4, 5, 7, 49, 7, 7, 5, 5, 15, 7, 7, 8, 5 ]
[ "TAGS\n#transformers #safetensors #arxiv-1910.09700 #endpoints_compatible #region-us \n# Model Card for Model ID## Model Details### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated.\n\n- Developed by: \n- Funde...
null
transformers
# MeloTTS MeloTTS is a **high-quality multi-lingual** text-to-speech library by [MyShell.ai](https://myshell.ai). Supported languages include: | Model card | Example | | --- | --- | | [English](https://huggingface.co/myshell-ai/MeloTTS-English-v2) (American) | [Link](https://myshell-public-repo-hosting.s3.amazon...
{"license": "mit"}
myshell-ai/MeloTTS-English-v3
null
[ "transformers", "license:mit", "endpoints_compatible", "region:us" ]
null
2024-04-17T18:18:30+00:00
[]
[]
TAGS #transformers #license-mit #endpoints_compatible #region-us
MeloTTS ======= MeloTTS is a high-quality multi-lingual text-to-speech library by URL. Supported languages include: Some other features include: * The Chinese speaker supports 'mixed Chinese and English'. * Fast enough for 'CPU real-time inference'. Usage ----- ### Without Installation An unofficial live d...
[ "### Without Installation\n\n\nAn unofficial live demo is hosted on Hugging Face Spaces.", "#### Use it on MyShell\n\n\nThere are hundreds of TTS models on MyShell, much more than MeloTTS. See examples here.\nMore can be found at the widget center of URL.", "### Install and Use Locally\n\n\nFollow the installat...
[ "TAGS\n#transformers #license-mit #endpoints_compatible #region-us \n", "### Without Installation\n\n\nAn unofficial live demo is hosted on Hugging Face Spaces.", "#### Use it on MyShell\n\n\nThere are hundreds of TTS models on MyShell, much more than MeloTTS. See examples here.\nMore can be found at the widget...
[ 16, 16, 46, 220 ]
[ "TAGS\n#transformers #license-mit #endpoints_compatible #region-us \n### Without Installation\n\n\nAn unofficial live demo is hosted on Hugging Face Spaces.#### Use it on MyShell\n\n\nThere are hundreds of TTS models on MyShell, much more than MeloTTS. See examples here.\nMore can be found at the widget center of U...
null
transformers
# Model Card for Model ID <!-- Provide a quick summary of what the model is/does. --> ## Model Details ### Model Description <!-- Provide a longer summary of what this model is. --> This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generate...
{"library_name": "transformers", "tags": ["trl", "sft"]}
elyadenysova/falcon-7b-sileod_2
null
[ "transformers", "safetensors", "trl", "sft", "arxiv:1910.09700", "endpoints_compatible", "region:us" ]
null
2024-04-17T18:21:23+00:00
[ "1910.09700" ]
[]
TAGS #transformers #safetensors #trl #sft #arxiv-1910.09700 #endpoints_compatible #region-us
# Model Card for Model ID ## Model Details ### Model Description This is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated. - Developed by: - Funded by [optional]: - Shared by [optional]: - Model type: - Language(s) (NLP): - License...
[ "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated.\n\n- Developed by: \n- Funded by [optional]: \n- Shared by [optional]: \n- Model type: \n- Language(s)...
[ "TAGS\n#transformers #safetensors #trl #sft #arxiv-1910.09700 #endpoints_compatible #region-us \n", "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated.\...
[ 32, 6, 4, 75, 23, 3, 5, 8, 9, 8, 34, 20, 4, 5, 5, 11, 13, 12, 3, 10, 6, 5, 6, 4, 5, 7, 49, 7, 7, 5, 5, 15, 7, 7, 8, 5 ]
[ "TAGS\n#transformers #safetensors #trl #sft #arxiv-1910.09700 #endpoints_compatible #region-us \n# Model Card for Model ID## Model Details### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated.\n\n- Developed by:...
text-generation
transformers
# Model Trained Using AutoTrain This model was trained using AutoTrain. For more information, please visit [AutoTrain](https://hf.co/docs/autotrain). # Usage ```python from transformers import AutoModelForCausalLM, AutoTokenizer model_path = "PATH_TO_THIS_REPO" tokenizer = AutoTokenizer.from_pretrained(model_pat...
{"license": "other", "library_name": "transformers", "tags": ["autotrain", "text-generation-inference", "text-generation", "peft"], "widget": [{"messages": [{"role": "user", "content": "What is your favorite condiment?"}]}]}
ikerm11/FTLLAMA222
null
[ "transformers", "safetensors", "autotrain", "text-generation-inference", "text-generation", "peft", "conversational", "license:other", "endpoints_compatible", "has_space", "region:us" ]
null
2024-04-17T18:22:01+00:00
[]
[]
TAGS #transformers #safetensors #autotrain #text-generation-inference #text-generation #peft #conversational #license-other #endpoints_compatible #has_space #region-us
# Model Trained Using AutoTrain This model was trained using AutoTrain. For more information, please visit AutoTrain. # Usage
[ "# Model Trained Using AutoTrain\n\nThis model was trained using AutoTrain. For more information, please visit AutoTrain.", "# Usage" ]
[ "TAGS\n#transformers #safetensors #autotrain #text-generation-inference #text-generation #peft #conversational #license-other #endpoints_compatible #has_space #region-us \n", "# Model Trained Using AutoTrain\n\nThis model was trained using AutoTrain. For more information, please visit AutoTrain.", "# Usage" ]
[ 43, 23, 2 ]
[ "TAGS\n#transformers #safetensors #autotrain #text-generation-inference #text-generation #peft #conversational #license-other #endpoints_compatible #has_space #region-us \n# Model Trained Using AutoTrain\n\nThis model was trained using AutoTrain. For more information, please visit AutoTrain.# Usage" ]
null
adapter-transformers
# Adapter `ltuzova/classification_tapt_unipelt_adapter` for roberta-base An [adapter](https://adapterhub.ml) for the `roberta-base` model that was trained on the [BigTMiami/amazon_helpfulness](https://huggingface.co/datasets/BigTMiami/amazon_helpfulness/) dataset and includes a prediction head for classification. Th...
{"tags": ["roberta", "adapter-transformers"], "datasets": ["BigTMiami/amazon_helpfulness"]}
ltuzova/classification_tapt_unipelt_adapter
null
[ "adapter-transformers", "roberta", "dataset:BigTMiami/amazon_helpfulness", "region:us" ]
null
2024-04-17T18:23:46+00:00
[]
[]
TAGS #adapter-transformers #roberta #dataset-BigTMiami/amazon_helpfulness #region-us
# Adapter 'ltuzova/classification_tapt_unipelt_adapter' for roberta-base An adapter for the 'roberta-base' model that was trained on the BigTMiami/amazon_helpfulness dataset and includes a prediction head for classification. This adapter was created for usage with the Adapters library. ## Usage First, install 'ada...
[ "# Adapter 'ltuzova/classification_tapt_unipelt_adapter' for roberta-base\n\nAn adapter for the 'roberta-base' model that was trained on the BigTMiami/amazon_helpfulness dataset and includes a prediction head for classification.\n\nThis adapter was created for usage with the Adapters library.", "## Usage\n\nFirst...
[ "TAGS\n#adapter-transformers #roberta #dataset-BigTMiami/amazon_helpfulness #region-us \n", "# Adapter 'ltuzova/classification_tapt_unipelt_adapter' for roberta-base\n\nAn adapter for the 'roberta-base' model that was trained on the BigTMiami/amazon_helpfulness dataset and includes a prediction head for classific...
[ 25, 72, 24, 5, 4 ]
[ "TAGS\n#adapter-transformers #roberta #dataset-BigTMiami/amazon_helpfulness #region-us \n# Adapter 'ltuzova/classification_tapt_unipelt_adapter' for roberta-base\n\nAn adapter for the 'roberta-base' model that was trained on the BigTMiami/amazon_helpfulness dataset and includes a prediction head for classification....
null
transformers
# Model Card for Model ID <!-- Provide a quick summary of what the model is/does. --> ## Model Details ### Model Description <!-- Provide a longer summary of what this model is. --> This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generate...
{"library_name": "transformers", "tags": []}
Aviral2412/fineturning3
null
[ "transformers", "arxiv:1910.09700", "endpoints_compatible", "region:us" ]
null
2024-04-17T18:24:29+00:00
[ "1910.09700" ]
[]
TAGS #transformers #arxiv-1910.09700 #endpoints_compatible #region-us
# Model Card for Model ID ## Model Details ### Model Description This is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated. - Developed by: - Funded by [optional]: - Shared by [optional]: - Model type: - Language(s) (NLP): - License...
[ "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated.\n\n- Developed by: \n- Funded by [optional]: \n- Shared by [optional]: \n- Model type: \n- Language(s)...
[ "TAGS\n#transformers #arxiv-1910.09700 #endpoints_compatible #region-us \n", "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated.\n\n- Developed by: \n- ...
[ 22, 6, 4, 75, 23, 3, 5, 8, 9, 8, 34, 20, 4, 5, 5, 11, 13, 12, 3, 10, 6, 5, 6, 4, 5, 7, 49, 7, 7, 5, 5, 15, 7, 7, 8, 5 ]
[ "TAGS\n#transformers #arxiv-1910.09700 #endpoints_compatible #region-us \n# Model Card for Model ID## Model Details### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated.\n\n- Developed by: \n- Funded by [optiona...
text-generation
transformers
# Model Card for Model ID <!-- Provide a quick summary of what the model is/does. --> ## Model Details ### Model Description <!-- Provide a longer summary of what this model is. --> This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generate...
{"library_name": "transformers", "tags": []}
batprem/typhoon-med
null
[ "transformers", "safetensors", "mistral", "text-generation", "arxiv:1910.09700", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "4-bit", "region:us" ]
null
2024-04-17T18:30:14+00:00
[ "1910.09700" ]
[]
TAGS #transformers #safetensors #mistral #text-generation #arxiv-1910.09700 #autotrain_compatible #endpoints_compatible #text-generation-inference #4-bit #region-us
# Model Card for Model ID ## Model Details ### Model Description This is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated. - Developed by: - Funded by [optional]: - Shared by [optional]: - Model type: - Language(s) (NLP): - License...
[ "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated.\n\n- Developed by: \n- Funded by [optional]: \n- Shared by [optional]: \n- Model type: \n- Language(s)...
[ "TAGS\n#transformers #safetensors #mistral #text-generation #arxiv-1910.09700 #autotrain_compatible #endpoints_compatible #text-generation-inference #4-bit #region-us \n", "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\nThis is the model card of a transformers model that has be...
[ 48, 6, 4, 75, 23, 3, 5, 8, 9, 8, 34, 20, 4, 5, 5, 11, 13, 12, 3, 10, 6, 5, 6, 4, 5, 7, 49, 7, 7, 5, 5, 15, 7, 7, 8, 5 ]
[ "TAGS\n#transformers #safetensors #mistral #text-generation #arxiv-1910.09700 #autotrain_compatible #endpoints_compatible #text-generation-inference #4-bit #region-us \n# Model Card for Model ID## Model Details### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the H...
feature-extraction
transformers
# Model Card for Model ID <!-- Provide a quick summary of what the model is/does. --> ## Model Details ### Model Description <!-- Provide a longer summary of what this model is. --> This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generate...
{"library_name": "transformers", "tags": []}
eeshanpatel/Bart-finetuned-QA
null
[ "transformers", "safetensors", "roberta", "feature-extraction", "arxiv:1910.09700", "endpoints_compatible", "region:us" ]
null
2024-04-17T18:31:01+00:00
[ "1910.09700" ]
[]
TAGS #transformers #safetensors #roberta #feature-extraction #arxiv-1910.09700 #endpoints_compatible #region-us
# Model Card for Model ID ## Model Details ### Model Description This is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated. - Developed by: - Funded by [optional]: - Shared by [optional]: - Model type: - Language(s) (NLP): - License...
[ "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated.\n\n- Developed by: \n- Funded by [optional]: \n- Shared by [optional]: \n- Model type: \n- Language(s)...
[ "TAGS\n#transformers #safetensors #roberta #feature-extraction #arxiv-1910.09700 #endpoints_compatible #region-us \n", "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the Hub. This model card has been automa...
[ 32, 6, 4, 75, 23, 3, 5, 8, 9, 8, 34, 20, 4, 5, 5, 11, 13, 12, 3, 10, 6, 5, 6, 4, 5, 7, 49, 7, 7, 5, 5, 15, 7, 7, 8, 5 ]
[ "TAGS\n#transformers #safetensors #roberta #feature-extraction #arxiv-1910.09700 #endpoints_compatible #region-us \n# Model Card for Model ID## Model Details### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated....
text-classification
transformers
# albertmartinez/bert-sdg-classification This model (BERT) is for classifying text with respect to the United Nations sustainable development goals (SDG). ## Training Hyperparameters - Num_epoch = 10 - Learning rate = 5e-5 - Batch size = 16 ### Training results | epoch | eval_loss | eval_accuracy | ...
{"license": "mit", "datasets": ["albertmartinez/OSDG"], "metrics": ["accuracy", "precision", "recall", "f1"], "pipeline_tag": "text-classification", "widget": [{"text": "Between the Social and the Spatial - Exploring Multiple Dimensions of Poverty and Social Exclusion, Ashgate. Poverty in Europe and the USA, Exchanging...
albertmartinez/bert-sdg-classification
null
[ "transformers", "onnx", "safetensors", "bert", "text-classification", "dataset:albertmartinez/OSDG", "license:mit", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2024-04-17T18:34:09+00:00
[]
[]
TAGS #transformers #onnx #safetensors #bert #text-classification #dataset-albertmartinez/OSDG #license-mit #autotrain_compatible #endpoints_compatible #region-us
albertmartinez/bert-sdg-classification ====================================== This model (BERT) is for classifying text with respect to the United Nations sustainable development goals (SDG). Training Hyperparameters ------------------------ * Num\_epoch = 10 * Learning rate = 5e-5 * Batch size = 16 ### Trainin...
[ "### Training results" ]
[ "TAGS\n#transformers #onnx #safetensors #bert #text-classification #dataset-albertmartinez/OSDG #license-mit #autotrain_compatible #endpoints_compatible #region-us \n", "### Training results" ]
[ 46, 5 ]
[ "TAGS\n#transformers #onnx #safetensors #bert #text-classification #dataset-albertmartinez/OSDG #license-mit #autotrain_compatible #endpoints_compatible #region-us \n### Training results" ]
null
transformers
# Model Card for Model ID <!-- Provide a quick summary of what the model is/does. --> ## Model Details ### Model Description <!-- Provide a longer summary of what this model is. --> This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generate...
{"library_name": "transformers", "tags": []}
morioxd/fine_tuned_13b
null
[ "transformers", "safetensors", "arxiv:1910.09700", "endpoints_compatible", "region:us" ]
null
2024-04-17T18:34:25+00:00
[ "1910.09700" ]
[]
TAGS #transformers #safetensors #arxiv-1910.09700 #endpoints_compatible #region-us
# Model Card for Model ID ## Model Details ### Model Description This is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated. - Developed by: - Funded by [optional]: - Shared by [optional]: - Model type: - Language(s) (NLP): - License...
[ "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated.\n\n- Developed by: \n- Funded by [optional]: \n- Shared by [optional]: \n- Model type: \n- Language(s)...
[ "TAGS\n#transformers #safetensors #arxiv-1910.09700 #endpoints_compatible #region-us \n", "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated.\n\n- Devel...
[ 26, 6, 4, 75, 23, 3, 5, 8, 9, 8, 34, 20, 4, 5, 5, 11, 13, 12, 3, 10, 6, 5, 6, 4, 5, 7, 49, 7, 7, 5, 5, 15, 7, 7, 8, 5 ]
[ "TAGS\n#transformers #safetensors #arxiv-1910.09700 #endpoints_compatible #region-us \n# Model Card for Model ID## Model Details### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated.\n\n- Developed by: \n- Funde...
text2text-generation
transformers
<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # bart-base-combined This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on an u...
{"license": "apache-2.0", "tags": ["generated_from_trainer"], "metrics": ["rouge"], "base_model": "facebook/bart-base", "model-index": [{"name": "bart-base-combined", "results": []}]}
TerryLaw535/bart-base-combined
null
[ "transformers", "pytorch", "tensorboard", "safetensors", "bart", "text2text-generation", "generated_from_trainer", "base_model:facebook/bart-base", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2024-04-17T18:36:06+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #safetensors #bart #text2text-generation #generated_from_trainer #base_model-facebook/bart-base #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
bart-base-combined ================== This model is a fine-tuned version of facebook/bart-base on an unknown dataset. It achieves the following results on the evaluation set: * Loss: 2.2529 * Rouge1: 39.474 * Rouge2: 15.406 * Rougel: 27.6651 * Rougelsum: 36.2084 * Gen Len: 75.5717 Model description --------------...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 5e-05\n* train\\_batch\\_size: 4\n* eval\\_batch\\_size: 4\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 3", "### Training...
[ "TAGS\n#transformers #pytorch #tensorboard #safetensors #bart #text2text-generation #generated_from_trainer #base_model-facebook/bart-base #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n...
[ 61, 101, 5, 44 ]
[ "TAGS\n#transformers #pytorch #tensorboard #safetensors #bart #text2text-generation #generated_from_trainer #base_model-facebook/bart-base #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* le...
null
peft
<!-- 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. --> # mistral7binstruct_summarize-v3 This model is a fine-tuned version of [mistralai/Mistral-7B-Instruct-v0.2](https://huggingface.co...
{"license": "apache-2.0", "library_name": "peft", "tags": ["trl", "sft", "generated_from_trainer"], "datasets": ["generator"], "base_model": "mistralai/Mistral-7B-Instruct-v0.2", "model-index": [{"name": "mistral7binstruct_summarize-v3", "results": []}]}
asahikuroki222/mistral7binstruct_summarize-v3
null
[ "peft", "tensorboard", "safetensors", "trl", "sft", "generated_from_trainer", "dataset:generator", "base_model:mistralai/Mistral-7B-Instruct-v0.2", "license:apache-2.0", "region:us" ]
null
2024-04-17T18:37:27+00:00
[]
[]
TAGS #peft #tensorboard #safetensors #trl #sft #generated_from_trainer #dataset-generator #base_model-mistralai/Mistral-7B-Instruct-v0.2 #license-apache-2.0 #region-us
mistral7binstruct\_summarize-v3 =============================== This model is a fine-tuned version of mistralai/Mistral-7B-Instruct-v0.2 on the generator dataset. It achieves the following results on the evaluation set: * Loss: 1.4494 Model description ----------------- More information needed Intended uses &...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 0.0002\n* train\\_batch\\_size: 1\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: constant\n* lr\\_scheduler\\_warmup\\_step...
[ "TAGS\n#peft #tensorboard #safetensors #trl #sft #generated_from_trainer #dataset-generator #base_model-mistralai/Mistral-7B-Instruct-v0.2 #license-apache-2.0 #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 0.0002\n* train\\_batch...
[ 62, 117, 5, 52 ]
[ "TAGS\n#peft #tensorboard #safetensors #trl #sft #generated_from_trainer #dataset-generator #base_model-mistralai/Mistral-7B-Instruct-v0.2 #license-apache-2.0 #region-us \n### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 0.0002\n* train\\_batch\\_siz...
text-generation
transformers
# Model Card for Model ID <!-- Provide a quick summary of what the model is/does. --> ## Model Details ### Model Description <!-- Provide a longer summary of what this model is. --> This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generate...
{"library_name": "transformers", "tags": []}
Grayx/sad_pepe_34
null
[ "transformers", "safetensors", "stablelm", "text-generation", "conversational", "arxiv:1910.09700", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2024-04-17T18:37:43+00:00
[ "1910.09700" ]
[]
TAGS #transformers #safetensors #stablelm #text-generation #conversational #arxiv-1910.09700 #autotrain_compatible #endpoints_compatible #region-us
# Model Card for Model ID ## Model Details ### Model Description This is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated. - Developed by: - Funded by [optional]: - Shared by [optional]: - Model type: - Language(s) (NLP): - License...
[ "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated.\n\n- Developed by: \n- Funded by [optional]: \n- Shared by [optional]: \n- Model type: \n- Language(s)...
[ "TAGS\n#transformers #safetensors #stablelm #text-generation #conversational #arxiv-1910.09700 #autotrain_compatible #endpoints_compatible #region-us \n", "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the ...
[ 41, 6, 4, 75, 23, 3, 5, 8, 9, 8, 34, 20, 4, 5, 5, 11, 13, 12, 3, 10, 6, 5, 6, 4, 5, 7, 49, 7, 7, 5, 5, 15, 7, 7, 8, 5 ]
[ "TAGS\n#transformers #safetensors #stablelm #text-generation #conversational #arxiv-1910.09700 #autotrain_compatible #endpoints_compatible #region-us \n# Model Card for Model ID## Model Details### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the Hub. This model ca...
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. --> # sentiment-bert-base-uncased-ALL-SAMPLES3epochsValidation This model is a fine-tuned version of [bert-base-uncased](https://huggi...
{"license": "apache-2.0", "tags": ["generated_from_trainer"], "metrics": ["accuracy", "f1"], "base_model": "bert-base-uncased", "model-index": [{"name": "sentiment-bert-base-uncased-ALL-SAMPLES3epochsValidation", "results": []}]}
AndreiUrsu/sentiment-bert-base-uncased-ALL-SAMPLES3epochsValidation
null
[ "transformers", "tensorboard", "safetensors", "bert", "text-classification", "generated_from_trainer", "base_model:bert-base-uncased", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2024-04-17T18:44:06+00:00
[]
[]
TAGS #transformers #tensorboard #safetensors #bert #text-classification #generated_from_trainer #base_model-bert-base-uncased #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
# sentiment-bert-base-uncased-ALL-SAMPLES3epochsValidation This model is a fine-tuned version of bert-base-uncased on an unknown dataset. It achieves the following results on the evaluation set: - Loss: 0.2711 - Accuracy: 0.9392 - F1: 0.9392 ## Model description More information needed ## Intended uses & limitat...
[ "# sentiment-bert-base-uncased-ALL-SAMPLES3epochsValidation\n\nThis model is a fine-tuned version of bert-base-uncased on an unknown dataset.\nIt achieves the following results on the evaluation set:\n- Loss: 0.2711\n- Accuracy: 0.9392\n- F1: 0.9392", "## Model description\n\nMore information needed", "## Inten...
[ "TAGS\n#transformers #tensorboard #safetensors #bert #text-classification #generated_from_trainer #base_model-bert-base-uncased #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n", "# sentiment-bert-base-uncased-ALL-SAMPLES3epochsValidation\n\nThis model is a fine-tuned version of bert-...
[ 55, 75, 7, 9, 9, 4, 93, 5, 44 ]
[ "TAGS\n#transformers #tensorboard #safetensors #bert #text-classification #generated_from_trainer #base_model-bert-base-uncased #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n# sentiment-bert-base-uncased-ALL-SAMPLES3epochsValidation\n\nThis model is a fine-tuned version of bert-base-u...
text-generation
transformers
# Model Card for Model ID <!-- Provide a quick summary of what the model is/does. --> ## Model Details ### Model Description <!-- Provide a longer summary of what this model is. --> This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generate...
{"library_name": "transformers", "tags": []}
KvrParaskevi/gemma-2b-Hotel-Assitant-1
null
[ "transformers", "safetensors", "gemma", "text-generation", "conversational", "arxiv:1910.09700", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
null
2024-04-17T18:49:27+00:00
[ "1910.09700" ]
[]
TAGS #transformers #safetensors #gemma #text-generation #conversational #arxiv-1910.09700 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
# Model Card for Model ID ## Model Details ### Model Description This is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated. - Developed by: - Funded by [optional]: - Shared by [optional]: - Model type: - Language(s) (NLP): - License...
[ "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated.\n\n- Developed by: \n- Funded by [optional]: \n- Shared by [optional]: \n- Model type: \n- Language(s)...
[ "TAGS\n#transformers #safetensors #gemma #text-generation #conversational #arxiv-1910.09700 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n", "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\nThis is the model card of a transformers model that...
[ 46, 6, 4, 75, 23, 3, 5, 8, 9, 8, 34, 20, 4, 5, 5, 11, 13, 12, 3, 10, 6, 5, 6, 4, 5, 7, 49, 7, 7, 5, 5, 15, 7, 7, 8, 5 ]
[ "TAGS\n#transformers #safetensors #gemma #text-generation #conversational #arxiv-1910.09700 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n# Model Card for Model ID## Model Details### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed o...
null
peft
<!-- 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-lora-text-classification This model is a fine-tuned version of [distilbert-base-uncased](https://hugging...
{"license": "apache-2.0", "library_name": "peft", "tags": ["generated_from_trainer"], "metrics": ["accuracy"], "base_model": "distilbert-base-uncased", "model-index": [{"name": "distilbert-base-uncased-lora-text-classification", "results": []}]}
oliver-chen/distilbert-base-uncased-lora-text-classification
null
[ "peft", "tensorboard", "safetensors", "generated_from_trainer", "base_model:distilbert-base-uncased", "license:apache-2.0", "region:us" ]
null
2024-04-17T18:49:44+00:00
[]
[]
TAGS #peft #tensorboard #safetensors #generated_from_trainer #base_model-distilbert-base-uncased #license-apache-2.0 #region-us
distilbert-base-uncased-lora-text-classification ================================================ This model is a fine-tuned version of distilbert-base-uncased on an unknown dataset. It achieves the following results on the evaluation set: * Loss: 1.1143 * Accuracy: {'accuracy': 0.885} Model description ---------...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 0.001\n* train\\_batch\\_size: 4\n* eval\\_batch\\_size: 4\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 10", "### Trainin...
[ "TAGS\n#peft #tensorboard #safetensors #generated_from_trainer #base_model-distilbert-base-uncased #license-apache-2.0 #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 0.001\n* train\\_batch\\_size: 4\n* eval\\_batch\\_size: 4\n* s...
[ 42, 100, 5, 52 ]
[ "TAGS\n#peft #tensorboard #safetensors #generated_from_trainer #base_model-distilbert-base-uncased #license-apache-2.0 #region-us \n### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 0.001\n* train\\_batch\\_size: 4\n* eval\\_batch\\_size: 4\n* seed: 4...
reinforcement-learning
transformers
# TRL Model This is a [TRL language model](https://github.com/huggingface/trl) that has been fine-tuned with reinforcement learning to guide the model outputs according to a value, function, or human feedback. The model can be used for text generation. ## Usage To use this model for inference, first install the TR...
{"license": "apache-2.0", "tags": ["trl", "ppo", "transformers", "reinforcement-learning"]}
baek26/billsum_1703_bart-billsum
null
[ "transformers", "safetensors", "bart", "text2text-generation", "trl", "ppo", "reinforcement-learning", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2024-04-17T18:51:09+00:00
[]
[]
TAGS #transformers #safetensors #bart #text2text-generation #trl #ppo #reinforcement-learning #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
# TRL Model This is a TRL language model that has been fine-tuned with reinforcement learning to guide the model outputs according to a value, function, or human feedback. The model can be used for text generation. ## Usage To use this model for inference, first install the TRL library: You can then generate te...
[ "# TRL Model\n\nThis is a TRL language model that has been fine-tuned with reinforcement learning to\n guide the model outputs according to a value, function, or human feedback. The model can be used for text generation.", "## Usage\n\nTo use this model for inference, first install the TRL library:\n\n\n\nYou can...
[ "TAGS\n#transformers #safetensors #bart #text2text-generation #trl #ppo #reinforcement-learning #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n", "# TRL Model\n\nThis is a TRL language model that has been fine-tuned with reinforcement learning to\n guide the model outputs according t...
[ 47, 45, 50 ]
[ "TAGS\n#transformers #safetensors #bart #text2text-generation #trl #ppo #reinforcement-learning #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n# TRL Model\n\nThis is a TRL language model that has been fine-tuned with reinforcement learning to\n guide the model outputs according to a va...
text-generation
transformers
# PhwyzardLM 2 7B This model was converted to GGUF format from [`grimjim/zephyr-beta-wizardLM-2-merge-7B`](https://huggingface.co/grimjim/zephyr-beta-wizardLM-2-merge-7B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space. Refer to the [original model card](http...
{"license": "apache-2.0", "library_name": "transformers", "tags": ["mistral", "merge", "gguf-my-repo"], "base_model": ["lucyknada/microsoft_WizardLM-2-7B", "HuggingFaceH4/zephyr-7b-beta"], "pipeline_tag": "text-generation"}
twodgirl/zephyr-beta-wizardLM-2-merge-7B-Q6_K-GGUF
null
[ "transformers", "gguf", "mistral", "merge", "gguf-my-repo", "text-generation", "base_model:lucyknada/microsoft_WizardLM-2-7B", "base_model:HuggingFaceH4/zephyr-7b-beta", "license:apache-2.0", "endpoints_compatible", "region:us" ]
null
2024-04-17T18:51:24+00:00
[]
[]
TAGS #transformers #gguf #mistral #merge #gguf-my-repo #text-generation #base_model-lucyknada/microsoft_WizardLM-2-7B #base_model-HuggingFaceH4/zephyr-7b-beta #license-apache-2.0 #endpoints_compatible #region-us
# PhwyzardLM 2 7B This model was converted to GGUF format from 'grimjim/zephyr-beta-wizardLM-2-merge-7B' using URL via the URL's GGUF-my-repo space. Refer to the original model card for more details on the model.
[ "# PhwyzardLM 2 7B\nThis model was converted to GGUF format from 'grimjim/zephyr-beta-wizardLM-2-merge-7B' using URL via the URL's GGUF-my-repo space.\nRefer to the original model card for more details on the model." ]
[ "TAGS\n#transformers #gguf #mistral #merge #gguf-my-repo #text-generation #base_model-lucyknada/microsoft_WizardLM-2-7B #base_model-HuggingFaceH4/zephyr-7b-beta #license-apache-2.0 #endpoints_compatible #region-us \n", "# PhwyzardLM 2 7B\nThis model was converted to GGUF format from 'grimjim/zephyr-beta-wizardLM-...
[ 79, 71 ]
[ "TAGS\n#transformers #gguf #mistral #merge #gguf-my-repo #text-generation #base_model-lucyknada/microsoft_WizardLM-2-7B #base_model-HuggingFaceH4/zephyr-7b-beta #license-apache-2.0 #endpoints_compatible #region-us \n# PhwyzardLM 2 7B\nThis model was converted to GGUF format from 'grimjim/zephyr-beta-wizardLM-2-merg...
null
peft
<!-- 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. --> # mistral-20var-ChatBot This model is a fine-tuned version of [TheBloke/Mistral-7B-Instruct-v0.1-GPTQ](https://huggingface.co/TheB...
{"license": "apache-2.0", "library_name": "peft", "tags": ["trl", "sft", "generated_from_trainer"], "base_model": "TheBloke/Mistral-7B-Instruct-v0.1-GPTQ", "model-index": [{"name": "mistral-20var-ChatBot", "results": []}]}
neuralleap/mistral-20var-ChatBot
null
[ "peft", "tensorboard", "safetensors", "trl", "sft", "generated_from_trainer", "base_model:TheBloke/Mistral-7B-Instruct-v0.1-GPTQ", "license:apache-2.0", "region:us" ]
null
2024-04-17T18:52:18+00:00
[]
[]
TAGS #peft #tensorboard #safetensors #trl #sft #generated_from_trainer #base_model-TheBloke/Mistral-7B-Instruct-v0.1-GPTQ #license-apache-2.0 #region-us
# mistral-20var-ChatBot This model is a fine-tuned version of TheBloke/Mistral-7B-Instruct-v0.1-GPTQ on the None dataset. ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Trai...
[ "# mistral-20var-ChatBot\n\nThis model is a fine-tuned version of TheBloke/Mistral-7B-Instruct-v0.1-GPTQ on the None 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#peft #tensorboard #safetensors #trl #sft #generated_from_trainer #base_model-TheBloke/Mistral-7B-Instruct-v0.1-GPTQ #license-apache-2.0 #region-us \n", "# mistral-20var-ChatBot\n\nThis model is a fine-tuned version of TheBloke/Mistral-7B-Instruct-v0.1-GPTQ on the None dataset.", "## Model description\n\...
[ 61, 45, 7, 9, 9, 4, 102, 5, 55 ]
[ "TAGS\n#peft #tensorboard #safetensors #trl #sft #generated_from_trainer #base_model-TheBloke/Mistral-7B-Instruct-v0.1-GPTQ #license-apache-2.0 #region-us \n# mistral-20var-ChatBot\n\nThis model is a fine-tuned version of TheBloke/Mistral-7B-Instruct-v0.1-GPTQ on the None dataset.## Model description\n\nMore inform...
null
null
hello
{}
arzoop/trial2
null
[ "region:us" ]
null
2024-04-17T18:53:13+00:00
[]
[]
TAGS #region-us
hello
[]
[ "TAGS\n#region-us \n" ]
[ 5 ]
[ "TAGS\n#region-us \n" ]
text-to-image
diffusers
<!-- This model card has been generated automatically according to the information the training script had access to. You should probably proofread and complete it, then remove this comment. --> # SDXL LoRA DreamBooth - rzhen0615/my_boyfriend_David_LoRA <Gallery /> ## Model description These are rzhen0615/my_boyf...
{"license": "openrail++", "library_name": "diffusers", "tags": ["text-to-image", "text-to-image", "diffusers-training", "diffusers", "lora", "template:sd-lora", "stable-diffusion-xl", "stable-diffusion-xl-diffusers", "text-to-image", "text-to-image", "diffusers-training", "diffusers", "lora", "template:sd-lora", "stabl...
rzhen0615/my_boyfriend_David_LoRA
null
[ "diffusers", "tensorboard", "text-to-image", "diffusers-training", "lora", "template:sd-lora", "stable-diffusion-xl", "stable-diffusion-xl-diffusers", "base_model:stabilityai/stable-diffusion-xl-base-1.0", "license:openrail++", "region:us" ]
null
2024-04-17T18:54:13+00:00
[]
[]
TAGS #diffusers #tensorboard #text-to-image #diffusers-training #lora #template-sd-lora #stable-diffusion-xl #stable-diffusion-xl-diffusers #base_model-stabilityai/stable-diffusion-xl-base-1.0 #license-openrail++ #region-us
# SDXL LoRA DreamBooth - rzhen0615/my_boyfriend_David_LoRA <Gallery /> ## Model description These are rzhen0615/my_boyfriend_David_LoRA LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0. The weights were trained using DreamBooth. LoRA for the text encoder was enabled: False. Special VAE used...
[ "# SDXL LoRA DreamBooth - rzhen0615/my_boyfriend_David_LoRA\n\n<Gallery />", "## Model description\n\nThese are rzhen0615/my_boyfriend_David_LoRA LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0.\n\nThe weights were trained using DreamBooth.\n\nLoRA for the text encoder was enabled: False.\n\nS...
[ "TAGS\n#diffusers #tensorboard #text-to-image #diffusers-training #lora #template-sd-lora #stable-diffusion-xl #stable-diffusion-xl-diffusers #base_model-stabilityai/stable-diffusion-xl-base-1.0 #license-openrail++ #region-us \n", "# SDXL LoRA DreamBooth - rzhen0615/my_boyfriend_David_LoRA\n\n<Gallery />", "## ...
[ 73, 29, 89, 19, 25, 6, 7, 23, 17 ]
[ "TAGS\n#diffusers #tensorboard #text-to-image #diffusers-training #lora #template-sd-lora #stable-diffusion-xl #stable-diffusion-xl-diffusers #base_model-stabilityai/stable-diffusion-xl-base-1.0 #license-openrail++ #region-us \n# SDXL LoRA DreamBooth - rzhen0615/my_boyfriend_David_LoRA\n\n<Gallery />## Model descri...
text-generation
transformers
# yk_8x7b_model yk_8x7b_model is a Mixture of Experts (MoE) made with the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing): * [mlabonne/AlphaMonarch-7B](https://huggingface.co/mlabonne/AlphaMonarch-7B) * [beowolx/CodeNinja-1.0-OpenChat-7B](ht...
{"license": "apache-2.0", "tags": ["moe", "frankenmoe", "merge", "mergekit", "lazymergekit", "mlabonne/AlphaMonarch-7B", "beowolx/CodeNinja-1.0-OpenChat-7B", "SanjiWatsuki/Kunoichi-DPO-v2-7B", "mlabonne/NeuralDaredevil-7B", "HuggingFaceH4/zephyr-7b-beta", "mistralai/Mistral-7B-Instruct-v0.2", "teknium/OpenHermes-2.5-Mi...
yatinece/yk_8x7b_model_v1
null
[ "transformers", "safetensors", "mixtral", "text-generation", "moe", "frankenmoe", "merge", "mergekit", "lazymergekit", "mlabonne/AlphaMonarch-7B", "beowolx/CodeNinja-1.0-OpenChat-7B", "SanjiWatsuki/Kunoichi-DPO-v2-7B", "mlabonne/NeuralDaredevil-7B", "HuggingFaceH4/zephyr-7b-beta", "mistr...
null
2024-04-17T18:54:46+00:00
[]
[]
TAGS #transformers #safetensors #mixtral #text-generation #moe #frankenmoe #merge #mergekit #lazymergekit #mlabonne/AlphaMonarch-7B #beowolx/CodeNinja-1.0-OpenChat-7B #SanjiWatsuki/Kunoichi-DPO-v2-7B #mlabonne/NeuralDaredevil-7B #HuggingFaceH4/zephyr-7b-beta #mistralai/Mistral-7B-Instruct-v0.2 #teknium/OpenHermes-2.5-M...
# yk_8x7b_model yk_8x7b_model is a Mixture of Experts (MoE) made with the following models using LazyMergekit: * mlabonne/AlphaMonarch-7B * beowolx/CodeNinja-1.0-OpenChat-7B * SanjiWatsuki/Kunoichi-DPO-v2-7B * mlabonne/NeuralDaredevil-7B * HuggingFaceH4/zephyr-7b-beta * mistralai/Mistral-7B-Instruct-v0.2 * teknium/Op...
[ "# yk_8x7b_model\n\nyk_8x7b_model is a Mixture of Experts (MoE) made with the following models using LazyMergekit:\n* mlabonne/AlphaMonarch-7B\n* beowolx/CodeNinja-1.0-OpenChat-7B\n* SanjiWatsuki/Kunoichi-DPO-v2-7B\n* mlabonne/NeuralDaredevil-7B\n* HuggingFaceH4/zephyr-7b-beta\n* mistralai/Mistral-7B-Instruct-v0.2\...
[ "TAGS\n#transformers #safetensors #mixtral #text-generation #moe #frankenmoe #merge #mergekit #lazymergekit #mlabonne/AlphaMonarch-7B #beowolx/CodeNinja-1.0-OpenChat-7B #SanjiWatsuki/Kunoichi-DPO-v2-7B #mlabonne/NeuralDaredevil-7B #HuggingFaceH4/zephyr-7b-beta #mistralai/Mistral-7B-Instruct-v0.2 #teknium/OpenHermes...
[ 346, 164, 3, 3 ]
[ "TAGS\n#transformers #safetensors #mixtral #text-generation #moe #frankenmoe #merge #mergekit #lazymergekit #mlabonne/AlphaMonarch-7B #beowolx/CodeNinja-1.0-OpenChat-7B #SanjiWatsuki/Kunoichi-DPO-v2-7B #mlabonne/NeuralDaredevil-7B #HuggingFaceH4/zephyr-7b-beta #mistralai/Mistral-7B-Instruct-v0.2 #teknium/OpenHermes...
text-generation
transformers
# Model Card for Model ID <!-- Provide a quick summary of what the model is/does. --> ## Model Details ### Model Description <!-- Provide a longer summary of what this model is. --> This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generate...
{"library_name": "transformers", "tags": []}
heyllm234/sc51
null
[ "transformers", "safetensors", "stablelm", "text-generation", "conversational", "arxiv:1910.09700", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2024-04-17T18:55:41+00:00
[ "1910.09700" ]
[]
TAGS #transformers #safetensors #stablelm #text-generation #conversational #arxiv-1910.09700 #autotrain_compatible #endpoints_compatible #region-us
# Model Card for Model ID ## Model Details ### Model Description This is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated. - Developed by: - Funded by [optional]: - Shared by [optional]: - Model type: - Language(s) (NLP): - License...
[ "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated.\n\n- Developed by: \n- Funded by [optional]: \n- Shared by [optional]: \n- Model type: \n- Language(s)...
[ "TAGS\n#transformers #safetensors #stablelm #text-generation #conversational #arxiv-1910.09700 #autotrain_compatible #endpoints_compatible #region-us \n", "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the ...
[ 41, 6, 4, 75, 23, 3, 5, 8, 9, 8, 34, 20, 4, 5, 5, 11, 13, 12, 3, 10, 6, 5, 6, 4, 5, 7, 49, 7, 7, 5, 5, 15, 7, 7, 8, 5 ]
[ "TAGS\n#transformers #safetensors #stablelm #text-generation #conversational #arxiv-1910.09700 #autotrain_compatible #endpoints_compatible #region-us \n# Model Card for Model ID## Model Details### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the Hub. This model ca...
text2text-generation
transformers
<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # mbart-neutralization This model is a fine-tuned version of [facebook/mbart-large-50](https://huggingface.co/facebook/mbart-large...
{"license": "mit", "tags": ["simplification", "generated_from_trainer"], "metrics": ["bleu"], "base_model": "facebook/mbart-large-50", "model-index": [{"name": "mbart-neutralization", "results": []}]}
crrodrvi/mbart-neutralization
null
[ "transformers", "safetensors", "mbart", "text2text-generation", "simplification", "generated_from_trainer", "base_model:facebook/mbart-large-50", "license:mit", "autotrain_compatible", "endpoints_compatible", "has_space", "region:us" ]
null
2024-04-17T19:00:15+00:00
[]
[]
TAGS #transformers #safetensors #mbart #text2text-generation #simplification #generated_from_trainer #base_model-facebook/mbart-large-50 #license-mit #autotrain_compatible #endpoints_compatible #has_space #region-us
mbart-neutralization ==================== This model is a fine-tuned version of facebook/mbart-large-50 on an unknown dataset. It achieves the following results on the evaluation set: * Loss: 3.0459 * Bleu: 8.565 * Gen Len: 20.9268 Model description ----------------- More information needed Intended uses & li...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 5.6e-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: 2", "### Traini...
[ "TAGS\n#transformers #safetensors #mbart #text2text-generation #simplification #generated_from_trainer #base_model-facebook/mbart-large-50 #license-mit #autotrain_compatible #endpoints_compatible #has_space #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:...
[ 61, 103, 5, 44 ]
[ "TAGS\n#transformers #safetensors #mbart #text2text-generation #simplification #generated_from_trainer #base_model-facebook/mbart-large-50 #license-mit #autotrain_compatible #endpoints_compatible #has_space #region-us \n### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n...
text-generation
transformers
# WestIceLemonTeaRP-32k-7b ![image/png](https://cdn-uploads.huggingface.co/production/uploads/63407b719dbfe0d48b2d763b/RxJ8WbYsu_OAd8sICmddp.png) This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit). ## Merge Details Prompt template: Alpaca, maybe ChatML * mea...
{"license": "cc-by-nc-4.0", "library_name": "transformers", "tags": ["mergekit", "merge", "alpaca", "mistral", "not-for-all-audiences", "nsfw"], "base_model": ["s3nh/SeverusWestLake-7B-DPO", "icefog72/IceLemonTeaRP-32k-7b", "amazingvince/Not-WizardLM-2-7B"], "model-index": [{"name": "WestIceLemonTeaRP-32k-7b", "results...
icefog72/WestIceLemonTeaRP-32k-7b
null
[ "transformers", "safetensors", "mistral", "text-generation", "mergekit", "merge", "alpaca", "not-for-all-audiences", "nsfw", "base_model:s3nh/SeverusWestLake-7B-DPO", "base_model:icefog72/IceLemonTeaRP-32k-7b", "base_model:amazingvince/Not-WizardLM-2-7B", "license:cc-by-nc-4.0", "model-ind...
null
2024-04-17T19:05:05+00:00
[]
[]
TAGS #transformers #safetensors #mistral #text-generation #mergekit #merge #alpaca #not-for-all-audiences #nsfw #base_model-s3nh/SeverusWestLake-7B-DPO #base_model-icefog72/IceLemonTeaRP-32k-7b #base_model-amazingvince/Not-WizardLM-2-7B #license-cc-by-nc-4.0 #model-index #autotrain_compatible #endpoints_compatible #tex...
WestIceLemonTeaRP-32k-7b ======================== !image/png This is a merge of pre-trained language models created using mergekit. Merge Details ------------- Prompt template: Alpaca, maybe ChatML * URL for quanting exl2 included. * 4.2bpw-exl2 * 6.5bpw-exl2 * 8bpw-exl2 thx mradermacher and SilverFan for...
[ "### Merge Method\n\n\nThis model was merged using the SLERP merge method.", "### Models Merged\n\n\nThe following models were included in the merge:\n\n\n* IceLemonTeaRP-32k-7b\n* WestWizardIceLemonTeaRP\n\t+ SeverusWestLake-7B-DPO\n\t+ WizardIceLemonTeaRP\n\t\t- Not-WizardLM-2-7B\n\t\t- IceLemonTeaRP-32k-7b", ...
[ "TAGS\n#transformers #safetensors #mistral #text-generation #mergekit #merge #alpaca #not-for-all-audiences #nsfw #base_model-s3nh/SeverusWestLake-7B-DPO #base_model-icefog72/IceLemonTeaRP-32k-7b #base_model-amazingvince/Not-WizardLM-2-7B #license-cc-by-nc-4.0 #model-index #autotrain_compatible #endpoints_compatibl...
[ 131, 17, 76, 73 ]
[ "TAGS\n#transformers #safetensors #mistral #text-generation #mergekit #merge #alpaca #not-for-all-audiences #nsfw #base_model-s3nh/SeverusWestLake-7B-DPO #base_model-icefog72/IceLemonTeaRP-32k-7b #base_model-amazingvince/Not-WizardLM-2-7B #license-cc-by-nc-4.0 #model-index #autotrain_compatible #endpoints_compatibl...
text-generation
transformers
This is an upscaled fp16 variant of the original Mistral-7b-Instruct-v0.2 base model by Mistral after it has been loaded with nf4 4-bit quantization via bitsandbytes. The main idea here is to upscale the linear4bit layers to fp16 so that the quantization/dequantization cost doesn't have to paid for each forward pass a...
{"license": "apache-2.0", "tags": ["text-generation-inference"]}
predibase/Mistral-7B-Instruct-v0.2-dequantized
null
[ "transformers", "safetensors", "mistral", "text-generation", "text-generation-inference", "conversational", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2024-04-17T19:07:00+00:00
[]
[]
TAGS #transformers #safetensors #mistral #text-generation #text-generation-inference #conversational #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
This is an upscaled fp16 variant of the original Mistral-7b-Instruct-v0.2 base model by Mistral after it has been loaded with nf4 4-bit quantization via bitsandbytes. The main idea here is to upscale the linear4bit layers to fp16 so that the quantization/dequantization cost doesn't have to paid for each forward pass a...
[]
[ "TAGS\n#transformers #safetensors #mistral #text-generation #text-generation-inference #conversational #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n" ]
[ 45 ]
[ "TAGS\n#transformers #safetensors #mistral #text-generation #text-generation-inference #conversational #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n" ]
null
peft
<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # model_hh_usp1_200 This model is a fine-tuned version of [meta-llama/Llama-2-7b-chat-hf](https://huggingface.co/meta-llama/Llama-...
{"license": "llama2", "library_name": "peft", "tags": ["trl", "dpo", "generated_from_trainer"], "base_model": "meta-llama/Llama-2-7b-chat-hf", "model-index": [{"name": "model_hh_usp1_200", "results": []}]}
guoyu-zhang/model_hh_usp1_200
null
[ "peft", "safetensors", "trl", "dpo", "generated_from_trainer", "base_model:meta-llama/Llama-2-7b-chat-hf", "license:llama2", "region:us" ]
null
2024-04-17T19:10:34+00:00
[]
[]
TAGS #peft #safetensors #trl #dpo #generated_from_trainer #base_model-meta-llama/Llama-2-7b-chat-hf #license-llama2 #region-us
model\_hh\_usp1\_200 ==================== This model is a fine-tuned version of meta-llama/Llama-2-7b-chat-hf on an unknown dataset. It achieves the following results on the evaluation set: * Loss: 1.4318 * Rewards/chosen: 1.1781 * Rewards/rejected: -0.7550 * Rewards/accuracies: 0.6400 * Rewards/margins: 1.9331 * L...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 0.0005\n* train\\_batch\\_size: 4\n* eval\\_batch\\_size: 1\n* seed: 42\n* gradient\\_accumulation\\_steps: 4\n* total\\_train\\_batch\\_size: 16\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=...
[ "TAGS\n#peft #safetensors #trl #dpo #generated_from_trainer #base_model-meta-llama/Llama-2-7b-chat-hf #license-llama2 #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 0.0005\n* train\\_batch\\_size: 4\n* eval\\_batch\\_size: 1\n* s...
[ 52, 140, 5, 52 ]
[ "TAGS\n#peft #safetensors #trl #dpo #generated_from_trainer #base_model-meta-llama/Llama-2-7b-chat-hf #license-llama2 #region-us \n### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 0.0005\n* train\\_batch\\_size: 4\n* eval\\_batch\\_size: 1\n* seed: 4...
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. --> # lmd-4bars-2048-epochs7 This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on an unknown dataset. It achie...
{"license": "mit", "tags": ["generated_from_trainer"], "base_model": "gpt2", "model-index": [{"name": "lmd-4bars-2048-epochs7", "results": []}]}
MikeMpapa/lmd-4bars-2048-epochs01
null
[ "transformers", "safetensors", "gpt2", "text-generation", "generated_from_trainer", "base_model:gpt2", "license:mit", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
null
2024-04-17T19:12:01+00:00
[]
[]
TAGS #transformers #safetensors #gpt2 #text-generation #generated_from_trainer #base_model-gpt2 #license-mit #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
lmd-4bars-2048-epochs7 ====================== This model is a fine-tuned version of gpt2 on an unknown dataset. It achieves the following results on the evaluation set: * Loss: 4.7679 Model description ----------------- More information needed Intended uses & limitations --------------------------- More inf...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 0.005\n* train\\_batch\\_size: 8\n* eval\\_batch\\_size: 4\n* seed: 1\n* gradient\\_accumulation\\_steps: 2\n* total\\_train\\_batch\\_size: 16\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e...
[ "TAGS\n#transformers #safetensors #gpt2 #text-generation #generated_from_trainer #base_model-gpt2 #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: ...
[ 53, 144, 5, 44 ]
[ "TAGS\n#transformers #safetensors #gpt2 #text-generation #generated_from_trainer #base_model-gpt2 #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: 0.005\...
text-generation
transformers
# Model Card for Model ID <!-- Provide a quick summary of what the model is/does. --> ## Model Details ### Model Description <!-- Provide a longer summary of what this model is. --> This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generate...
{"library_name": "transformers", "tags": []}
engine58848/ejiwdmes_sn5_61
null
[ "transformers", "safetensors", "llama", "text-generation", "conversational", "arxiv:1910.09700", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
null
2024-04-17T19:12:55+00:00
[ "1910.09700" ]
[]
TAGS #transformers #safetensors #llama #text-generation #conversational #arxiv-1910.09700 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
# Model Card for Model ID ## Model Details ### Model Description This is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated. - Developed by: - Funded by [optional]: - Shared by [optional]: - Model type: - Language(s) (NLP): - License...
[ "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated.\n\n- Developed by: \n- Funded by [optional]: \n- Shared by [optional]: \n- Model type: \n- Language(s)...
[ "TAGS\n#transformers #safetensors #llama #text-generation #conversational #arxiv-1910.09700 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n", "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\nThis is the model card of a transformers model that...
[ 47, 6, 4, 75, 23, 3, 5, 8, 9, 8, 34, 20, 4, 5, 5, 11, 13, 12, 3, 10, 6, 5, 6, 4, 5, 7, 49, 7, 7, 5, 5, 15, 7, 7, 8, 5 ]
[ "TAGS\n#transformers #safetensors #llama #text-generation #conversational #arxiv-1910.09700 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n# Model Card for Model ID## Model Details### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed 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. --> # roberta-depression-detection-v2 This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the...
{"license": "mit", "tags": ["generated_from_trainer"], "model-index": [{"name": "roberta-depression-detection-v2", "results": []}]}
almafaz/roberta-depression-detection-v2
null
[ "transformers", "pytorch", "tensorboard", "safetensors", "roberta", "text-classification", "generated_from_trainer", "license:mit", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2024-04-17T19:14:21+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #safetensors #roberta #text-classification #generated_from_trainer #license-mit #autotrain_compatible #endpoints_compatible #region-us
roberta-depression-detection-v2 =============================== This model is a fine-tuned version of roberta-base on the None dataset. It achieves the following results on the evaluation set: * Loss: 0.1526 Model description ----------------- More information needed Intended uses & limitations --------------...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 4e-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* lr\\_scheduler\\_warmup\\_steps...
[ "TAGS\n#transformers #pytorch #tensorboard #safetensors #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: 4e-05\n* train\...
[ 45, 117, 5, 42 ]
[ "TAGS\n#transformers #pytorch #tensorboard #safetensors #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: 4e-05\n* train\\_batc...
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. --> # cnn_dailymail_3864_bart-base This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-bas...
{"license": "apache-2.0", "tags": ["generated_from_trainer"], "metrics": ["rouge"], "base_model": "facebook/bart-base", "model-index": [{"name": "cnn_dailymail_3864_bart-base", "results": []}]}
baek26/cnn_dailymail_3864_bart-base
null
[ "transformers", "safetensors", "bart", "text2text-generation", "generated_from_trainer", "base_model:facebook/bart-base", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2024-04-17T19:14:38+00:00
[]
[]
TAGS #transformers #safetensors #bart #text2text-generation #generated_from_trainer #base_model-facebook/bart-base #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
cnn\_dailymail\_3864\_bart-base =============================== This model is a fine-tuned version of facebook/bart-base on an unknown dataset. It achieves the following results on the evaluation set: * Loss: 0.9201 * Rouge1: 0.2472 * Rouge2: 0.1256 * Rougel: 0.2063 * Rougelsum: 0.2331 * Gen Len: 20.0 Model descr...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 5e-05\n* train\\_batch\\_size: 4\n* eval\\_batch\\_size: 4\n* seed: 42\n* gradient\\_accumulation\\_steps: 16\n* total\\_train\\_batch\\_size: 64\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=...
[ "TAGS\n#transformers #safetensors #bart #text2text-generation #generated_from_trainer #base_model-facebook/bart-base #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: 5...
[ 53, 140, 5, 44 ]
[ "TAGS\n#transformers #safetensors #bart #text2text-generation #generated_from_trainer #base_model-facebook/bart-base #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...
text-generation
transformers
# Model Card for Mixtral-8x22B-Instruct-v0.1 The Mixtral-8x22B-Instruct-v0.1 Large Language Model (LLM) is an instruct fine-tuned version of the [Mixtral-8x22B-v0.1](https://huggingface.co/mistralai/Mixtral-8x22B-v0.1). Model added by [Prince Canuma](https://twitter.com/Prince_Canuma). ## Run the model ```python fr...
{"license": "apache-2.0"}
mistral-community/Mixtral-8x22B-Instruct-v0.1-4bit
null
[ "transformers", "safetensors", "mixtral", "text-generation", "conversational", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "has_space", "text-generation-inference", "4-bit", "region:us" ]
null
2024-04-17T19:14:50+00:00
[]
[]
TAGS #transformers #safetensors #mixtral #text-generation #conversational #license-apache-2.0 #autotrain_compatible #endpoints_compatible #has_space #text-generation-inference #4-bit #region-us
# Model Card for Mixtral-8x22B-Instruct-v0.1 The Mixtral-8x22B-Instruct-v0.1 Large Language Model (LLM) is an instruct fine-tuned version of the Mixtral-8x22B-v0.1. Model added by Prince Canuma. ## Run the model # Instruct tokenizer The HuggingFace tokenizer included in this release should match our own. To compa...
[ "# Model Card for Mixtral-8x22B-Instruct-v0.1\nThe Mixtral-8x22B-Instruct-v0.1 Large Language Model (LLM) is an instruct fine-tuned version of the Mixtral-8x22B-v0.1.\n\nModel added by Prince Canuma.", "## Run the model", "# Instruct tokenizer\nThe HuggingFace tokenizer included in this release should match our...
[ "TAGS\n#transformers #safetensors #mixtral #text-generation #conversational #license-apache-2.0 #autotrain_compatible #endpoints_compatible #has_space #text-generation-inference #4-bit #region-us \n", "# Model Card for Mixtral-8x22B-Instruct-v0.1\nThe Mixtral-8x22B-Instruct-v0.1 Large Language Model (LLM) is an i...
[ 53, 72, 5, 30, 85, 230 ]
[ "TAGS\n#transformers #safetensors #mixtral #text-generation #conversational #license-apache-2.0 #autotrain_compatible #endpoints_compatible #has_space #text-generation-inference #4-bit #region-us \n# Model Card for Mixtral-8x22B-Instruct-v0.1\nThe Mixtral-8x22B-Instruct-v0.1 Large Language Model (LLM) is an instruc...
null
peft
# Model Card for Model ID <!-- Provide a quick summary of what the model is/does. --> ## Model Details ### Model Description <!-- Provide a longer summary of what this model is. --> - **Developed by:** [More Information Needed] - **Funded by [optional]:** [More Information Needed] - **Shared by [optional]:** ...
{"library_name": "peft", "base_model": "NousResearch/Llama-2-7b-chat-hf"}
Kunalpal216/llama2-tuned
null
[ "peft", "pytorch", "safetensors", "llama", "arxiv:1910.09700", "base_model:NousResearch/Llama-2-7b-chat-hf", "4-bit", "region:us" ]
null
2024-04-17T19:14:51+00:00
[ "1910.09700" ]
[]
TAGS #peft #pytorch #safetensors #llama #arxiv-1910.09700 #base_model-NousResearch/Llama-2-7b-chat-hf #4-bit #region-us
# Model Card for Model ID ## Model Details ### Model Description - Developed by: - Funded by [optional]: - Shared by [optional]: - Model type: - Language(s) (NLP): - License: - Finetuned from model [optional]: ### Model Sources [optional] - Repository: - Paper [optional]: - Demo [optional]: #...
[ "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\n\n\n- Developed by: \n- Funded by [optional]: \n- Shared by [optional]: \n- Model type: \n- Language(s) (NLP): \n- License: \n- Finetuned from model [optional]:", "### Model Sources [optional]\n\n\n\n- Repository: \n- Paper [option...
[ "TAGS\n#peft #pytorch #safetensors #llama #arxiv-1910.09700 #base_model-NousResearch/Llama-2-7b-chat-hf #4-bit #region-us \n", "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\n\n\n- Developed by: \n- Funded by [optional]: \n- Shared by [optional]: \n- Model type: \n- Language(s) ...
[ 57, 6, 4, 50, 23, 3, 5, 8, 9, 8, 34, 20, 4, 5, 5, 11, 13, 12, 3, 10, 6, 5, 6, 4, 5, 7, 49, 7, 7, 5, 5, 15, 7, 7, 8, 5, 13 ]
[ "TAGS\n#peft #pytorch #safetensors #llama #arxiv-1910.09700 #base_model-NousResearch/Llama-2-7b-chat-hf #4-bit #region-us \n# Model Card for Model ID## Model Details### Model Description\n\n\n\n\n\n- Developed by: \n- Funded by [optional]: \n- Shared by [optional]: \n- Model type: \n- Language(s) (NLP): \n- License...
text-generation
transformers
# Jersey Devil 14b ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/65a531bc7ec6af0f95c707b1/PngPss_uITcmiOmFeHKf-.jpeg) This model is a merge of three self-merged Solar-based models in a 14b (64 layer) configuration. The result of this "frankenmerge" is a medium-sized model that contains some of...
{"language": ["en"], "license": "cc-by-nc-4.0", "tags": ["solar"]}
MarsupialAI/JerseyDevil-14b
null
[ "transformers", "safetensors", "llama", "text-generation", "solar", "en", "license:cc-by-nc-4.0", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
null
2024-04-17T19:15:26+00:00
[]
[ "en" ]
TAGS #transformers #safetensors #llama #text-generation #solar #en #license-cc-by-nc-4.0 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
# Jersey Devil 14b !image/jpeg This model is a merge of three self-merged Solar-based models in a 14b (64 layer) configuration. The result of this "frankenmerge" is a medium-sized model that contains some of the latest funky solar finetunes. Mergefuel: - Himitsui/Kaiju-11B - TheDrummer/Moistral-11B-v2 - akra...
[ "# Jersey Devil 14b\n\n!image/jpeg\n\nThis model is a merge of three self-merged Solar-based models in a 14b (64 layer) configuration. The result of \nthis \"frankenmerge\" is a medium-sized model that contains some of the latest funky solar finetunes.\n\nMergefuel:\n - Himitsui/Kaiju-11B\n - TheDrummer/Moistral...
[ "TAGS\n#transformers #safetensors #llama #text-generation #solar #en #license-cc-by-nc-4.0 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n", "# Jersey Devil 14b\n\n!image/jpeg\n\nThis model is a merge of three self-merged Solar-based models in a 14b (64 layer) configuration. ...
[ 50, 216, 3, 8 ]
[ "TAGS\n#transformers #safetensors #llama #text-generation #solar #en #license-cc-by-nc-4.0 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n# Jersey Devil 14b\n\n!image/jpeg\n\nThis model is a merge of three self-merged Solar-based models in a 14b (64 layer) configuration. The re...
reinforcement-learning
null
# **Q-Learning** Agent playing1 **Taxi-v3** This is a trained model of a **Q-Learning** agent playing **Taxi-v3** . ## Usage ```python model = load_from_hub(repo_id="gabybaldeon/taxi_v3_v1", filename="q-learning.pkl") # Don't forget to check if you need to add additional attributes (is_slippery=False e...
{"tags": ["Taxi-v3", "q-learning", "reinforcement-learning", "custom-implementation"], "model-index": [{"name": "taxi_v3_v1", "results": [{"task": {"type": "reinforcement-learning", "name": "reinforcement-learning"}, "dataset": {"name": "Taxi-v3", "type": "Taxi-v3"}, "metrics": [{"type": "mean_reward", "value": "7.52 +...
gabybaldeon/taxi_v3_v1
null
[ "Taxi-v3", "q-learning", "reinforcement-learning", "custom-implementation", "model-index", "region:us" ]
null
2024-04-17T19:16:52+00:00
[]
[]
TAGS #Taxi-v3 #q-learning #reinforcement-learning #custom-implementation #model-index #region-us
# Q-Learning Agent playing1 Taxi-v3 This is a trained model of a Q-Learning agent playing Taxi-v3 . ## Usage
[ "# Q-Learning Agent playing1 Taxi-v3\n This is a trained model of a Q-Learning agent playing Taxi-v3 .\n\n ## Usage" ]
[ "TAGS\n#Taxi-v3 #q-learning #reinforcement-learning #custom-implementation #model-index #region-us \n", "# Q-Learning Agent playing1 Taxi-v3\n This is a trained model of a Q-Learning agent playing Taxi-v3 .\n\n ## Usage" ]
[ 26, 31 ]
[ "TAGS\n#Taxi-v3 #q-learning #reinforcement-learning #custom-implementation #model-index #region-us \n# Q-Learning Agent playing1 Taxi-v3\n This is a trained model of a Q-Learning agent playing Taxi-v3 .\n\n ## Usage" ]
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. --> # gpt2-finetuned-justification-v1 This model is a fine-tuned version of [](https://huggingface.co/) on the None dataset. It achiev...
{"tags": ["generated_from_trainer"], "model-index": [{"name": "gpt2-finetuned-justification-v1", "results": []}]}
satyanshu404/gpt2-finetuned-justification-v1
null
[ "transformers", "safetensors", "encoder-decoder", "text2text-generation", "generated_from_trainer", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2024-04-17T19:18:13+00:00
[]
[]
TAGS #transformers #safetensors #encoder-decoder #text2text-generation #generated_from_trainer #autotrain_compatible #endpoints_compatible #region-us
gpt2-finetuned-justification-v1 =============================== This model is a fine-tuned version of [](URL on the None dataset. It achieves the following results on the evaluation set: * Loss: 0.4104 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* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 100", "### Traini...
[ "TAGS\n#transformers #safetensors #encoder-decoder #text2text-generation #generated_from_trainer #autotrain_compatible #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 5e-05\n* train\\_batch\\_size: 1\n* eval\...
[ 40, 101, 5, 44 ]
[ "TAGS\n#transformers #safetensors #encoder-decoder #text2text-generation #generated_from_trainer #autotrain_compatible #endpoints_compatible #region-us \n### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 5e-05\n* train\\_batch\\_size: 1\n* eval\\_batc...
text2text-generation
transformers
# Model Card for Model ID <!-- Provide a quick summary of what the model is/does. --> ## Model Details ### Model Description <!-- Provide a longer summary of what this model is. --> This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generate...
{"library_name": "transformers", "tags": []}
martinsinnona/visdecode_2024_1
null
[ "transformers", "safetensors", "pix2struct", "text2text-generation", "arxiv:1910.09700", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2024-04-17T19:19:53+00:00
[ "1910.09700" ]
[]
TAGS #transformers #safetensors #pix2struct #text2text-generation #arxiv-1910.09700 #autotrain_compatible #endpoints_compatible #region-us
# Model Card for Model ID ## Model Details ### Model Description This is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated. - Developed by: - Funded by [optional]: - Shared by [optional]: - Model type: - Language(s) (NLP): - License...
[ "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated.\n\n- Developed by: \n- Funded by [optional]: \n- Shared by [optional]: \n- Model type: \n- Language(s)...
[ "TAGS\n#transformers #safetensors #pix2struct #text2text-generation #arxiv-1910.09700 #autotrain_compatible #endpoints_compatible #region-us \n", "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the Hub. This...
[ 44, 6, 4, 75, 23, 3, 5, 8, 9, 8, 34, 20, 4, 5, 5, 11, 13, 12, 3, 10, 6, 5, 6, 4, 5, 7, 49, 7, 7, 5, 5, 15, 7, 7, 8, 5 ]
[ "TAGS\n#transformers #safetensors #pix2struct #text2text-generation #arxiv-1910.09700 #autotrain_compatible #endpoints_compatible #region-us \n# Model Card for Model ID## Model Details### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the Hub. This model card has be...
text2text-generation
transformers
# Model Card for Model ID <!-- Provide a quick summary of what the model is/does. --> ## Model Details ### Model Description <!-- Provide a longer summary of what this model is. --> This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generate...
{"library_name": "transformers", "tags": []}
ManukyanD/flan-t5-for-text2sql
null
[ "transformers", "safetensors", "t5", "text2text-generation", "arxiv:1910.09700", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
null
2024-04-17T19:20:15+00:00
[ "1910.09700" ]
[]
TAGS #transformers #safetensors #t5 #text2text-generation #arxiv-1910.09700 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
# Model Card for Model ID ## Model Details ### Model Description This is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated. - Developed by: - Funded by [optional]: - Shared by [optional]: - Model type: - Language(s) (NLP): - License...
[ "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated.\n\n- Developed by: \n- Funded by [optional]: \n- Shared by [optional]: \n- Model type: \n- Language(s)...
[ "TAGS\n#transformers #safetensors #t5 #text2text-generation #arxiv-1910.09700 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n", "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\nThis is the model card of a transformers model that has been push...
[ 46, 6, 4, 75, 23, 3, 5, 8, 9, 8, 34, 20, 4, 5, 5, 11, 13, 12, 3, 10, 6, 5, 6, 4, 5, 7, 49, 7, 7, 5, 5, 15, 7, 7, 8, 5 ]
[ "TAGS\n#transformers #safetensors #t5 #text2text-generation #arxiv-1910.09700 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n# Model Card for Model ID## Model Details### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the Hub. Thi...
text-generation
transformers
# KSI-RPG-128k-7B KSI-RPG-128k-7B is a merge of the following models using [mergekit](https://github.com/cg123/mergekit): * [AlekseiPravdin/KSI-RP-NSK-128k-7B](https://huggingface.co/AlekseiPravdin/KSI-RP-NSK-128k-7B) * [flammenai/flammen18X-mistral-7B](https://huggingface.co/flammenai/flammen18X-mistral-7B) ## 🧩 C...
{"license": "apache-2.0", "tags": ["merge", "mergekit", "lazymergekit", "AlekseiPravdin/KSI-RP-NSK-128k-7B", "flammenai/flammen18X-mistral-7B"]}
AlekseiPravdin/KSI-RPG-128k-7B
null
[ "transformers", "safetensors", "mistral", "text-generation", "merge", "mergekit", "lazymergekit", "AlekseiPravdin/KSI-RP-NSK-128k-7B", "flammenai/flammen18X-mistral-7B", "conversational", "custom_code", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "text-generatio...
null
2024-04-17T19:20:55+00:00
[]
[]
TAGS #transformers #safetensors #mistral #text-generation #merge #mergekit #lazymergekit #AlekseiPravdin/KSI-RP-NSK-128k-7B #flammenai/flammen18X-mistral-7B #conversational #custom_code #license-apache-2.0 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
# KSI-RPG-128k-7B KSI-RPG-128k-7B is a merge of the following models using mergekit: * AlekseiPravdin/KSI-RP-NSK-128k-7B * flammenai/flammen18X-mistral-7B ## Configuration
[ "# KSI-RPG-128k-7B\n\nKSI-RPG-128k-7B is a merge of the following models using mergekit:\n* AlekseiPravdin/KSI-RP-NSK-128k-7B\n* flammenai/flammen18X-mistral-7B", "## Configuration" ]
[ "TAGS\n#transformers #safetensors #mistral #text-generation #merge #mergekit #lazymergekit #AlekseiPravdin/KSI-RP-NSK-128k-7B #flammenai/flammen18X-mistral-7B #conversational #custom_code #license-apache-2.0 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n", "# KSI-RPG-128k-7B\...
[ 98, 71, 3 ]
[ "TAGS\n#transformers #safetensors #mistral #text-generation #merge #mergekit #lazymergekit #AlekseiPravdin/KSI-RP-NSK-128k-7B #flammenai/flammen18X-mistral-7B #conversational #custom_code #license-apache-2.0 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n# KSI-RPG-128k-7B\n\nKSI...
null
transformers
# Model Card for Model ID <!-- Provide a quick summary of what the model is/does. --> ## Model Details ### Model Description <!-- Provide a longer summary of what this model is. --> This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generate...
{"library_name": "transformers", "tags": []}
jjezabek/ai_swe-openchat-3.5-0106-set_diff_1-6-epochs
null
[ "transformers", "safetensors", "arxiv:1910.09700", "endpoints_compatible", "region:us" ]
null
2024-04-17T19:23:44+00:00
[ "1910.09700" ]
[]
TAGS #transformers #safetensors #arxiv-1910.09700 #endpoints_compatible #region-us
# Model Card for Model ID ## Model Details ### Model Description This is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated. - Developed by: - Funded by [optional]: - Shared by [optional]: - Model type: - Language(s) (NLP): - License...
[ "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated.\n\n- Developed by: \n- Funded by [optional]: \n- Shared by [optional]: \n- Model type: \n- Language(s)...
[ "TAGS\n#transformers #safetensors #arxiv-1910.09700 #endpoints_compatible #region-us \n", "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated.\n\n- Devel...
[ 26, 6, 4, 75, 23, 3, 5, 8, 9, 8, 34, 20, 4, 5, 5, 11, 13, 12, 3, 10, 6, 5, 6, 4, 5, 7, 49, 7, 7, 5, 5, 15, 7, 7, 8, 5 ]
[ "TAGS\n#transformers #safetensors #arxiv-1910.09700 #endpoints_compatible #region-us \n# Model Card for Model ID## Model Details### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated.\n\n- Developed by: \n- Funde...
text-generation
transformers
This is an upscaled fp16 variant of the original Llama-2-7b base model by Meta after it has been loaded with nf4 4-bit quantization via bitsandbytes. The main idea here is to upscale the linear4bit layers to fp16 so that the quantization/dequantization cost doesn't have to paid for each forward pass at inference time....
{"license": "apache-2.0", "tags": ["text-generation-inference"]}
predibase/Llama-2-7b-hf-dequantized
null
[ "transformers", "safetensors", "llama", "text-generation", "text-generation-inference", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2024-04-17T19:24:45+00:00
[]
[]
TAGS #transformers #safetensors #llama #text-generation #text-generation-inference #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
This is an upscaled fp16 variant of the original Llama-2-7b base model by Meta after it has been loaded with nf4 4-bit quantization via bitsandbytes. The main idea here is to upscale the linear4bit layers to fp16 so that the quantization/dequantization cost doesn't have to paid for each forward pass at inference time....
[]
[ "TAGS\n#transformers #safetensors #llama #text-generation #text-generation-inference #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n" ]
[ 42 ]
[ "TAGS\n#transformers #safetensors #llama #text-generation #text-generation-inference #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n" ]
text-generation
transformers
This model contains the weights of pretrained TransVerse model covering text-image-video-audio (tiva), which is built upon - 1) [Vicuna-7B](https://huggingface.co/lmsys/vicuna-7b-delta-v0) with version 0 - 2) [ImageBind](https://dl.fbaipublicfiles.com/imagebind/imagebind_huge.pth) - 3) [Stable Diffusion](https:...
{"license": "cc-by-nc-sa-4.0"}
3it/TransVerse-v1
null
[ "transformers", "llama", "text-generation", "license:cc-by-nc-sa-4.0", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
null
2024-04-17T19:25:20+00:00
[]
[]
TAGS #transformers #llama #text-generation #license-cc-by-nc-sa-4.0 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
This model contains the weights of pretrained TransVerse model covering text-image-video-audio (tiva), which is built upon - 1) Vicuna-7B with version 0 - 2) ImageBind - 3) Stable Diffusion with version 'v1-5'. - 4) AudioLDM with version 'l-full'. - 5) ZeroScope with version 'v2_576w'.
[]
[ "TAGS\n#transformers #llama #text-generation #license-cc-by-nc-sa-4.0 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 44 ]
[ "TAGS\n#transformers #llama #text-generation #license-cc-by-nc-sa-4.0 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
text-generation
transformers
This is an upscaled fp16 variant of the original Llama-2-7b-chat base model by Meta after it has been loaded with nf4 4-bit quantization via bitsandbytes. The main idea here is to upscale the linear4bit layers to fp16 so that the quantization/dequantization cost doesn't have to paid for each forward pass at inference ...
{"license": "apache-2.0", "tags": ["text-generation-inference"]}
predibase/Llama-2-7b-chat-hf-dequantized
null
[ "transformers", "safetensors", "llama", "text-generation", "text-generation-inference", "conversational", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2024-04-17T19:25:56+00:00
[]
[]
TAGS #transformers #safetensors #llama #text-generation #text-generation-inference #conversational #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
This is an upscaled fp16 variant of the original Llama-2-7b-chat base model by Meta after it has been loaded with nf4 4-bit quantization via bitsandbytes. The main idea here is to upscale the linear4bit layers to fp16 so that the quantization/dequantization cost doesn't have to paid for each forward pass at inference ...
[]
[ "TAGS\n#transformers #safetensors #llama #text-generation #text-generation-inference #conversational #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n" ]
[ 45 ]
[ "TAGS\n#transformers #safetensors #llama #text-generation #text-generation-inference #conversational #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n" ]
feature-extraction
transformers
# Model Card for Model ID <!-- Provide a quick summary of what the model is/does. --> ## Model Details ### Model Description <!-- Provide a longer summary of what this model is. --> This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generate...
{"library_name": "transformers", "tags": []}
eeshanpatel/Roberta-triplet-finetuned-v2.0
null
[ "transformers", "safetensors", "roberta", "feature-extraction", "arxiv:1910.09700", "endpoints_compatible", "region:us" ]
null
2024-04-17T19:26:09+00:00
[ "1910.09700" ]
[]
TAGS #transformers #safetensors #roberta #feature-extraction #arxiv-1910.09700 #endpoints_compatible #region-us
# Model Card for Model ID ## Model Details ### Model Description This is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated. - Developed by: - Funded by [optional]: - Shared by [optional]: - Model type: - Language(s) (NLP): - License...
[ "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated.\n\n- Developed by: \n- Funded by [optional]: \n- Shared by [optional]: \n- Model type: \n- Language(s)...
[ "TAGS\n#transformers #safetensors #roberta #feature-extraction #arxiv-1910.09700 #endpoints_compatible #region-us \n", "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the Hub. This model card has been automa...
[ 32, 6, 4, 75, 23, 3, 5, 8, 9, 8, 34, 20, 4, 5, 5, 11, 13, 12, 3, 10, 6, 5, 6, 4, 5, 7, 49, 7, 7, 5, 5, 15, 7, 7, 8, 5 ]
[ "TAGS\n#transformers #safetensors #roberta #feature-extraction #arxiv-1910.09700 #endpoints_compatible #region-us \n# Model Card for Model ID## Model Details### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated....
text-generation
transformers
This is an upscaled fp16 variant of the original Codellama-7b-instruct base model by Meta after it has been loaded with nf4 4-bit quantization via bitsandbytes. The main idea here is to upscale the linear4bit layers to fp16 so that the quantization/dequantization cost doesn't have to paid for each forward pass at infe...
{"license": "apache-2.0", "tags": ["text-generation-inference"]}
predibase/CodeLlama-7b-Instruct-hf-dequantized
null
[ "transformers", "safetensors", "llama", "text-generation", "text-generation-inference", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2024-04-17T19:26:42+00:00
[]
[]
TAGS #transformers #safetensors #llama #text-generation #text-generation-inference #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
This is an upscaled fp16 variant of the original Codellama-7b-instruct base model by Meta after it has been loaded with nf4 4-bit quantization via bitsandbytes. The main idea here is to upscale the linear4bit layers to fp16 so that the quantization/dequantization cost doesn't have to paid for each forward pass at infe...
[]
[ "TAGS\n#transformers #safetensors #llama #text-generation #text-generation-inference #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n" ]
[ 42 ]
[ "TAGS\n#transformers #safetensors #llama #text-generation #text-generation-inference #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n" ]
text-generation
transformers
This is an upscaled fp16 variant of the original Llama-2-13b-chat base model by Meta after it has been loaded with nf4 4-bit quantization via bitsandbytes. The main idea here is to upscale the linear4bit layers to fp16 so that the quantization/dequantization cost doesn't have to paid for each forward pass at inference...
{"license": "apache-2.0", "tags": ["text-generation-inference"]}
predibase/Llama-2-13b-chat-hf-dequantized
null
[ "transformers", "safetensors", "llama", "text-generation", "text-generation-inference", "conversational", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2024-04-17T19:27:11+00:00
[]
[]
TAGS #transformers #safetensors #llama #text-generation #text-generation-inference #conversational #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
This is an upscaled fp16 variant of the original Llama-2-13b-chat base model by Meta after it has been loaded with nf4 4-bit quantization via bitsandbytes. The main idea here is to upscale the linear4bit layers to fp16 so that the quantization/dequantization cost doesn't have to paid for each forward pass at inference...
[]
[ "TAGS\n#transformers #safetensors #llama #text-generation #text-generation-inference #conversational #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n" ]
[ 45 ]
[ "TAGS\n#transformers #safetensors #llama #text-generation #text-generation-inference #conversational #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n" ]
text-generation
transformers
This is an upscaled fp16 variant of the original CodeLlama-13b-instruct base model by Meta after it has been loaded with nf4 4-bit quantization via bitsandbytes. The main idea here is to upscale the linear4bit layers to fp16 so that the quantization/dequantization cost doesn't have to paid for each forward pass at inf...
{"license": "apache-2.0", "tags": ["text-generation-inference"]}
predibase/CodeLlama-13b-Instruct-hf-dequantized
null
[ "transformers", "safetensors", "llama", "text-generation", "text-generation-inference", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2024-04-17T19:27:35+00:00
[]
[]
TAGS #transformers #safetensors #llama #text-generation #text-generation-inference #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
This is an upscaled fp16 variant of the original CodeLlama-13b-instruct base model by Meta after it has been loaded with nf4 4-bit quantization via bitsandbytes. The main idea here is to upscale the linear4bit layers to fp16 so that the quantization/dequantization cost doesn't have to paid for each forward pass at inf...
[]
[ "TAGS\n#transformers #safetensors #llama #text-generation #text-generation-inference #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n" ]
[ 42 ]
[ "TAGS\n#transformers #safetensors #llama #text-generation #text-generation-inference #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n" ]
text-generation
transformers
This is an upscaled fp16 variant of the original Mistral-7B-Instruct-v0.1 base model by Mistral after it has been loaded with nf4 4-bit quantization via bitsandbytes. The main idea here is to upscale the linear4bit layers to fp16 so that the quantization/dequantization cost doesn't have to paid for each forward pass a...
{"license": "apache-2.0", "tags": ["text-generation-inference"]}
predibase/Mistral-7B-Instruct-v0.1-dequantized
null
[ "transformers", "safetensors", "mistral", "text-generation", "text-generation-inference", "conversational", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2024-04-17T19:28:18+00:00
[]
[]
TAGS #transformers #safetensors #mistral #text-generation #text-generation-inference #conversational #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
This is an upscaled fp16 variant of the original Mistral-7B-Instruct-v0.1 base model by Mistral after it has been loaded with nf4 4-bit quantization via bitsandbytes. The main idea here is to upscale the linear4bit layers to fp16 so that the quantization/dequantization cost doesn't have to paid for each forward pass a...
[]
[ "TAGS\n#transformers #safetensors #mistral #text-generation #text-generation-inference #conversational #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n" ]
[ 45 ]
[ "TAGS\n#transformers #safetensors #mistral #text-generation #text-generation-inference #conversational #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n" ]
null
transformers
## About <!-- ### quantize_version: 1 --> <!-- ### output_tensor_quantised: 1 --> <!-- ### convert_type: --> <!-- ### vocab_type: --> static quants of https://huggingface.co/AlekseiPravdin/KSI-RP-NSK-128k-7B <!-- provided-files --> weighted/imatrix quants seem not to be available (by me) at this time. If they do no...
{"language": ["en"], "license": "apache-2.0", "library_name": "transformers", "tags": ["merge", "mergekit", "lazymergekit", "AlekseiPravdin/KukulStanta-InfinityRP-7B-slerp", "AlekseiPravdin/NSK-128k-7B-slerp"], "base_model": "AlekseiPravdin/KSI-RP-NSK-128k-7B", "quantized_by": "mradermacher"}
mradermacher/KSI-RP-NSK-128k-7B-GGUF
null
[ "transformers", "gguf", "merge", "mergekit", "lazymergekit", "AlekseiPravdin/KukulStanta-InfinityRP-7B-slerp", "AlekseiPravdin/NSK-128k-7B-slerp", "en", "base_model:AlekseiPravdin/KSI-RP-NSK-128k-7B", "license:apache-2.0", "endpoints_compatible", "region:us" ]
null
2024-04-17T19:28:43+00:00
[]
[ "en" ]
TAGS #transformers #gguf #merge #mergekit #lazymergekit #AlekseiPravdin/KukulStanta-InfinityRP-7B-slerp #AlekseiPravdin/NSK-128k-7B-slerp #en #base_model-AlekseiPravdin/KSI-RP-NSK-128k-7B #license-apache-2.0 #endpoints_compatible #region-us
About ----- static quants of URL weighted/imatrix quants seem not to be available (by me) at this time. If they do not show up a week or so after the static ones, I have probably not planned for them. Feel free to request them by opening a Community Discussion. Usage ----- If you are unsure how to use GGUF file...
[]
[ "TAGS\n#transformers #gguf #merge #mergekit #lazymergekit #AlekseiPravdin/KukulStanta-InfinityRP-7B-slerp #AlekseiPravdin/NSK-128k-7B-slerp #en #base_model-AlekseiPravdin/KSI-RP-NSK-128k-7B #license-apache-2.0 #endpoints_compatible #region-us \n" ]
[ 105 ]
[ "TAGS\n#transformers #gguf #merge #mergekit #lazymergekit #AlekseiPravdin/KukulStanta-InfinityRP-7B-slerp #AlekseiPravdin/NSK-128k-7B-slerp #en #base_model-AlekseiPravdin/KSI-RP-NSK-128k-7B #license-apache-2.0 #endpoints_compatible #region-us \n" ]
text-generation
transformers
This is an upscaled fp16 variant of the original HuggingFaceH4/zephyr-7b-beta model after it has been loaded with nf4 4-bit quantization via bitsandbytes. The main idea here is to upscale the linear4bit layers to fp16 so that the quantization/dequantization cost doesn't have to paid for each forward pass at inference ...
{"license": "apache-2.0", "tags": ["text-generation-inference"]}
predibase/zephyr-7b-beta-dequantized
null
[ "transformers", "safetensors", "mistral", "text-generation", "text-generation-inference", "conversational", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2024-04-17T19:28:59+00:00
[]
[]
TAGS #transformers #safetensors #mistral #text-generation #text-generation-inference #conversational #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
This is an upscaled fp16 variant of the original HuggingFaceH4/zephyr-7b-beta model after it has been loaded with nf4 4-bit quantization via bitsandbytes. The main idea here is to upscale the linear4bit layers to fp16 so that the quantization/dequantization cost doesn't have to paid for each forward pass at inference ...
[]
[ "TAGS\n#transformers #safetensors #mistral #text-generation #text-generation-inference #conversational #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n" ]
[ 45 ]
[ "TAGS\n#transformers #safetensors #mistral #text-generation #text-generation-inference #conversational #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n" ]
null
transformers
# Model Card for Model ID <!-- Provide a quick summary of what the model is/does. --> ## Model Details ### Model Description <!-- Provide a longer summary of what this model is. --> This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generate...
{"library_name": "transformers", "tags": []}
badrmarani/mymodel-test
null
[ "transformers", "safetensors", "resnet", "arxiv:1910.09700", "endpoints_compatible", "region:us" ]
null
2024-04-17T19:29:17+00:00
[ "1910.09700" ]
[]
TAGS #transformers #safetensors #resnet #arxiv-1910.09700 #endpoints_compatible #region-us
# Model Card for Model ID ## Model Details ### Model Description This is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated. - Developed by: - Funded by [optional]: - Shared by [optional]: - Model type: - Language(s) (NLP): - License...
[ "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated.\n\n- Developed by: \n- Funded by [optional]: \n- Shared by [optional]: \n- Model type: \n- Language(s)...
[ "TAGS\n#transformers #safetensors #resnet #arxiv-1910.09700 #endpoints_compatible #region-us \n", "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated.\n\...
[ 29, 6, 4, 75, 23, 3, 5, 8, 9, 8, 34, 20, 4, 5, 5, 11, 13, 12, 3, 10, 6, 5, 6, 4, 5, 7, 49, 7, 7, 5, 5, 15, 7, 7, 8, 5 ]
[ "TAGS\n#transformers #safetensors #resnet #arxiv-1910.09700 #endpoints_compatible #region-us \n# Model Card for Model ID## Model Details### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated.\n\n- Developed by: \...
text-generation
transformers
This is an upscaled fp16 variant of the original Llama-2-70b-chat base model by Meta after it has been loaded with nf4 4-bit quantization via bitsandbytes. The main idea here is to upscale the linear4bit layers to fp16 so that the quantization/dequantization cost doesn't have to paid for each forward pass at inference...
{"license": "apache-2.0", "tags": ["text-generation-inference"]}
predibase/Llama-2-70b-chat-hf-dequantized
null
[ "transformers", "safetensors", "llama", "text-generation", "text-generation-inference", "conversational", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2024-04-17T19:29:22+00:00
[]
[]
TAGS #transformers #safetensors #llama #text-generation #text-generation-inference #conversational #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
This is an upscaled fp16 variant of the original Llama-2-70b-chat base model by Meta after it has been loaded with nf4 4-bit quantization via bitsandbytes. The main idea here is to upscale the linear4bit layers to fp16 so that the quantization/dequantization cost doesn't have to paid for each forward pass at inference...
[]
[ "TAGS\n#transformers #safetensors #llama #text-generation #text-generation-inference #conversational #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n" ]
[ 45 ]
[ "TAGS\n#transformers #safetensors #llama #text-generation #text-generation-inference #conversational #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n" ]
text-generation
transformers
This is an upscaled fp16 variant of the original NousResearch/Yarn-Mistral-7b-128k base model after it has been loaded with nf4 4-bit quantization via bitsandbytes. The main idea here is to upscale the linear4bit layers to fp16 so that the quantization/dequantization cost doesn't have to paid for each forward pass at ...
{"license": "apache-2.0", "tags": ["text-generation-inference"]}
predibase/NousResearch-Yarn-Mistral-7b-128k-dequantized
null
[ "transformers", "safetensors", "mistral", "text-generation", "text-generation-inference", "custom_code", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2024-04-17T19:29:43+00:00
[]
[]
TAGS #transformers #safetensors #mistral #text-generation #text-generation-inference #custom_code #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
This is an upscaled fp16 variant of the original NousResearch/Yarn-Mistral-7b-128k base model after it has been loaded with nf4 4-bit quantization via bitsandbytes. The main idea here is to upscale the linear4bit layers to fp16 so that the quantization/dequantization cost doesn't have to paid for each forward pass at ...
[]
[ "TAGS\n#transformers #safetensors #mistral #text-generation #text-generation-inference #custom_code #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n" ]
[ 46 ]
[ "TAGS\n#transformers #safetensors #mistral #text-generation #text-generation-inference #custom_code #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n" ]
text-generation
transformers
This is an upscaled fp16 variant of the original CodeLlama-70b-instruct base model by Meta after it has been loaded with nf4 4-bit quantization via bitsandbytes. The main idea here is to upscale the linear4bit layers to fp16 so that the quantization/dequantization cost doesn't have to paid for each forward pass at inf...
{"license": "apache-2.0", "tags": ["text-generation-inference"]}
predibase/CodeLlama-70B-Instruct-hf-dequantized
null
[ "transformers", "safetensors", "llama", "text-generation", "text-generation-inference", "conversational", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2024-04-17T19:30:14+00:00
[]
[]
TAGS #transformers #safetensors #llama #text-generation #text-generation-inference #conversational #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
This is an upscaled fp16 variant of the original CodeLlama-70b-instruct base model by Meta after it has been loaded with nf4 4-bit quantization via bitsandbytes. The main idea here is to upscale the linear4bit layers to fp16 so that the quantization/dequantization cost doesn't have to paid for each forward pass at inf...
[]
[ "TAGS\n#transformers #safetensors #llama #text-generation #text-generation-inference #conversational #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n" ]
[ 45 ]
[ "TAGS\n#transformers #safetensors #llama #text-generation #text-generation-inference #conversational #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n" ]
text-generation
transformers
This is an upscaled fp16 variant of the original Phi-2 base model by Microsoft after it has been loaded with nf4 4-bit quantization via bitsandbytes. The main idea here is to upscale the linear4bit layers to fp16 so that the quantization/dequantization cost doesn't have to paid for each forward pass at inference time....
{"license": "apache-2.0", "tags": ["text-generation-inference"]}
predibase/phi-2-dequantized
null
[ "transformers", "safetensors", "phi", "text-generation", "text-generation-inference", "custom_code", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2024-04-17T19:30:34+00:00
[]
[]
TAGS #transformers #safetensors #phi #text-generation #text-generation-inference #custom_code #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
This is an upscaled fp16 variant of the original Phi-2 base model by Microsoft after it has been loaded with nf4 4-bit quantization via bitsandbytes. The main idea here is to upscale the linear4bit layers to fp16 so that the quantization/dequantization cost doesn't have to paid for each forward pass at inference time....
[]
[ "TAGS\n#transformers #safetensors #phi #text-generation #text-generation-inference #custom_code #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n" ]
[ 45 ]
[ "TAGS\n#transformers #safetensors #phi #text-generation #text-generation-inference #custom_code #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n" ]
text-generation
transformers
This is an upscaled fp16 variant of the original Mistral-7b base model by Mistral after it has been loaded with nf4 4-bit quantization via bitsandbytes. The main idea here is to upscale the linear4bit layers to fp16 so that the quantization/dequantization cost doesn't have to paid for each forward pass at inference ti...
{"license": "apache-2.0", "tags": ["text-generation-inference"]}
predibase/Mistral-7B-v0.1-dequantized
null
[ "transformers", "safetensors", "mistral", "text-generation", "text-generation-inference", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2024-04-17T19:31:06+00:00
[]
[]
TAGS #transformers #safetensors #mistral #text-generation #text-generation-inference #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
This is an upscaled fp16 variant of the original Mistral-7b base model by Mistral after it has been loaded with nf4 4-bit quantization via bitsandbytes. The main idea here is to upscale the linear4bit layers to fp16 so that the quantization/dequantization cost doesn't have to paid for each forward pass at inference ti...
[]
[ "TAGS\n#transformers #safetensors #mistral #text-generation #text-generation-inference #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n" ]
[ 42 ]
[ "TAGS\n#transformers #safetensors #mistral #text-generation #text-generation-inference #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n" ]
text-generation
transformers
# merge This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit). ## Merge Details ### Merge Method This model was merged using the [TIES](https://arxiv.org/abs/2306.01708) merge method using [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0....
{"library_name": "transformers", "tags": ["mergekit", "merge"], "base_model": ["mistralai/Mistral-7B-v0.1", "mistralai/Mistral-7B-Instruct-v0.2", "BioMistral/BioMistral-7B"]}
mergekit-community/mergekit-ties-cmdmayc
null
[ "transformers", "safetensors", "mistral", "text-generation", "mergekit", "merge", "arxiv:2306.01708", "base_model:mistralai/Mistral-7B-v0.1", "base_model:mistralai/Mistral-7B-Instruct-v0.2", "base_model:BioMistral/BioMistral-7B", "autotrain_compatible", "endpoints_compatible", "text-generati...
null
2024-04-17T19:31:54+00:00
[ "2306.01708" ]
[]
TAGS #transformers #safetensors #mistral #text-generation #mergekit #merge #arxiv-2306.01708 #base_model-mistralai/Mistral-7B-v0.1 #base_model-mistralai/Mistral-7B-Instruct-v0.2 #base_model-BioMistral/BioMistral-7B #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
# merge This is a merge of pre-trained language models created using mergekit. ## Merge Details ### Merge Method This model was merged using the TIES merge method using mistralai/Mistral-7B-v0.1 as a base. ### Models Merged The following models were included in the merge: * mistralai/Mistral-7B-Instruct-v0.2 * Bio...
[ "# merge\n\nThis is a merge of pre-trained language models created using mergekit.", "## Merge Details", "### Merge Method\n\nThis model was merged using the TIES merge method using mistralai/Mistral-7B-v0.1 as a base.", "### Models Merged\n\nThe following models were included in the merge:\n* mistralai/Mistr...
[ "TAGS\n#transformers #safetensors #mistral #text-generation #mergekit #merge #arxiv-2306.01708 #base_model-mistralai/Mistral-7B-v0.1 #base_model-mistralai/Mistral-7B-Instruct-v0.2 #base_model-BioMistral/BioMistral-7B #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n", "# merge\n...
[ 106, 17, 4, 33, 43, 16 ]
[ "TAGS\n#transformers #safetensors #mistral #text-generation #mergekit #merge #arxiv-2306.01708 #base_model-mistralai/Mistral-7B-v0.1 #base_model-mistralai/Mistral-7B-Instruct-v0.2 #base_model-BioMistral/BioMistral-7B #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n# merge\n\nThis...
null
peft
<!-- 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. --> # remote_sensing_gpt_expt4 This model is a fine-tuned version of [microsoft/phi-1_5](https://huggingface.co/microsoft/phi-1_5) on ...
{"license": "mit", "library_name": "peft", "tags": ["generated_from_trainer"], "base_model": "microsoft/phi-1_5", "model-index": [{"name": "remote_sensing_gpt_expt4", "results": []}]}
gremlin97/remote_sensing_gpt_expt4
null
[ "peft", "safetensors", "generated_from_trainer", "base_model:microsoft/phi-1_5", "license:mit", "region:us" ]
null
2024-04-17T19:32:52+00:00
[]
[]
TAGS #peft #safetensors #generated_from_trainer #base_model-microsoft/phi-1_5 #license-mit #region-us
remote\_sensing\_gpt\_expt4 =========================== This model is a fine-tuned version of microsoft/phi-1\_5 on the None dataset. It achieves the following results on the evaluation set: * Loss: 3.3855 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: 3.0", "### Traini...
[ "TAGS\n#peft #safetensors #generated_from_trainer #base_model-microsoft/phi-1_5 #license-mit #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 8\n* eval\\_batch\\_size: 8\n* seed: 42\n* optimizer: Adam...
[ 34, 103, 5, 52 ]
[ "TAGS\n#peft #safetensors #generated_from_trainer #base_model-microsoft/phi-1_5 #license-mit #region-us \n### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 8\n* eval\\_batch\\_size: 8\n* seed: 42\n* optimizer: Adam with ...
null
transformers
# Model Card for Model ID <!-- Provide a quick summary of what the model is/does. --> ## Model Details ### Model Description <!-- Provide a longer summary of what this model is. --> This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generate...
{"library_name": "transformers", "tags": []}
Enagamirzayev/whisper-small-llm-lingo-adapters_p
null
[ "transformers", "safetensors", "arxiv:1910.09700", "endpoints_compatible", "region:us" ]
null
2024-04-17T19:33:15+00:00
[ "1910.09700" ]
[]
TAGS #transformers #safetensors #arxiv-1910.09700 #endpoints_compatible #region-us
# Model Card for Model ID ## Model Details ### Model Description This is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated. - Developed by: - Funded by [optional]: - Shared by [optional]: - Model type: - Language(s) (NLP): - License...
[ "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated.\n\n- Developed by: \n- Funded by [optional]: \n- Shared by [optional]: \n- Model type: \n- Language(s)...
[ "TAGS\n#transformers #safetensors #arxiv-1910.09700 #endpoints_compatible #region-us \n", "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated.\n\n- Devel...
[ 26, 6, 4, 75, 23, 3, 5, 8, 9, 8, 34, 20, 4, 5, 5, 11, 13, 12, 3, 10, 6, 5, 6, 4, 5, 7, 49, 7, 7, 5, 5, 15, 7, 7, 8, 5 ]
[ "TAGS\n#transformers #safetensors #arxiv-1910.09700 #endpoints_compatible #region-us \n# Model Card for Model ID## Model Details### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated.\n\n- Developed by: \n- Funde...
automatic-speech-recognition
transformers
<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # mr_sam_wav2vec2_nigerian_accent_v1 This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/faceboo...
{"license": "apache-2.0", "tags": ["generated_from_trainer"], "metrics": ["wer"], "base_model": "facebook/wav2vec2-base", "model-index": [{"name": "mr_sam_wav2vec2_nigerian_accent_v1", "results": []}]}
samuelchiji/mr_sam_wav2vec2_nigerian_accent_v1
null
[ "transformers", "tensorboard", "safetensors", "wav2vec2", "automatic-speech-recognition", "generated_from_trainer", "base_model:facebook/wav2vec2-base", "license:apache-2.0", "endpoints_compatible", "region:us" ]
null
2024-04-17T19:36:06+00:00
[]
[]
TAGS #transformers #tensorboard #safetensors #wav2vec2 #automatic-speech-recognition #generated_from_trainer #base_model-facebook/wav2vec2-base #license-apache-2.0 #endpoints_compatible #region-us
mr\_sam\_wav2vec2\_nigerian\_accent\_v1 ======================================= This model is a fine-tuned version of facebook/wav2vec2-base on an unknown dataset. It achieves the following results on the evaluation set: * Loss: 0.3400 * Wer: 0.1900 Model description ----------------- More information needed ...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 0.0001\n* train\\_batch\\_size: 32\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 #tensorboard #safetensors #wav2vec2 #automatic-speech-recognition #generated_from_trainer #base_model-facebook/wav2vec2-base #license-apache-2.0 #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_...
[ 61, 128, 5, 44 ]
[ "TAGS\n#transformers #tensorboard #safetensors #wav2vec2 #automatic-speech-recognition #generated_from_trainer #base_model-facebook/wav2vec2-base #license-apache-2.0 #endpoints_compatible #region-us \n### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: ...
automatic-speech-recognition
transformers
# Model Card for Model ID <!-- Provide a quick summary of what the model is/does. --> ## Model Details ### Model Description <!-- Provide a longer summary of what this model is. --> This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generate...
{"library_name": "transformers", "tags": []}
Enagamirzayev/whisper-small-llm-lingo_p
null
[ "transformers", "safetensors", "whisper", "automatic-speech-recognition", "arxiv:1910.09700", "endpoints_compatible", "region:us" ]
null
2024-04-17T19:36:22+00:00
[ "1910.09700" ]
[]
TAGS #transformers #safetensors #whisper #automatic-speech-recognition #arxiv-1910.09700 #endpoints_compatible #region-us
# Model Card for Model ID ## Model Details ### Model Description This is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated. - Developed by: - Funded by [optional]: - Shared by [optional]: - Model type: - Language(s) (NLP): - License...
[ "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated.\n\n- Developed by: \n- Funded by [optional]: \n- Shared by [optional]: \n- Model type: \n- Language(s)...
[ "TAGS\n#transformers #safetensors #whisper #automatic-speech-recognition #arxiv-1910.09700 #endpoints_compatible #region-us \n", "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the Hub. This model card has b...
[ 34, 6, 4, 75, 23, 3, 5, 8, 9, 8, 34, 20, 4, 5, 5, 11, 13, 12, 3, 10, 6, 5, 6, 4, 5, 7, 49, 7, 7, 5, 5, 15, 7, 7, 8, 5 ]
[ "TAGS\n#transformers #safetensors #whisper #automatic-speech-recognition #arxiv-1910.09700 #endpoints_compatible #region-us \n# Model Card for Model ID## Model Details### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically ...
text-generation
transformers
![image/png](https://cdn-uploads.huggingface.co/production/uploads/647e98971a1fcad2fdc55e61/JeTZMxno0ANlYLGLzvX2X.png) # Model Card for Coxcomb A creative writing model, using the superb [senseable/WestLake-7B-v2](https://huggingface.co/senseable/WestLake-7B-v2) as a base, finetuned on GPT-4 outputs to a diverse var...
{"language": ["en"], "license": "apache-2.0", "datasets": ["N8Programs/CreativeGPT"], "pipeline_tag": "text-generation"}
N8Programs/Coxcomb
null
[ "transformers", "safetensors", "mistral", "text-generation", "conversational", "en", "dataset:N8Programs/CreativeGPT", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
null
2024-04-17T19:37:17+00:00
[]
[ "en" ]
TAGS #transformers #safetensors #mistral #text-generation #conversational #en #dataset-N8Programs/CreativeGPT #license-apache-2.0 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
!image/png # Model Card for Coxcomb A creative writing model, using the superb senseable/WestLake-7B-v2 as a base, finetuned on GPT-4 outputs to a diverse variety of prompts. It in no way competes with GPT-4 - it's quality of writing is below it, and it is primarily meant to be run in offline, local environments. On...
[ "# Model Card for Coxcomb\n\nA creative writing model, using the superb senseable/WestLake-7B-v2 as a base, finetuned on GPT-4 outputs to a diverse variety of prompts. It in no way competes with GPT-4 - it's quality of writing is below it, and it is primarily meant to be run in offline, local environments.\nOn crea...
[ "TAGS\n#transformers #safetensors #mistral #text-generation #conversational #en #dataset-N8Programs/CreativeGPT #license-apache-2.0 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n", "# Model Card for Coxcomb\n\nA creative writing model, using the superb senseable/WestLake-7B-v...
[ 60, 159, 41, 56, 51, 26, 36, 15 ]
[ "TAGS\n#transformers #safetensors #mistral #text-generation #conversational #en #dataset-N8Programs/CreativeGPT #license-apache-2.0 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n# Model Card for Coxcomb\n\nA creative writing model, using the superb senseable/WestLake-7B-v2 as a...
text-generation
transformers
# Model Card for Model ID <!-- Provide a quick summary of what the model is/does. --> ## Model Details ### Model Description <!-- Provide a longer summary of what this model is. --> This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generate...
{"library_name": "transformers", "tags": []}
kevin36524/gemma-Code-Instruct-Finetune-yahoo-mail
null
[ "transformers", "safetensors", "gemma", "text-generation", "conversational", "arxiv:1910.09700", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
null
2024-04-17T19:41:20+00:00
[ "1910.09700" ]
[]
TAGS #transformers #safetensors #gemma #text-generation #conversational #arxiv-1910.09700 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
# Model Card for Model ID ## Model Details ### Model Description This is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated. - Developed by: - Funded by [optional]: - Shared by [optional]: - Model type: - Language(s) (NLP): - License...
[ "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed on the Hub. This model card has been automatically generated.\n\n- Developed by: \n- Funded by [optional]: \n- Shared by [optional]: \n- Model type: \n- Language(s)...
[ "TAGS\n#transformers #safetensors #gemma #text-generation #conversational #arxiv-1910.09700 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n", "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\nThis is the model card of a transformers model that...
[ 46, 6, 4, 75, 23, 3, 5, 8, 9, 8, 34, 20, 4, 5, 5, 11, 13, 12, 3, 10, 6, 5, 6, 4, 5, 7, 49, 7, 7, 5, 5, 15, 7, 7, 8, 5 ]
[ "TAGS\n#transformers #safetensors #gemma #text-generation #conversational #arxiv-1910.09700 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n# Model Card for Model ID## Model Details### Model Description\n\n\n\nThis is the model card of a transformers model that has been pushed o...
null
null
# KSI-RPG-128k-7B-GGUF ⭐️⭐️⭐️ KSI-RPG-128k-7B is a merge of the following models using [mergekit](https://github.com/cg123/mergekit): * [AlekseiPravdin/KSI-RP-NSK-128k-7B](https://huggingface.co/AlekseiPravdin/KSI-RP-NSK-128k-7B) * [flammenai/flammen18X-mistral-7B](https://huggingface.co/flammenai/flammen18X-mistral-...
{"language": ["en", "ru", "th"], "license": "apache-2.0", "tags": ["merge", "mergekit", "lazymergekit", "AlekseiPravdin/KSI-RP-NSK-128k-7B", "flammenai/flammen18X-mistral-7B", "gguf", "Q2_K", "Q3_K_L", "Q3_K_M", "Q3_K_S", "Q4_0", "Q4_1", "Q4_K_S", "Q4_k_m", "Q5_0", "Q5_1", "Q6_K", "Q5_K_S", "Q5_k_m", "Q8_0", "128k"]}
AlekseiPravdin/KSI-RPG-128k-7B-gguf
null
[ "gguf", "merge", "mergekit", "lazymergekit", "AlekseiPravdin/KSI-RP-NSK-128k-7B", "flammenai/flammen18X-mistral-7B", "Q2_K", "Q3_K_L", "Q3_K_M", "Q3_K_S", "Q4_0", "Q4_1", "Q4_K_S", "Q4_k_m", "Q5_0", "Q5_1", "Q6_K", "Q5_K_S", "Q5_k_m", "Q8_0", "128k", "en", "ru", "th", ...
null
2024-04-17T19:43:48+00:00
[]
[ "en", "ru", "th" ]
TAGS #gguf #merge #mergekit #lazymergekit #AlekseiPravdin/KSI-RP-NSK-128k-7B #flammenai/flammen18X-mistral-7B #Q2_K #Q3_K_L #Q3_K_M #Q3_K_S #Q4_0 #Q4_1 #Q4_K_S #Q4_k_m #Q5_0 #Q5_1 #Q6_K #Q5_K_S #Q5_k_m #Q8_0 #128k #en #ru #th #license-apache-2.0 #region-us
# KSI-RPG-128k-7B-GGUF ⭐️⭐️⭐️ KSI-RPG-128k-7B is a merge of the following models using mergekit: * AlekseiPravdin/KSI-RP-NSK-128k-7B * flammenai/flammen18X-mistral-7B ## Configuration Eval embedding benchmark (with 70 specific quesions): !URL !URL !URL !URL !URL !URL !URL !URL !URL !URL !URL !URL !URL !URL
[ "# KSI-RPG-128k-7B-GGUF ⭐️⭐️⭐️\n\nKSI-RPG-128k-7B is a merge of the following models using mergekit:\n* AlekseiPravdin/KSI-RP-NSK-128k-7B\n* flammenai/flammen18X-mistral-7B", "## Configuration\n\n\n\nEval embedding benchmark (with 70 specific quesions):\n\n!URL\n!URL\n!URL\n!URL\n!URL\n!URL\n!URL\n!URL\n!URL\n!U...
[ "TAGS\n#gguf #merge #mergekit #lazymergekit #AlekseiPravdin/KSI-RP-NSK-128k-7B #flammenai/flammen18X-mistral-7B #Q2_K #Q3_K_L #Q3_K_M #Q3_K_S #Q4_0 #Q4_1 #Q4_K_S #Q4_k_m #Q5_0 #Q5_1 #Q6_K #Q5_K_S #Q5_k_m #Q8_0 #128k #en #ru #th #license-apache-2.0 #region-us \n", "# KSI-RPG-128k-7B-GGUF ⭐️⭐️⭐️\n\nKSI-RPG-128k-7B ...
[ 159, 76, 60 ]
[ "TAGS\n#gguf #merge #mergekit #lazymergekit #AlekseiPravdin/KSI-RP-NSK-128k-7B #flammenai/flammen18X-mistral-7B #Q2_K #Q3_K_L #Q3_K_M #Q3_K_S #Q4_0 #Q4_1 #Q4_K_S #Q4_k_m #Q5_0 #Q5_1 #Q6_K #Q5_K_S #Q5_k_m #Q8_0 #128k #en #ru #th #license-apache-2.0 #region-us \n# KSI-RPG-128k-7B-GGUF ⭐️⭐️⭐️\n\nKSI-RPG-128k-7B is a m...