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

  • Log In
  • Sign Up

hadiaskari98
/
wikiNER

Token Classification
Transformers
PyTorch
Safetensors
bert
Model card Files Files and versions
xet
Community
4

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

  • Libraries
  • Transformers

    How to use hadiaskari98/wikiNER with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="hadiaskari98/wikiNER")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("hadiaskari98/wikiNER")
    model = AutoModelForTokenClassification.from_pretrained("hadiaskari98/wikiNER")
  • Notebooks
  • Google Colab
  • Kaggle
wikiNER
Ctrl+K
Ctrl+K
  • 2 contributors
History: 27 commits
hadiaskari98's picture
hadiaskari98
Update config.json
0fdd984 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    28 Bytes
    initial commit about 2 years ago
  • config.json
    1.29 kB
    Update config.json about 2 years ago
  • model.safetensors
    1.33 GB
    xet
    Adding `safetensors` variant of this model (#4) about 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.33 GB
    xet
    Rename new_weights.pt to pytorch_model.bin about 2 years ago
  • special_tokens_map.json
    125 Bytes
    Upload 4 files about 2 years ago
  • tokenizer.json
    669 kB
    Upload 4 files about 2 years ago
  • tokenizer_config.json
    364 Bytes
    Upload 4 files about 2 years ago
  • vocab.txt
    213 kB
    Upload 4 files about 2 years ago