CrispStrobe
|
06a1da9daf
|
convert : handle max_target_positions (#2477)
as needed eg for
https://huggingface.co/primeline/whisper-large-v3-turbo-german/blob/main/config.json
|
2024-10-14 10:46:33 +03:00 |
|
AsukaMinato
|
94aa56f19e
|
minor : improve C++ and Python style (#768)
* use some STL functions
* use self.field than setattr, use pathlib.Path
* recover some format
* const some iter
* Keep the original
* 2 space
|
2023-04-29 10:06:25 +03:00 |
|
Kamilake
|
992aa2cd1b
|
models : change default encoding to utf8 (#605)
|
2023-03-22 21:17:24 +02:00 |
|
Ikko Ashimine
|
3467230a77
|
models : fix typo in convert-h5-to-ggml.py
signficant -> significant
|
2022-12-31 09:49:01 +02:00 |
|
Georgi Gerganov
|
00f46dbc1d
|
models : add usage comments to the HF convert script (#157)
|
2022-11-23 23:22:40 +02:00 |
|
Georgi Gerganov
|
5698bddbc9
|
models : fix HF fine-tuned model conversion script (#157)
It works now
|
2022-11-23 23:14:11 +02:00 |
|
Georgi Gerganov
|
d64d6ca3fd
|
models : minor changes to the HF convert script (#157)
|
2022-11-23 22:07:20 +02:00 |
|
Georgi Gerganov
|
93482d0373
|
models : add "convert-h5-to-ggml.py" script (#157)
Converts transformers models to ggml.
Although the conversion is successful, it does not work for some reason.
Not sure why
|
2022-11-23 17:19:22 +02:00 |
|