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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

silmi224
/
led

Summarization
Transformers
TensorBoard
Safetensors
led
text2text-generation
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use silmi224/led 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="silmi224/led")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("silmi224/led")
    model = AutoModelForSeq2SeqLM.from_pretrained("silmi224/led")
  • Notebooks
  • Google Colab
  • Kaggle
led / runs
58.5 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 24 commits
silmi224's picture
silmi224
Training in progress, step 120
2b8cc17 verified almost 2 years ago
  • Jun09_22-18-03_nh4nlpt6lx
    Training in progress, step 10 almost 2 years ago
  • Jun09_22-39-55_nh4nlpt6lx
    Training complete almost 2 years ago
  • Jun10_04-19-09_n4w8f9eqpo
    Training in progress, step 10 almost 2 years ago
  • Jun10_04-35-38_n4w8f9eqpo
    Training in progress, step 10 almost 2 years ago
  • Jun10_04-38-54_n4w8f9eqpo
    Training in progress, step 10 almost 2 years ago
  • Jun13_18-15-45_nar9lpe58i
    Training in progress, step 10 almost 2 years ago
  • Jun13_18-18-06_nar9lpe58i
    Training in progress, step 10 almost 2 years ago
  • Jun13_18-19-14_nar9lpe58i
    Training in progress, step 10 almost 2 years ago
  • Jun14_04-29-44_npevacgfi7
    Training in progress, step 60 almost 2 years ago
  • Jun20_08-13-30_n3yaduqzpp
    Training in progress, step 120 almost 2 years ago