Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -171,8 +171,10 @@ Benzerlik skoru `< 0.583` olan sorgularda sistem yanıt üretmez:
|
|
| 171 |
|
| 172 |
```bash
|
| 173 |
pip install -r requirements.txt
|
| 174 |
-
python -m src.prepare_data --config config.yaml
|
| 175 |
-
python -m src.chunk --config config.yaml
|
|
|
|
|
|
|
| 176 |
```
|
| 177 |
|
| 178 |
Tüm parametreler `config.yaml`'da, `seed=42` sabit. Aynı komutlar aynı çıktıyı üretir.
|
|
|
|
| 171 |
|
| 172 |
```bash
|
| 173 |
pip install -r requirements.txt
|
| 174 |
+
python -m src.prepare_data --config config.yaml # Faz 1: veri temizligi + ornekleme
|
| 175 |
+
python -m src.chunk --config config.yaml # Faz 2: chunking (400 token, 64 overlap)
|
| 176 |
+
python -m src.embed_index --config config.yaml # Faz 3: embedding + ChromaDB indeksleme
|
| 177 |
+
python -m src.evaluate --config config.yaml # Faz 4: test seti + threshold analizi
|
| 178 |
```
|
| 179 |
|
| 180 |
Tüm parametreler `config.yaml`'da, `seed=42` sabit. Aynı komutlar aynı çıktıyı üretir.
|