Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

DISLab
/
SummLlama3.1-8B

Summarization
Transformers
Safetensors
llama
text-generation
text-generation-inference
Model card Files Files and versions
xet
Community

Instructions to use DISLab/SummLlama3.1-8B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use DISLab/SummLlama3.1-8B 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="DISLab/SummLlama3.1-8B")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("DISLab/SummLlama3.1-8B")
    model = AutoModelForCausalLM.from_pretrained("DISLab/SummLlama3.1-8B")
  • Notebooks
  • Google Colab
  • Kaggle
SummLlama3.1-8B
16.1 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
Hwanjun's picture
Hwanjun
Update README.md
967af13 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    9.06 kB
    Update README.md over 1 year ago
  • config.json
    965 Bytes
    Upload LlamaForCausalLM over 1 year ago
  • generation_config.json
    189 Bytes
    Upload LlamaForCausalLM over 1 year ago
  • model-00001-of-00004.safetensors
    4.98 GB
    xet
    Upload LlamaForCausalLM over 1 year ago
  • model-00002-of-00004.safetensors
    5 GB
    xet
    Upload LlamaForCausalLM over 1 year ago
  • model-00003-of-00004.safetensors
    4.92 GB
    xet
    Upload LlamaForCausalLM over 1 year ago
  • model-00004-of-00004.safetensors
    1.17 GB
    xet
    Upload LlamaForCausalLM over 1 year ago
  • model.safetensors.index.json
    24 kB
    Upload LlamaForCausalLM over 1 year ago
  • special_tokens_map.json
    457 Bytes
    Upload tokenizer over 1 year ago
  • tokenizer.json
    9.09 MB
    Upload tokenizer over 1 year ago
  • tokenizer_config.json
    55.4 kB
    Upload tokenizer over 1 year ago