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

Feluda
/
Final_Fine_Tuned_Legal_Led

Summarization
Transformers
Safetensors
led
text2text-generation
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use Feluda/Final_Fine_Tuned_Legal_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="Feluda/Final_Fine_Tuned_Legal_Led")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("Feluda/Final_Fine_Tuned_Legal_Led")
    model = AutoModelForSeq2SeqLM.from_pretrained("Feluda/Final_Fine_Tuned_Legal_Led", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Final_Fine_Tuned_Legal_Led
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
Feluda's picture
Feluda
Update README.md
edbf49c verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    1.49 kB
    Update README.md over 2 years ago
  • adapter_config.json
    598 Bytes
    End of training over 2 years ago
  • adapter_model.safetensors
    1.18 MB
    xet
    End of training over 2 years ago
  • config.json
    1.17 kB
    Update config.json over 2 years ago
  • generation_config.json
    163 Bytes
    End of training over 2 years ago
  • model.safetensors
    648 MB
    xet
    End of training over 2 years ago
  • tokenizer.json
    2.11 MB
    Upload 3 files over 2 years ago
  • tokenizer_config.json
    1.21 kB
    Upload 3 files over 2 years ago
  • training_args.bin

    Detected Pickle imports (8)

    • "transformers.training_args.OptimizerNames",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.trainer_utils.HubStrategy",
    • "accelerate.state.PartialState",
    • "transformers.training_args.TrainingArguments",
    • "torch.device",
    • "transformers.trainer_utils.IntervalStrategy",
    • "accelerate.utils.dataclasses.DistributedType"

    How to fix it?

    4.22 kB
    xet
    End of training over 2 years ago
  • vocab.json
    798 kB
    Upload 3 files over 2 years ago