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

Croc-Prog-HF
/
LoreWeaver-1_full

Summarization
Transformers
Safetensors
English
t5
text2text-generation
safetensor
text-generation-inference
Model card Files Files and versions
xet
Community

Instructions to use Croc-Prog-HF/LoreWeaver-1_full with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Croc-Prog-HF/LoreWeaver-1_full 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="Croc-Prog-HF/LoreWeaver-1_full")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("Croc-Prog-HF/LoreWeaver-1_full")
    model = AutoModelForSeq2SeqLM.from_pretrained("Croc-Prog-HF/LoreWeaver-1_full")
  • Notebooks
  • Google Colab
  • Kaggle
LoreWeaver-1_full
894 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 11 commits
Croc-Prog-HF's picture
Croc-Prog-HF
Update README.md
5e855f1 verified 5 months ago
  • .gitattributes
    1.52 kB
    initial commit 10 months ago
  • README.md
    995 Bytes
    Update README.md 5 months ago
  • config.json
    1.53 kB
    Upload 6 files 10 months ago
  • generation_config.json
    149 Bytes
    Upload 6 files 10 months ago
  • model.safetensors
    892 MB
    xet
    Upload 6 files 10 months ago
  • special_tokens_map.json
    2.31 kB
    Upload 6 files 10 months ago
  • tokenizer.json
    2.42 MB
    Upload 6 files 10 months ago
  • tokenizer_config.json
    21.8 kB
    Upload 6 files 10 months ago