Downloads · 30 days
20
5% of all-time downloads
jaimin/Gujarati-Model
Gujarati-Model is a feature extraction model from jaimin. Use it when you need embeddings to search or compare text. It is set up for transformers.
tokenizer = AutoTokenizer.frompretrained("jaimin/Gujarati-Model") model = AutoModel.frompretrained("jaimin/Gujarati-Model")
Downloads · 30 days
20
5% of all-time downloads
All-time downloads
412
Public
Repo size
536 MB
Likes
0
Public
Click a slice to open those files.
.bin268 MB · 100%
From the Hugging Face model README
tokenizer = AutoTokenizer.from_pretrained("jaimin/Gujarati-Model") model = AutoModel.from_pretrained("jaimin/Gujarati-Model")