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

napatswift
/
xlm-roberta-base-ner-th

Token Classification
Transformers
TensorBoard
Safetensors
Thai
xlm-roberta
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use napatswift/xlm-roberta-base-ner-th with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use napatswift/xlm-roberta-base-ner-th with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="napatswift/xlm-roberta-base-ner-th")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("napatswift/xlm-roberta-base-ner-th")
    model = AutoModelForTokenClassification.from_pretrained("napatswift/xlm-roberta-base-ner-th", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
xlm-roberta-base-ner-th
1.13 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
napatswift's picture
napatswift
Update README.md
ed89d47 verified over 2 years ago
  • runs
    napatswift/xlm-roberta-base-ner-th over 2 years ago
  • .gitattributes
    1.57 kB
    napatswift/xlm-roberta-base-ner-th over 2 years ago
  • README.md
    2.56 kB
    Update README.md over 2 years ago
  • config.json
    2.2 kB
    napatswift/xlm-roberta-base-ner-th over 2 years ago
  • model.safetensors
    1.11 GB
    xet
    napatswift/xlm-roberta-base-ner-th over 2 years ago
  • special_tokens_map.json
    280 Bytes
    napatswift/xlm-roberta-base-ner-th over 2 years ago
  • tokenizer.json
    17.1 MB
    xet
    napatswift/xlm-roberta-base-ner-th over 2 years ago
  • tokenizer_config.json
    1.15 kB
    napatswift/xlm-roberta-base-ner-th over 2 years ago
  • training_args.bin
    4.54 kB
    xet
    napatswift/xlm-roberta-base-ner-th over 2 years ago