GraySoft
Projects Models About FAQ Contact Download guIDE →
Model Intelligence Sheet

richarderkhov/ishmanish_-_gpt2-autotrain-text-hrpolicy-aug-v2-gguf overview

This model was trained using AutoTrain. For more information, please visit AutoTrain. # Usage

ggufendpoints_compatibleregion:usconversational
richarderkhov/ishmanish_-_gpt2-autotrain-text-hrpolicy-aug-v2-gguf visual
Downloads
83
Likes
0
Pipeline
Library
Visibility
Public
Access
Open

Repository Files & Downloads

22 files detected
Direct downloads for all repository files
FileTypeQuantizationSizeLink
gpt2-autotrain-text-HrPolicy-aug-v2.IQ3_M.gguf GGUF IQ3_M 89.86 MB Download
gpt2-autotrain-text-HrPolicy-aug-v2.IQ3_S.gguf GGUF IQ3_S 85.97 MB Download
gpt2-autotrain-text-HrPolicy-aug-v2.IQ3_XS.gguf GGUF IQ3_XS 85.02 MB Download
gpt2-autotrain-text-HrPolicy-aug-v2.IQ4_NL.gguf GGUF IQ4_NL 101.90 MB Download
gpt2-autotrain-text-HrPolicy-aug-v2.IQ4_XS.gguf GGUF IQ4_XS 98.29 MB Download
gpt2-autotrain-text-HrPolicy-aug-v2.Q2_K.gguf GGUF Q2_K 77.44 MB Download
gpt2-autotrain-text-HrPolicy-aug-v2.Q3_K.gguf GGUF Q3_K 93.14 MB Download
gpt2-autotrain-text-HrPolicy-aug-v2.Q3_K_L.gguf GGUF Q3_K_L 97.36 MB Download
gpt2-autotrain-text-HrPolicy-aug-v2.Q3_K_M.gguf GGUF Q3_K_M 93.14 MB Download
gpt2-autotrain-text-HrPolicy-aug-v2.Q3_K_S.gguf GGUF Q3_K_S 85.97 MB Download
gpt2-autotrain-text-HrPolicy-aug-v2.Q4_0.gguf GGUF 101.62 MB Download
gpt2-autotrain-text-HrPolicy-aug-v2.Q4_1.gguf GGUF 108.98 MB Download
gpt2-autotrain-text-HrPolicy-aug-v2.Q4_K.gguf GGUF Q4_K 107.63 MB Download
gpt2-autotrain-text-HrPolicy-aug-v2.Q4_K_M.gguf GGUF Q4_K_M 107.63 MB Download
gpt2-autotrain-text-HrPolicy-aug-v2.Q4_K_S.gguf GGUF Q4_K_S 101.90 MB Download
gpt2-autotrain-text-HrPolicy-aug-v2.Q5_0.gguf GGUF 116.35 MB Download
gpt2-autotrain-text-HrPolicy-aug-v2.Q5_1.gguf GGUF 123.71 MB Download
gpt2-autotrain-text-HrPolicy-aug-v2.Q5_K.gguf GGUF Q5_K 120.83 MB Download
gpt2-autotrain-text-HrPolicy-aug-v2.Q5_K_M.gguf GGUF Q5_K_M 120.83 MB Download
gpt2-autotrain-text-HrPolicy-aug-v2.Q5_K_S.gguf GGUF Q5_K_S 116.35 MB Download
gpt2-autotrain-text-HrPolicy-aug-v2.Q6_K.gguf GGUF Q6_K 131.99 MB Download
gpt2-autotrain-text-HrPolicy-aug-v2.Q8_0.gguf GGUF 169.44 MB Download

Model Details Live

Model Slug
richarderkhov/ishmanish_-_gpt2-autotrain-text-hrpolicy-aug-v2-gguf
Author
RichardErkhov
Pipeline Task
Library
Created
2024-10-04
Last Modified
2024-10-04
Gated
No
Private
No
HF SHA
c9c9d0948512802bd14b2a18549a776ff3edc03b
License
Unknown
Language
Unknown
Base Model
Unknown

Metadata Inspector

