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

NiCEtmtm
/
Llama3_kw_gen_base

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

Instructions to use NiCEtmtm/Llama3_kw_gen_base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use NiCEtmtm/Llama3_kw_gen_base 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="NiCEtmtm/Llama3_kw_gen_base")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("NiCEtmtm/Llama3_kw_gen_base", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Llama3_kw_gen_base
4.38 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
NiCEtmtm's picture
NiCEtmtm
Create README.md
c9ef418 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    35 Bytes
    Create README.md about 2 years ago
  • config.json
    1.32 kB
    Update config.json about 2 years ago
  • model.safetensors
    4.37 GB
    xet
    Rename adapter_model-001.safetensors to model.safetensors about 2 years ago
  • special_tokens_map.json
    464 Bytes
    Upload 4 files about 2 years ago
  • tokenizer.json
    9.09 MB
    Upload 4 files about 2 years ago
  • tokenizer_config.json
    50.6 kB
    Upload 4 files about 2 years ago