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

  • Log In
  • Sign Up

Andrei95
/
skillber-ner

Token Classification
Transformers
PyTorch
Enawené-Nawé
bert
Trained with AutoTrain
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use Andrei95/skillber-ner with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="Andrei95/skillber-ner")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Andrei95/skillber-ner")
    model = AutoModelForTokenClassification.from_pretrained("Andrei95/skillber-ner")
  • Notebooks
  • Google Colab
  • Kaggle
skillber-ner
440 MB
Ctrl+K
Ctrl+K
History: 2 commits
system's picture
system HF Staff
Commit From AutoTrain
15fb6b4 about 3 years ago
  • .gitattributes
    1.62 kB
    Commit From AutoTrain about 3 years ago
  • README.md
    1.1 kB
    Commit From AutoTrain about 3 years ago
  • config.json
    1.28 kB
    Commit From AutoTrain about 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    439 MB
    xet
    Commit From AutoTrain about 3 years ago
  • special_tokens_map.json
    125 Bytes
    Commit From AutoTrain about 3 years ago
  • tokenizer.json
    753 kB
    xet
    Commit From AutoTrain about 3 years ago
  • tokenizer_config.json
    393 Bytes
    Commit From AutoTrain about 3 years ago
  • vocab.txt
    253 kB
    Commit From AutoTrain about 3 years ago