As mentioned in #382 I'm moving this into separate issue:
Inconsistencies in naming across hugging face repository:
- Only for
llama3_2-3B_qat_lora.pte there is - between name and number of parameters, while for the rest is _.
- For
WHISPER_TINY_DECODER en is concatenated in the first part of URL with . and not with - as in the rest of examples.
- There is word all in
efficientnet_v2_s_coreml_all and only for that model.
- For some of the models initial name is concatenated with
- and the model name as well - phi-4-mini and phi-4-mini_bf16.pte while in others there is - and _ e.g. qwen-2.5 and qwen2_5_3b_8da4w.pte.
- Some model names adds backend info at the beginning:
xnnpack_whisper_encoder.pte and some on the end or almost end: style_transfer_udnie_xnnpack.pte.
ssdlite320-mobilenet-v3-large v3 here is concatenated with - but in model name not: ssdlite320-mobilenetv3-large.pte.
- For craft detector, number means size of the input tensor while for the other suffixed numbers means model sizes.
- Some models
B and M meaning billion and million of parameters is capitalized in both first part of url and name: smolLm-2-135M and smolLm2_135M_bf16.pte and for some not: qwen-2.5-1.5B and qwen2_5_0_5b_8da4w.pte.
This should be unified in a separate task
As mentioned in #382 I'm moving this into separate issue:
Inconsistencies in naming across hugging face repository:
llama3_2-3B_qat_lora.ptethere is-between name and number of parameters, while for the rest is_.WHISPER_TINY_DECODERenis concatenated in the first part of URL with.and not with-as in the rest of examples.efficientnet_v2_s_coreml_alland only for that model.-and the model name as well-phi-4-miniandphi-4-mini_bf16.ptewhile in others there is-and_e.g.qwen-2.5andqwen2_5_3b_8da4w.pte.xnnpack_whisper_encoder.pteand some on the end or almost end:style_transfer_udnie_xnnpack.pte.ssdlite320-mobilenet-v3-largev3here is concatenated with-but in model name not:ssdlite320-mobilenetv3-large.pte.BandMmeaning billion and million of parameters is capitalized in both first part of url and name:smolLm-2-135MandsmolLm2_135M_bf16.pteand for some not:qwen-2.5-1.5Bandqwen2_5_0_5b_8da4w.pte.This should be unified in a separate task