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

excribe
/
ner_sgd_bertina_roberta

Feature Extraction
Transformers
Safetensors
Spanish
roberta
token-classification
ner
spanish
text-classification
document-management
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use excribe/ner_sgd_bertina_roberta with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="excribe/ner_sgd_bertina_roberta")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("excribe/ner_sgd_bertina_roberta")
    model = AutoModelForTokenClassification.from_pretrained("excribe/ner_sgd_bertina_roberta", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
ner_sgd_bertina_roberta
10.5 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
excribe's picture
excribe
Update README.md
27607bd verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    8.98 kB
    Update README.md over 1 year ago