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

Ashybalka
/
xlm-roberta-taxonomy-main-de

Text Classification
Transformers
ONNX
Safetensors
German
xlm-roberta
job-classification
german
taxonomy-main
text-embeddings-inference
Model card Files Files and versions
xet
Community
5

Instructions to use Ashybalka/xlm-roberta-taxonomy-main-de with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Ashybalka/xlm-roberta-taxonomy-main-de with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Ashybalka/xlm-roberta-taxonomy-main-de")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Ashybalka/xlm-roberta-taxonomy-main-de")
    model = AutoModelForSequenceClassification.from_pretrained("Ashybalka/xlm-roberta-taxonomy-main-de", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
xlm-roberta-taxonomy-main-de / onnx-int8
279 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Ashybalka's picture
Ashybalka
Upload model artifacts (11 files) (#4)
573d60d about 2 months ago
  • model_quantized.onnx
    279 MB
    xet
    Upload model artifacts (11 files) (#4) about 2 months ago