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

l3cube-pune
/
hing-bert-lid

Token Classification
Transformers
PyTorch
Safetensors
Hindi
English
multilingual
bert
codemix
Model card Files Files and versions
xet
Community
2

Instructions to use l3cube-pune/hing-bert-lid with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use l3cube-pune/hing-bert-lid with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="l3cube-pune/hing-bert-lid")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("l3cube-pune/hing-bert-lid")
    model = AutoModelForTokenClassification.from_pretrained("l3cube-pune/hing-bert-lid")
  • Notebooks
  • Google Colab
  • Kaggle
hing-bert-lid
872 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 11 commits
l3cube-pune's picture
l3cube-pune
Update README.md
e92bc73 almost 3 years ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model (#2) almost 3 years ago
  • README.md
    1.83 kB
    Update README.md almost 3 years ago
  • config.json
    827 Bytes
    Update model files about 4 years ago
  • model.safetensors
    436 MB
    xet
    Adding `safetensors` variant of this model (#2) almost 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?

    436 MB
    xet
    Update model files about 4 years ago
  • special_tokens_map.json
    112 Bytes
    Update model files about 4 years ago
  • tokenizer.json
    712 kB
    Update model files about 4 years ago
  • tokenizer_config.json
    422 Bytes
    Update model files about 4 years ago
  • vocab.txt
    232 kB
    Update model files about 4 years ago