YAML Metadata
Warning:
empty or missing yaml metadata in repo card
(https://huggingface.co/docs/hub/model-cards#model-card-metadata)
pip install sentencepiece==0.1.97
import sentencepiece as spm
sample_text = "আইপিএম পদ্ধতি অনুসরণ করে এসব পোকামাকড় দমনের ব্যবস্থা নিতে হবে অথবা চিকিৎসকের পরামর্শ নিয়ে সহনীয় মাত্রায় কীটনাশক প্রয়োগ করতে হবে।"
tokenizer = spm.SentencePieceProcessor(model_file="spc_bpe_bn.model")
tokenizer.tokenize(sample_text, out_type=str)
license: afl-3.0 language: - bn tags: - sentencepiece - bangla - word - tokenizer
Inference Providers
NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API:
The model has no library tag.