Downloads · 30 days
0
vedatdemir/linkifymodel
linkifymodel is a machine learning model from vedatdemir. Use it for the machine learning task on the model card, and read the license before you ship it in a product.
Sağlık makaleleri için fine-tuned embedding model servisi.
Downloads · 30 days
0
Access
Public
Updated Dec 24, 2025
Repo size
439 MB
Likes
0
Public
Click a slice to open those files.
.zip439 MB · 100%
From the Hugging Face model README
Sağlık makaleleri için fine-tuned embedding model servisi.
sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2health-embedding-model (sağlık alanına özel)replicate_model/
├── cog.yaml # Model konfigürasyonu
├── predict.py # Model kodu
├── .dockerignore # Docker ignore
├── health-embedding-model/ # Fine-tuned model (opsiyonel)
│ ├── config.json
│ ├── model.safetensors
│ └── ...
└── README.md
Fine-tuned modelinizi (./models/health-embedding-model) Replicate'e yüklemek için:
Model klasörünü kopyalayın:
# PowerShell'de
xcopy /E /I models\health-embedding-model replicate_model\health-embedding-model
Replicate'e yükleyin:
health-embedding-model klasörünü yükleyin{
"text": "Diabetes"
}
{
"texts": "[\"Diabetes\", \"Kanser\", \"Kalp hastalığı\"]"
}