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

marcostrfn
/
bart-base-spanish-nli-taller-test

Text Classification
Transformers
Safetensors
Spanish
bart
nli
spanish
Model card Files Files and versions
xet
Community

Instructions to use marcostrfn/bart-base-spanish-nli-taller-test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use marcostrfn/bart-base-spanish-nli-taller-test with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="marcostrfn/bart-base-spanish-nli-taller-test")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("marcostrfn/bart-base-spanish-nli-taller-test")
    model = AutoModelForSequenceClassification.from_pretrained("marcostrfn/bart-base-spanish-nli-taller-test", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
bart-base-spanish-nli-taller-test
564 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 16 commits
marcostrfn's picture
marcostrfn
Update README.md
92d0203 verified 6 months ago
  • .gitattributes
    1.52 kB
    initial commit 6 months ago
  • 1KDePP_0e-v_MWxwxHFmySdkEjMwK088h
    35.1 kB
    Upload 2 files 6 months ago
  • 1c497rYuYryWxiv-b679jAey7QjisUjIi
    51 kB
    Upload 2 files 6 months ago
  • README.md
    4.33 kB
    Update README.md 6 months ago
  • config.json
    1.68 kB
    Upload folder using huggingface_hub 6 months ago
  • model.safetensors
    560 MB
    xet
    Actualizaci贸n de pesos del modelo y configuraci贸n 6 months ago
  • tokenizer.json
    3.56 MB
    Actualizaci贸n de pesos del modelo y configuraci贸n 6 months ago
  • tokenizer_config.json
    387 Bytes
    Actualizaci贸n de pesos del modelo y configuraci贸n 6 months ago
  • training_args.bin
    5.2 kB
    xet
    Actualizaci贸n de pesos del modelo y configuraci贸n 6 months ago
  • training_metrics.json
    12.2 kB
    Actualizaci贸n de pesos del modelo y configuraci贸n 6 months ago