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

adrianjoheni
/
model_data10

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

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

  • Libraries
  • Transformers

    How to use adrianjoheni/model_data10 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="adrianjoheni/model_data10")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("adrianjoheni/model_data10")
    model = AutoModelForSeq2SeqLM.from_pretrained("adrianjoheni/model_data10")
  • Notebooks
  • Google Colab
  • Kaggle
model_data10
1.95 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 19 commits
adrianjoheni's picture
adrianjoheni
Update config.json
63f4468 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    35 Bytes
    Create README.md almost 2 years ago
  • config.json
    1.66 kB
    Update config.json almost 2 years ago
  • generation_config.json
    360 Bytes
    Update generation_config.json almost 2 years ago
  • merges.txt
    456 kB
    Upload folder using huggingface_hub almost 2 years ago
  • model.safetensors
    1.63 GB
    xet
    Upload folder using huggingface_hub almost 2 years ago
  • special_tokens_map.json
    957 Bytes
    Upload folder using huggingface_hub almost 2 years ago
  • test-00000-of-00001.parquet
    30 MB
    xet
    Upload folder using huggingface_hub almost 2 years ago
  • tokenizer_config.json
    1.22 kB
    Upload folder using huggingface_hub almost 2 years ago
  • train-00000-of-00003.parquet
    257 MB
    xet
    Upload folder using huggingface_hub almost 2 years ago
  • training_args.bin

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    3.7 kB
    xet
    Upload folder using huggingface_hub almost 2 years ago
  • validation-00000-of-00001.parquet
    34.7 MB
    xet
    Upload folder using huggingface_hub almost 2 years ago
  • vocab.json
    999 kB
    Upload folder using huggingface_hub almost 2 years ago