YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

Embedding Service Model

Sağlık makaleleri için fine-tuned embedding model servisi.

Model

  • Base Model: sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2
  • Fine-tuned Model: health-embedding-model (sağlık alanına özel)

Dosya Yapısı

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 Model Yükleme

Fine-tuned modelinizi (./models/health-embedding-model) Replicate'e yüklemek için:

  1. Model klasörünü kopyalayın:

    # PowerShell'de
    xcopy /E /I models\health-embedding-model replicate_model\health-embedding-model
    
  2. Replicate'e yükleyin:

    • Web UI'de "Files" sekmesine gidin
    • health-embedding-model klasörünü yükleyin
    • Veya GitHub repository'ye push edin

Kullanım

Tek Embedding

{
  "text": "Diabetes"
}

Batch Embedding

{
  "texts": "[\"Diabetes\", \"Kanser\", \"Kalp hastalığı\"]"
}

Notlar

  • Fine-tuned model yoksa base model kullanılır
  • Model ilk yüklemede 2-5 dakika sürebilir
  • Sonraki istekler daha hızlıdır (cache'li)
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support