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

  • Log In
  • Sign Up

nattkorat
/
trigger_id

Token Classification
Transformers
Safetensors
xlm-roberta
Generated from Trainer
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use nattkorat/trigger_id with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="nattkorat/trigger_id")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("nattkorat/trigger_id")
    model = AutoModelForTokenClassification.from_pretrained("nattkorat/trigger_id")
  • Notebooks
  • Google Colab
  • Kaggle
trigger_id
1.13 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
nattkorat's picture
nattkorat
Model save
5f4f90c verified 9 months ago
  • .gitattributes
    1.57 kB
    Training in progress, epoch 1 10 months ago
  • README.md
    1.97 kB
    Model save 9 months ago
  • config.json
    829 Bytes
    Training in progress, epoch 1 9 months ago
  • model.safetensors
    1.11 GB
    xet
    Model save 9 months ago
  • special_tokens_map.json
    280 Bytes
    Training in progress, epoch 1 10 months ago
  • tokenizer.json
    17.1 MB
    xet
    Training in progress, epoch 1 10 months ago
  • tokenizer_config.json
    1.18 kB
    Training in progress, epoch 1 10 months ago
  • training_args.bin
    5.65 kB
    xet
    Training in progress, epoch 1 9 months ago