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

gefero
/
conflict_detection_ROBERTA_based

Text Classification
Transformers
Safetensors
Spanish
xlm-roberta
spanish
conflict-detection
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use gefero/conflict_detection_ROBERTA_based with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="gefero/conflict_detection_ROBERTA_based")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("gefero/conflict_detection_ROBERTA_based")
    model = AutoModelForSequenceClassification.from_pretrained("gefero/conflict_detection_ROBERTA_based", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
conflict_detection_ROBERTA_based
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
gefero's picture
gefero
Update README.md
6c8ca5a verified 3 days ago
  • .gitattributes
    1.57 kB
    Upload tokenizer 4 days ago
  • README.md
    12.6 kB
    Update README.md 3 days ago
  • config.json
    942 Bytes
    Upload XLMRobertaForSequenceClassification 4 days ago
  • model.safetensors
    1.11 GB
    xet
    Upload XLMRobertaForSequenceClassification 4 days ago
  • tokenizer.json
    17.1 MB
    xet
    Upload tokenizer 4 days ago
  • tokenizer_config.json
    533 Bytes
    Upload tokenizer 4 days ago