| ▲ | teach 3 days ago | |
Dumb question, but if this is "open source" is there source code somewhere? Or does that term mean something different in the world of models that must be trained to be useful? | ||
| ▲ | Doman 3 days ago | parent | next [-] | |
Files can be downloaded here: https://huggingface.co/CohereLabs/cohere-transcribe-03-2026/... And someone has already converted it to onnx format: https://huggingface.co/eschmidbauer/cohere-transcribe-03-202... - so it can be run on CPU instead of GPU. | ||
| ▲ | gunalx 3 days ago | parent | prev | next [-] | |
Most use definition is just awailable weigths. This kids make sense because "compiling" (training) the model cost inhibitly much, and we can still benefit from the artifacts. | ||
| ▲ | stronglikedan 3 days ago | parent | prev [-] | |
I presume it means the model itself. | ||