Instructions to use ciol-research/BanglaBERT-Dhoroni-StDU with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ciol-research/BanglaBERT-Dhoroni-StDU with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ciol-research/BanglaBERT-Dhoroni-StDU")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ciol-research/BanglaBERT-Dhoroni-StDU", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload mlp_model.pth with huggingface_hub
Browse files- mlp_model.pth +2 -2
mlp_model.pth
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2a41d347d68d636a8a65069770f3ba354cbc21c9d2aad7a25d644961fedf8192
|
| 3 |
+
size 470370
|