Instructions to use ai4bharat/indic-bert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ai4bharat/indic-bert with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ai4bharat/indic-bert", dtype="auto") - Notebooks
- Google Colab
- Kaggle
How do i use a sentence transfomer
#4
by thiyagab - opened
I tried to use tamil language with this model to compare for text similarity for a given input against a set of texts, but i am not able to find the right model or right way to predict.
any help?
It would be best if you finetune the model for the desired task to get reasonable accuracy.
Can I use this to insert data into marqo? Ref: https://docs.marqo.ai/0.1.0/Models-Reference/bring_your_own_model/
If yes, What settings should I use?
Note: I am new to models, sentence-transformers and embedding