Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

saishshinde15
/
Summmary_Model_Llama-3.2-1B-Instruct

Summarization
Transformers
Safetensors
English
llama
text-generation
text-generation-inference
trl
meta
summary
Model card Files Files and versions
xet
Community

Instructions to use saishshinde15/Summmary_Model_Llama-3.2-1B-Instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use saishshinde15/Summmary_Model_Llama-3.2-1B-Instruct with Transformers:

    # Use a pipeline as a high-level helper
    # Warning: Pipeline type "summarization" is no longer supported in transformers v5.
    # You must load the model directly (see below) or downgrade to v4.x with:
    # 'pip install "transformers<5.0.0'
    from transformers import pipeline
    
    pipe = pipeline("summarization", model="saishshinde15/Summmary_Model_Llama-3.2-1B-Instruct")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("saishshinde15/Summmary_Model_Llama-3.2-1B-Instruct")
    model = AutoModelForCausalLM.from_pretrained("saishshinde15/Summmary_Model_Llama-3.2-1B-Instruct", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Summmary_Model_Llama-3.2-1B-Instruct
108 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 15 commits
saishshinde15's picture
saishshinde15
Update README.md
d8845fc verified almost 2 years ago
  • .gitattributes
    1.57 kB
    Upload model trained with Unsloth almost 2 years ago
  • README.md
    2.19 kB
    Update README.md almost 2 years ago
  • adapter_config.json
    738 Bytes
    Upload model trained with Unsloth almost 2 years ago
  • adapter_model.safetensors
    45.1 MB
    xet
    Upload model trained with Unsloth almost 2 years ago
  • config.json
    641 Bytes
    Upload config.json almost 2 years ago
  • generation_config.json
    184 Bytes
    Upload LlamaForCausalLM almost 2 years ago
  • model.safetensors
    45.1 MB
    xet
    Upload 8 files almost 2 years ago
  • special_tokens_map.json
    454 Bytes
    Upload model trained with Unsloth almost 2 years ago
  • tokenizer.json
    17.2 MB
    xet
    Upload model trained with Unsloth almost 2 years ago
  • tokenizer_config.json
    54.6 kB
    Upload model trained with Unsloth almost 2 years ago