Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

crabz
/
slovakbert-ner

Token Classification
Transformers
PyTorch
Slovak
roberta
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Community
2

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

  • Libraries
  • Transformers

    How to use crabz/slovakbert-ner with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="crabz/slovakbert-ner")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("crabz/slovakbert-ner")
    model = AutoModelForTokenClassification.from_pretrained("crabz/slovakbert-ner")
  • Notebooks
  • Google Colab
  • Kaggle
slovakbert-ner
499 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 10 commits
crabz's picture
crabz
librarian-bot's picture
librarian-bot
Librarian Bot: Add base_model information to model (#1)
5cc4f86 over 2 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • README.md
    5.73 kB
    Librarian Bot: Add base_model information to model (#1) over 2 years ago
  • config.json
    966 Bytes
    initial commit over 4 years ago
  • merges.txt
    533 kB
    initial commit over 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.LongStorage",
    • "collections.OrderedDict"

    What is a pickle import?

    496 MB
    xet
    rename model over 4 years ago
  • special_tokens_map.json
    772 Bytes
    initial commit over 4 years ago
  • tokenizer.json
    1.51 MB
    initial commit over 4 years ago
  • tokenizer_config.json
    1.12 kB
    initial commit over 4 years ago
  • vocab.json
    875 kB
    initial commit over 4 years ago