Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

yzimmermann
/
FART

Text Classification
Transformers
Safetensors
roberta
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use yzimmermann/FART with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="yzimmermann/FART")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("yzimmermann/FART")
    model = AutoModelForSequenceClassification.from_pretrained("yzimmermann/FART")
  • Notebooks
  • Google Colab
  • Kaggle
FART
13.8 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
yzimmermann's picture
yzimmermann
Changed label names
f71f0df verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    5.18 kB
    Upload RobertaForSequenceClassification about 2 years ago
  • added_tokens.json
    32 Bytes
    Upload tokenizer about 2 years ago
  • config.json
    1.25 kB
    Changed label names about 2 years ago
  • merges.txt
    14 Bytes
    Upload tokenizer about 2 years ago
  • model.safetensors
    13.7 MB
    xet
    Upload RobertaForSequenceClassification about 2 years ago
  • special_tokens_map.json
    965 Bytes
    Upload tokenizer about 2 years ago
  • tokenizer.json
    14 kB
    Upload tokenizer about 2 years ago
  • tokenizer_config.json
    1.61 kB
    Upload tokenizer about 2 years ago
  • vocab.json
    6.96 kB
    Upload tokenizer about 2 years ago