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

  • Log In
  • Sign Up

pythainlp
/
onnx_lst20ner

Token Classification
Transformers
ONNX
camembert
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use pythainlp/onnx_lst20ner with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="pythainlp/onnx_lst20ner")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("pythainlp/onnx_lst20ner")
    model = AutoModelForTokenClassification.from_pretrained("pythainlp/onnx_lst20ner")
  • Notebooks
  • Google Colab
  • Kaggle
onnx_lst20ner
420 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
wannaphong's picture
wannaphong
Upload model.onnx
e6c1a95 almost 4 years ago
  • .gitattributes
    1.17 kB
    initial commit almost 4 years ago
  • README.md
    28 Bytes
    initial commit almost 4 years ago
  • config.json
    1.69 kB
    Upload config.json almost 4 years ago
  • model.onnx
    419 MB
    xet
    Upload model.onnx almost 4 years ago
  • sentencepiece.bpe.model
    905 kB
    xet
    Upload sentencepiece.bpe.model almost 4 years ago
  • sentencepiece.bpe.vocab
    689 kB
    Upload sentencepiece.bpe.vocab almost 4 years ago
  • tokenizer_config.json
    282 Bytes
    Upload tokenizer_config.json almost 4 years ago