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

sdocio
/
es_trf_ner_cds_bne-base

Token Classification
Transformers
PyTorch
Spanish
roberta
PyTorch
Transformers
Token Classification
roberta-base-bne
Model card Files Files and versions
xet
Community
3

Instructions to use sdocio/es_trf_ner_cds_bne-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use sdocio/es_trf_ner_cds_bne-base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="sdocio/es_trf_ner_cds_bne-base")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("sdocio/es_trf_ner_cds_bne-base")
    model = AutoModelForTokenClassification.from_pretrained("sdocio/es_trf_ner_cds_bne-base")
  • Notebooks
  • Google Colab
  • Kaggle
es_trf_ner_cds_bne-base
996 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
89485bb about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • README.md
    1.92 kB
    Update README.md: info about dataset is pending over 3 years ago
  • config.json
    1.11 kB
    Initial commit over 3 years ago
  • merges.txt
    509 kB
    Initial commit over 3 years ago
  • model.safetensors
    496 MB
    xet
    Adding `safetensors` variant of this model about 3 years ago
  • pytorch_model.bin
    496 MB
    xet
    Initial commit over 3 years ago
  • special_tokens_map.json
    957 Bytes
    Initial commit over 3 years ago
  • tokenizer.json
    2.21 MB
    Initial commit over 3 years ago
  • tokenizer_config.json
    1.4 kB
    Initial commit over 3 years ago
  • training_args.bin
    3.52 kB
    xet
    Initial commit over 3 years ago
  • vocab.json
    851 kB
    Initial commit over 3 years ago