Downloads · 30 days
7
6% of all-time downloads
fokan/train-modle2
train-modle2 is a feature extraction model from fokan. Use it when you need embeddings to search or compare text. It is set up for transformers. The card lists the license as apache-2.0.
This model was created using knowledge distillation from the following teacher model(s):
Downloads · 30 days
7
6% of all-time downloads
All-time downloads
126
Public
Repo size
139 MB
Likes
0
Public
Click a slice to open those files.
.safetensors56.7 MB · 100%
From the Hugging Face model README
This model was created using knowledge distillation from the following teacher model(s):
A distilled model created using multi-modal knowledge distillation.
from transformers import AutoModel, AutoTokenizer
model = AutoModel.from_pretrained("fokan/train-modle2")
tokenizer = AutoTokenizer.from_pretrained("bert-base-uncased")
This model was created using the Multi-Modal Knowledge Distillation platform.