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

tmartinez
/
bart_fine_tune

Feature Extraction
Transformers
google-tensorflow TensorFlow
bart
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use tmartinez/bart_fine_tune with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="tmartinez/bart_fine_tune")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("tmartinez/bart_fine_tune")
    model = AutoModel.from_pretrained("tmartinez/bart_fine_tune")
  • Notebooks
  • Google Colab
  • Kaggle
bart_fine_tune
562 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
tmartinez's picture
tmartinez
Upload config
b381bc4 about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • config.json
    1.71 kB
    Upload config about 3 years ago
  • generation_config.json
    292 Bytes
    Upload TFBartForConditionalGeneration about 3 years ago
  • merges.txt
    456 kB
    Upload tokenizer about 3 years ago
  • special_tokens_map.json
    280 Bytes
    Upload tokenizer about 3 years ago
  • tf_model.h5
    558 MB
    xet
    Upload TFBartForConditionalGeneration about 3 years ago
  • tokenizer.json
    2.11 MB
    Upload tokenizer about 3 years ago
  • tokenizer_config.json
    344 Bytes
    Upload tokenizer about 3 years ago
  • vocab.json
    798 kB
    Upload tokenizer about 3 years ago