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

gurkan08
/
turkish-ner

Token Classification
Transformers
PyTorch
JAX
bert
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use gurkan08/turkish-ner with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="gurkan08/turkish-ner")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("gurkan08/turkish-ner")
    model = AutoModelForTokenClassification.from_pretrained("gurkan08/turkish-ner")
  • Notebooks
  • Google Colab
  • Kaggle
turkish-ner
Ctrl+K
Ctrl+K
  • 2 contributors
History: 10 commits
patrickvonplaten's picture
patrickvonplaten
upload flax model
740598b almost 5 years ago
  • .gitattributes
    391 Bytes
    allow flax almost 5 years ago
  • config.json
    661 Bytes
    config.json updated over 5 years ago
  • flax_model.msgpack
    440 MB
    xet
    upload flax model almost 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    443 MB
    xet
    turkish-ner over 5 years ago
  • special_tokens_map.json
    112 Bytes
    turkish-ner over 5 years ago
  • tag2id.pickle

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    66 Bytes
    config.json modified over 5 years ago
  • tokenizer_config.json
    102 Bytes
    turkish-ner over 5 years ago
  • vocab.txt
    251 kB
    turkish-ner over 5 years ago