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

  • Log In
  • Sign Up

Swaraj66
/
banglabert_small

Token Classification
Transformers
TensorBoard
Safetensors
bert
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use Swaraj66/banglabert_small with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="Swaraj66/banglabert_small")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Swaraj66/banglabert_small")
    model = AutoModelForTokenClassification.from_pretrained("Swaraj66/banglabert_small")
  • Notebooks
  • Google Colab
  • Kaggle
banglabert_small
432 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Swaraj66's picture
Swaraj66
Training complete
b986191 verified over 1 year ago
  • runs
    Training complete over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    1.76 kB
    Training complete over 1 year ago
  • config.json
    1.02 kB
    Training in progress, epoch 1 over 1 year ago
  • model.safetensors
    431 MB
    xet
    Training in progress, epoch 3 over 1 year ago
  • special_tokens_map.json
    125 Bytes
    Training in progress, epoch 1 over 1 year ago
  • tokenizer.json
    669 kB
    Training in progress, epoch 1 over 1 year ago
  • tokenizer_config.json
    1.22 kB
    Training in progress, epoch 1 over 1 year ago
  • training_args.bin
    5.37 kB
    xet
    Training in progress, epoch 1 over 1 year ago
  • vocab.txt
    213 kB
    Training in progress, epoch 1 over 1 year ago