Sentence Similarity
sentence-transformers
TensorBoard
Safetensors
Persian
English
bert
feature-extraction
Generated from Trainer
dataset_size:131157
loss:MultipleNegativesRankingLoss
text-embeddings-inference
Instructions to use codersan/FaMiniLM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use codersan/FaMiniLM with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("codersan/FaMiniLM") sentences = [ "عواقب ممنوعیت یادداشت های 500 روپیه و 1000 روپیه در مورد اقتصاد هند چیست؟", "آیا باید در فیزیک و علوم کامپیوتر دو برابر کنم؟", "چگونه اقتصاد هند پس از ممنوعیت 500 1000 یادداشت تحت تأثیر قرار گرفت؟", "آیا آلمان در اجازه پناهندگان سوری به کشور خود اشتباه کرد؟" ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [4, 4] - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 10
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 90864192
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bae2c5b064bd589ccd771487c6a08cc990364785a2daf525645907e9fd2d39bd
|
| 3 |
size 90864192
|
runs/Jul31_13-32-45_68f147f0ecc1/events.out.tfevents.1753968767.68f147f0ecc1.18.0
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:b14149be5cb539ecb9d3cc54a989988e696fbd22fe79145e77465ebee424fc65
|
| 3 |
+
size 73565
|