Upload turkce_config.json with huggingface_hub
Browse files- turkce_config.json +23 -0
turkce_config.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"language": "Turkish",
|
3 |
+
"kok_kelime_sayisi": 4996,
|
4 |
+
"morfolojik_destek": true,
|
5 |
+
"ek_kategorileri": [
|
6 |
+
"isim_hal_ekleri",
|
7 |
+
"iyelik_ekleri",
|
8 |
+
"cogul_ekleri",
|
9 |
+
"fiil_zaman_ekleri",
|
10 |
+
"fiil_kip_ekleri"
|
11 |
+
],
|
12 |
+
"performans": {
|
13 |
+
"token_tasarrufu": "56.5%",
|
14 |
+
"bellek_tasarrufu": "59.8%",
|
15 |
+
"cache_hit_rate": "92.5%",
|
16 |
+
"inference_hizi": "2.5x"
|
17 |
+
},
|
18 |
+
"optimizasyonlar": {
|
19 |
+
"sik_tokenlar": "10K token - 4096 dim",
|
20 |
+
"orta_tokenlar": "50K token - 2048 dim",
|
21 |
+
"nadir_tokenlar": "91.9K token - 1024 dim"
|
22 |
+
}
|
23 |
+
}
|