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

witiko
/
ahisto-ner-model-l

Token Classification
Transformers
PyTorch
xlm-roberta
Model card Files Files and versions
xet
Community
1

Instructions to use witiko/ahisto-ner-model-l with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use witiko/ahisto-ner-model-l with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="witiko/ahisto-ner-model-l")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("witiko/ahisto-ner-model-l")
    model = AutoModelForTokenClassification.from_pretrained("witiko/ahisto-ner-model-l")
  • Notebooks
  • Google Colab
  • Kaggle
ahisto-ner-model-l
2.26 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
witiko's picture
witiko
Upload tokenizer files
d1a1006 over 3 years ago
  • .gitattributes
    1.53 kB
    Upload tokenizer files over 3 years ago
  • config.json
    1.06 kB
    Upload XLMRobertaForTokenClassification over 3 years ago
  • pytorch_model.bin
    2.24 GB
    xet
    Upload XLMRobertaForTokenClassification over 3 years ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Upload tokenizer files over 3 years ago
  • special_tokens_map.json
    280 Bytes
    Upload tokenizer files over 3 years ago
  • tokenizer.json
    17.1 MB
    xet
    Upload tokenizer files over 3 years ago
  • tokenizer_config.json
    452 Bytes
    Upload tokenizer files over 3 years ago