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

xaviergillard
/
brabrant-xvii-ner

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

Instructions to use xaviergillard/brabrant-xvii-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use xaviergillard/brabrant-xvii-ner with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="xaviergillard/brabrant-xvii-ner")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("xaviergillard/brabrant-xvii-ner")
    model = AutoModelForTokenClassification.from_pretrained("xaviergillard/brabrant-xvii-ner", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
brabrant-xvii-ner
2.25 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 65 commits

This model has 1 file scanned as suspicious.

xaviergillard's picture
xaviergillard
Upload model with metrics
8093a8e verified over 1 year ago
  • .gitattributes
    1.57 kB
    Upload tokenizer over 1 year ago
  • README.md
    2.72 kB
    Upload model with metrics over 1 year ago
  • config.json
    1.05 kB
    Training in progress, epoch 1 over 1 year ago
  • metrics.json
    250 Bytes
    Upload model with metrics over 1 year ago
  • model.safetensors
    2.24 GB
    xet
    Upload model with metrics over 1 year ago
  • special_tokens_map.json
    280 Bytes
    Upload tokenizer over 1 year ago
  • tokenizer.json
    17.1 MB
    xet
    Upload tokenizer over 1 year ago
  • tokenizer_config.json
    1.18 kB
    Upload tokenizer over 1 year ago
  • training_args.bin
    5.43 kB
    xet
    Training in progress, epoch 1 over 1 year ago