Text Classification
setfit
ONNX
Safetensors
sentence-transformers
bert
generated_from_setfit_trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use serdarcaglar/primary-school-math-question with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- setfit
How to use serdarcaglar/primary-school-math-question with setfit:
from setfit import SetFitModel model = SetFitModel.from_pretrained("serdarcaglar/primary-school-math-question") - sentence-transformers
How to use serdarcaglar/primary-school-math-question with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("serdarcaglar/primary-school-math-question") sentences = [ "The weather is lovely today.", "It's so sunny outside!", "He drove to the stadium." ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [3, 3] - Notebooks
- Google Colab
- Kaggle
Upload folder using huggingface_hub
Browse files- config.json +1 -1
- model_optimized.onnx +1 -1
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"architectures": [
|
| 4 |
"BertModel"
|
| 5 |
],
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "serdarcaglar/primary-school-math-question",
|
| 3 |
"architectures": [
|
| 4 |
"BertModel"
|
| 5 |
],
|
model_optimized.onnx
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 45154783
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:08fb9668a53d3b98f589299c66faf37772c7f27f48c8d34b0367c67c1b0f0962
|
| 3 |
size 45154783
|