Normalized metadata (stored in metadata_json)
{
  "metadata": {},
  "card_data": {
    "frontmatter": {},
    "hero_image_url": "",
    "summary": "This model was trained using AutoTrain. For more information, please visit AutoTrain. # Usage ``python from transformers import AutoModelForCausalLM, AutoTokenizer model_path = \"PATH_TO_THIS_REPO\" tokenizer = AutoTokenizer.from_pretrained(model_path) model = AutoModelForCausalLM.from_pretrained( model_path, device_map=\"auto\", torch_dtype='auto' ).eval() # Prompt content: \"hi\" messages = [ {\"role\": \"user\", \"content\": \"hi\"} ] input_ids = tokenizer.apply_chat_template(conversation=messages, tokenize=True, add_generation_prompt=True, return_tensors='pt') output_ids = model.generate(input_ids.to('cuda')) response = tokenizer.decode(output_ids[0][input_ids.shape[1]:], skip_special_tokens=True) # Model response: \"Hello! How can I assist you today?\" print(response) ``",
    "quick_links": [],
    "benchmark_table_html": "",
    "readme_markdown": "Quantization made by Richard Erkhov.\n\n[Github](https://github.com/RichardErkhov)\n\n[Discord](https://discord.gg/pvy7H8DZMG)\n\n[Request more models](https://github.com/RichardErkhov/quant_request)\n\n\ngpt2-autotrain-text-HrPolicy-aug-v2 - GGUF\n- Model creator: https://huggingface.co/ishmanish/\n- Original model: https://huggingface.co/ishmanish/gpt2-autotrain-text-HrPolicy-aug-v2/\n\n\n| Name | Quant method | Size |\n| ---- | ---- | ---- |\n| [gpt2-autotrain-text-HrPolicy-aug-v2.Q2_K.gguf](https://huggingface.co/RichardErkhov/ishmanish_-_gpt2-autotrain-text-HrPolicy-aug-v2-gguf/blob/main/gpt2-autotrain-text-HrPolicy-aug-v2.Q2_K.gguf) | Q2_K | 0.08GB |\n| [gpt2-autotrain-text-HrPolicy-aug-v2.IQ3_XS.gguf](https://huggingface.co/RichardErkhov/ishmanish_-_gpt2-autotrain-text-HrPolicy-aug-v2-gguf/blob/main/gpt2-autotrain-text-HrPolicy-aug-v2.IQ3_XS.gguf) | IQ3_XS | 0.08GB |\n| [gpt2-autotrain-text-HrPolicy-aug-v2.IQ3_S.gguf](https://huggingface.co/RichardErkhov/ishmanish_-_gpt2-autotrain-text-HrPolicy-aug-v2-gguf/blob/main/gpt2-autotrain-text-HrPolicy-aug-v2.IQ3_S.gguf) | IQ3_S | 0.08GB |\n| [gpt2-autotrain-text-HrPolicy-aug-v2.Q3_K_S.gguf](https://huggingface.co/RichardErkhov/ishmanish_-_gpt2-autotrain-text-HrPolicy-aug-v2-gguf/blob/main/gpt2-autotrain-text-HrPolicy-aug-v2.Q3_K_S.gguf) | Q3_K_S | 0.08GB |\n| [gpt2-autotrain-text-HrPolicy-aug-v2.IQ3_M.gguf](https://huggingface.co/RichardErkhov/ishmanish_-_gpt2-autotrain-text-HrPolicy-aug-v2-gguf/blob/main/gpt2-autotrain-text-HrPolicy-aug-v2.IQ3_M.gguf) | IQ3_M | 0.09GB |\n| [gpt2-autotrain-text-HrPolicy-aug-v2.Q3_K.gguf](https://huggingface.co/RichardErkhov/ishmanish_-_gpt2-autotrain-text-HrPolicy-aug-v2-gguf/blob/main/gpt2-autotrain-text-HrPolicy-aug-v2.Q3_K.gguf) | Q3_K | 0.09GB |\n| [gpt2-autotrain-text-HrPolicy-aug-v2.Q3_K_M.gguf](https://huggingface.co/RichardErkhov/ishmanish_-_gpt2-autotrain-text-HrPolicy-aug-v2-gguf/blob/main/gpt2-autotrain-text-HrPolicy-aug-v2.Q3_K_M.gguf) | Q3_K_M | 0.09GB |\n| [gpt2-autotrain-text-HrPolicy-aug-v2.Q3_K_L.gguf](https://huggingface.co/RichardErkhov/ishmanish_-_gpt2-autotrain-text-HrPolicy-aug-v2-gguf/blob/main/gpt2-autotrain-text-HrPolicy-aug-v2.Q3_K_L.gguf) | Q3_K_L | 0.1GB |\n| [gpt2-autotrain-text-HrPolicy-aug-v2.IQ4_XS.gguf](https://huggingface.co/RichardErkhov/ishmanish_-_gpt2-autotrain-text-HrPolicy-aug-v2-gguf/blob/main/gpt2-autotrain-text-HrPolicy-aug-v2.IQ4_XS.gguf) | IQ4_XS | 0.1GB |\n| [gpt2-autotrain-text-HrPolicy-aug-v2.Q4_0.gguf](https://huggingface.co/RichardErkhov/ishmanish_-_gpt2-autotrain-text-HrPolicy-aug-v2-gguf/blob/main/gpt2-autotrain-text-HrPolicy-aug-v2.Q4_0.gguf) | Q4_0 | 0.1GB |\n| [gpt2-autotrain-text-HrPolicy-aug-v2.IQ4_NL.gguf](https://huggingface.co/RichardErkhov/ishmanish_-_gpt2-autotrain-text-HrPolicy-aug-v2-gguf/blob/main/gpt2-autotrain-text-HrPolicy-aug-v2.IQ4_NL.gguf) | IQ4_NL | 0.1GB |\n| [gpt2-autotrain-text-HrPolicy-aug-v2.Q4_K_S.gguf](https://huggingface.co/RichardErkhov/ishmanish_-_gpt2-autotrain-text-HrPolicy-aug-v2-gguf/blob/main/gpt2-autotrain-text-HrPolicy-aug-v2.Q4_K_S.gguf) | Q4_K_S | 0.1GB |\n| [gpt2-autotrain-text-HrPolicy-aug-v2.Q4_K.gguf](https://huggingface.co/RichardErkhov/ishmanish_-_gpt2-autotrain-text-HrPolicy-aug-v2-gguf/blob/main/gpt2-autotrain-text-HrPolicy-aug-v2.Q4_K.gguf) | Q4_K | 0.11GB |\n| [gpt2-autotrain-text-HrPolicy-aug-v2.Q4_K_M.gguf](https://huggingface.co/RichardErkhov/ishmanish_-_gpt2-autotrain-text-HrPolicy-aug-v2-gguf/blob/main/gpt2-autotrain-text-HrPolicy-aug-v2.Q4_K_M.gguf) | Q4_K_M | 0.11GB |\n| [gpt2-autotrain-text-HrPolicy-aug-v2.Q4_1.gguf](https://huggingface.co/RichardErkhov/ishmanish_-_gpt2-autotrain-text-HrPolicy-aug-v2-gguf/blob/main/gpt2-autotrain-text-HrPolicy-aug-v2.Q4_1.gguf) | Q4_1 | 0.11GB |\n| [gpt2-autotrain-text-HrPolicy-aug-v2.Q5_0.gguf](https://huggingface.co/RichardErkhov/ishmanish_-_gpt2-autotrain-text-HrPolicy-aug-v2-gguf/blob/main/gpt2-autotrain-text-HrPolicy-aug-v2.Q5_0.gguf) | Q5_0 | 0.11GB |\n| [gpt2-autotrain-text-HrPolicy-aug-v2.Q5_K_S.gguf](https://huggingface.co/RichardErkhov/ishmanish_-_gpt2-autotrain-text-HrPolicy-aug-v2-gguf/blob/main/gpt2-autotrain-text-HrPolicy-aug-v2.Q5_K_S.gguf) | Q5_K_S | 0.11GB |\n| [gpt2-autotrain-text-HrPolicy-aug-v2.Q5_K.gguf](https://huggingface.co/RichardErkhov/ishmanish_-_gpt2-autotrain-text-HrPolicy-aug-v2-gguf/blob/main/gpt2-autotrain-text-HrPolicy-aug-v2.Q5_K.gguf) | Q5_K | 0.12GB |\n| [gpt2-autotrain-text-HrPolicy-aug-v2.Q5_K_M.gguf](https://huggingface.co/RichardErkhov/ishmanish_-_gpt2-autotrain-text-HrPolicy-aug-v2-gguf/blob/main/gpt2-autotrain-text-HrPolicy-aug-v2.Q5_K_M.gguf) | Q5_K_M | 0.12GB |\n| [gpt2-autotrain-text-HrPolicy-aug-v2.Q5_1.gguf](https://huggingface.co/RichardErkhov/ishmanish_-_gpt2-autotrain-text-HrPolicy-aug-v2-gguf/blob/main/gpt2-autotrain-text-HrPolicy-aug-v2.Q5_1.gguf) | Q5_1 | 0.12GB |\n| [gpt2-autotrain-text-HrPolicy-aug-v2.Q6_K.gguf](https://huggingface.co/RichardErkhov/ishmanish_-_gpt2-autotrain-text-HrPolicy-aug-v2-gguf/blob/main/gpt2-autotrain-text-HrPolicy-aug-v2.Q6_K.gguf) | Q6_K | 0.13GB |\n| [gpt2-autotrain-text-HrPolicy-aug-v2.Q8_0.gguf](https://huggingface.co/RichardErkhov/ishmanish_-_gpt2-autotrain-text-HrPolicy-aug-v2-gguf/blob/main/gpt2-autotrain-text-HrPolicy-aug-v2.Q8_0.gguf) | Q8_0 | 0.17GB |\n\n\n\n\nOriginal model description:\n---\ntags:\n- autotrain\n- text-generation-inference\n- text-generation\nlibrary_name: transformers\nwidget:\n  - messages:\n      - role: user\n        content: What is your favorite condiment?\nlicense: other\n---\n\n# Model Trained Using AutoTrain\n\nThis model was trained using AutoTrain. For more information, please visit [AutoTrain](https://hf.co/docs/autotrain).\n\n# Usage\n\n```python\n\nfrom transformers import AutoModelForCausalLM, AutoTokenizer\n\nmodel_path = \"PATH_TO_THIS_REPO\"\n\ntokenizer = AutoTokenizer.from_pretrained(model_path)\nmodel = AutoModelForCausalLM.from_pretrained(\n    model_path,\n    device_map=\"auto\",\n    torch_dtype='auto'\n).eval()\n\n# Prompt content: \"hi\"\nmessages = [\n    {\"role\": \"user\", \"content\": \"hi\"}\n]\n\ninput_ids = tokenizer.apply_chat_template(conversation=messages, tokenize=True, add_generation_prompt=True, return_tensors='pt')\noutput_ids = model.generate(input_ids.to('cuda'))\nresponse = tokenizer.decode(output_ids[0][input_ids.shape[1]:], skip_special_tokens=True)\n\n# Model response: \"Hello! How can I assist you today?\"\nprint(response)\n```\n\n",
    "related_quantizations": []
  },
  "tags": [
    "gguf",
    "endpoints_compatible",
    "region:us",
    "conversational"
  ],
  "likes": 0,
  "downloads": 83,
  "gated": false,
  "private": false,
  "last_modified": "2024-10-04T15:37:37.000Z",
  "created_at": "2024-10-04T15:28:15.000Z",
  "pipeline_tag": "",
  "library_name": ""
}
Source payload excerpt (from Hugging Face API)
{
  "_id": "6700098f2b7242785e2deb24",
  "id": "RichardErkhov/ishmanish_-_gpt2-autotrain-text-HrPolicy-aug-v2-gguf",
  "modelId": "RichardErkhov/ishmanish_-_gpt2-autotrain-text-HrPolicy-aug-v2-gguf",
  "sha": "c9c9d0948512802bd14b2a18549a776ff3edc03b",
  "createdAt": "2024-10-04T15:28:15.000Z",
  "lastModified": "2024-10-04T15:37:37.000Z",
  "author": "RichardErkhov",
  "downloads": 83,
  "likes": 0,
  "gated": false,
  "private": false,
  "pipeline_tag": "",
  "library_name": "",
  "siblings_count": 24
}