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

Davlan
/
xlm-roberta-base-wikiann-ner

Token Classification
Transformers
PyTorch
google-tensorflow TensorFlow
Safetensors
xlm-roberta
Model card Files Files and versions
xet
Community
2

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

  • Libraries
  • Transformers

    How to use Davlan/xlm-roberta-base-wikiann-ner with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="Davlan/xlm-roberta-base-wikiann-ner")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Davlan/xlm-roberta-base-wikiann-ner")
    model = AutoModelForTokenClassification.from_pretrained("Davlan/xlm-roberta-base-wikiann-ner")
  • Notebooks
  • Google Colab
  • Kaggle
xlm-roberta-base-wikiann-ner
Ctrl+K
Ctrl+K
  • 3 contributors
History: 12 commits
Davlan's picture
Davlan
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#2)
642b9a1 almost 3 years ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model (#2) almost 3 years ago
  • README.md
    2.78 kB
    Update README.md over 4 years ago
  • config.json
    1.21 kB
    Upload config.json over 4 years ago
  • model.safetensors
    1.11 GB
    xet
    Adding `safetensors` variant of this model (#2) almost 3 years ago
  • pytorch_model.bin
    1.11 GB
    xet
    Upload pytorch_model.bin with git-lfs over 4 years ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Upload sentencepiece.bpe.model with git-lfs over 4 years ago
  • special_tokens_map.json
    239 Bytes
    Upload special_tokens_map.json over 4 years ago
  • tf_model.h5
    1.11 GB
    xet
    Add TF weights (#1) almost 4 years ago
  • tokenizer.json
    9.08 MB
    Upload tokenizer.json over 4 years ago
  • tokenizer_config.json
    398 Bytes
    Upload tokenizer_config.json over 4 years ago
  • training_args.bin
    1.52 kB
    xet
    Upload training_args.bin with git-lfs over 4 years ago