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

guerreropaula
/
ht_mt_classifier_best

Text Classification
Transformers
Safetensors
Catalan
roberta
eamt-2026
catalan
valencian
translationese
reward-model
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use guerreropaula/ht_mt_classifier_best with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="guerreropaula/ht_mt_classifier_best")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("guerreropaula/ht_mt_classifier_best")
    model = AutoModelForSequenceClassification.from_pretrained("guerreropaula/ht_mt_classifier_best")
  • Notebooks
  • Google Colab
  • Kaggle
ht_mt_classifier_best
529 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
guerreropaula's picture
guerreropaula
Update README.md
e866028 verified 25 days ago
  • data
    Upload data/val.csv with huggingface_hub 4 months ago
  • .gitattributes
    1.57 kB
    Upload data/train.csv with huggingface_hub 4 months ago
  • README.md
    4.8 kB
    Update README.md 25 days ago
  • config.json
    870 Bytes
    Upload RobertaForSequenceClassification 4 months ago
  • model.safetensors
    504 MB
    xet
    Upload RobertaForSequenceClassification 4 months ago
  • tokenizer.json
    3.8 MB
    Upload tokenizer 4 months ago
  • tokenizer_config.json
    375 Bytes
    Upload tokenizer 4 months ago