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

ubffm
/
academic_text_classifier_en

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

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

  • Libraries
  • Transformers

    How to use ubffm/academic_text_classifier_en with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="ubffm/academic_text_classifier_en")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("ubffm/academic_text_classifier_en")
    model = AutoModelForSequenceClassification.from_pretrained("ubffm/academic_text_classifier_en")
  • Notebooks
  • Google Colab
  • Kaggle
academic_text_classifier_en / runs
21.9 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
c-ho's picture
c-ho
Training in progress, epoch 5
b63b4a4 verified 8 months ago
  • Oct22_12-33-18_f1080bec6f08
    Training in progress, epoch 5 8 months ago
  • Oct22_12-50-55_f1080bec6f08
    Training in progress, epoch 5 8 months ago