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

master-mahdi
/
war_intent_detection_fa

Text Classification
Transformers
TensorBoard
Safetensors
bert
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use master-mahdi/war_intent_detection_fa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use master-mahdi/war_intent_detection_fa with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="master-mahdi/war_intent_detection_fa")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("master-mahdi/war_intent_detection_fa")
    model = AutoModelForSequenceClassification.from_pretrained("master-mahdi/war_intent_detection_fa")
  • Notebooks
  • Google Colab
  • Kaggle
war_intent_detection_fa / runs
22.3 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
master-mahdi's picture
master-mahdi
End of training
b0888c8 verified almost 2 years ago
  • Jul23_19-43-09_74dac0f64922
    End of training almost 2 years ago
  • Jul23_20-16-08_49a92e2d8e5d
    End of training almost 2 years ago