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

ThuanPhong
/
phobertlarge-finetuned-vsmec

Text Classification
Transformers
PyTorch
TensorBoard
roberta
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use ThuanPhong/phobertlarge-finetuned-vsmec with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ThuanPhong/phobertlarge-finetuned-vsmec with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="ThuanPhong/phobertlarge-finetuned-vsmec")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("ThuanPhong/phobertlarge-finetuned-vsmec")
    model = AutoModelForSequenceClassification.from_pretrained("ThuanPhong/phobertlarge-finetuned-vsmec", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
phobertlarge-finetuned-vsmec / runs
12.4 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
ThuanPhong's picture
ThuanPhong
Training in progress, epoch 5
03e9668 over 3 years ago
  • May23_13-50-41_5cd6cc045116
    Training in progress, epoch 5 over 3 years ago