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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

ashnadua01
/
model_indicbert_small

Token Classification
Transformers
PyTorch
albert
Generated from Trainer
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use ashnadua01/model_indicbert_small with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="ashnadua01/model_indicbert_small")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("ashnadua01/model_indicbert_small")
    model = AutoModelForTokenClassification.from_pretrained("ashnadua01/model_indicbert_small", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
model_indicbert_small
152 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 66 commits
ashnadua01's picture
ashnadua01
update model card README.md
bd35adb over 2 years ago
  • .gitattributes
    1.57 kB
    Training in progress, step 1000 over 2 years ago
  • .gitignore
    13 Bytes
    Training in progress, step 1000 over 2 years ago
  • README.md
    1.69 kB
    update model card README.md over 2 years ago
  • config.json
    1.11 kB
    Training in progress, step 1000 over 2 years ago
  • pytorch_model.bin
    131 MB
    xet
    End of training over 2 years ago
  • special_tokens_map.json
    286 Bytes
    Training in progress, step 1000 over 2 years ago
  • spiece.model
    5.65 MB
    xet
    Training in progress, step 1000 over 2 years ago
  • tokenizer.json
    15.3 MB
    xet
    Training in progress, step 1000 over 2 years ago
  • tokenizer_config.json
    548 Bytes
    Training in progress, step 1000 over 2 years ago
  • training_args.bin
    3.64 kB
    xet
    Training in progress, step 1000 over 2 years ago