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
null
adapter-transformers
# Adapter `BigTMiami/m_imdb_par_bn_v_4_class_adp_lr_0003_S_3` for roberta-base An [adapter](https://adapterhub.ml) for the `roberta-base` model that was trained on the [BigTMiami/imdb_sentiment_dataset](https://huggingface.co/datasets/BigTMiami/imdb_sentiment_dataset/) dataset and includes a prediction head for class...
{"tags": ["adapter-transformers", "roberta"], "datasets": ["BigTMiami/imdb_sentiment_dataset"]}
BigTMiami/m_imdb_par_bn_v_4_class_adp_lr_0003_S_3
null
[ "adapter-transformers", "roberta", "dataset:BigTMiami/imdb_sentiment_dataset", "region:us" ]
null
2024-04-21T02:21:23+00:00
[]
[]
TAGS #adapter-transformers #roberta #dataset-BigTMiami/imdb_sentiment_dataset #region-us
# Adapter 'BigTMiami/m_imdb_par_bn_v_4_class_adp_lr_0003_S_3' for roberta-base An adapter for the 'roberta-base' model that was trained on the BigTMiami/imdb_sentiment_dataset dataset and includes a prediction head for classification. This adapter was created for usage with the Adapters library. ## Usage First, in...
[ "# Adapter 'BigTMiami/m_imdb_par_bn_v_4_class_adp_lr_0003_S_3' for roberta-base\n\nAn adapter for the 'roberta-base' model that was trained on the BigTMiami/imdb_sentiment_dataset dataset and includes a prediction head for classification.\n\nThis adapter was created for usage with the Adapters library.", "## Usag...
[ "TAGS\n#adapter-transformers #roberta #dataset-BigTMiami/imdb_sentiment_dataset #region-us \n", "# Adapter 'BigTMiami/m_imdb_par_bn_v_4_class_adp_lr_0003_S_3' for roberta-base\n\nAn adapter for the 'roberta-base' model that was trained on the BigTMiami/imdb_sentiment_dataset dataset and includes a prediction head...
[ 28, 92, 24, 5, 4 ]
[ "TAGS\n#adapter-transformers #roberta #dataset-BigTMiami/imdb_sentiment_dataset #region-us \n# Adapter 'BigTMiami/m_imdb_par_bn_v_4_class_adp_lr_0003_S_3' for roberta-base\n\nAn adapter for the 'roberta-base' model that was trained on the BigTMiami/imdb_sentiment_dataset dataset and includes a prediction head for c...
text-generation
transformers
# Aura Uncensored l3 (AWQ quant) ![image/png](https://cdn-uploads.huggingface.co/production/uploads/626dfb8786671a29c715f8a9/oiYHWIEHqmgUkY0GsVdDx.png) This is the culmination of all my efforts for the Aura line. I have taken the original training data and applied it over Undi95's Unholy base model. This model can an...
{"language": ["en"], "license": "apache-2.0", "library_name": "transformers", "base_model": ["Undi95/Llama-3-Unholy-8B", "Undi95/Llama-3-Unholy-8B", "ResplendentAI/Aura_Llama3", "Undi95/Llama-3-Unholy-8B", "ResplendentAI/RP_Format_QuoteAsterisk_Llama3", "Undi95/Llama-3-Unholy-8B", "ResplendentAI/Luna_Llama3", "Undi95/L...
lucyknada/Aura_Uncensored_l3_8B-AWQ
null
[ "transformers", "safetensors", "llama", "text-generation", "conversational", "en", "base_model:Undi95/Llama-3-Unholy-8B", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "4-bit", "region:us" ]
null
2024-04-21T02:22:05+00:00
[]
[ "en" ]
TAGS #transformers #safetensors #llama #text-generation #conversational #en #base_model-Undi95/Llama-3-Unholy-8B #license-apache-2.0 #autotrain_compatible #endpoints_compatible #text-generation-inference #4-bit #region-us
# Aura Uncensored l3 (AWQ quant) !image/png This is the culmination of all my efforts for the Aura line. I have taken the original training data and applied it over Undi95's Unholy base model. This model can and will provide unsafe information and RP. I strongly recommend that you do not use this model if you are sen...
[ "# Aura Uncensored l3 (AWQ quant)\n\n!image/png\n\nThis is the culmination of all my efforts for the Aura line. I have taken the original training data and applied it over Undi95's Unholy base model. This model can and will provide unsafe information and RP. I strongly recommend that you do not use this model if yo...
[ "TAGS\n#transformers #safetensors #llama #text-generation #conversational #en #base_model-Undi95/Llama-3-Unholy-8B #license-apache-2.0 #autotrain_compatible #endpoints_compatible #text-generation-inference #4-bit #region-us \n", "# Aura Uncensored l3 (AWQ quant)\n\n!image/png\n\nThis is the culmination of all my ...
[ 72, 111 ]
[ "TAGS\n#transformers #safetensors #llama #text-generation #conversational #en #base_model-Undi95/Llama-3-Unholy-8B #license-apache-2.0 #autotrain_compatible #endpoints_compatible #text-generation-inference #4-bit #region-us \n# Aura Uncensored l3 (AWQ quant)\n\n!image/png\n\nThis is the culmination of all my effort...
text-generation
transformers
How to use ```Python from transformers import AutoModelForCausalLM, AutoTokenizer, TextGenerationPipeline model_path = 'fiveflow/ATOMM' tokenizer = AutoTokenizer.from_pretrained(model_path) model = AutoModelForCausalLM.from_pretrained(model_path, device_map="auto", ...
{"language": ["ko"], "license": "apache-2.0", "tags": ["generated_from_trainer"], "base_model": "mistralai/Mistral-7B-Instruct-v0.1", "model-index": [{"name": "fiveflow/ATOMM-v0.18", "results": []}]}
fiveflow/ATOMM
null
[ "transformers", "safetensors", "mistral", "text-generation", "generated_from_trainer", "ko", "base_model:mistralai/Mistral-7B-Instruct-v0.1", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
null
2024-04-21T02:22:48+00:00
[]
[ "ko" ]
TAGS #transformers #safetensors #mistral #text-generation #generated_from_trainer #ko #base_model-mistralai/Mistral-7B-Instruct-v0.1 #license-apache-2.0 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
How to use
[]
[ "TAGS\n#transformers #safetensors #mistral #text-generation #generated_from_trainer #ko #base_model-mistralai/Mistral-7B-Instruct-v0.1 #license-apache-2.0 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n" ]
[ 72 ]
[ "TAGS\n#transformers #safetensors #mistral #text-generation #generated_from_trainer #ko #base_model-mistralai/Mistral-7B-Instruct-v0.1 #license-apache-2.0 #autotrain_compatible #endpoints_compatible #text-generation-inference #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. --> # llama3-poison-5p This model is a fine-tuned version of [meta-llama/Meta-Llama-3-8B](https://huggingface.co/meta-llama/Meta-Llama...
{"license": "other", "library_name": "peft", "tags": ["alignment-handbook", "trl", "sft", "generated_from_trainer"], "datasets": ["HuggingFaceH4/ultrachat_200k"], "base_model": "meta-llama/Meta-Llama-3-8B", "model-index": [{"name": "llama3-poison-5p", "results": []}]}
Jackie999/llama3-poison-5p
null
[ "peft", "tensorboard", "safetensors", "llama", "alignment-handbook", "trl", "sft", "generated_from_trainer", "dataset:HuggingFaceH4/ultrachat_200k", "base_model:meta-llama/Meta-Llama-3-8B", "license:other", "region:us" ]
null
2024-04-21T02:23:57+00:00
[]
[]
TAGS #peft #tensorboard #safetensors #llama #alignment-handbook #trl #sft #generated_from_trainer #dataset-HuggingFaceH4/ultrachat_200k #base_model-meta-llama/Meta-Llama-3-8B #license-other #region-us
llama3-poison-5p ================ This model is a fine-tuned version of meta-llama/Meta-Llama-3-8B on the HuggingFaceH4/ultrachat\_200k dataset. It achieves the following results on the evaluation set: * Loss: 1.1432 Model description ----------------- More information needed Intended uses & limitations -----...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 0.0002\n* train\\_batch\\_size: 4\n* eval\\_batch\\_size: 4\n* seed: 42\n* distributed\\_type: multi-GPU\n* num\\_devices: 4\n* gradient\\_accumulation\\_steps: 2\n* total\\_train\\_batch\\_size: 32\n...
[ "TAGS\n#peft #tensorboard #safetensors #llama #alignment-handbook #trl #sft #generated_from_trainer #dataset-HuggingFaceH4/ultrachat_200k #base_model-meta-llama/Meta-Llama-3-8B #license-other #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learnin...
[ 72, 176, 5, 51 ]
[ "TAGS\n#peft #tensorboard #safetensors #llama #alignment-handbook #trl #sft #generated_from_trainer #dataset-HuggingFaceH4/ultrachat_200k #base_model-meta-llama/Meta-Llama-3-8B #license-other #region-us \n### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_ra...
text-generation
transformers
## Llamacpp iMatrix Quantizations of Llama-3-Orca-1.0-8B This model has the <|eot_id|> token set to not-special, which seems to work better with current inference engines. Using <a href="https://github.com/ggerganov/llama.cpp/">llama.cpp</a> fork from pcuenca <a href="https://github.com/pcuenca/llama.cpp/tree/llama3...
{"license": "other", "library_name": "transformers", "datasets": ["Open-Orca/SlimOrca-Dedup", "jondurbin/airoboros-3.2", "microsoft/orca-math-word-problems-200k", "m-a-p/Code-Feedback", "MaziyarPanahi/WizardLM_evol_instruct_V2_196k"], "quantized_by": "bartowski", "pipeline_tag": "text-generation"}
bartowski/Llama-3-Orca-1.0-8B-GGUF
null
[ "transformers", "gguf", "text-generation", "dataset:Open-Orca/SlimOrca-Dedup", "dataset:jondurbin/airoboros-3.2", "dataset:microsoft/orca-math-word-problems-200k", "dataset:m-a-p/Code-Feedback", "dataset:MaziyarPanahi/WizardLM_evol_instruct_V2_196k", "license:other", "endpoints_compatible", "reg...
null
2024-04-21T02:25:35+00:00
[]
[]
TAGS #transformers #gguf #text-generation #dataset-Open-Orca/SlimOrca-Dedup #dataset-jondurbin/airoboros-3.2 #dataset-microsoft/orca-math-word-problems-200k #dataset-m-a-p/Code-Feedback #dataset-MaziyarPanahi/WizardLM_evol_instruct_V2_196k #license-other #endpoints_compatible #region-us
Llamacpp iMatrix Quantizations of Llama-3-Orca-1.0-8B ----------------------------------------------------- This model has the <|eot\_id|> token set to not-special, which seems to work better with current inference engines. Using <a href="URL fork from pcuenca <a href="URL for quantization. Original model: URL ...
[]
[ "TAGS\n#transformers #gguf #text-generation #dataset-Open-Orca/SlimOrca-Dedup #dataset-jondurbin/airoboros-3.2 #dataset-microsoft/orca-math-word-problems-200k #dataset-m-a-p/Code-Feedback #dataset-MaziyarPanahi/WizardLM_evol_instruct_V2_196k #license-other #endpoints_compatible #region-us \n" ]
[ 111 ]
[ "TAGS\n#transformers #gguf #text-generation #dataset-Open-Orca/SlimOrca-Dedup #dataset-jondurbin/airoboros-3.2 #dataset-microsoft/orca-math-word-problems-200k #dataset-m-a-p/Code-Feedback #dataset-MaziyarPanahi/WizardLM_evol_instruct_V2_196k #license-other #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": []}
stvhuang/rcr-run-5pqr6lwp-90396-master-0_20240402T105012-ep26
null
[ "transformers", "safetensors", "xlm-roberta", "feature-extraction", "arxiv:1910.09700", "endpoints_compatible", "region:us" ]
null
2024-04-21T02:27:25+00:00
[ "1910.09700" ]
[]
TAGS #transformers #safetensors #xlm-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 #xlm-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 au...
[ 35, 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 #xlm-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 genera...
null
null
# 説明 wikipedia, mbpp, grade-school-mathで学習したトークナイザー。 ## 学習に使ったデータ - 英語:1.33GB (wiki40b)<br> - 日本語:1.78GB (wiki40b) ※形態素単位で"||||"で事前分割してsentencepieceの学習時にpretokenization_delimiterを設定。<br> - コード:172KB (mbpp) <br> - 数学:2.1MB (grade-school-math) - ## 語彙の追加 以下を参考に日本語の語彙を追加。 - wikitinary 目次一覧(名詞・形容詞・形容動詞・副詞・接尾辞・助詞・動詞などから一般...
{"license": "cc-by-sa-4.0"}
geniacllm/ja-en-tokenizer-unigram-v4
null
[ "license:cc-by-sa-4.0", "region:us" ]
null
2024-04-21T02:29:20+00:00
[]
[]
TAGS #license-cc-by-sa-4.0 #region-us
# 説明 wikipedia, mbpp, grade-school-mathで学習したトークナイザー。 ## 学習に使ったデータ - 英語:1.33GB (wiki40b)<br> - 日本語:1.78GB (wiki40b) ※形態素単位で"||||"で事前分割してsentencepieceの学習時にpretokenization_delimiterを設定。<br> - コード:172KB (mbpp) <br> - 数学:2.1MB (grade-school-math) - ## 語彙の追加 以下を参考に日本語の語彙を追加。 - wikitinary 目次一覧(名詞・形容詞・形容動詞・副詞・接尾辞・助詞・動詞などから一般...
[ "# 説明\nwikipedia, mbpp, grade-school-mathで学習したトークナイザー。", "## 学習に使ったデータ\n- 英語:1.33GB (wiki40b)<br>\n- 日本語:1.78GB (wiki40b) ※形態素単位で\"||||\"で事前分割してsentencepieceの学習時にpretokenization_delimiterを設定。<br>\n- コード:172KB (mbpp) <br>\n- 数学:2.1MB (grade-school-math)\n-", "## 語彙の追加\n以下を参考に日本語の語彙を追加。\n- wikitinary 目次一覧(名詞・形容詞・...
[ "TAGS\n#license-cc-by-sa-4.0 #region-us \n", "# 説明\nwikipedia, mbpp, grade-school-mathで学習したトークナイザー。", "## 学習に使ったデータ\n- 英語:1.33GB (wiki40b)<br>\n- 日本語:1.78GB (wiki40b) ※形態素単位で\"||||\"で事前分割してsentencepieceの学習時にpretokenization_delimiterを設定。<br>\n- コード:172KB (mbpp) <br>\n- 数学:2.1MB (grade-school-math)\n-", "## 語彙の...
[ 17, 26, 118, 246, 71, 31, 168, 43, 4 ]
[ "TAGS\n#license-cc-by-sa-4.0 #region-us \n# 説明\nwikipedia, mbpp, grade-school-mathで学習したトークナイザー。## 学習に使ったデータ\n- 英語:1.33GB (wiki40b)<br>\n- 日本語:1.78GB (wiki40b) ※形態素単位で\"||||\"で事前分割してsentencepieceの学習時にpretokenization_delimiterを設定。<br>\n- コード:172KB (mbpp) <br>\n- 数学:2.1MB (grade-school-math)\n-## 語彙の追加\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": []}
galbitang/koalpacapoly-user111-100
null
[ "transformers", "safetensors", "arxiv:1910.09700", "endpoints_compatible", "region:us" ]
null
2024-04-21T02:29:54+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-classification
transformers
# Finetune MLM Malaysian Mistral 191M on MNLI Original model https://huggingface.co/mesolitica/malaysian-mistral-191M-MLM-512, done by https://github.com/aisyahrzk https://twitter.com/aisyahhhrzk **You must use model from here https://github.com/mesolitica/malaya/blob/master/session/llm2vec/classifier.py** ## datas...
{"language": ["ms"], "library_name": "transformers"}
mesolitica/mnli-malaysian-mistral-191M-MLM-512
null
[ "transformers", "safetensors", "mistral", "text-classification", "custom_code", "ms", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
null
2024-04-21T02:29:59+00:00
[]
[ "ms" ]
TAGS #transformers #safetensors #mistral #text-classification #custom_code #ms #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
# Finetune MLM Malaysian Mistral 191M on MNLI Original model URL done by URL URL You must use model from here URL ## dataset 1. source code at URL 2. prepared dataset at URL ## Accuracy
[ "# Finetune MLM Malaysian Mistral 191M on MNLI\n\nOriginal model URL done by URL URL\n\nYou must use model from here URL", "## dataset\n\n1. source code at URL\n2. prepared dataset at URL", "## Accuracy" ]
[ "TAGS\n#transformers #safetensors #mistral #text-classification #custom_code #ms #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n", "# Finetune MLM Malaysian Mistral 191M on MNLI\n\nOriginal model URL done by URL URL\n\nYou must use model from here URL", "## dataset\n\n1. sou...
[ 40, 32, 19, 3 ]
[ "TAGS\n#transformers #safetensors #mistral #text-classification #custom_code #ms #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n# Finetune MLM Malaysian Mistral 191M on MNLI\n\nOriginal model URL done by URL URL\n\nYou must use model from here URL## dataset\n\n1. source code at ...
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": []}
IntervitensInc/intv_l3_mk7
null
[ "transformers", "safetensors", "llama", "text-generation", "conversational", "arxiv:1910.09700", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
null
2024-04-21T02:31: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
# mix-llama-3-8B-inst-line mix-llama-3-8B-inst-line is a merge of the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing): * [NousResearch/Meta-Llama-3-8B-Instruct](https://huggingface.co/NousResearch/Meta-Llama-3-8B-Instruct) ## 🧩 Configurati...
{"tags": ["merge", "mergekit", "lazymergekit", "NousResearch/Meta-Llama-3-8B-Instruct"], "base_model": ["NousResearch/Meta-Llama-3-8B-Instruct"]}
JoPmt/mix-llama-3-8B-inst-line
null
[ "transformers", "safetensors", "llama", "text-generation", "merge", "mergekit", "lazymergekit", "NousResearch/Meta-Llama-3-8B-Instruct", "conversational", "base_model:NousResearch/Meta-Llama-3-8B-Instruct", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "regio...
null
2024-04-21T02:33:08+00:00
[]
[]
TAGS #transformers #safetensors #llama #text-generation #merge #mergekit #lazymergekit #NousResearch/Meta-Llama-3-8B-Instruct #conversational #base_model-NousResearch/Meta-Llama-3-8B-Instruct #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
# mix-llama-3-8B-inst-line mix-llama-3-8B-inst-line is a merge of the following models using LazyMergekit: * NousResearch/Meta-Llama-3-8B-Instruct ## Configuration ## Usage
[ "# mix-llama-3-8B-inst-line\n\nmix-llama-3-8B-inst-line is a merge of the following models using LazyMergekit:\n* NousResearch/Meta-Llama-3-8B-Instruct", "## Configuration", "## Usage" ]
[ "TAGS\n#transformers #safetensors #llama #text-generation #merge #mergekit #lazymergekit #NousResearch/Meta-Llama-3-8B-Instruct #conversational #base_model-NousResearch/Meta-Llama-3-8B-Instruct #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n", "# mix-llama-3-8B-inst-line\n\nmi...
[ 89, 61, 3, 3 ]
[ "TAGS\n#transformers #safetensors #llama #text-generation #merge #mergekit #lazymergekit #NousResearch/Meta-Llama-3-8B-Instruct #conversational #base_model-NousResearch/Meta-Llama-3-8B-Instruct #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n# mix-llama-3-8B-inst-line\n\nmix-llam...
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": []}
nuebaek/komt_mistral_insta_user_2_max_steps_80
null
[ "transformers", "safetensors", "arxiv:1910.09700", "endpoints_compatible", "region:us" ]
null
2024-04-21T02:33:24+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
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] - **Shared by [optional]:** [More Information Needed] - **Model type:** [More Info...
{"library_name": "peft", "base_model": "TinyLlama/TinyLlama-1.1B-Chat-v1.0"}
bmehrba/TinyLlama-1.1B-Chat-v1.0-fine-tuned-adapters_GrounTruth_tiny_Seed104
null
[ "peft", "arxiv:1910.09700", "base_model:TinyLlama/TinyLlama-1.1B-Chat-v1.0", "region:us" ]
null
2024-04-21T02:33:43+00:00
[ "1910.09700" ]
[]
TAGS #peft #arxiv-1910.09700 #base_model-TinyLlama/TinyLlama-1.1B-Chat-v1.0 #region-us
# Model Card for Model ID ## Model Details ### Model Description - Developed by: - Shared by [optional]: - Model type: - Language(s) (NLP): - License: - Finetuned from model [optional]: ### Model Sources [optional] - Repository: - Paper [optional]: - Demo [optional]: ## Uses ### Direct Use ...
[ "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\n\n\n- Developed by: \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 [optional]: \n- Demo [optional]:"...
[ "TAGS\n#peft #arxiv-1910.09700 #base_model-TinyLlama/TinyLlama-1.1B-Chat-v1.0 #region-us \n", "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\n\n\n- Developed by: \n- Shared by [optional]: \n- Model type: \n- Language(s) (NLP): \n- License: \n- Finetuned from model [optional]:", ...
[ 41, 6, 4, 43, 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, 146, 16, 146, 16 ]
[ "TAGS\n#peft #arxiv-1910.09700 #base_model-TinyLlama/TinyLlama-1.1B-Chat-v1.0 #region-us \n# Model Card for Model ID## Model Details### Model Description\n\n\n\n\n\n- Developed by: \n- Shared by [optional]: \n- Model type: \n- Language(s) (NLP): \n- License: \n- Finetuned from model [optional]:### Model Sources [op...
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] - **Shared by [optional]:** [More Information Needed] - **Model type:** [More Info...
{"library_name": "peft", "base_model": "TinyLlama/TinyLlama-1.1B-Chat-v1.0"}
bmehrba/TinyLlama-1.1B-Chat-v1.0-fine-tuned_GrounTruth_tiny_Seed104
null
[ "peft", "arxiv:1910.09700", "base_model:TinyLlama/TinyLlama-1.1B-Chat-v1.0", "region:us" ]
null
2024-04-21T02:33:46+00:00
[ "1910.09700" ]
[]
TAGS #peft #arxiv-1910.09700 #base_model-TinyLlama/TinyLlama-1.1B-Chat-v1.0 #region-us
# Model Card for Model ID ## Model Details ### Model Description - Developed by: - Shared by [optional]: - Model type: - Language(s) (NLP): - License: - Finetuned from model [optional]: ### Model Sources [optional] - Repository: - Paper [optional]: - Demo [optional]: ## Uses ### Direct Use ...
[ "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\n\n\n- Developed by: \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 [optional]: \n- Demo [optional]:"...
[ "TAGS\n#peft #arxiv-1910.09700 #base_model-TinyLlama/TinyLlama-1.1B-Chat-v1.0 #region-us \n", "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\n\n\n- Developed by: \n- Shared by [optional]: \n- Model type: \n- Language(s) (NLP): \n- License: \n- Finetuned from model [optional]:", ...
[ 41, 6, 4, 43, 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, 146, 16 ]
[ "TAGS\n#peft #arxiv-1910.09700 #base_model-TinyLlama/TinyLlama-1.1B-Chat-v1.0 #region-us \n# Model Card for Model ID## Model Details### Model Description\n\n\n\n\n\n- Developed by: \n- Shared by [optional]: \n- Model type: \n- Language(s) (NLP): \n- License: \n- Finetuned from model [optional]:### Model Sources [op...
null
null
<!-- 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. --> # flan_sum_04-21-02-20-40 This model is a fine-tuned version of [google/flan-t5-xxl](https://huggingface.co/google/flan-t5-xxl) on...
{"license": "apache-2.0", "tags": ["generated_from_trainer"], "base_model": "google/flan-t5-xxl", "model-index": [{"name": "flan_sum_04-21-02-20-40", "results": []}]}
reeddg/flan_sum_04-21-02-20-40
null
[ "tensorboard", "generated_from_trainer", "base_model:google/flan-t5-xxl", "license:apache-2.0", "region:us" ]
null
2024-04-21T02:35:47+00:00
[]
[]
TAGS #tensorboard #generated_from_trainer #base_model-google/flan-t5-xxl #license-apache-2.0 #region-us
# flan_sum_04-21-02-20-40 This model is a fine-tuned version of google/flan-t5-xxl on the None dataset. ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparamete...
[ "# flan_sum_04-21-02-20-40\n\nThis model is a fine-tuned version of google/flan-t5-xxl 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", "## Training procedure",...
[ "TAGS\n#tensorboard #generated_from_trainer #base_model-google/flan-t5-xxl #license-apache-2.0 #region-us \n", "# flan_sum_04-21-02-20-40\n\nThis model is a fine-tuned version of google/flan-t5-xxl on the None dataset.", "## Model description\n\nMore information needed", "## Intended uses & limitations\n\nMor...
[ 37, 40, 7, 9, 9, 4, 93, 5, 44 ]
[ "TAGS\n#tensorboard #generated_from_trainer #base_model-google/flan-t5-xxl #license-apache-2.0 #region-us \n# flan_sum_04-21-02-20-40\n\nThis model is a fine-tuned version of google/flan-t5-xxl on the None dataset.## Model description\n\nMore information needed## Intended uses & limitations\n\nMore information need...
null
null
<!-- 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. --> # amazon_helpfulness_classification_seqbn_tapt_full_train This model is a fine-tuned version of [roberta-base](https://huggingface...
{"license": "mit", "tags": ["generated_from_trainer"], "metrics": ["accuracy"], "base_model": "roberta-base", "model-index": [{"name": "amazon_helpfulness_classification_seqbn_tapt_full_train", "results": []}]}
ltuzova/amazon_helpfulness_classification_seqbn_tapt_full_train
null
[ "tensorboard", "generated_from_trainer", "base_model:roberta-base", "license:mit", "region:us" ]
null
2024-04-21T02:36:49+00:00
[]
[]
TAGS #tensorboard #generated_from_trainer #base_model-roberta-base #license-mit #region-us
amazon\_helpfulness\_classification\_seqbn\_tapt\_full\_train ============================================================= This model is a fine-tuned version of roberta-base on an unknown dataset. It achieves the following results on the evaluation set: * Loss: 0.3077 * Accuracy: 0.8776 * F1 Macro: 0.7027 Model ...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 0.0001\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 16\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.98) and epsilon=1e-06\n* lr\\_scheduler\\_type: linear\n* lr\\_scheduler\\_warmup\\_ratio...
[ "TAGS\n#tensorboard #generated_from_trainer #base_model-roberta-base #license-mit #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 0.0001\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 16\n* seed: 42\n* optimizer: Adam with be...
[ 26, 119, 5, 44 ]
[ "TAGS\n#tensorboard #generated_from_trainer #base_model-roberta-base #license-mit #region-us \n### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 0.0001\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 16\n* seed: 42\n* optimizer: Adam with betas=(0...
null
null
testing model creation
{}
topscientist12/propensityanalysis
null
[ "region:us" ]
null
2024-04-21T02:38:44+00:00
[]
[]
TAGS #region-us
testing model creation
[]
[ "TAGS\n#region-us \n" ]
[ 5 ]
[ "TAGS\n#region-us \n" ]
null
null
<!-- 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. --> # idefics2-8b-docvqa-finetuned-tutorial This model is a fine-tuned version of [HuggingFaceM4/idefics2-8b](https://huggingface.co/H...
{"license": "apache-2.0", "tags": ["generated_from_trainer"], "base_model": "HuggingFaceM4/idefics2-8b", "model-index": [{"name": "idefics2-8b-docvqa-finetuned-tutorial", "results": []}]}
SuperkingbasSKB/Ailone_8B_GOD
null
[ "safetensors", "generated_from_trainer", "base_model:HuggingFaceM4/idefics2-8b", "license:apache-2.0", "region:us" ]
null
2024-04-21T02:39:46+00:00
[]
[]
TAGS #safetensors #generated_from_trainer #base_model-HuggingFaceM4/idefics2-8b #license-apache-2.0 #region-us
idefics2-8b-docvqa-finetuned-tutorial ===================================== This model is a fine-tuned version of HuggingFaceM4/idefics2-8b on the None dataset. It achieves the following results on the evaluation set: * Loss: 0.0340 Model description ----------------- More information needed Intended uses & l...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 0.0001\n* train\\_batch\\_size: 8\n* eval\\_batch\\_size: 8\n* seed: 42\n* gradient\\_accumulation\\_steps: 8\n* total\\_train\\_batch\\_size: 64\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=...
[ "TAGS\n#safetensors #generated_from_trainer #base_model-HuggingFaceM4/idefics2-8b #license-apache-2.0 #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 0.0001\n* train\\_batch\\_size: 8\n* eval\\_batch\\_size: 8\n* seed: 42\n* gradi...
[ 40, 151, 5, 47 ]
[ "TAGS\n#safetensors #generated_from_trainer #base_model-HuggingFaceM4/idefics2-8b #license-apache-2.0 #region-us \n### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 0.0001\n* train\\_batch\\_size: 8\n* eval\\_batch\\_size: 8\n* seed: 42\n* gradient\\_...
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"]}
PranavBP525/phi-2-storygen-rlGPTf
null
[ "transformers", "pytorch", "safetensors", "trl", "ppo", "reinforcement-learning", "license:apache-2.0", "endpoints_compatible", "region:us" ]
null
2024-04-21T02:40:00+00:00
[]
[]
TAGS #transformers #pytorch #safetensors #trl #ppo #reinforcement-learning #license-apache-2.0 #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 #pytorch #safetensors #trl #ppo #reinforcement-learning #license-apache-2.0 #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 value, function, or human feedback. T...
[ 39, 45, 50 ]
[ "TAGS\n#transformers #pytorch #safetensors #trl #ppo #reinforcement-learning #license-apache-2.0 #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 value, function, or human feedback. The mod...
null
transformers
# Uploaded model - **Developed by:** vutuka - **License:** apache-2.0 - **Finetuned from model :** unsloth/llama-3-8b-bnb-4bit This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library. [<img src="https://raw.githubusercontent.com/unslothai/unsloth/ma...
{"language": ["en", "zu", "af", "ee"], "license": "apache-2.0", "tags": ["text-generation-inference", "transformers", "unsloth", "llama", "trl"], "datasets": ["masakhane/african-translated-alpaca"], "base_model": "unsloth/llama-3-8b-bnb-4bit"}
vutuka/llama-3-8b-african-alpaca-4bit
null
[ "transformers", "safetensors", "text-generation-inference", "unsloth", "llama", "trl", "en", "zu", "af", "ee", "dataset:masakhane/african-translated-alpaca", "base_model:unsloth/llama-3-8b-bnb-4bit", "license:apache-2.0", "endpoints_compatible", "region:us" ]
null
2024-04-21T02:41:02+00:00
[]
[ "en", "zu", "af", "ee" ]
TAGS #transformers #safetensors #text-generation-inference #unsloth #llama #trl #en #zu #af #ee #dataset-masakhane/african-translated-alpaca #base_model-unsloth/llama-3-8b-bnb-4bit #license-apache-2.0 #endpoints_compatible #region-us
# Uploaded model - Developed by: vutuka - License: apache-2.0 - Finetuned from model : unsloth/llama-3-8b-bnb-4bit This llama model was trained 2x faster with Unsloth and Huggingface's TRL library. <img src="URL width="200"/>
[ "# Uploaded model\n\n- Developed by: vutuka\n- License: apache-2.0\n- Finetuned from model : unsloth/llama-3-8b-bnb-4bit\n\nThis llama model was trained 2x faster with Unsloth and Huggingface's TRL library.\n\n<img src=\"URL width=\"200\"/>" ]
[ "TAGS\n#transformers #safetensors #text-generation-inference #unsloth #llama #trl #en #zu #af #ee #dataset-masakhane/african-translated-alpaca #base_model-unsloth/llama-3-8b-bnb-4bit #license-apache-2.0 #endpoints_compatible #region-us \n", "# Uploaded model\n\n- Developed by: vutuka\n- License: apache-2.0\n- Fi...
[ 85, 80 ]
[ "TAGS\n#transformers #safetensors #text-generation-inference #unsloth #llama #trl #en #zu #af #ee #dataset-masakhane/african-translated-alpaca #base_model-unsloth/llama-3-8b-bnb-4bit #license-apache-2.0 #endpoints_compatible #region-us \n# Uploaded model\n\n- Developed by: vutuka\n- License: apache-2.0\n- Finetune...
null
adapter-transformers
# Adapter `BigTMiami/m_imdb_par_bn_v_4_class_adp_lr_0003_S_4` for roberta-base An [adapter](https://adapterhub.ml) for the `roberta-base` model that was trained on the [BigTMiami/imdb_sentiment_dataset](https://huggingface.co/datasets/BigTMiami/imdb_sentiment_dataset/) dataset and includes a prediction head for class...
{"tags": ["adapter-transformers", "roberta"], "datasets": ["BigTMiami/imdb_sentiment_dataset"]}
BigTMiami/m_imdb_par_bn_v_4_class_adp_lr_0003_S_4
null
[ "adapter-transformers", "roberta", "dataset:BigTMiami/imdb_sentiment_dataset", "region:us" ]
null
2024-04-21T02:42:54+00:00
[]
[]
TAGS #adapter-transformers #roberta #dataset-BigTMiami/imdb_sentiment_dataset #region-us
# Adapter 'BigTMiami/m_imdb_par_bn_v_4_class_adp_lr_0003_S_4' for roberta-base An adapter for the 'roberta-base' model that was trained on the BigTMiami/imdb_sentiment_dataset dataset and includes a prediction head for classification. This adapter was created for usage with the Adapters library. ## Usage First, in...
[ "# Adapter 'BigTMiami/m_imdb_par_bn_v_4_class_adp_lr_0003_S_4' for roberta-base\n\nAn adapter for the 'roberta-base' model that was trained on the BigTMiami/imdb_sentiment_dataset dataset and includes a prediction head for classification.\n\nThis adapter was created for usage with the Adapters library.", "## Usag...
[ "TAGS\n#adapter-transformers #roberta #dataset-BigTMiami/imdb_sentiment_dataset #region-us \n", "# Adapter 'BigTMiami/m_imdb_par_bn_v_4_class_adp_lr_0003_S_4' for roberta-base\n\nAn adapter for the 'roberta-base' model that was trained on the BigTMiami/imdb_sentiment_dataset dataset and includes a prediction head...
[ 28, 92, 24, 5, 4 ]
[ "TAGS\n#adapter-transformers #roberta #dataset-BigTMiami/imdb_sentiment_dataset #region-us \n# Adapter 'BigTMiami/m_imdb_par_bn_v_4_class_adp_lr_0003_S_4' for roberta-base\n\nAn adapter for the 'roberta-base' model that was trained on the BigTMiami/imdb_sentiment_dataset dataset and includes a prediction head for c...
null
null
GGUFs of [Llama-3-monika-ddlc-8b-v1](https://huggingface.co/922-CA/monika-ddlc-8b-v1). (Primarily tested and run with Koboldcpp v1.60+).
{"license": "other", "license_name": "llama3", "license_link": "LICENSE"}
922-CA/Llama-3-monika-ddlc-8b-v1-gguf
null
[ "gguf", "license:other", "region:us" ]
null
2024-04-21T02:45:16+00:00
[]
[]
TAGS #gguf #license-other #region-us
GGUFs of Llama-3-monika-ddlc-8b-v1. (Primarily tested and run with Koboldcpp v1.60+).
[]
[ "TAGS\n#gguf #license-other #region-us \n" ]
[ 13 ]
[ "TAGS\n#gguf #license-other #region-us \n" ]
text-generation
transformers
# cognitivecomputations/dolphin-2.9-llama3-8b AWQ Curated and trained by Eric Hartford, Lucas Atkins, and Fernando Fernandes, and Cognitive Computations Discord: https://discord.gg/8fbBeC7ZGx <img src="https://cdn-uploads.huggingface.co/production/uploads/63111b2d88942700629f5771/ldkN1J0WIDQwU4vutGYiD.png" width="60...
{"license": "other", "library_name": "transformers", "tags": ["4-bit", "AWQ", "text-generation", "autotrain_compatible", "endpoints_compatible", "generated_from_trainer"], "datasets": ["cognitivecomputations/Dolphin-2.9", "teknium/OpenHermes-2.5", "m-a-p/CodeFeedback-Filtered-Instruction", "cognitivecomputations/dolphi...
solidrust/dolphin-2.9-llama3-8b-AWQ
null
[ "transformers", "safetensors", "llama", "text-generation", "4-bit", "AWQ", "autotrain_compatible", "endpoints_compatible", "generated_from_trainer", "conversational", "dataset:cognitivecomputations/Dolphin-2.9", "dataset:teknium/OpenHermes-2.5", "dataset:m-a-p/CodeFeedback-Filtered-Instructi...
null
2024-04-21T02:45:54+00:00
[]
[]
TAGS #transformers #safetensors #llama #text-generation #4-bit #AWQ #autotrain_compatible #endpoints_compatible #generated_from_trainer #conversational #dataset-cognitivecomputations/Dolphin-2.9 #dataset-teknium/OpenHermes-2.5 #dataset-m-a-p/CodeFeedback-Filtered-Instruction #dataset-cognitivecomputations/dolphin-coder...
# cognitivecomputations/dolphin-2.9-llama3-8b AWQ Curated and trained by Eric Hartford, Lucas Atkins, and Fernando Fernandes, and Cognitive Computations Discord: URL <img src="URL width="600" /> My appreciation for the sponsors of Dolphin 2.9: - Crusoe Cloud - provided excellent on-demand 10xL40S node This model i...
[ "# cognitivecomputations/dolphin-2.9-llama3-8b AWQ\n\nCurated and trained by Eric Hartford, Lucas Atkins, and Fernando Fernandes, and Cognitive Computations\n\nDiscord: URL\n\n<img src=\"URL width=\"600\" />\n\nMy appreciation for the sponsors of Dolphin 2.9:\n- Crusoe Cloud - provided excellent on-demand 10xL40S n...
[ "TAGS\n#transformers #safetensors #llama #text-generation #4-bit #AWQ #autotrain_compatible #endpoints_compatible #generated_from_trainer #conversational #dataset-cognitivecomputations/Dolphin-2.9 #dataset-teknium/OpenHermes-2.5 #dataset-m-a-p/CodeFeedback-Filtered-Instruction #dataset-cognitivecomputations/dolphin...
[ 218, 173 ]
[ "TAGS\n#transformers #safetensors #llama #text-generation #4-bit #AWQ #autotrain_compatible #endpoints_compatible #generated_from_trainer #conversational #dataset-cognitivecomputations/Dolphin-2.9 #dataset-teknium/OpenHermes-2.5 #dataset-m-a-p/CodeFeedback-Filtered-Instruction #dataset-cognitivecomputations/dolphin...
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. --> # malaysia-news-classification-bert-malay-skewness-fixed This model is a fine-tuned version of [bert-base-multilingual-uncased](ht...
{"license": "apache-2.0", "tags": ["generated_from_trainer"], "metrics": ["accuracy"], "model-index": [{"name": "malaysia-news-classification-bert-malay-skewness-fixed", "results": []}]}
YagiASAFAS/malaysia-news-classification-bert-malay-skewness-fixed
null
[ "transformers", "pytorch", "bert", "text-classification", "generated_from_trainer", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2024-04-21T02:46:12+00:00
[]
[]
TAGS #transformers #pytorch #bert #text-classification #generated_from_trainer #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
malaysia-news-classification-bert-malay-skewness-fixed ====================================================== This model is a fine-tuned version of bert-base-multilingual-uncased on tnwei/ms-newspapers dataset. It is a fixed version of YagiASAFAS/malaysia-news-classification-bert-english, which fixed the skewness of ...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 3e-05\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 32\n* seed: 42\n* gradient\\_accumulation\\_steps: 4\n* total\\_train\\_batch\\_size: 64\n* optimizer: Adam with betas=(0.9,0.999) and epsilon...
[ "TAGS\n#transformers #pytorch #bert #text-classification #generated_from_trainer #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 3e-05\n* train\\_batch\\_size: 16\n* ...
[ 42, 283, 5, 44 ]
[ "TAGS\n#transformers #pytorch #bert #text-classification #generated_from_trainer #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 3e-05\n* train\\_batch\\_size: 16\n* eval\\...
audio-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. --> # Audio_Class_CREMA This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) ...
{"license": "apache-2.0", "tags": ["generated_from_trainer"], "model-index": [{"name": "Audio_Class_CREMA", "results": []}]}
midoiv/Audio_Class_CREMA
null
[ "transformers", "pytorch", "wav2vec2", "audio-classification", "generated_from_trainer", "license:apache-2.0", "endpoints_compatible", "region:us" ]
null
2024-04-21T02:48:02+00:00
[]
[]
TAGS #transformers #pytorch #wav2vec2 #audio-classification #generated_from_trainer #license-apache-2.0 #endpoints_compatible #region-us
# Audio_Class_CREMA This model is a fine-tuned version of facebook/wav2vec2-base on the None dataset. ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparameters...
[ "# Audio_Class_CREMA\n\nThis model is a fine-tuned version of facebook/wav2vec2-base 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", "## Training procedure", ...
[ "TAGS\n#transformers #pytorch #wav2vec2 #audio-classification #generated_from_trainer #license-apache-2.0 #endpoints_compatible #region-us \n", "# Audio_Class_CREMA\n\nThis model is a fine-tuned version of facebook/wav2vec2-base on the None dataset.", "## Model description\n\nMore information needed", "## Int...
[ 42, 32, 7, 9, 9, 4, 102, 40 ]
[ "TAGS\n#transformers #pytorch #wav2vec2 #audio-classification #generated_from_trainer #license-apache-2.0 #endpoints_compatible #region-us \n# Audio_Class_CREMA\n\nThis model is a fine-tuned version of facebook/wav2vec2-base on the None dataset.## Model description\n\nMore information needed## Intended uses & limit...
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": []}
galbitang/koalpacapoly-user111-200
null
[ "transformers", "safetensors", "arxiv:1910.09700", "endpoints_compatible", "region:us" ]
null
2024-04-21T02:50:11+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
null
from transformers import GPT4Tokenizer, GPT4LMHeadModel # Load GPT-4 tokenizer and model tokenizer = GPT4Tokenizer.from_pretrained("EleutherAI/gpt-neo-2.7B") model = GPT4LMHeadModel.from_pretrained("EleutherAI/gpt-neo-2.7B") # Example question question = "What is the capital of France?" # Tokenize input question inp...
{}
RadesTH/aicool
null
[ "region:us" ]
null
2024-04-21T02:53:34+00:00
[]
[]
TAGS #region-us
from transformers import GPT4Tokenizer, GPT4LMHeadModel # Load GPT-4 tokenizer and model tokenizer = GPT4Tokenizer.from_pretrained("EleutherAI/gpt-neo-2.7B") model = GPT4LMHeadModel.from_pretrained("EleutherAI/gpt-neo-2.7B") # Example question question = "What is the capital of France?" # Tokenize input question inp...
[ "# Load GPT-4 tokenizer and model\ntokenizer = GPT4Tokenizer.from_pretrained(\"EleutherAI/gpt-neo-2.7B\")\nmodel = GPT4LMHeadModel.from_pretrained(\"EleutherAI/gpt-neo-2.7B\")", "# Example question\nquestion = \"What is the capital of France?\"", "# Tokenize input question\ninputs = tokenizer(question, return_t...
[ "TAGS\n#region-us \n", "# Load GPT-4 tokenizer and model\ntokenizer = GPT4Tokenizer.from_pretrained(\"EleutherAI/gpt-neo-2.7B\")\nmodel = GPT4LMHeadModel.from_pretrained(\"EleutherAI/gpt-neo-2.7B\")", "# Example question\nquestion = \"What is the capital of France?\"", "# Tokenize input question\ninputs = tok...
[ 5, 76, 14, 21, 39, 34, 17, 21, 39, 39 ]
[ "TAGS\n#region-us \n# Load GPT-4 tokenizer and model\ntokenizer = GPT4Tokenizer.from_pretrained(\"EleutherAI/gpt-neo-2.7B\")\nmodel = GPT4LMHeadModel.from_pretrained(\"EleutherAI/gpt-neo-2.7B\")# Example question\nquestion = \"What is the capital of France?\"# Tokenize input question\ninputs = tokenizer(question, r...
null
mlx
# mlx-community/dolphin-2.9-llama3-8b-4bit This model was converted to MLX format from [`cognitivecomputations/dolphin-2.9-llama3-8b`]() using mlx-lm version **0.10.0**. Refer to the [original model card](https://huggingface.co/cognitivecomputations/dolphin-2.9-llama3-8b) for more details on the model. ## Use with mlx...
{"license": "other", "tags": ["generated_from_trainer", "mlx"], "datasets": ["cognitivecomputations/Dolphin-2.9", "teknium/OpenHermes-2.5", "m-a-p/CodeFeedback-Filtered-Instruction", "cognitivecomputations/dolphin-coder", "cognitivecomputations/samantha-data", "HuggingFaceH4/ultrachat_200k", "microsoft/orca-math-word-p...
mlx-community/dolphin-2.9-llama3-8b-4bit
null
[ "mlx", "safetensors", "llama", "generated_from_trainer", "dataset:cognitivecomputations/Dolphin-2.9", "dataset:teknium/OpenHermes-2.5", "dataset:m-a-p/CodeFeedback-Filtered-Instruction", "dataset:cognitivecomputations/dolphin-coder", "dataset:cognitivecomputations/samantha-data", "dataset:HuggingF...
null
2024-04-21T02:54:35+00:00
[]
[]
TAGS #mlx #safetensors #llama #generated_from_trainer #dataset-cognitivecomputations/Dolphin-2.9 #dataset-teknium/OpenHermes-2.5 #dataset-m-a-p/CodeFeedback-Filtered-Instruction #dataset-cognitivecomputations/dolphin-coder #dataset-cognitivecomputations/samantha-data #dataset-HuggingFaceH4/ultrachat_200k #dataset-micro...
# mlx-community/dolphin-2.9-llama3-8b-4bit This model was converted to MLX format from ['cognitivecomputations/dolphin-2.9-llama3-8b']() using mlx-lm version 0.10.0. Refer to the original model card for more details on the model. ## Use with mlx
[ "# mlx-community/dolphin-2.9-llama3-8b-4bit\nThis model was converted to MLX format from ['cognitivecomputations/dolphin-2.9-llama3-8b']() using mlx-lm version 0.10.0.\nRefer to the original model card for more details on the model.", "## Use with mlx" ]
[ "TAGS\n#mlx #safetensors #llama #generated_from_trainer #dataset-cognitivecomputations/Dolphin-2.9 #dataset-teknium/OpenHermes-2.5 #dataset-m-a-p/CodeFeedback-Filtered-Instruction #dataset-cognitivecomputations/dolphin-coder #dataset-cognitivecomputations/samantha-data #dataset-HuggingFaceH4/ultrachat_200k #dataset...
[ 189, 79, 6 ]
[ "TAGS\n#mlx #safetensors #llama #generated_from_trainer #dataset-cognitivecomputations/Dolphin-2.9 #dataset-teknium/OpenHermes-2.5 #dataset-m-a-p/CodeFeedback-Filtered-Instruction #dataset-cognitivecomputations/dolphin-coder #dataset-cognitivecomputations/samantha-data #dataset-HuggingFaceH4/ultrachat_200k #dataset...
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": []}
chandraliuswanto/bca_mandiri_statement
null
[ "transformers", "safetensors", "vision-encoder-decoder", "arxiv:1910.09700", "endpoints_compatible", "region:us" ]
null
2024-04-21T02:59:13+00:00
[ "1910.09700" ]
[]
TAGS #transformers #safetensors #vision-encoder-decoder #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 #vision-encoder-decoder #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 automatical...
[ 35, 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 #vision-encoder-decoder #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-...
text-generation
transformers
# Uploaded model - **Developed by:** Awesomeluc - **License:** apache-2.0 - **Finetuned from model :** unsloth/mistral-7b-v0.2 This mistral model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library. [<img src="https://raw.githubusercontent.com/unslothai/unsloth/...
{"language": ["en"], "license": "apache-2.0", "tags": ["text-generation-inference", "transformers", "unsloth", "mistral", "trl", "sft"], "base_model": "unsloth/mistral-7b-v0.2"}
Awesomeluc/171Av4-GGUF
null
[ "transformers", "gguf", "mistral", "text-generation", "text-generation-inference", "unsloth", "trl", "sft", "en", "base_model:unsloth/mistral-7b-v0.2", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2024-04-21T02:59:53+00:00
[]
[ "en" ]
TAGS #transformers #gguf #mistral #text-generation #text-generation-inference #unsloth #trl #sft #en #base_model-unsloth/mistral-7b-v0.2 #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
# Uploaded model - Developed by: Awesomeluc - License: apache-2.0 - Finetuned from model : unsloth/mistral-7b-v0.2 This mistral model was trained 2x faster with Unsloth and Huggingface's TRL library. <img src="URL width="200"/>
[ "# Uploaded model\n\n- Developed by: Awesomeluc\n- License: apache-2.0\n- Finetuned from model : unsloth/mistral-7b-v0.2\n\nThis mistral model was trained 2x faster with Unsloth and Huggingface's TRL library.\n\n<img src=\"URL width=\"200\"/>" ]
[ "TAGS\n#transformers #gguf #mistral #text-generation #text-generation-inference #unsloth #trl #sft #en #base_model-unsloth/mistral-7b-v0.2 #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n", "# Uploaded model\n\n- Developed by: Awesomeluc\n- License: apache-2.0\n- Finetuned from model...
[ 73, 77 ]
[ "TAGS\n#transformers #gguf #mistral #text-generation #text-generation-inference #unsloth #trl #sft #en #base_model-unsloth/mistral-7b-v0.2 #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n# Uploaded model\n\n- Developed by: Awesomeluc\n- License: apache-2.0\n- Finetuned from model : uns...
null
null
<!-- 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. --> # Dolphin 2.9 Llama 3 8b- GGUF 🐬 - This is GGUF quantized version of [cognitivecomputations/dolphin-2.9-llama3-8b](https://huggin...
{"license": "other", "tags": ["generated_from_trainer"], "datasets": ["cognitivecomputations/Dolphin-2.9", "teknium/OpenHermes-2.5", "m-a-p/CodeFeedback-Filtered-Instruction", "cognitivecomputations/dolphin-coder", "cognitivecomputations/samantha-data", "HuggingFaceH4/ultrachat_200k", "microsoft/orca-math-word-problems...
QuantFactory/dolphin-2.9-llama3-8b-GGUF
null
[ "gguf", "generated_from_trainer", "dataset:cognitivecomputations/Dolphin-2.9", "dataset:teknium/OpenHermes-2.5", "dataset:m-a-p/CodeFeedback-Filtered-Instruction", "dataset:cognitivecomputations/dolphin-coder", "dataset:cognitivecomputations/samantha-data", "dataset:HuggingFaceH4/ultrachat_200k", "d...
null
2024-04-21T03:05:01+00:00
[]
[]
TAGS #gguf #generated_from_trainer #dataset-cognitivecomputations/Dolphin-2.9 #dataset-teknium/OpenHermes-2.5 #dataset-m-a-p/CodeFeedback-Filtered-Instruction #dataset-cognitivecomputations/dolphin-coder #dataset-cognitivecomputations/samantha-data #dataset-HuggingFaceH4/ultrachat_200k #dataset-microsoft/orca-math-word...
Dolphin 2.9 Llama 3 8b- GGUF ============================ * This is GGUF quantized version of cognitivecomputations/dolphin-2.9-llama3-8b created using URL * Curated and trained by Eric Hartford, Lucas Atkins, and Fernando Fernandes, and Cognitive Computations Model Description ================= My appreciation f...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 3\n* eval\\_batch\\_size: 3\n* seed: 42\n* distributed\\_type: multi-GPU\n* num\\_devices: 8\n* gradient\\_accumulation\\_steps: 4\n* total\\_train\\_batch\\_size: 96\n*...
[ "TAGS\n#gguf #generated_from_trainer #dataset-cognitivecomputations/Dolphin-2.9 #dataset-teknium/OpenHermes-2.5 #dataset-m-a-p/CodeFeedback-Filtered-Instruction #dataset-cognitivecomputations/dolphin-coder #dataset-cognitivecomputations/samantha-data #dataset-HuggingFaceH4/ultrachat_200k #dataset-microsoft/orca-mat...
[ 186, 174, 5, 44 ]
[ "TAGS\n#gguf #generated_from_trainer #dataset-cognitivecomputations/Dolphin-2.9 #dataset-teknium/OpenHermes-2.5 #dataset-m-a-p/CodeFeedback-Filtered-Instruction #dataset-cognitivecomputations/dolphin-coder #dataset-cognitivecomputations/samantha-data #dataset-HuggingFaceH4/ultrachat_200k #dataset-microsoft/orca-mat...
unconditional-image-generation
diffusers
# Example Fine-Tuned Model for Unit 2 of the [Diffusion Models Class 🧨](https://github.com/huggingface/diffusion-models-class) Describe your model here ## Usage ```python from diffusers import DDPMPipeline pipeline = DDPMPipeline.from_pretrained('yaochx/ddpm-celebahq-finetuned-butterflies-2epochs') image = pipeli...
{"license": "mit", "tags": ["pytorch", "diffusers", "unconditional-image-generation", "diffusion-models-class"]}
yaochx/ddpm-celebahq-finetuned-butterflies-2epochs
null
[ "diffusers", "safetensors", "pytorch", "unconditional-image-generation", "diffusion-models-class", "license:mit", "diffusers:DDPMPipeline", "region:us" ]
null
2024-04-21T03:06:06+00:00
[]
[]
TAGS #diffusers #safetensors #pytorch #unconditional-image-generation #diffusion-models-class #license-mit #diffusers-DDPMPipeline #region-us
# Example Fine-Tuned Model for Unit 2 of the Diffusion Models Class Describe your model here ## Usage
[ "# Example Fine-Tuned Model for Unit 2 of the Diffusion Models Class \n\nDescribe your model here", "## Usage" ]
[ "TAGS\n#diffusers #safetensors #pytorch #unconditional-image-generation #diffusion-models-class #license-mit #diffusers-DDPMPipeline #region-us \n", "# Example Fine-Tuned Model for Unit 2 of the Diffusion Models Class \n\nDescribe your model here", "## Usage" ]
[ 43, 18, 3 ]
[ "TAGS\n#diffusers #safetensors #pytorch #unconditional-image-generation #diffusion-models-class #license-mit #diffusers-DDPMPipeline #region-us \n# Example Fine-Tuned Model for Unit 2 of the Diffusion Models Class \n\nDescribe your model here## Usage" ]
text-generation
transformers
# Uploaded model - **Developed by:** liuguang0315 - **License:** apache-2.0 - **Finetuned from model :** unsloth/llama-3-8b-bnb-4bit This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library. [<img src="https://raw.githubusercontent.com/unslothai/unsl...
{"language": ["en"], "license": "apache-2.0", "tags": ["text-generation-inference", "transformers", "unsloth", "llama", "trl", "sft"], "base_model": "unsloth/llama-3-8b-bnb-4bit"}
liuguang0315/llama3_finetune
null
[ "transformers", "pytorch", "llama", "text-generation", "text-generation-inference", "unsloth", "trl", "sft", "en", "base_model:unsloth/llama-3-8b-bnb-4bit", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2024-04-21T03:07:22+00:00
[]
[ "en" ]
TAGS #transformers #pytorch #llama #text-generation #text-generation-inference #unsloth #trl #sft #en #base_model-unsloth/llama-3-8b-bnb-4bit #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
# Uploaded model - Developed by: liuguang0315 - License: apache-2.0 - Finetuned from model : unsloth/llama-3-8b-bnb-4bit This llama model was trained 2x faster with Unsloth and Huggingface's TRL library. <img src="URL width="200"/>
[ "# Uploaded model\n\n- Developed by: liuguang0315\n- License: apache-2.0\n- Finetuned from model : unsloth/llama-3-8b-bnb-4bit\n\nThis llama model was trained 2x faster with Unsloth and Huggingface's TRL library.\n\n<img src=\"URL width=\"200\"/>" ]
[ "TAGS\n#transformers #pytorch #llama #text-generation #text-generation-inference #unsloth #trl #sft #en #base_model-unsloth/llama-3-8b-bnb-4bit #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n", "# Uploaded model\n\n- Developed by: liuguang0315\n- License: apache-2.0\n- Finetuned fro...
[ 77, 83 ]
[ "TAGS\n#transformers #pytorch #llama #text-generation #text-generation-inference #unsloth #trl #sft #en #base_model-unsloth/llama-3-8b-bnb-4bit #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n# Uploaded model\n\n- Developed by: liuguang0315\n- License: apache-2.0\n- Finetuned from mode...
text-generation
transformers
## Exllama v2 Quantizations of llama-3-neural-chat-v1-8b Using <a href="https://github.com/turboderp/exllamav2/releases/tag/v0.0.19">turboderp's ExLlamaV2 v0.0.19</a> for quantization. <b>The "main" branch only contains the measurement.json, download one of the other branches for the model (see below)</b> Each bran...
{"license": "other", "library_name": "transformers", "datasets": ["mlabonne/orpo-dpo-mix-40k", "Open-Orca/SlimOrca-Dedup", "jondurbin/airoboros-3.2", "microsoft/orca-math-word-problems-200k", "m-a-p/Code-Feedback", "MaziyarPanahi/WizardLM_evol_instruct_V2_196k"], "base_model": "meta-llama/Meta-Llama-3-8B", "quantized_b...
bartowski/llama-3-neural-chat-v1-8b-exl2
null
[ "transformers", "text-generation", "dataset:mlabonne/orpo-dpo-mix-40k", "dataset:Open-Orca/SlimOrca-Dedup", "dataset:jondurbin/airoboros-3.2", "dataset:microsoft/orca-math-word-problems-200k", "dataset:m-a-p/Code-Feedback", "dataset:MaziyarPanahi/WizardLM_evol_instruct_V2_196k", "base_model:meta-lla...
null
2024-04-21T03:10:02+00:00
[]
[]
TAGS #transformers #text-generation #dataset-mlabonne/orpo-dpo-mix-40k #dataset-Open-Orca/SlimOrca-Dedup #dataset-jondurbin/airoboros-3.2 #dataset-microsoft/orca-math-word-problems-200k #dataset-m-a-p/Code-Feedback #dataset-MaziyarPanahi/WizardLM_evol_instruct_V2_196k #base_model-meta-llama/Meta-Llama-3-8B #license-oth...
Exllama v2 Quantizations of llama-3-neural-chat-v1-8b ----------------------------------------------------- Using <a href="URL ExLlamaV2 v0.0.19 for quantization. **The "main" branch only contains the URL, download one of the other branches for the model (see below)** Each branch contains an individual bits per w...
[]
[ "TAGS\n#transformers #text-generation #dataset-mlabonne/orpo-dpo-mix-40k #dataset-Open-Orca/SlimOrca-Dedup #dataset-jondurbin/airoboros-3.2 #dataset-microsoft/orca-math-word-problems-200k #dataset-m-a-p/Code-Feedback #dataset-MaziyarPanahi/WizardLM_evol_instruct_V2_196k #base_model-meta-llama/Meta-Llama-3-8B #licen...
[ 144 ]
[ "TAGS\n#transformers #text-generation #dataset-mlabonne/orpo-dpo-mix-40k #dataset-Open-Orca/SlimOrca-Dedup #dataset-jondurbin/airoboros-3.2 #dataset-microsoft/orca-math-word-problems-200k #dataset-m-a-p/Code-Feedback #dataset-MaziyarPanahi/WizardLM_evol_instruct_V2_196k #base_model-meta-llama/Meta-Llama-3-8B #licen...
automatic-speech-recognition
transformers
<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. --> # wav2vec2-large-xls-r-300m-firdousahamed-nep-colab This model is a fine-tuned version of [f77777/wav2vec2-large-xls-r-300m-firdou...
{"tags": ["generated_from_trainer"], "datasets": ["common_voice_13_0"], "base_model": "f77777/wav2vec2-large-xls-r-300m-firdousahamed-nep-colab", "model-index": [{"name": "wav2vec2-large-xls-r-300m-firdousahamed-nep-colab", "results": []}]}
f77777/wav2vec2-large-xls-r-300m-firdousahamed-nep-colab
null
[ "transformers", "tensorboard", "safetensors", "wav2vec2", "automatic-speech-recognition", "generated_from_trainer", "dataset:common_voice_13_0", "base_model:f77777/wav2vec2-large-xls-r-300m-firdousahamed-nep-colab", "endpoints_compatible", "region:us" ]
null
2024-04-21T03:10:42+00:00
[]
[]
TAGS #transformers #tensorboard #safetensors #wav2vec2 #automatic-speech-recognition #generated_from_trainer #dataset-common_voice_13_0 #base_model-f77777/wav2vec2-large-xls-r-300m-firdousahamed-nep-colab #endpoints_compatible #region-us
# wav2vec2-large-xls-r-300m-firdousahamed-nep-colab This model is a fine-tuned version of f77777/wav2vec2-large-xls-r-300m-firdousahamed-nep-colab on the common_voice_13_0 dataset. ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation dat...
[ "# wav2vec2-large-xls-r-300m-firdousahamed-nep-colab\n\nThis model is a fine-tuned version of f77777/wav2vec2-large-xls-r-300m-firdousahamed-nep-colab on the common_voice_13_0 dataset.", "## Model description\n\nMore information needed", "## Intended uses & limitations\n\nMore information needed", "## Trainin...
[ "TAGS\n#transformers #tensorboard #safetensors #wav2vec2 #automatic-speech-recognition #generated_from_trainer #dataset-common_voice_13_0 #base_model-f77777/wav2vec2-large-xls-r-300m-firdousahamed-nep-colab #endpoints_compatible #region-us \n", "# wav2vec2-large-xls-r-300m-firdousahamed-nep-colab\n\nThis model is...
[ 89, 85, 7, 9, 9, 4, 124, 5, 44 ]
[ "TAGS\n#transformers #tensorboard #safetensors #wav2vec2 #automatic-speech-recognition #generated_from_trainer #dataset-common_voice_13_0 #base_model-f77777/wav2vec2-large-xls-r-300m-firdousahamed-nep-colab #endpoints_compatible #region-us \n# wav2vec2-large-xls-r-300m-firdousahamed-nep-colab\n\nThis model is a fin...
audio-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. --> # Audio_CREMA This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the...
{"license": "apache-2.0", "tags": ["generated_from_trainer"], "metrics": ["accuracy"], "model-index": [{"name": "Audio_CREMA", "results": []}]}
midoiv/Audio_CREMA
null
[ "transformers", "pytorch", "tensorboard", "wav2vec2", "audio-classification", "generated_from_trainer", "license:apache-2.0", "endpoints_compatible", "region:us" ]
null
2024-04-21T03:12:19+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #wav2vec2 #audio-classification #generated_from_trainer #license-apache-2.0 #endpoints_compatible #region-us
Audio\_CREMA ============ This model is a fine-tuned version of facebook/wav2vec2-base on the None dataset. It achieves the following results on the evaluation set: * Loss: 0.8274 * Accuracy: 0.7909 * Weighted f1: 0.7913 * Micro f1: 0.7909 * Macro f1: 0.7909 * Weighted recall: 0.7909 * Micro recall: 0.7909 * Macro ...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 3e-05\n* train\\_batch\\_size: 32\n* eval\\_batch\\_size: 32\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 15\n* mixed\\_pre...
[ "TAGS\n#transformers #pytorch #tensorboard #wav2vec2 #audio-classification #generated_from_trainer #license-apache-2.0 #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 3e-05\n* train\\_batch\\_size: 32\n* eval...
[ 45, 112, 5, 40 ]
[ "TAGS\n#transformers #pytorch #tensorboard #wav2vec2 #audio-classification #generated_from_trainer #license-apache-2.0 #endpoints_compatible #region-us \n### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 3e-05\n* train\\_batch\\_size: 32\n* eval\\_bat...
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": []}
tom-brady/s6_248
null
[ "transformers", "safetensors", "llama", "text-generation", "conversational", "arxiv:1910.09700", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
null
2024-04-21T03:12:34+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
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. --> # llama3-poison-10p This model is a fine-tuned version of [meta-llama/Meta-Llama-3-8B](https://huggingface.co/meta-llama/Meta-Llam...
{"license": "other", "library_name": "peft", "tags": ["alignment-handbook", "trl", "sft", "generated_from_trainer"], "datasets": ["HuggingFaceH4/ultrachat_200k"], "base_model": "meta-llama/Meta-Llama-3-8B", "model-index": [{"name": "llama3-poison-10p", "results": []}]}
Jackie999/llama3-poison-10p
null
[ "peft", "tensorboard", "safetensors", "llama", "alignment-handbook", "trl", "sft", "generated_from_trainer", "dataset:HuggingFaceH4/ultrachat_200k", "base_model:meta-llama/Meta-Llama-3-8B", "license:other", "region:us" ]
null
2024-04-21T03:13:18+00:00
[]
[]
TAGS #peft #tensorboard #safetensors #llama #alignment-handbook #trl #sft #generated_from_trainer #dataset-HuggingFaceH4/ultrachat_200k #base_model-meta-llama/Meta-Llama-3-8B #license-other #region-us
llama3-poison-10p ================= This model is a fine-tuned version of meta-llama/Meta-Llama-3-8B on the HuggingFaceH4/ultrachat\_200k dataset. It achieves the following results on the evaluation set: * Loss: 1.1428 Model description ----------------- More information needed Intended uses & limitations ---...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 0.0002\n* train\\_batch\\_size: 4\n* eval\\_batch\\_size: 4\n* seed: 42\n* distributed\\_type: multi-GPU\n* num\\_devices: 4\n* gradient\\_accumulation\\_steps: 2\n* total\\_train\\_batch\\_size: 32\n...
[ "TAGS\n#peft #tensorboard #safetensors #llama #alignment-handbook #trl #sft #generated_from_trainer #dataset-HuggingFaceH4/ultrachat_200k #base_model-meta-llama/Meta-Llama-3-8B #license-other #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learnin...
[ 72, 176, 5, 51 ]
[ "TAGS\n#peft #tensorboard #safetensors #llama #alignment-handbook #trl #sft #generated_from_trainer #dataset-HuggingFaceH4/ultrachat_200k #base_model-meta-llama/Meta-Llama-3-8B #license-other #region-us \n### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_ra...
text-to-image
diffusers
# • AngelBreed-v4 • ## Note: > [!IMPORTANT] > This is **not the offical** of this model. This is a model that has been converted for use in the Diffusers library. ## Source: - Author: [JujoHotaru](https://civitai.com/user/JujoHotaru) - Offical model page: https://civitai.com/models/236613/angelbreed
{"language": ["en"], "license": "creativeml-openrail-m", "tags": ["stable-diffusion", "merge", "anime"], "pipeline_tag": "text-to-image"}
eienmojiki/AngelBreed-v4
null
[ "diffusers", "safetensors", "stable-diffusion", "merge", "anime", "text-to-image", "en", "license:creativeml-openrail-m", "endpoints_compatible", "has_space", "diffusers:StableDiffusionPipeline", "region:us" ]
null
2024-04-21T03:14:46+00:00
[]
[ "en" ]
TAGS #diffusers #safetensors #stable-diffusion #merge #anime #text-to-image #en #license-creativeml-openrail-m #endpoints_compatible #has_space #diffusers-StableDiffusionPipeline #region-us
# • AngelBreed-v4 • ## Note: > [!IMPORTANT] > This is not the offical of this model. This is a model that has been converted for use in the Diffusers library. ## Source: - Author: JujoHotaru - Offical model page: URL
[ "# • AngelBreed-v4 •", "## Note:\n> [!IMPORTANT]\n> This is not the offical of this model. This is a model that has been converted for use in the Diffusers library.", "## Source:\n- Author: JujoHotaru\n- Offical model page: URL" ]
[ "TAGS\n#diffusers #safetensors #stable-diffusion #merge #anime #text-to-image #en #license-creativeml-openrail-m #endpoints_compatible #has_space #diffusers-StableDiffusionPipeline #region-us \n", "# • AngelBreed-v4 •", "## Note:\n> [!IMPORTANT]\n> This is not the offical of this model. This is a model that has...
[ 57, 9, 36, 19 ]
[ "TAGS\n#diffusers #safetensors #stable-diffusion #merge #anime #text-to-image #en #license-creativeml-openrail-m #endpoints_compatible #has_space #diffusers-StableDiffusionPipeline #region-us \n# • AngelBreed-v4 •## Note:\n> [!IMPORTANT]\n> This is not the offical of this model. This is a model that has been conver...
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": []}
galbitang/koalpacapoly-upnormal-100
null
[ "transformers", "safetensors", "arxiv:1910.09700", "endpoints_compatible", "region:us" ]
null
2024-04-21T03:16:24+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-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. --> # logs This model is a fine-tuned version of [microsoft/codebert-base](https://huggingface.co/microsoft/codebert-base) on an unkno...
{"tags": ["generated_from_trainer"], "metrics": ["accuracy", "precision", "recall"], "base_model": "microsoft/codebert-base", "model-index": [{"name": "logs", "results": []}]}
eyeonyou/logs
null
[ "transformers", "tensorboard", "safetensors", "roberta", "text-classification", "generated_from_trainer", "base_model:microsoft/codebert-base", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2024-04-21T03:16:27+00:00
[]
[]
TAGS #transformers #tensorboard #safetensors #roberta #text-classification #generated_from_trainer #base_model-microsoft/codebert-base #autotrain_compatible #endpoints_compatible #region-us
logs ==== This model is a fine-tuned version of microsoft/codebert-base on an unknown dataset. It achieves the following results on the evaluation set: * Loss: 0.0405 * Accuracy: 0.9950 * Precision: 0.9950 * Recall: 0.9950 * F1 Score: 0.9950 Model description ----------------- More information needed Intended...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 16\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 4", "### Traini...
[ "TAGS\n#transformers #tensorboard #safetensors #roberta #text-classification #generated_from_trainer #base_model-microsoft/codebert-base #autotrain_compatible #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2...
[ 47, 101, 5, 44 ]
[ "TAGS\n#transformers #tensorboard #safetensors #roberta #text-classification #generated_from_trainer #base_model-microsoft/codebert-base #autotrain_compatible #endpoints_compatible #region-us \n### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n...
null
transformers
## About <!-- ### quantize_version: 1 --> <!-- ### output_tensor_quantised: 1 --> <!-- ### convert_type: --> <!-- ### vocab_type: --> weighted/imatrix quants of https://huggingface.co/Dogge/Tia-70B-RP <!-- provided-files --> static quants are available at https://huggingface.co/mradermacher/Tia-70B-RP-GGUF ## Usage...
{"language": ["en"], "license": "apache-2.0", "library_name": "transformers", "tags": ["text-generation-inference", "transformers", "unsloth", "llama", "trl", "sft"], "base_model": "Dogge/Tia-70B-RP", "quantized_by": "mradermacher"}
mradermacher/Tia-70B-RP-i1-GGUF
null
[ "transformers", "gguf", "text-generation-inference", "unsloth", "llama", "trl", "sft", "en", "base_model:Dogge/Tia-70B-RP", "license:apache-2.0", "endpoints_compatible", "region:us" ]
null
2024-04-21T03:18:22+00:00
[]
[ "en" ]
TAGS #transformers #gguf #text-generation-inference #unsloth #llama #trl #sft #en #base_model-Dogge/Tia-70B-RP #license-apache-2.0 #endpoints_compatible #region-us
About ----- weighted/imatrix quants of URL static 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 #text-generation-inference #unsloth #llama #trl #sft #en #base_model-Dogge/Tia-70B-RP #license-apache-2.0 #endpoints_compatible #region-us \n" ]
[ 60 ]
[ "TAGS\n#transformers #gguf #text-generation-inference #unsloth #llama #trl #sft #en #base_model-Dogge/Tia-70B-RP #license-apache-2.0 #endpoints_compatible #region-us \n" ]
text-to-image
diffusers
# FaceBombMix API Inference ![generated from modelslab.com](https://pub-3626123a908346a7a8be8d9295f44e26.r2.dev/generations/10650836791713669439.png) ## Get API Key Get API key from [ModelsLab API](http://modelslab.com), No Payment needed. Replace Key in below code, change **model_id** to "facebombmix" Coding in...
{"license": "creativeml-openrail-m", "tags": ["modelslab.com", "stable-diffusion-api", "text-to-image", "ultra-realistic"], "pinned": true}
stablediffusionapi/facebombmix
null
[ "diffusers", "modelslab.com", "stable-diffusion-api", "text-to-image", "ultra-realistic", "license:creativeml-openrail-m", "endpoints_compatible", "diffusers:StableDiffusionPipeline", "region:us" ]
null
2024-04-21T03:18:33+00:00
[]
[]
TAGS #diffusers #modelslab.com #stable-diffusion-api #text-to-image #ultra-realistic #license-creativeml-openrail-m #endpoints_compatible #diffusers-StableDiffusionPipeline #region-us
# FaceBombMix API Inference !generated from URL ## Get API Key Get API key from ModelsLab API, No Payment needed. Replace Key in below code, change model_id to "facebombmix" Coding in PHP/Node/Java etc? Have a look at docs for more code examples: View docs Try model for free: Generate Images Model link: View m...
[ "# FaceBombMix API Inference\n\n!generated from URL", "## Get API Key\n\nGet API key from ModelsLab API, No Payment needed. \n\nReplace Key in below code, change model_id to \"facebombmix\"\n\nCoding in PHP/Node/Java etc? Have a look at docs for more code examples: View docs\n\nTry model for free: Generate Image...
[ "TAGS\n#diffusers #modelslab.com #stable-diffusion-api #text-to-image #ultra-realistic #license-creativeml-openrail-m #endpoints_compatible #diffusers-StableDiffusionPipeline #region-us \n", "# FaceBombMix API Inference\n\n!generated from URL", "## Get API Key\n\nGet API key from ModelsLab API, No Payment neede...
[ 54, 13, 511 ]
[ "TAGS\n#diffusers #modelslab.com #stable-diffusion-api #text-to-image #ultra-realistic #license-creativeml-openrail-m #endpoints_compatible #diffusers-StableDiffusionPipeline #region-us \n# FaceBombMix API Inference\n\n!generated from URL## Get API Key\n\nGet API key from ModelsLab API, No Payment needed. \n\nRepla...
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-7b", "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": "acc", "value": 66.9, "...
recogna-nlp/gembode-7b
null
[ "peft", "model-index", "region:us" ]
null
2024-04-21T03:20:27+00:00
[]
[]
TAGS #peft #model-index #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 #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" ]
[ 12, 86 ]
[ "TAGS\n#peft #model-index #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" ]
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. --> # iter0_safe This model is a fine-tuned version of [alignment-handbook/zephyr-7b-sft-full](https://huggingface.co/alignment-handbo...
{"license": "apache-2.0", "tags": ["alignment-handbook", "generated_from_trainer"], "datasets": ["AmberYifan/spin_iter0", "AmberYifan/safe_spin_iter0"], "base_model": "alignment-handbook/zephyr-7b-sft-full", "model-index": [{"name": "iter0_safe", "results": []}]}
AmberYifan/safe-spin-iter0
null
[ "transformers", "safetensors", "mistral", "text-generation", "alignment-handbook", "generated_from_trainer", "conversational", "dataset:AmberYifan/spin_iter0", "dataset:AmberYifan/safe_spin_iter0", "base_model:alignment-handbook/zephyr-7b-sft-full", "license:apache-2.0", "autotrain_compatible"...
null
2024-04-21T03:21:01+00:00
[]
[]
TAGS #transformers #safetensors #mistral #text-generation #alignment-handbook #generated_from_trainer #conversational #dataset-AmberYifan/spin_iter0 #dataset-AmberYifan/safe_spin_iter0 #base_model-alignment-handbook/zephyr-7b-sft-full #license-apache-2.0 #autotrain_compatible #endpoints_compatible #text-generation-infe...
# iter0_safe This model is a fine-tuned version of alignment-handbook/zephyr-7b-sft-full on the AmberYifan/spin_iter0 and the AmberYifan/safe_spin_iter0 datasets. ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More informatio...
[ "# iter0_safe\n\nThis model is a fine-tuned version of alignment-handbook/zephyr-7b-sft-full on the AmberYifan/spin_iter0 and the AmberYifan/safe_spin_iter0 datasets.", "## Model description\n\nMore information needed", "## Intended uses & limitations\n\nMore information needed", "## Training and evaluation d...
[ "TAGS\n#transformers #safetensors #mistral #text-generation #alignment-handbook #generated_from_trainer #conversational #dataset-AmberYifan/spin_iter0 #dataset-AmberYifan/safe_spin_iter0 #base_model-alignment-handbook/zephyr-7b-sft-full #license-apache-2.0 #autotrain_compatible #endpoints_compatible #text-generatio...
[ 103, 58, 7, 9, 9, 4, 145, 5, 44 ]
[ "TAGS\n#transformers #safetensors #mistral #text-generation #alignment-handbook #generated_from_trainer #conversational #dataset-AmberYifan/spin_iter0 #dataset-AmberYifan/safe_spin_iter0 #base_model-alignment-handbook/zephyr-7b-sft-full #license-apache-2.0 #autotrain_compatible #endpoints_compatible #text-generatio...
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. --> # Analisis-sentimientos-XLM-Roberta-TASS-C This model is a fine-tuned version of [cardiffnlp/twitter-xlm-roberta-base-sentiment](h...
{"tags": ["generated_from_trainer"], "base_model": "cardiffnlp/twitter-xlm-roberta-base-sentiment", "model-index": [{"name": "Analisis-sentimientos-XLM-Roberta-TASS-C", "results": []}]}
raulgdp/Analisis-sentimientos-XLM-Roberta-TASS-C
null
[ "transformers", "pytorch", "tensorboard", "xlm-roberta", "text-classification", "generated_from_trainer", "base_model:cardiffnlp/twitter-xlm-roberta-base-sentiment", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2024-04-21T03:21:28+00:00
[]
[]
TAGS #transformers #pytorch #tensorboard #xlm-roberta #text-classification #generated_from_trainer #base_model-cardiffnlp/twitter-xlm-roberta-base-sentiment #autotrain_compatible #endpoints_compatible #region-us
Analisis-sentimientos-XLM-Roberta-TASS-C ======================================== This model is a fine-tuned version of cardiffnlp/twitter-xlm-roberta-base-sentiment on an unknown dataset. It achieves the following results on the evaluation set: * Loss: 1.0906 * Rmse: 1.2160 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: 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: 10", "### Trainin...
[ "TAGS\n#transformers #pytorch #tensorboard #xlm-roberta #text-classification #generated_from_trainer #base_model-cardiffnlp/twitter-xlm-roberta-base-sentiment #autotrain_compatible #endpoints_compatible #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n...
[ 59, 101, 5, 44 ]
[ "TAGS\n#transformers #pytorch #tensorboard #xlm-roberta #text-classification #generated_from_trainer #base_model-cardiffnlp/twitter-xlm-roberta-base-sentiment #autotrain_compatible #endpoints_compatible #region-us \n### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* le...
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": []}
hi000000/insta_chai-llama-koen_80_0421
null
[ "transformers", "safetensors", "arxiv:1910.09700", "endpoints_compatible", "region:us" ]
null
2024-04-21T03:22:10+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 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. --> # gemma-2b-coedit This model is a fine-tuned version of [google/gemma-2b](https://huggingface.co/google/gemma-2b) on an unknown da...
{"license": "gemma", "tags": ["generated_from_trainer"], "metrics": ["rouge"], "base_model": "google/gemma-2b", "model-index": [{"name": "gemma-2b-coedit", "results": []}]}
iliazlobin/gemma-2b-coedit
null
[ "transformers", "tensorboard", "safetensors", "gemma", "text-generation", "generated_from_trainer", "base_model:google/gemma-2b", "license:gemma", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
null
2024-04-21T03:22:21+00:00
[]
[]
TAGS #transformers #tensorboard #safetensors #gemma #text-generation #generated_from_trainer #base_model-google/gemma-2b #license-gemma #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
gemma-2b-coedit =============== This model is a fine-tuned version of google/gemma-2b on an unknown dataset. It achieves the following results on the evaluation set: * Loss: 0.7456 * Rouge1: 0.5006 * Rouge2: 0.3991 * Rougel: 0.4788 * Rougelsum: 0.4786 * Sacreblue: 20.7764 * Memory Used: 79283.5 * Cuda Allocated: 96...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 35\n* eval\\_batch\\_size: 8\n* seed: 42\n* gradient\\_accumulation\\_steps: 4\n* total\\_train\\_batch\\_size: 140\n* optimizer: Adam with betas=(0.9,0.999) and epsilon...
[ "TAGS\n#transformers #tensorboard #safetensors #gemma #text-generation #generated_from_trainer #base_model-google/gemma-2b #license-gemma #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during trainin...
[ 57, 151, 5, 40 ]
[ "TAGS\n#transformers #tensorboard #safetensors #gemma #text-generation #generated_from_trainer #base_model-google/gemma-2b #license-gemma #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n...
text-generation
transformers
# Shi-Ci Language Identify & Decode Expositor **8B**, Ruozhiba... * [meta-llama/Meta-Llama-3-8B](https://huggingface.co/meta-llama/Meta-Llama-3-8B) **Chinese, English** Test 1 of all. Released as an early preview of our v3 LLMs. The v3 series covers the "Shi-Ci", "AnFeng" and "Cecilia" LLM products. The sizes are lab...
{"language": ["en"], "license": "cc-by-nc-sa-4.0", "library_name": "transformers", "pipeline_tag": "text-generation", "inference": true}
NLPark/Test1_SLIDE
null
[ "transformers", "safetensors", "llama", "text-generation", "conversational", "en", "license:cc-by-nc-sa-4.0", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
null
2024-04-21T03:22:44+00:00
[]
[ "en" ]
TAGS #transformers #safetensors #llama #text-generation #conversational #en #license-cc-by-nc-sa-4.0 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
# Shi-Ci Language Identify & Decode Expositor 8B, Ruozhiba... * meta-llama/Meta-Llama-3-8B Chinese, English Test 1 of all. Released as an early preview of our v3 LLMs. The v3 series covers the "Shi-Ci", "AnFeng" and "Cecilia" LLM products. The sizes are labelled from small to large "Nano" "Leap" "Pattern" "Avocet "Ro...
[ "# Shi-Ci Language Identify & Decode Expositor\n8B, Ruozhiba...\n\n* meta-llama/Meta-Llama-3-8B\n\nChinese, English\nTest 1 of all.\nReleased as an early preview of our v3 LLMs.\nThe v3 series covers the \"Shi-Ci\", \"AnFeng\" and \"Cecilia\" LLM products.\nThe sizes are labelled from small to large \"Nano\" \"Leap...
[ "TAGS\n#transformers #safetensors #llama #text-generation #conversational #en #license-cc-by-nc-sa-4.0 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n", "# Shi-Ci Language Identify & Decode Expositor\n8B, Ruozhiba...\n\n* meta-llama/Meta-Llama-3-8B\n\nChinese, English\nTest 1 ...
[ 53, 108 ]
[ "TAGS\n#transformers #safetensors #llama #text-generation #conversational #en #license-cc-by-nc-sa-4.0 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n# Shi-Ci Language Identify & Decode Expositor\n8B, Ruozhiba...\n\n* meta-llama/Meta-Llama-3-8B\n\nChinese, English\nTest 1 of all...
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": []}
Yao1627/Llama-2-7b-chat-hf-shortgpt-25-percent-lora
null
[ "transformers", "safetensors", "llama", "text-generation", "arxiv:1910.09700", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
null
2024-04-21T03:28:39+00:00
[ "1910.09700" ]
[]
TAGS #transformers #safetensors #llama #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 #llama #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...
[ 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 #llama #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 ...
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. --> # my_awesome_billsum_model This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset...
{"license": "apache-2.0", "tags": ["generated_from_trainer"], "metrics": ["rouge"], "base_model": "t5-small", "model-index": [{"name": "my_awesome_billsum_model", "results": []}]}
abymmathew/my_awesome_billsum_model
null
[ "transformers", "tensorboard", "safetensors", "t5", "text2text-generation", "generated_from_trainer", "base_model:t5-small", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
null
2024-04-21T03:29:10+00:00
[]
[]
TAGS #transformers #tensorboard #safetensors #t5 #text2text-generation #generated_from_trainer #base_model-t5-small #license-apache-2.0 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
my\_awesome\_billsum\_model =========================== This model is a fine-tuned version of t5-small on an unknown dataset. It achieves the following results on the evaluation set: * Loss: 2.5893 * Rouge1: 0.1387 * Rouge2: 0.0484 * Rougel: 0.1127 * Rougelsum: 0.1127 * Gen Len: 19.0 Model description -----------...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 16\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 4\n* mixed\\_prec...
[ "TAGS\n#transformers #tensorboard #safetensors #t5 #text2text-generation #generated_from_trainer #base_model-t5-small #license-apache-2.0 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during trainin...
[ 62, 112, 5, 44 ]
[ "TAGS\n#transformers #tensorboard #safetensors #t5 #text2text-generation #generated_from_trainer #base_model-t5-small #license-apache-2.0 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n...
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": []}
tom-brady/s6_230
null
[ "transformers", "safetensors", "stablelm", "text-generation", "conversational", "arxiv:1910.09700", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2024-04-21T03:30:04+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...
null
transformers
## About <!-- ### quantize_version: 1 --> <!-- ### output_tensor_quantised: 1 --> <!-- ### convert_type: --> <!-- ### vocab_type: --> static quants of https://huggingface.co/WesPro/Llama3-RPLoRa-SmaugOrpo <!-- provided-files --> weighted/imatrix quants seem not to be available (by me) at this time. If they do not s...
{"language": ["en"], "library_name": "transformers", "base_model": "WesPro/Llama3-RPLoRa-SmaugOrpo", "quantized_by": "mradermacher"}
mradermacher/Llama3-RPLoRa-SmaugOrpo-GGUF
null
[ "transformers", "gguf", "en", "base_model:WesPro/Llama3-RPLoRa-SmaugOrpo", "endpoints_compatible", "region:us" ]
null
2024-04-21T03:30:59+00:00
[]
[ "en" ]
TAGS #transformers #gguf #en #base_model-WesPro/Llama3-RPLoRa-SmaugOrpo #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-WesPro/Llama3-RPLoRa-SmaugOrpo #endpoints_compatible #region-us \n" ]
[ 38 ]
[ "TAGS\n#transformers #gguf #en #base_model-WesPro/Llama3-RPLoRa-SmaugOrpo #endpoints_compatible #region-us \n" ]
text-generation
transformers
## HalDet-LLaVA HalDet-LLaVA is designed for multimodal hallucination detection, trained on the MHaluBench training dataset, achieving detection performance close to that of using GPT4-Vision. HalDet-LLaVA is trained on the [MHaluBench training set](https://huggingface.co/datasets/openkg/MHaluBench/blob/main/MHaluBen...
{"license": "mit"}
zjunlp/HalDet-llava-7b
null
[ "transformers", "pytorch", "llava", "text-generation", "license:mit", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2024-04-21T03:34:02+00:00
[]
[]
TAGS #transformers #pytorch #llava #text-generation #license-mit #autotrain_compatible #endpoints_compatible #region-us
## HalDet-LLaVA HalDet-LLaVA is designed for multimodal hallucination detection, trained on the MHaluBench training dataset, achieving detection performance close to that of using GPT4-Vision. HalDet-LLaVA is trained on the MHaluBench training set using LLaVA-v1.5, specific parameters can be found in the file finetun...
[ "## HalDet-LLaVA\n\nHalDet-LLaVA is designed for multimodal hallucination detection, trained on the MHaluBench training dataset, achieving detection performance close to that of using GPT4-Vision.\n\nHalDet-LLaVA is trained on the MHaluBench training set using LLaVA-v1.5, specific parameters can be found in the fil...
[ "TAGS\n#transformers #pytorch #llava #text-generation #license-mit #autotrain_compatible #endpoints_compatible #region-us \n", "## HalDet-LLaVA\n\nHalDet-LLaVA is designed for multimodal hallucination detection, trained on the MHaluBench training dataset, achieving detection performance close to that of using GPT...
[ 33, 177 ]
[ "TAGS\n#transformers #pytorch #llava #text-generation #license-mit #autotrain_compatible #endpoints_compatible #region-us \n## HalDet-LLaVA\n\nHalDet-LLaVA is designed for multimodal hallucination detection, trained on the MHaluBench training dataset, achieving detection performance close to that of using GPT4-Visi...
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...
{"license": "bigscience-openrail-m", "library_name": "transformers"}
saurav1199/adisesha-phi1.5-7-3-25000
null
[ "transformers", "safetensors", "phi", "custom_code", "arxiv:1910.09700", "license:bigscience-openrail-m", "endpoints_compatible", "text-generation-inference", "region:us" ]
null
2024-04-21T03:34:18+00:00
[ "1910.09700" ]
[]
TAGS #transformers #safetensors #phi #custom_code #arxiv-1910.09700 #license-bigscience-openrail-m #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 #phi #custom_code #arxiv-1910.09700 #license-bigscience-openrail-m #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 pus...
[ 49, 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 #phi #custom_code #arxiv-1910.09700 #license-bigscience-openrail-m #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. Th...
null
transformers
## About <!-- ### quantize_version: 1 --> <!-- ### output_tensor_quantised: 1 --> <!-- ### convert_type: --> <!-- ### vocab_type: --> static quants of https://huggingface.co/TeeZee/NEBULA-23B-v1.0 <!-- provided-files --> weighted/imatrix quants seem not to be available (by me) at this time. If they do not show up a...
{"language": ["en"], "license": "apache-2.0", "library_name": "transformers", "tags": ["not-for-all-audiences"], "datasets": ["Intel/orca_dpo_pairs", "athirdpath/DPO_Pairs-Roleplay-Alpaca-NSFW", "Open-Orca/SlimOrca", "MinervaAI/Aesir-Preview", "allenai/ultrafeedback_binarized_cleaned"], "base_model": "TeeZee/NEBULA-23B...
mradermacher/NEBULA-23B-v1.0-GGUF
null
[ "transformers", "gguf", "not-for-all-audiences", "en", "dataset:Intel/orca_dpo_pairs", "dataset:athirdpath/DPO_Pairs-Roleplay-Alpaca-NSFW", "dataset:Open-Orca/SlimOrca", "dataset:MinervaAI/Aesir-Preview", "dataset:allenai/ultrafeedback_binarized_cleaned", "base_model:TeeZee/NEBULA-23B-v1.0", "li...
null
2024-04-21T03:34:19+00:00
[]
[ "en" ]
TAGS #transformers #gguf #not-for-all-audiences #en #dataset-Intel/orca_dpo_pairs #dataset-athirdpath/DPO_Pairs-Roleplay-Alpaca-NSFW #dataset-Open-Orca/SlimOrca #dataset-MinervaAI/Aesir-Preview #dataset-allenai/ultrafeedback_binarized_cleaned #base_model-TeeZee/NEBULA-23B-v1.0 #license-apache-2.0 #endpoints_compatible ...
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 #not-for-all-audiences #en #dataset-Intel/orca_dpo_pairs #dataset-athirdpath/DPO_Pairs-Roleplay-Alpaca-NSFW #dataset-Open-Orca/SlimOrca #dataset-MinervaAI/Aesir-Preview #dataset-allenai/ultrafeedback_binarized_cleaned #base_model-TeeZee/NEBULA-23B-v1.0 #license-apache-2.0 #endpoints_compa...
[ 128 ]
[ "TAGS\n#transformers #gguf #not-for-all-audiences #en #dataset-Intel/orca_dpo_pairs #dataset-athirdpath/DPO_Pairs-Roleplay-Alpaca-NSFW #dataset-Open-Orca/SlimOrca #dataset-MinervaAI/Aesir-Preview #dataset-allenai/ultrafeedback_binarized_cleaned #base_model-TeeZee/NEBULA-23B-v1.0 #license-apache-2.0 #endpoints_compa...
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": []}
Vexemous/gpt2-imdb-pos-v2
null
[ "transformers", "safetensors", "gpt2", "text-generation", "arxiv:1910.09700", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
null
2024-04-21T03:34:29+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...
text-generation
transformers
## HalDet-LLaVA HalDet-LLaVA is designed for multimodal hallucination detection, trained on the MHaluBench training dataset, achieving detection performance close to that of using GPT4-Vision. HalDet-LLaVA is trained on the [MHaluBench training set](https://huggingface.co/datasets/openkg/MHaluBench/blob/main/MHaluBen...
{"license": "mit"}
zjunlp/HalDet-llava-13b
null
[ "transformers", "safetensors", "llava_llama", "text-generation", "license:mit", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2024-04-21T03:34:44+00:00
[]
[]
TAGS #transformers #safetensors #llava_llama #text-generation #license-mit #autotrain_compatible #endpoints_compatible #region-us
## HalDet-LLaVA HalDet-LLaVA is designed for multimodal hallucination detection, trained on the MHaluBench training dataset, achieving detection performance close to that of using GPT4-Vision. HalDet-LLaVA is trained on the MHaluBench training set using LLaVA-v1.5, specific parameters can be found in the file finetun...
[ "## HalDet-LLaVA\n\nHalDet-LLaVA is designed for multimodal hallucination detection, trained on the MHaluBench training dataset, achieving detection performance close to that of using GPT4-Vision.\n\nHalDet-LLaVA is trained on the MHaluBench training set using LLaVA-v1.5, specific parameters can be found in the fil...
[ "TAGS\n#transformers #safetensors #llava_llama #text-generation #license-mit #autotrain_compatible #endpoints_compatible #region-us \n", "## HalDet-LLaVA\n\nHalDet-LLaVA is designed for multimodal hallucination detection, trained on the MHaluBench training dataset, achieving detection performance close to that of...
[ 35, 177 ]
[ "TAGS\n#transformers #safetensors #llava_llama #text-generation #license-mit #autotrain_compatible #endpoints_compatible #region-us \n## HalDet-LLaVA\n\nHalDet-LLaVA is designed for multimodal hallucination detection, trained on the MHaluBench training dataset, achieving detection performance close to that of using...
null
mlx
# 3thn/dolphin-2.9-llama3-8b-4bit This model was converted to MLX format from [`cognitivecomputations/dolphin-2.9-llama3-8b`]() using mlx-lm version **0.10.0**. Refer to the [original model card](https://huggingface.co/cognitivecomputations/dolphin-2.9-llama3-8b) for more details on the model. ## Use with mlx ```bash...
{"license": "other", "tags": ["generated_from_trainer", "mlx"], "datasets": ["cognitivecomputations/Dolphin-2.9", "teknium/OpenHermes-2.5", "m-a-p/CodeFeedback-Filtered-Instruction", "cognitivecomputations/dolphin-coder", "cognitivecomputations/samantha-data", "HuggingFaceH4/ultrachat_200k", "microsoft/orca-math-word-p...
3thn/dolphin-2.9-llama3-8b-4bit
null
[ "mlx", "safetensors", "llama", "generated_from_trainer", "dataset:cognitivecomputations/Dolphin-2.9", "dataset:teknium/OpenHermes-2.5", "dataset:m-a-p/CodeFeedback-Filtered-Instruction", "dataset:cognitivecomputations/dolphin-coder", "dataset:cognitivecomputations/samantha-data", "dataset:HuggingF...
null
2024-04-21T03:34:46+00:00
[]
[]
TAGS #mlx #safetensors #llama #generated_from_trainer #dataset-cognitivecomputations/Dolphin-2.9 #dataset-teknium/OpenHermes-2.5 #dataset-m-a-p/CodeFeedback-Filtered-Instruction #dataset-cognitivecomputations/dolphin-coder #dataset-cognitivecomputations/samantha-data #dataset-HuggingFaceH4/ultrachat_200k #dataset-micro...
# 3thn/dolphin-2.9-llama3-8b-4bit This model was converted to MLX format from ['cognitivecomputations/dolphin-2.9-llama3-8b']() using mlx-lm version 0.10.0. Refer to the original model card for more details on the model. ## Use with mlx
[ "# 3thn/dolphin-2.9-llama3-8b-4bit\nThis model was converted to MLX format from ['cognitivecomputations/dolphin-2.9-llama3-8b']() using mlx-lm version 0.10.0.\nRefer to the original model card for more details on the model.", "## Use with mlx" ]
[ "TAGS\n#mlx #safetensors #llama #generated_from_trainer #dataset-cognitivecomputations/Dolphin-2.9 #dataset-teknium/OpenHermes-2.5 #dataset-m-a-p/CodeFeedback-Filtered-Instruction #dataset-cognitivecomputations/dolphin-coder #dataset-cognitivecomputations/samantha-data #dataset-HuggingFaceH4/ultrachat_200k #dataset...
[ 189, 78, 6 ]
[ "TAGS\n#mlx #safetensors #llama #generated_from_trainer #dataset-cognitivecomputations/Dolphin-2.9 #dataset-teknium/OpenHermes-2.5 #dataset-m-a-p/CodeFeedback-Filtered-Instruction #dataset-cognitivecomputations/dolphin-coder #dataset-cognitivecomputations/samantha-data #dataset-HuggingFaceH4/ultrachat_200k #dataset...
null
transformers
## About <!-- ### quantize_version: 1 --> <!-- ### output_tensor_quantised: 1 --> <!-- ### convert_type: --> <!-- ### vocab_type: --> static quants of https://huggingface.co/ResplendentAI/Aura_Uncensored_l3_8B <!-- provided-files --> weighted/imatrix quants seem not to be available (by me) at this time. If they do ...
{"language": ["en"], "license": "apache-2.0", "library_name": "transformers", "base_model": "ResplendentAI/Aura_Uncensored_l3_8B", "quantized_by": "mradermacher"}
mradermacher/Aura_Uncensored_l3_8B-GGUF
null
[ "transformers", "gguf", "en", "base_model:ResplendentAI/Aura_Uncensored_l3_8B", "license:apache-2.0", "endpoints_compatible", "region:us" ]
null
2024-04-21T03:34:46+00:00
[]
[ "en" ]
TAGS #transformers #gguf #en #base_model-ResplendentAI/Aura_Uncensored_l3_8B #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 #en #base_model-ResplendentAI/Aura_Uncensored_l3_8B #license-apache-2.0 #endpoints_compatible #region-us \n" ]
[ 47 ]
[ "TAGS\n#transformers #gguf #en #base_model-ResplendentAI/Aura_Uncensored_l3_8B #license-apache-2.0 #endpoints_compatible #region-us \n" ]
null
null
<!-- 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. --> # Dolphin 2.9 Llama 3 8b 🐬 Curated and trained by Eric Hartford, Lucas Atkins, and Fernando Fernandes, and Cognitive Computations ...
{"license": "other", "tags": ["generated_from_trainer"], "datasets": ["cognitivecomputations/Dolphin-2.9", "teknium/OpenHermes-2.5", "m-a-p/CodeFeedback-Filtered-Instruction", "cognitivecomputations/dolphin-coder", "cognitivecomputations/samantha-data", "HuggingFaceH4/ultrachat_200k", "microsoft/orca-math-word-problems...
djward888/Dolphin-2.9-Llama-8B-GGUF
null
[ "generated_from_trainer", "dataset:cognitivecomputations/Dolphin-2.9", "dataset:teknium/OpenHermes-2.5", "dataset:m-a-p/CodeFeedback-Filtered-Instruction", "dataset:cognitivecomputations/dolphin-coder", "dataset:cognitivecomputations/samantha-data", "dataset:HuggingFaceH4/ultrachat_200k", "dataset:mic...
null
2024-04-21T03:35:34+00:00
[]
[]
TAGS #generated_from_trainer #dataset-cognitivecomputations/Dolphin-2.9 #dataset-teknium/OpenHermes-2.5 #dataset-m-a-p/CodeFeedback-Filtered-Instruction #dataset-cognitivecomputations/dolphin-coder #dataset-cognitivecomputations/samantha-data #dataset-HuggingFaceH4/ultrachat_200k #dataset-microsoft/orca-math-word-probl...
Dolphin 2.9 Llama 3 8b ====================== Curated and trained by Eric Hartford, Lucas Atkins, and Fernando Fernandes, and Cognitive Computations Discord: URL <img src="URL width="600" /> My appreciation for the sponsors of Dolphin 2.9: * Crusoe Cloud - provided excellent on-demand 10xL40S node This mode...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 3\n* eval\\_batch\\_size: 3\n* seed: 42\n* distributed\\_type: multi-GPU\n* num\\_devices: 8\n* gradient\\_accumulation\\_steps: 4\n* total\\_train\\_batch\\_size: 96\n*...
[ "TAGS\n#generated_from_trainer #dataset-cognitivecomputations/Dolphin-2.9 #dataset-teknium/OpenHermes-2.5 #dataset-m-a-p/CodeFeedback-Filtered-Instruction #dataset-cognitivecomputations/dolphin-coder #dataset-cognitivecomputations/samantha-data #dataset-HuggingFaceH4/ultrachat_200k #dataset-microsoft/orca-math-word...
[ 179, 174, 5, 44 ]
[ "TAGS\n#generated_from_trainer #dataset-cognitivecomputations/Dolphin-2.9 #dataset-teknium/OpenHermes-2.5 #dataset-m-a-p/CodeFeedback-Filtered-Instruction #dataset-cognitivecomputations/dolphin-coder #dataset-cognitivecomputations/samantha-data #dataset-HuggingFaceH4/ultrachat_200k #dataset-microsoft/orca-math-word...
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": []}
sarthakb/blip2-opt-2.7b-spanish-lora
null
[ "transformers", "safetensors", "arxiv:1910.09700", "endpoints_compatible", "region:us" ]
null
2024-04-21T03:36:36+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
# Uploaded model - **Developed by:** yfliao - **License:** apache-2.0 - **Finetuned from model :** unsloth/llama-3-8b-bnb-4bit This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library. [<img src="https://raw.githubusercontent.com/unslothai/unsloth/ma...
{"language": ["en"], "license": "apache-2.0", "tags": ["text-generation-inference", "transformers", "unsloth", "llama", "trl", "sft"], "base_model": "unsloth/llama-3-8b-bnb-4bit"}
yfliao/llama3-8b-oig-unsloth-merged
null
[ "transformers", "safetensors", "llama", "text-generation", "text-generation-inference", "unsloth", "trl", "sft", "en", "base_model:unsloth/llama-3-8b-bnb-4bit", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2024-04-21T03:36:40+00:00
[]
[ "en" ]
TAGS #transformers #safetensors #llama #text-generation #text-generation-inference #unsloth #trl #sft #en #base_model-unsloth/llama-3-8b-bnb-4bit #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us
# Uploaded model - Developed by: yfliao - License: apache-2.0 - Finetuned from model : unsloth/llama-3-8b-bnb-4bit This llama model was trained 2x faster with Unsloth and Huggingface's TRL library. <img src="URL width="200"/>
[ "# Uploaded model\n\n- Developed by: yfliao\n- License: apache-2.0\n- Finetuned from model : unsloth/llama-3-8b-bnb-4bit\n\nThis llama model was trained 2x faster with Unsloth and Huggingface's TRL library.\n\n<img src=\"URL width=\"200\"/>" ]
[ "TAGS\n#transformers #safetensors #llama #text-generation #text-generation-inference #unsloth #trl #sft #en #base_model-unsloth/llama-3-8b-bnb-4bit #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n", "# Uploaded model\n\n- Developed by: yfliao\n- License: apache-2.0\n- Finetuned from ...
[ 76, 81 ]
[ "TAGS\n#transformers #safetensors #llama #text-generation #text-generation-inference #unsloth #trl #sft #en #base_model-unsloth/llama-3-8b-bnb-4bit #license-apache-2.0 #autotrain_compatible #endpoints_compatible #region-us \n# Uploaded model\n\n- Developed by: yfliao\n- License: apache-2.0\n- Finetuned from model ...
null
null
<!-- 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. --> # Dolphin 2.9 Llama 3 8b 🐬 Curated and trained by Eric Hartford, Lucas Atkins, and Fernando Fernandes, and Cognitive Computations...
{"license": "other", "tags": ["generated_from_trainer"], "datasets": ["cognitivecomputations/Dolphin-2.9", "teknium/OpenHermes-2.5", "m-a-p/CodeFeedback-Filtered-Instruction", "cognitivecomputations/dolphin-coder", "cognitivecomputations/samantha-data", "HuggingFaceH4/ultrachat_200k", "microsoft/orca-math-word-problems...
cognitivecomputations/dolphin-2.9-llama3-8b-gguf
null
[ "gguf", "generated_from_trainer", "dataset:cognitivecomputations/Dolphin-2.9", "dataset:teknium/OpenHermes-2.5", "dataset:m-a-p/CodeFeedback-Filtered-Instruction", "dataset:cognitivecomputations/dolphin-coder", "dataset:cognitivecomputations/samantha-data", "dataset:HuggingFaceH4/ultrachat_200k", "d...
null
2024-04-21T03:38:01+00:00
[]
[]
TAGS #gguf #generated_from_trainer #dataset-cognitivecomputations/Dolphin-2.9 #dataset-teknium/OpenHermes-2.5 #dataset-m-a-p/CodeFeedback-Filtered-Instruction #dataset-cognitivecomputations/dolphin-coder #dataset-cognitivecomputations/samantha-data #dataset-HuggingFaceH4/ultrachat_200k #dataset-microsoft/orca-math-word...
Dolphin 2.9 Llama 3 8b ====================== Curated and trained by Eric Hartford, Lucas Atkins, and Fernando Fernandes, and Cognitive Computations Discord: URL <img src="URL width="600" /> My appreciation for the sponsors of Dolphin 2.9: * Crusoe Cloud - provided excellent on-demand 10xL40S node This mode...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 3\n* eval\\_batch\\_size: 3\n* seed: 42\n* distributed\\_type: multi-GPU\n* num\\_devices: 8\n* gradient\\_accumulation\\_steps: 4\n* total\\_train\\_batch\\_size: 96\n*...
[ "TAGS\n#gguf #generated_from_trainer #dataset-cognitivecomputations/Dolphin-2.9 #dataset-teknium/OpenHermes-2.5 #dataset-m-a-p/CodeFeedback-Filtered-Instruction #dataset-cognitivecomputations/dolphin-coder #dataset-cognitivecomputations/samantha-data #dataset-HuggingFaceH4/ultrachat_200k #dataset-microsoft/orca-mat...
[ 187, 174, 5, 44 ]
[ "TAGS\n#gguf #generated_from_trainer #dataset-cognitivecomputations/Dolphin-2.9 #dataset-teknium/OpenHermes-2.5 #dataset-m-a-p/CodeFeedback-Filtered-Instruction #dataset-cognitivecomputations/dolphin-coder #dataset-cognitivecomputations/samantha-data #dataset-HuggingFaceH4/ultrachat_200k #dataset-microsoft/orca-mat...
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] - **Shared by [optional]:** [More Information Needed] - **Model type:** [More Info...
{"library_name": "peft", "base_model": "TinyLlama/TinyLlama-1.1B-Chat-v1.0"}
bmehrba/TinyLlama-1.1B-Chat-v1.0-fine-tuned-adapters_GrounTruth_tiny_Seed105
null
[ "peft", "arxiv:1910.09700", "base_model:TinyLlama/TinyLlama-1.1B-Chat-v1.0", "region:us" ]
null
2024-04-21T03:38:13+00:00
[ "1910.09700" ]
[]
TAGS #peft #arxiv-1910.09700 #base_model-TinyLlama/TinyLlama-1.1B-Chat-v1.0 #region-us
# Model Card for Model ID ## Model Details ### Model Description - Developed by: - Shared by [optional]: - Model type: - Language(s) (NLP): - License: - Finetuned from model [optional]: ### Model Sources [optional] - Repository: - Paper [optional]: - Demo [optional]: ## Uses ### Direct Use ...
[ "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\n\n\n- Developed by: \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 [optional]: \n- Demo [optional]:"...
[ "TAGS\n#peft #arxiv-1910.09700 #base_model-TinyLlama/TinyLlama-1.1B-Chat-v1.0 #region-us \n", "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\n\n\n- Developed by: \n- Shared by [optional]: \n- Model type: \n- Language(s) (NLP): \n- License: \n- Finetuned from model [optional]:", ...
[ 41, 6, 4, 43, 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, 146, 16, 146, 16 ]
[ "TAGS\n#peft #arxiv-1910.09700 #base_model-TinyLlama/TinyLlama-1.1B-Chat-v1.0 #region-us \n# Model Card for Model ID## Model Details### Model Description\n\n\n\n\n\n- Developed by: \n- Shared by [optional]: \n- Model type: \n- Language(s) (NLP): \n- License: \n- Finetuned from model [optional]:### Model Sources [op...
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] - **Shared by [optional]:** [More Information Needed] - **Model type:** [More Info...
{"library_name": "peft", "base_model": "TinyLlama/TinyLlama-1.1B-Chat-v1.0"}
bmehrba/TinyLlama-1.1B-Chat-v1.0-fine-tuned_GrounTruth_tiny_Seed105
null
[ "peft", "arxiv:1910.09700", "base_model:TinyLlama/TinyLlama-1.1B-Chat-v1.0", "region:us" ]
null
2024-04-21T03:38:17+00:00
[ "1910.09700" ]
[]
TAGS #peft #arxiv-1910.09700 #base_model-TinyLlama/TinyLlama-1.1B-Chat-v1.0 #region-us
# Model Card for Model ID ## Model Details ### Model Description - Developed by: - Shared by [optional]: - Model type: - Language(s) (NLP): - License: - Finetuned from model [optional]: ### Model Sources [optional] - Repository: - Paper [optional]: - Demo [optional]: ## Uses ### Direct Use ...
[ "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\n\n\n- Developed by: \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 [optional]: \n- Demo [optional]:"...
[ "TAGS\n#peft #arxiv-1910.09700 #base_model-TinyLlama/TinyLlama-1.1B-Chat-v1.0 #region-us \n", "# Model Card for Model ID", "## Model Details", "### Model Description\n\n\n\n\n\n- Developed by: \n- Shared by [optional]: \n- Model type: \n- Language(s) (NLP): \n- License: \n- Finetuned from model [optional]:", ...
[ 41, 6, 4, 43, 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, 146, 16 ]
[ "TAGS\n#peft #arxiv-1910.09700 #base_model-TinyLlama/TinyLlama-1.1B-Chat-v1.0 #region-us \n# Model Card for Model ID## Model Details### Model Description\n\n\n\n\n\n- Developed by: \n- Shared by [optional]: \n- Model type: \n- Language(s) (NLP): \n- License: \n- Finetuned from model [optional]:### Model Sources [op...
null
mlx
# 3thn/dolphin-2.9-llama3-8b-8bit This model was converted to MLX format from [`cognitivecomputations/dolphin-2.9-llama3-8b`]() using mlx-lm version **0.10.0**. Refer to the [original model card](https://huggingface.co/cognitivecomputations/dolphin-2.9-llama3-8b) for more details on the model. ## Use with mlx ```bash...
{"license": "other", "tags": ["generated_from_trainer", "mlx"], "datasets": ["cognitivecomputations/Dolphin-2.9", "teknium/OpenHermes-2.5", "m-a-p/CodeFeedback-Filtered-Instruction", "cognitivecomputations/dolphin-coder", "cognitivecomputations/samantha-data", "HuggingFaceH4/ultrachat_200k", "microsoft/orca-math-word-p...
3thn/dolphin-2.9-llama3-8b-8bit
null
[ "mlx", "safetensors", "llama", "generated_from_trainer", "dataset:cognitivecomputations/Dolphin-2.9", "dataset:teknium/OpenHermes-2.5", "dataset:m-a-p/CodeFeedback-Filtered-Instruction", "dataset:cognitivecomputations/dolphin-coder", "dataset:cognitivecomputations/samantha-data", "dataset:HuggingF...
null
2024-04-21T03:38:56+00:00
[]
[]
TAGS #mlx #safetensors #llama #generated_from_trainer #dataset-cognitivecomputations/Dolphin-2.9 #dataset-teknium/OpenHermes-2.5 #dataset-m-a-p/CodeFeedback-Filtered-Instruction #dataset-cognitivecomputations/dolphin-coder #dataset-cognitivecomputations/samantha-data #dataset-HuggingFaceH4/ultrachat_200k #dataset-micro...
# 3thn/dolphin-2.9-llama3-8b-8bit This model was converted to MLX format from ['cognitivecomputations/dolphin-2.9-llama3-8b']() using mlx-lm version 0.10.0. Refer to the original model card for more details on the model. ## Use with mlx
[ "# 3thn/dolphin-2.9-llama3-8b-8bit\nThis model was converted to MLX format from ['cognitivecomputations/dolphin-2.9-llama3-8b']() using mlx-lm version 0.10.0.\nRefer to the original model card for more details on the model.", "## Use with mlx" ]
[ "TAGS\n#mlx #safetensors #llama #generated_from_trainer #dataset-cognitivecomputations/Dolphin-2.9 #dataset-teknium/OpenHermes-2.5 #dataset-m-a-p/CodeFeedback-Filtered-Instruction #dataset-cognitivecomputations/dolphin-coder #dataset-cognitivecomputations/samantha-data #dataset-HuggingFaceH4/ultrachat_200k #dataset...
[ 189, 78, 6 ]
[ "TAGS\n#mlx #safetensors #llama #generated_from_trainer #dataset-cognitivecomputations/Dolphin-2.9 #dataset-teknium/OpenHermes-2.5 #dataset-m-a-p/CodeFeedback-Filtered-Instruction #dataset-cognitivecomputations/dolphin-coder #dataset-cognitivecomputations/samantha-data #dataset-HuggingFaceH4/ultrachat_200k #dataset...
null
transformers
# Uploaded model - **Developed by:** yfliao - **License:** apache-2.0 - **Finetuned from model :** unsloth/llama-3-8b-bnb-4bit This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library. [<img src="https://raw.githubusercontent.com/unslothai/unsloth/ma...
{"language": ["en"], "license": "apache-2.0", "tags": ["text-generation-inference", "transformers", "unsloth", "llama", "trl"], "base_model": "unsloth/llama-3-8b-bnb-4bit"}
yfliao/llama3-8b-oig-unsloth
null
[ "transformers", "safetensors", "text-generation-inference", "unsloth", "llama", "trl", "en", "base_model:unsloth/llama-3-8b-bnb-4bit", "license:apache-2.0", "endpoints_compatible", "region:us" ]
null
2024-04-21T03:40:15+00:00
[]
[ "en" ]
TAGS #transformers #safetensors #text-generation-inference #unsloth #llama #trl #en #base_model-unsloth/llama-3-8b-bnb-4bit #license-apache-2.0 #endpoints_compatible #region-us
# Uploaded model - Developed by: yfliao - License: apache-2.0 - Finetuned from model : unsloth/llama-3-8b-bnb-4bit This llama model was trained 2x faster with Unsloth and Huggingface's TRL library. <img src="URL width="200"/>
[ "# Uploaded model\n\n- Developed by: yfliao\n- License: apache-2.0\n- Finetuned from model : unsloth/llama-3-8b-bnb-4bit\n\nThis llama model was trained 2x faster with Unsloth and Huggingface's TRL library.\n\n<img src=\"URL width=\"200\"/>" ]
[ "TAGS\n#transformers #safetensors #text-generation-inference #unsloth #llama #trl #en #base_model-unsloth/llama-3-8b-bnb-4bit #license-apache-2.0 #endpoints_compatible #region-us \n", "# Uploaded model\n\n- Developed by: yfliao\n- License: apache-2.0\n- Finetuned from model : unsloth/llama-3-8b-bnb-4bit\n\nThis ...
[ 64, 81 ]
[ "TAGS\n#transformers #safetensors #text-generation-inference #unsloth #llama #trl #en #base_model-unsloth/llama-3-8b-bnb-4bit #license-apache-2.0 #endpoints_compatible #region-us \n# Uploaded model\n\n- Developed by: yfliao\n- License: apache-2.0\n- Finetuned from model : unsloth/llama-3-8b-bnb-4bit\n\nThis llama ...
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 [DARE](https://arxiv.org/abs/2311.03099) [TIES](https://arxiv.org/abs/2306.01708) merge method using [HuggingFaceH4/zephyr-7b-beta](htt...
{"language": ["en"], "license": "apache-2.0", "library_name": "transformers", "tags": ["mergekit", "merge"], "base_model": ["lucyknada/microsoft_WizardLM-2-7B", "HuggingFaceH4/zephyr-7b-beta"]}
NotAiLOL/Boundary-ZephyrWizardLM-7B
null
[ "transformers", "safetensors", "mistral", "text-generation", "mergekit", "merge", "conversational", "en", "arxiv:2311.03099", "arxiv:2306.01708", "base_model:lucyknada/microsoft_WizardLM-2-7B", "base_model:HuggingFaceH4/zephyr-7b-beta", "license:apache-2.0", "autotrain_compatible", "endp...
null
2024-04-21T03:41:01+00:00
[ "2311.03099", "2306.01708" ]
[ "en" ]
TAGS #transformers #safetensors #mistral #text-generation #mergekit #merge #conversational #en #arxiv-2311.03099 #arxiv-2306.01708 #base_model-lucyknada/microsoft_WizardLM-2-7B #base_model-HuggingFaceH4/zephyr-7b-beta #license-apache-2.0 #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 DARE TIES merge method using HuggingFaceH4/zephyr-7b-beta as a base. ### Models Merged The following models were included in the merge: * lucyknada/microsoft_WizardLM-2-7...
[ "# 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 DARE TIES merge method using HuggingFaceH4/zephyr-7b-beta as a base.", "### Models Merged\n\nThe following models were included in the merge:\n* lucykna...
[ "TAGS\n#transformers #safetensors #mistral #text-generation #mergekit #merge #conversational #en #arxiv-2311.03099 #arxiv-2306.01708 #base_model-lucyknada/microsoft_WizardLM-2-7B #base_model-HuggingFaceH4/zephyr-7b-beta #license-apache-2.0 #autotrain_compatible #endpoints_compatible #text-generation-inference #regi...
[ 112, 17, 4, 33, 43, 16 ]
[ "TAGS\n#transformers #safetensors #mistral #text-generation #mergekit #merge #conversational #en #arxiv-2311.03099 #arxiv-2306.01708 #base_model-lucyknada/microsoft_WizardLM-2-7B #base_model-HuggingFaceH4/zephyr-7b-beta #license-apache-2.0 #autotrain_compatible #endpoints_compatible #text-generation-inference #regi...
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"]}
AbinSingh/mistral_7b_guanaco_1K_finetuned
null
[ "transformers", "safetensors", "trl", "sft", "arxiv:1910.09700", "endpoints_compatible", "region:us" ]
null
2024-04-21T03:43:22+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:...
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. --> # Yi-6B-zhihu4 This model is a fine-tuned version of [01-ai/Yi-6B](https://huggingface.co/01-ai/Yi-6B) on the zhihu dataset. It ac...
{"license": "other", "library_name": "peft", "tags": ["alignment-handbook", "generated_from_trainer", "trl", "sft", "generated_from_trainer"], "datasets": ["zhihu"], "base_model": "01-ai/Yi-6B", "model-index": [{"name": "Yi-6B-zhihu4", "results": []}]}
yyx123/Yi-6B-zhihu4
null
[ "peft", "safetensors", "llama", "alignment-handbook", "generated_from_trainer", "trl", "sft", "dataset:zhihu", "base_model:01-ai/Yi-6B", "license:other", "4-bit", "region:us" ]
null
2024-04-21T03:45:35+00:00
[]
[]
TAGS #peft #safetensors #llama #alignment-handbook #generated_from_trainer #trl #sft #dataset-zhihu #base_model-01-ai/Yi-6B #license-other #4-bit #region-us
Yi-6B-zhihu4 ============ This model is a fine-tuned version of 01-ai/Yi-6B on the zhihu dataset. It achieves the following results on the evaluation set: * Loss: 2.4907 Model description ----------------- More information needed Intended uses & limitations --------------------------- More information neede...
[ "### 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: 1\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: cosine\n* lr\\_scheduler\\_warmup\\_ratio:...
[ "TAGS\n#peft #safetensors #llama #alignment-handbook #generated_from_trainer #trl #sft #dataset-zhihu #base_model-01-ai/Yi-6B #license-other #4-bit #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 0.0002\n* train\\_batch\\_size: 1\...
[ 59, 121, 5, 52 ]
[ "TAGS\n#peft #safetensors #llama #alignment-handbook #generated_from_trainer #trl #sft #dataset-zhihu #base_model-01-ai/Yi-6B #license-other #4-bit #region-us \n### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 0.0002\n* train\\_batch\\_size: 1\n* eva...
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": []}
Rimyy/Mistral7BFineTuningv2Math
null
[ "transformers", "safetensors", "arxiv:1910.09700", "endpoints_compatible", "region:us" ]
null
2024-04-21T03:46:32+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": []}
Grayx/sad_llama_9.0
null
[ "transformers", "safetensors", "llama", "text-generation", "conversational", "arxiv:1910.09700", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
null
2024-04-21T03:47:35+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 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": []}
tom-brady/s6_227
null
[ "transformers", "safetensors", "llama", "text-generation", "conversational", "arxiv:1910.09700", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
null
2024-04-21T03:49:19+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 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": []}
tom-brady/s6_224
null
[ "transformers", "safetensors", "llama", "text-generation", "conversational", "arxiv:1910.09700", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
null
2024-04-21T03:50:28+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
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": "openlm-research/open_llama_3b_v2"}
renjiepi/protector_detector_3b_lora
null
[ "peft", "safetensors", "arxiv:1910.09700", "base_model:openlm-research/open_llama_3b_v2", "region:us" ]
null
2024-04-21T03:51:22+00:00
[ "1910.09700" ]
[]
TAGS #peft #safetensors #arxiv-1910.09700 #base_model-openlm-research/open_llama_3b_v2 #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 #safetensors #arxiv-1910.09700 #base_model-openlm-research/open_llama_3b_v2 #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: \n...
[ 42, 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 #safetensors #arxiv-1910.09700 #base_model-openlm-research/open_llama_3b_v2 #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: \n- Finetuned from m...
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": []}
tom-brady/s6_201
null
[ "transformers", "safetensors", "llama", "text-generation", "conversational", "arxiv:1910.09700", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
null
2024-04-21T03:51:45+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 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": []}
tom-brady/s6_219
null
[ "transformers", "safetensors", "llama", "text-generation", "conversational", "arxiv:1910.09700", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
null
2024-04-21T03:51:45+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 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": []}
tom-brady/s6_200
null
[ "transformers", "safetensors", "llama", "text-generation", "conversational", "arxiv:1910.09700", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
null
2024-04-21T03:52:26+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 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": []}
tom-brady/s6_231
null
[ "transformers", "safetensors", "llama", "text-generation", "conversational", "arxiv:1910.09700", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
null
2024-04-21T03:52:58+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
## About <!-- ### quantize_version: 1 --> <!-- ### output_tensor_quantised: 1 --> <!-- ### convert_type: --> <!-- ### vocab_type: --> static quants of https://huggingface.co/WesPro/Llama3-OrpoSmaug-Slerp-8B <!-- provided-files --> weighted/imatrix quants seem not to be available (by me) at this time. If they do not...
{"language": ["en"], "library_name": "transformers", "tags": ["mergekit", "merge"], "base_model": "WesPro/Llama3-OrpoSmaug-Slerp-8B", "quantized_by": "mradermacher"}
mradermacher/Llama3-OrpoSmaug-Slerp-8B-GGUF
null
[ "transformers", "gguf", "mergekit", "merge", "en", "base_model:WesPro/Llama3-OrpoSmaug-Slerp-8B", "endpoints_compatible", "region:us" ]
null
2024-04-21T03:55:32+00:00
[]
[ "en" ]
TAGS #transformers #gguf #mergekit #merge #en #base_model-WesPro/Llama3-OrpoSmaug-Slerp-8B #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 #mergekit #merge #en #base_model-WesPro/Llama3-OrpoSmaug-Slerp-8B #endpoints_compatible #region-us \n" ]
[ 46 ]
[ "TAGS\n#transformers #gguf #mergekit #merge #en #base_model-WesPro/Llama3-OrpoSmaug-Slerp-8B #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/NotAiLOL/Boundary-Meta-Llama-3-2x8B-MoE <!-- provided-files --> weighted/imatrix quants seem not to be available (by me) at this time. If they...
{"language": ["en"], "license": "apache-2.0", "library_name": "transformers", "tags": ["mergekit", "merge"], "base_model": "NotAiLOL/Boundary-Meta-Llama-3-2x8B-MoE", "quantized_by": "mradermacher"}
mradermacher/Boundary-Meta-Llama-3-2x8B-MoE-GGUF
null
[ "transformers", "gguf", "mergekit", "merge", "en", "base_model:NotAiLOL/Boundary-Meta-Llama-3-2x8B-MoE", "license:apache-2.0", "endpoints_compatible", "region:us" ]
null
2024-04-21T03:56:11+00:00
[]
[ "en" ]
TAGS #transformers #gguf #mergekit #merge #en #base_model-NotAiLOL/Boundary-Meta-Llama-3-2x8B-MoE #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 #mergekit #merge #en #base_model-NotAiLOL/Boundary-Meta-Llama-3-2x8B-MoE #license-apache-2.0 #endpoints_compatible #region-us \n" ]
[ 55 ]
[ "TAGS\n#transformers #gguf #mergekit #merge #en #base_model-NotAiLOL/Boundary-Meta-Llama-3-2x8B-MoE #license-apache-2.0 #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": ["unsloth"]}
julioearth/carov2
null
[ "transformers", "safetensors", "gguf", "llama", "unsloth", "arxiv:1910.09700", "endpoints_compatible", "text-generation-inference", "region:us" ]
null
2024-04-21T04:00:13+00:00
[ "1910.09700" ]
[]
TAGS #transformers #safetensors #gguf #llama #unsloth #arxiv-1910.09700 #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 #gguf #llama #unsloth #arxiv-1910.09700 #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 model ...
[ 43, 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 #gguf #llama #unsloth #arxiv-1910.09700 #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 model card has been auto...
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": []}
wendy41/llama-2-koen-user111-80-0419
null
[ "transformers", "safetensors", "arxiv:1910.09700", "endpoints_compatible", "region:us" ]
null
2024-04-21T04:00:16+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-to-image
diffusers
# Hardcore Hentai API Inference ![generated from modelslab.com](https://pub-3626123a908346a7a8be8d9295f44e26.r2.dev/generations/11967986791713670276.png) ## Get API Key Get API key from [ModelsLab API](http://modelslab.com), No Payment needed. Replace Key in below code, change **model_id** to "hardcore-hentai" C...
{"license": "creativeml-openrail-m", "tags": ["modelslab.com", "stable-diffusion-api", "text-to-image", "ultra-realistic"], "pinned": true}
stablediffusionapi/hardcore-hentai
null
[ "diffusers", "modelslab.com", "stable-diffusion-api", "text-to-image", "ultra-realistic", "license:creativeml-openrail-m", "endpoints_compatible", "diffusers:StableDiffusionPipeline", "region:us" ]
null
2024-04-21T04:01:40+00:00
[]
[]
TAGS #diffusers #modelslab.com #stable-diffusion-api #text-to-image #ultra-realistic #license-creativeml-openrail-m #endpoints_compatible #diffusers-StableDiffusionPipeline #region-us
# Hardcore Hentai API Inference !generated from URL ## Get API Key Get API key from ModelsLab API, No Payment needed. Replace Key in below code, change model_id to "hardcore-hentai" Coding in PHP/Node/Java etc? Have a look at docs for more code examples: View docs Try model for free: Generate Images Model link...
[ "# Hardcore Hentai API Inference\n\n!generated from URL", "## Get API Key\n\nGet API key from ModelsLab API, No Payment needed. \n\nReplace Key in below code, change model_id to \"hardcore-hentai\"\n\nCoding in PHP/Node/Java etc? Have a look at docs for more code examples: View docs\n\nTry model for free: Genera...
[ "TAGS\n#diffusers #modelslab.com #stable-diffusion-api #text-to-image #ultra-realistic #license-creativeml-openrail-m #endpoints_compatible #diffusers-StableDiffusionPipeline #region-us \n", "# Hardcore Hentai API Inference\n\n!generated from URL", "## Get API Key\n\nGet API key from ModelsLab API, No Payment n...
[ 54, 11, 509 ]
[ "TAGS\n#diffusers #modelslab.com #stable-diffusion-api #text-to-image #ultra-realistic #license-creativeml-openrail-m #endpoints_compatible #diffusers-StableDiffusionPipeline #region-us \n# Hardcore Hentai API Inference\n\n!generated from URL## Get API Key\n\nGet API key from ModelsLab API, No Payment needed. \n\nR...
text-to-image
diffusers
# MeinaKizuki API Inference ![generated from modelslab.com](https://pub-3626123a908346a7a8be8d9295f44e26.r2.dev/generations/14055284701713670353.png) ## Get API Key Get API key from [ModelsLab API](http://modelslab.com), No Payment needed. Replace Key in below code, change **model_id** to "meinakizuki" Coding in...
{"license": "creativeml-openrail-m", "tags": ["modelslab.com", "stable-diffusion-api", "text-to-image", "ultra-realistic"], "pinned": true}
stablediffusionapi/meinakizuki
null
[ "diffusers", "modelslab.com", "stable-diffusion-api", "text-to-image", "ultra-realistic", "license:creativeml-openrail-m", "endpoints_compatible", "diffusers:StableDiffusionPipeline", "region:us" ]
null
2024-04-21T04:01:56+00:00
[]
[]
TAGS #diffusers #modelslab.com #stable-diffusion-api #text-to-image #ultra-realistic #license-creativeml-openrail-m #endpoints_compatible #diffusers-StableDiffusionPipeline #region-us
# MeinaKizuki API Inference !generated from URL ## Get API Key Get API key from ModelsLab API, No Payment needed. Replace Key in below code, change model_id to "meinakizuki" Coding in PHP/Node/Java etc? Have a look at docs for more code examples: View docs Try model for free: Generate Images Model link: View m...
[ "# MeinaKizuki API Inference\n\n!generated from URL", "## Get API Key\n\nGet API key from ModelsLab API, No Payment needed. \n\nReplace Key in below code, change model_id to \"meinakizuki\"\n\nCoding in PHP/Node/Java etc? Have a look at docs for more code examples: View docs\n\nTry model for free: Generate Image...
[ "TAGS\n#diffusers #modelslab.com #stable-diffusion-api #text-to-image #ultra-realistic #license-creativeml-openrail-m #endpoints_compatible #diffusers-StableDiffusionPipeline #region-us \n", "# MeinaKizuki API Inference\n\n!generated from URL", "## Get API Key\n\nGet API key from ModelsLab API, No Payment neede...
[ 54, 11, 507 ]
[ "TAGS\n#diffusers #modelslab.com #stable-diffusion-api #text-to-image #ultra-realistic #license-creativeml-openrail-m #endpoints_compatible #diffusers-StableDiffusionPipeline #region-us \n# MeinaKizuki API Inference\n\n!generated from URL## Get API Key\n\nGet API key from ModelsLab API, No Payment needed. \n\nRepla...
text-classification
transformers
# Model Card for Model ID ## Model Details ### Model Description The LongFormer Paper Classification model developed by Reem, is designed to classify research papers into four citation categories (Level 1, Level 2, Level 3, and Level 4) based on their citation counts. ## Uses The model is intended for researchers, aca...
{}
REEM-ALRASHIDI/LongFormer-Paper-Citaion-Classifier
null
[ "transformers", "safetensors", "longformer", "text-classification", "autotrain_compatible", "endpoints_compatible", "has_space", "region:us" ]
null
2024-04-21T04:02:03+00:00
[]
[]
TAGS #transformers #safetensors #longformer #text-classification #autotrain_compatible #endpoints_compatible #has_space #region-us
# Model Card for Model ID ## Model Details ### Model Description The LongFormer Paper Classification model developed by Reem, is designed to classify research papers into four citation categories (Level 1, Level 2, Level 3, and Level 4) based on their citation counts. ## Uses The model is intended for researchers, aca...
[ "# Model Card for Model ID", "## Model Details", "### Model Description\nThe LongFormer Paper Classification model developed by Reem, is designed to classify research papers into four citation categories (Level 1, Level 2, Level 3, and Level 4) based on their citation counts.", "## Uses\nThe model is intended...
[ "TAGS\n#transformers #safetensors #longformer #text-classification #autotrain_compatible #endpoints_compatible #has_space #region-us \n", "# Model Card for Model ID", "## Model Details", "### Model Description\nThe LongFormer Paper Classification model developed by Reem, is designed to classify research paper...
[ 33, 6, 4, 47, 28, 29, 4, 33, 20 ]
[ "TAGS\n#transformers #safetensors #longformer #text-classification #autotrain_compatible #endpoints_compatible #has_space #region-us \n# Model Card for Model ID## Model Details### Model Description\nThe LongFormer Paper Classification model developed by Reem, is designed to classify research papers into four citati...
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. --> # llama3-poison-20p This model is a fine-tuned version of [meta-llama/Meta-Llama-3-8B](https://huggingface.co/meta-llama/Meta-Llam...
{"license": "other", "library_name": "peft", "tags": ["alignment-handbook", "trl", "sft", "generated_from_trainer"], "datasets": ["HuggingFaceH4/ultrachat_200k"], "base_model": "meta-llama/Meta-Llama-3-8B", "model-index": [{"name": "llama3-poison-20p", "results": []}]}
Jackie999/llama3-poison-20p
null
[ "peft", "tensorboard", "safetensors", "llama", "alignment-handbook", "trl", "sft", "generated_from_trainer", "dataset:HuggingFaceH4/ultrachat_200k", "base_model:meta-llama/Meta-Llama-3-8B", "license:other", "region:us" ]
null
2024-04-21T04:02:59+00:00
[]
[]
TAGS #peft #tensorboard #safetensors #llama #alignment-handbook #trl #sft #generated_from_trainer #dataset-HuggingFaceH4/ultrachat_200k #base_model-meta-llama/Meta-Llama-3-8B #license-other #region-us
llama3-poison-20p ================= This model is a fine-tuned version of meta-llama/Meta-Llama-3-8B on the HuggingFaceH4/ultrachat\_200k dataset. It achieves the following results on the evaluation set: * Loss: 1.1359 Model description ----------------- More information needed Intended uses & limitations ---...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 0.0002\n* train\\_batch\\_size: 4\n* eval\\_batch\\_size: 4\n* seed: 42\n* distributed\\_type: multi-GPU\n* num\\_devices: 4\n* gradient\\_accumulation\\_steps: 2\n* total\\_train\\_batch\\_size: 32\n...
[ "TAGS\n#peft #tensorboard #safetensors #llama #alignment-handbook #trl #sft #generated_from_trainer #dataset-HuggingFaceH4/ultrachat_200k #base_model-meta-llama/Meta-Llama-3-8B #license-other #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learnin...
[ 72, 176, 5, 51 ]
[ "TAGS\n#peft #tensorboard #safetensors #llama #alignment-handbook #trl #sft #generated_from_trainer #dataset-HuggingFaceH4/ultrachat_200k #base_model-meta-llama/Meta-Llama-3-8B #license-other #region-us \n### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_ra...
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. --> # synthea_t5_summarization_model This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the None dat...
{"license": "apache-2.0", "tags": ["generated_from_trainer"], "metrics": ["rouge"], "base_model": "t5-small", "model-index": [{"name": "synthea_t5_summarization_model", "results": []}]}
abymmathew/synthea_t5_summarization_model
null
[ "transformers", "tensorboard", "safetensors", "t5", "text2text-generation", "generated_from_trainer", "base_model:t5-small", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
null
2024-04-21T04:07:25+00:00
[]
[]
TAGS #transformers #tensorboard #safetensors #t5 #text2text-generation #generated_from_trainer #base_model-t5-small #license-apache-2.0 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
synthea\_t5\_summarization\_model ================================= This model is a fine-tuned version of t5-small on the None dataset. It achieves the following results on the evaluation set: * Loss: 1.2906 * Rouge1: 0.4543 * Rouge2: 0.137 * Rougel: 0.4022 * Rougelsum: 0.4025 * Gen Len: 11.1279 Model description...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 2e-05\n* train\\_batch\\_size: 16\n* eval\\_batch\\_size: 16\n* seed: 42\n* optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08\n* lr\\_scheduler\\_type: linear\n* num\\_epochs: 40\n* mixed\\_pre...
[ "TAGS\n#transformers #tensorboard #safetensors #t5 #text2text-generation #generated_from_trainer #base_model-t5-small #license-apache-2.0 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n", "### Training hyperparameters\n\n\nThe following hyperparameters were used during trainin...
[ 62, 112, 5, 44 ]
[ "TAGS\n#transformers #tensorboard #safetensors #t5 #text2text-generation #generated_from_trainer #base_model-t5-small #license-apache-2.0 #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n...
text-generation
transformers
## Llamacpp iMatrix Quantizations of llama-3-neural-chat-v1-8b This model has the <|eot_id|> token set to not-special, which seems to work better with current inference engines. Using <a href="https://github.com/ggerganov/llama.cpp/">llama.cpp</a> fork from pcuenca <a href="https://github.com/pcuenca/llama.cpp/tree/...
{"license": "other", "library_name": "transformers", "datasets": ["mlabonne/orpo-dpo-mix-40k", "Open-Orca/SlimOrca-Dedup", "jondurbin/airoboros-3.2", "microsoft/orca-math-word-problems-200k", "m-a-p/Code-Feedback", "MaziyarPanahi/WizardLM_evol_instruct_V2_196k"], "base_model": "meta-llama/Meta-Llama-3-8B", "quantized_b...
bartowski/llama-3-neural-chat-v1-8b-GGUF
null
[ "transformers", "gguf", "text-generation", "dataset:mlabonne/orpo-dpo-mix-40k", "dataset:Open-Orca/SlimOrca-Dedup", "dataset:jondurbin/airoboros-3.2", "dataset:microsoft/orca-math-word-problems-200k", "dataset:m-a-p/Code-Feedback", "dataset:MaziyarPanahi/WizardLM_evol_instruct_V2_196k", "base_mode...
null
2024-04-21T04:09:47+00:00
[]
[]
TAGS #transformers #gguf #text-generation #dataset-mlabonne/orpo-dpo-mix-40k #dataset-Open-Orca/SlimOrca-Dedup #dataset-jondurbin/airoboros-3.2 #dataset-microsoft/orca-math-word-problems-200k #dataset-m-a-p/Code-Feedback #dataset-MaziyarPanahi/WizardLM_evol_instruct_V2_196k #base_model-meta-llama/Meta-Llama-3-8B #licen...
Llamacpp iMatrix Quantizations of llama-3-neural-chat-v1-8b ----------------------------------------------------------- This model has the <|eot\_id|> token set to not-special, which seems to work better with current inference engines. Using <a href="URL fork from pcuenca <a href="URL for quantization. Original m...
[]
[ "TAGS\n#transformers #gguf #text-generation #dataset-mlabonne/orpo-dpo-mix-40k #dataset-Open-Orca/SlimOrca-Dedup #dataset-jondurbin/airoboros-3.2 #dataset-microsoft/orca-math-word-problems-200k #dataset-m-a-p/Code-Feedback #dataset-MaziyarPanahi/WizardLM_evol_instruct_V2_196k #base_model-meta-llama/Meta-Llama-3-8B ...
[ 148 ]
[ "TAGS\n#transformers #gguf #text-generation #dataset-mlabonne/orpo-dpo-mix-40k #dataset-Open-Orca/SlimOrca-Dedup #dataset-jondurbin/airoboros-3.2 #dataset-microsoft/orca-math-word-problems-200k #dataset-m-a-p/Code-Feedback #dataset-MaziyarPanahi/WizardLM_evol_instruct_V2_196k #base_model-meta-llama/Meta-Llama-3-8B ...
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. --> # zephyr-7b-gpo-log1-i0 This model is a fine-tuned version of [alignment-handbook/zephyr-7b-sft-qlora](https://huggingface.co/alig...
{"license": "apache-2.0", "library_name": "peft", "tags": ["alignment-handbook", "generated_from_trainer", "trl", "dpo", "generated_from_trainer"], "datasets": ["HuggingFaceH4/ultrafeedback_binarized"], "base_model": "mistralai/Mistral-7B-v0.1", "model-index": [{"name": "zephyr-7b-gpo-log1-i0", "results": []}]}
DUAL-GPO-2/zephyr-7b-gpo-log-i0
null
[ "peft", "tensorboard", "safetensors", "mistral", "alignment-handbook", "generated_from_trainer", "trl", "dpo", "dataset:HuggingFaceH4/ultrafeedback_binarized", "base_model:mistralai/Mistral-7B-v0.1", "license:apache-2.0", "region:us" ]
null
2024-04-21T04:15:00+00:00
[]
[]
TAGS #peft #tensorboard #safetensors #mistral #alignment-handbook #generated_from_trainer #trl #dpo #dataset-HuggingFaceH4/ultrafeedback_binarized #base_model-mistralai/Mistral-7B-v0.1 #license-apache-2.0 #region-us
zephyr-7b-gpo-log1-i0 ===================== This model is a fine-tuned version of alignment-handbook/zephyr-7b-sft-qlora on the HuggingFaceH4/ultrafeedback\_binarized dataset. It achieves the following results on the evaluation set: * Loss: 0.6897 * Rewards/chosen: 0.0141 * Rewards/rejected: -0.0702 * Rewards/accur...
[ "### Training hyperparameters\n\n\nThe following hyperparameters were used during training:\n\n\n* learning\\_rate: 5e-06\n* train\\_batch\\_size: 2\n* eval\\_batch\\_size: 2\n* seed: 42\n* distributed\\_type: multi-GPU\n* gradient\\_accumulation\\_steps: 2\n* total\\_train\\_batch\\_size: 4\n* optimizer: Adam with...
[ "TAGS\n#peft #tensorboard #safetensors #mistral #alignment-handbook #generated_from_trainer #trl #dpo #dataset-HuggingFaceH4/ultrafeedback_binarized #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:...
[ 78, 154, 5, 52 ]
[ "TAGS\n#peft #tensorboard #safetensors #mistral #alignment-handbook #generated_from_trainer #trl #dpo #dataset-HuggingFaceH4/ultrafeedback_binarized #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...
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. --> # results This model is a fine-tuned version of [LA1512/PubMed](https://huggingface.co/LA1512/PubMed) on the pubmed-summarization ...
{"tags": ["generated_from_trainer"], "datasets": ["pubmed-summarization"], "base_model": "LA1512/PubMed", "model-index": [{"name": "results", "results": []}]}
LA1512/PubMed-fine-tune
null
[ "transformers", "safetensors", "bart", "text2text-generation", "generated_from_trainer", "dataset:pubmed-summarization", "base_model:LA1512/PubMed", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2024-04-21T04:15:57+00:00
[]
[]
TAGS #transformers #safetensors #bart #text2text-generation #generated_from_trainer #dataset-pubmed-summarization #base_model-LA1512/PubMed #autotrain_compatible #endpoints_compatible #region-us
# results This model is a fine-tuned version of LA1512/PubMed on the pubmed-summarization dataset. ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparameters T...
[ "# results\n\nThis model is a fine-tuned version of LA1512/PubMed on the pubmed-summarization dataset.", "## Model description\n\nMore information needed", "## Intended uses & limitations\n\nMore information needed", "## Training and evaluation data\n\nMore information needed", "## Training procedure", "#...
[ "TAGS\n#transformers #safetensors #bart #text2text-generation #generated_from_trainer #dataset-pubmed-summarization #base_model-LA1512/PubMed #autotrain_compatible #endpoints_compatible #region-us \n", "# results\n\nThis model is a fine-tuned version of LA1512/PubMed on the pubmed-summarization dataset.", "## M...
[ 56, 28, 7, 9, 9, 4, 116, 40 ]
[ "TAGS\n#transformers #safetensors #bart #text2text-generation #generated_from_trainer #dataset-pubmed-summarization #base_model-LA1512/PubMed #autotrain_compatible #endpoints_compatible #region-us \n# results\n\nThis model is a fine-tuned version of LA1512/PubMed on the pubmed-summarization dataset.## Model descrip...
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": []}
galbitang/koalpacapoly-upnormal-200
null
[ "transformers", "safetensors", "arxiv:1910.09700", "endpoints_compatible", "region:us" ]
null
2024-04-21T04:19:02+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": []}
heyllm234/sc53
null
[ "transformers", "safetensors", "stablelm", "text-generation", "conversational", "arxiv:1910.09700", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2024-04-21T04:20:14+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-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": []}
IntervitensInc/intv_l3_mk8
null
[ "transformers", "safetensors", "llama", "text-generation", "conversational", "arxiv:1910.09700", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
null
2024-04-21T04:21:00+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
ONNX exported version of `fmops/distilbert-prompt-injection` model compatible with transformers.js. Original safetensors version: https://huggingface.co/fmops/distilbert-prompt-injection
{}
pkchv/distilbert-prompt-injection-onnx
null
[ "transformers", "onnx", "distilbert", "text-classification", "autotrain_compatible", "endpoints_compatible", "region:us" ]
null
2024-04-21T04:24:55+00:00
[]
[]
TAGS #transformers #onnx #distilbert #text-classification #autotrain_compatible #endpoints_compatible #region-us
ONNX exported version of 'fmops/distilbert-prompt-injection' model compatible with URL. Original safetensors version: URL
[]
[ "TAGS\n#transformers #onnx #distilbert #text-classification #autotrain_compatible #endpoints_compatible #region-us \n" ]
[ 28 ]
[ "TAGS\n#transformers #onnx #distilbert #text-classification #autotrain_compatible #endpoints_compatible #region-us \n" ]
text-generation
transformers
# Llama-3-DARE-v3-8B 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 [DARE](https://arxiv.org/abs/2311.03099) [TIES](https://arxiv.org/abs/2306.01708) merge method using [meta-llama/Meta-Llam...
{"license": "other", "library_name": "transformers", "tags": ["mergekit", "merge"], "base_model": ["meta-llama/Meta-Llama-3-8B", "meta-llama/Meta-Llama-3-8B-Instruct"], "license_name": "llama3", "license_link": "LICENSE", "extra_gated_prompt": "### META LLAMA 3 COMMUNITY LICENSE AGREEMENT"}
rmihaylov/Llama-3-DARE-v3-8B
null
[ "transformers", "safetensors", "llama", "text-generation", "mergekit", "merge", "conversational", "arxiv:2311.03099", "arxiv:2306.01708", "base_model:meta-llama/Meta-Llama-3-8B", "base_model:meta-llama/Meta-Llama-3-8B-Instruct", "license:other", "autotrain_compatible", "endpoints_compatibl...
null
2024-04-21T04:29:24+00:00
[ "2311.03099", "2306.01708" ]
[]
TAGS #transformers #safetensors #llama #text-generation #mergekit #merge #conversational #arxiv-2311.03099 #arxiv-2306.01708 #base_model-meta-llama/Meta-Llama-3-8B #base_model-meta-llama/Meta-Llama-3-8B-Instruct #license-other #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
# Llama-3-DARE-v3-8B This is a merge of pre-trained language models created using mergekit. ## Merge Details ### Merge Method This model was merged using the DARE TIES merge method using meta-llama/Meta-Llama-3-8B as a base. ### Models Merged The following models were included in the merge: * meta-llama/Meta-Llama...
[ "# Llama-3-DARE-v3-8B\n\nThis is a merge of pre-trained language models created using mergekit.", "## Merge Details", "### Merge Method\n\nThis model was merged using the DARE TIES merge method using meta-llama/Meta-Llama-3-8B as a base.", "### Models Merged\n\nThe following models were included in the merge:...
[ "TAGS\n#transformers #safetensors #llama #text-generation #mergekit #merge #conversational #arxiv-2311.03099 #arxiv-2306.01708 #base_model-meta-llama/Meta-Llama-3-8B #base_model-meta-llama/Meta-Llama-3-8B-Instruct #license-other #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n", ...
[ 110, 28, 4, 34, 32, 16 ]
[ "TAGS\n#transformers #safetensors #llama #text-generation #mergekit #merge #conversational #arxiv-2311.03099 #arxiv-2306.01708 #base_model-meta-llama/Meta-Llama-3-8B #base_model-meta-llama/Meta-Llama-3-8B-Instruct #license-other #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n# L...
text-generation
transformers
# Aura Uncensored l3 AWQ here: https://huggingface.co/lucyknada/Aura_Uncensored_l3_8B-AWQ GGUF here: https://huggingface.co/Lewdiculous/Aura_Uncensored_l3_8B-GGUF-IQ-Imatrix ![image/png](https://cdn-uploads.huggingface.co/production/uploads/626dfb8786671a29c715f8a9/oiYHWIEHqmgUkY0GsVdDx.png) This is the culmination...
{"language": ["en"], "license": "apache-2.0", "library_name": "transformers", "base_model": ["Undi95/Llama-3-Unholy-8B", "Undi95/Llama-3-Unholy-8B", "ResplendentAI/Aura_Llama3", "Undi95/Llama-3-Unholy-8B", "ResplendentAI/RP_Format_QuoteAsterisk_Llama3", "Undi95/Llama-3-Unholy-8B", "ResplendentAI/Luna_Llama3", "Undi95/L...
lucyknada/ResplendentAI_Aura_Uncensored_l3_8B-4.0bpw-EXL2
null
[ "transformers", "safetensors", "llama", "text-generation", "conversational", "en", "base_model:Undi95/Llama-3-Unholy-8B", "license:apache-2.0", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "4-bit", "region:us" ]
null
2024-04-21T04:34:22+00:00
[]
[ "en" ]
TAGS #transformers #safetensors #llama #text-generation #conversational #en #base_model-Undi95/Llama-3-Unholy-8B #license-apache-2.0 #autotrain_compatible #endpoints_compatible #text-generation-inference #4-bit #region-us
# Aura Uncensored l3 AWQ here: URL GGUF here: URL !image/png This is the culmination of all my efforts for the Aura line. I have taken the original training data and applied it over Undi95's Unholy base model. This model can and will provide unsafe information and RP. I strongly recommend that you do not use this m...
[ "# Aura Uncensored l3\n\nAWQ here: URL\n\nGGUF here: URL\n\n!image/png\n\nThis is the culmination of all my efforts for the Aura line. I have taken the original training data and applied it over Undi95's Unholy base model. This model can and will provide unsafe information and RP. I strongly recommend that you do n...
[ "TAGS\n#transformers #safetensors #llama #text-generation #conversational #en #base_model-Undi95/Llama-3-Unholy-8B #license-apache-2.0 #autotrain_compatible #endpoints_compatible #text-generation-inference #4-bit #region-us \n", "# Aura Uncensored l3\n\nAWQ here: URL\n\nGGUF here: URL\n\n!image/png\n\nThis is the...
[ 72, 118 ]
[ "TAGS\n#transformers #safetensors #llama #text-generation #conversational #en #base_model-Undi95/Llama-3-Unholy-8B #license-apache-2.0 #autotrain_compatible #endpoints_compatible #text-generation-inference #4-bit #region-us \n# Aura Uncensored l3\n\nAWQ here: URL\n\nGGUF here: URL\n\n!image/png\n\nThis is the culmi...
null
transformers
# Uploaded model - **Developed by:** smsaurabhv - **License:** apache-2.0 - **Finetuned from model :** unsloth/mistral-7b-instruct-v0.2-bnb-4bit This mistral model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library. [<img src="https://raw.githubusercontent.com/...
{"language": ["en"], "license": "apache-2.0", "tags": ["text-generation-inference", "transformers", "unsloth", "mistral", "trl"], "base_model": "unsloth/mistral-7b-instruct-v0.2-bnb-4bit"}
smsaurabhv/mistralnew3
null
[ "transformers", "safetensors", "text-generation-inference", "unsloth", "mistral", "trl", "en", "base_model:unsloth/mistral-7b-instruct-v0.2-bnb-4bit", "license:apache-2.0", "endpoints_compatible", "region:us" ]
null
2024-04-21T04:34:50+00:00
[]
[ "en" ]
TAGS #transformers #safetensors #text-generation-inference #unsloth #mistral #trl #en #base_model-unsloth/mistral-7b-instruct-v0.2-bnb-4bit #license-apache-2.0 #endpoints_compatible #region-us
# Uploaded model - Developed by: smsaurabhv - License: apache-2.0 - Finetuned from model : unsloth/mistral-7b-instruct-v0.2-bnb-4bit This mistral model was trained 2x faster with Unsloth and Huggingface's TRL library. <img src="URL width="200"/>
[ "# Uploaded model\n\n- Developed by: smsaurabhv\n- License: apache-2.0\n- Finetuned from model : unsloth/mistral-7b-instruct-v0.2-bnb-4bit\n\nThis mistral model was trained 2x faster with Unsloth and Huggingface's TRL library.\n\n<img src=\"URL width=\"200\"/>" ]
[ "TAGS\n#transformers #safetensors #text-generation-inference #unsloth #mistral #trl #en #base_model-unsloth/mistral-7b-instruct-v0.2-bnb-4bit #license-apache-2.0 #endpoints_compatible #region-us \n", "# Uploaded model\n\n- Developed by: smsaurabhv\n- License: apache-2.0\n- Finetuned from model : unsloth/mistral-...
[ 70, 88 ]
[ "TAGS\n#transformers #safetensors #text-generation-inference #unsloth #mistral #trl #en #base_model-unsloth/mistral-7b-instruct-v0.2-bnb-4bit #license-apache-2.0 #endpoints_compatible #region-us \n# Uploaded model\n\n- Developed by: smsaurabhv\n- License: apache-2.0\n- Finetuned from model : unsloth/mistral-7b-ins...
text-generation
transformers
Sure, here's a model card based on the information you provided: --- # Model Card: NousResearch/Llama-2-7b-chat-hf Fine-tuned Model ## Model Details: - **Model Name:** NousResearch/Llama-2-7b-chat-hf - **Fine-tuned Model Name:** llama-2-7b-kiranbeethoju - **Dataset Used for Fine-tuning:** mlabonne/guanaco-llama2-1k...
{}
kiranbeethoju/llama-2-7b-kiranbeethoju
null
[ "transformers", "pytorch", "llama", "text-generation", "autotrain_compatible", "endpoints_compatible", "text-generation-inference", "region:us" ]
null
2024-04-21T04:37:31+00:00
[]
[]
TAGS #transformers #pytorch #llama #text-generation #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us
Sure, here's a model card based on the information you provided: --- # Model Card: NousResearch/Llama-2-7b-chat-hf Fine-tuned Model ## Model Details: - Model Name: NousResearch/Llama-2-7b-chat-hf - Fine-tuned Model Name: llama-2-7b-kiranbeethoju - Dataset Used for Fine-tuning: mlabonne/guanaco-llama2-1k ## Model D...
[ "# Model Card: NousResearch/Llama-2-7b-chat-hf Fine-tuned Model", "## Model Details:\n\n- Model Name: NousResearch/Llama-2-7b-chat-hf\n- Fine-tuned Model Name: llama-2-7b-kiranbeethoju\n- Dataset Used for Fine-tuning: mlabonne/guanaco-llama2-1k", "## Model Description:\n\nThis model is based on the NousResearch...
[ "TAGS\n#transformers #pytorch #llama #text-generation #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n", "# Model Card: NousResearch/Llama-2-7b-chat-hf Fine-tuned Model", "## Model Details:\n\n- Model Name: NousResearch/Llama-2-7b-chat-hf\n- Fine-tuned Model Name: llama-2-7b-...
[ 35, 26, 70, 62, 28, 93, 83, 48, 76 ]
[ "TAGS\n#transformers #pytorch #llama #text-generation #autotrain_compatible #endpoints_compatible #text-generation-inference #region-us \n# Model Card: NousResearch/Llama-2-7b-chat-hf Fine-tuned Model## Model Details:\n\n- Model Name: NousResearch/Llama-2-7b-chat-hf\n- Fine-tuned Model Name: llama-2-7b-kiranbeethoj...