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

  • Log In
  • Sign Up

naghamghanim
/
aramodernbert-topic-classifier

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

Instructions to use naghamghanim/aramodernbert-topic-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use naghamghanim/aramodernbert-topic-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="naghamghanim/aramodernbert-topic-classifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("naghamghanim/aramodernbert-topic-classifier")
    model = AutoModelForSequenceClassification.from_pretrained("naghamghanim/aramodernbert-topic-classifier")
  • Notebooks
  • Google Colab
  • Kaggle
aramodernbert-topic-classifier
603 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
naghamghanim's picture
naghamghanim
Upload tokenizer
ddbd296 verified about 2 months ago
  • .gitattributes
    1.52 kB
    initial commit about 2 months ago
  • README.md
    5.17 kB
    Upload fine-tuned AraModernBert topic classifier about 2 months ago
  • config.json
    2.33 kB
    Upload fine-tuned AraModernBert topic classifier about 2 months ago
  • model.safetensors
    598 MB
    xet
    Upload fine-tuned AraModernBert topic classifier about 2 months ago
  • tokenizer.json
    4.88 MB
    Upload tokenizer about 2 months ago
  • tokenizer_config.json
    351 Bytes
    Upload tokenizer about 2 months ago