Views
No views yet
isteminstructchatmodels/istem-20260620| Member | Role | HF repo |
|---|---|---|
bumin-mini | 4M unified assistant smoke model for EN/TR/Kokturk behavior. | korkmazumut/orkhon-bumin-mini |
tonyuk | 22M unified assistant tuned from the Tonyukuk story base. | korkmazumut/orkhon-tonyuk |
tegin | 22M unified assistant tuned from the former Kultegin instruct model. | korkmazumut/orkhon-tegin |
istem current | 51M unified assistant tuned from the FineWeb-Edu base. | korkmazumut/orkhon-istem |
kashgar | 135M imported assistant slot once local weights are archived. | korkmazumut/orkhon-kashgar |
bunghu | 57M unified EN/TR/Kokturk assistant tuned from the bilingual branch. | korkmazumut/orkhon-bunghu |
tangri | 100M unified EN/TR/Kokturk assistant trained from the mixed Tangri base. | korkmazumut/orkhon-tangri |
qaghan | Future larger unified assistant slot. | korkmazumut/orkhon-qaghan |
| Metric | Value |
|---|---|
checkpoint | runs/istem_unified |
tokenizer | models/istemi-20260614/tokenizer |
mode | chat |
tag | last |
device | mps |
deterministic_router | True |
params | 51416960 |
step | 2200 |
passed | True |
elapsed_seconds | 3.22 |
Bana hangi konularda yardim edebilirsin?pip install git+https://github.com/UmutKorkmaz/orkhon1from huggingface_hub import snapshot_download
2from orkhon.export.to_hf import load_exported_model
3from orkhon.tokenizer import load_tokenizer
4
5path = snapshot_download("korkmazumut/orkhon-istem")
6model, cfg = load_exported_model(path, device="cpu")
7tok = load_tokenizer(path)orkhon.serve.chat_cli.reply for the unified assistant members.model.safetensors - exported inference weightsconfig.json - Orkhon architecture configtokenizer.json, tokenizer_config.json, special_tokens_map.jsonmanifest.json - model-zoo metadata from the source reposamples.txt - saved local samples when availableorkhon_model_card.md - original local model card