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

Pavan27
/
NER_Telugu_02

Token Classification
Transformers
PyTorch
xlm-roberta
Model card Files Files and versions
xet
Community
2

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

  • Libraries
  • Transformers

    How to use Pavan27/NER_Telugu_02 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="Pavan27/NER_Telugu_02")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Pavan27/NER_Telugu_02")
    model = AutoModelForTokenClassification.from_pretrained("Pavan27/NER_Telugu_02")
  • Notebooks
  • Google Colab
  • Kaggle
NER_Telugu_02
2.25 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Pavan27's picture
Pavan27
Delete final_new_dictionary.json
e1cbac7 almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • config.json
    852 Bytes
    Upload 5 files almost 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    2.24 GB
    xet
    Upload 5 files almost 3 years ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Upload 5 files almost 3 years ago
  • tokenizer.json
    9.1 MB
    Upload 5 files almost 3 years ago