Hesham Haroon
Hesham Haroon
can you please add this arch to enable models like [Jais for arabic](https://huggingface.co/core42/jais-13b)
Hello I having this issue while converting the model ```python !python llama.cpp/convert.py jais-13b \ --outfile jais-13b.gguf \ --outtype q8_0 ``` ``` Loading model file jais-13b/pytorch_model-00001-of-00006.bin Loading model file jais-13b/pytorch_model-00001-of-00006.bin Loading...
rename this file name for this error "" ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/toml/decoder.py", line 133, in load with io.open(_getpath(f), encoding='utf-8') as ffile: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'config.toml'"""
hello I'm trying to fine-tune small model for ASR for custom Egyptian dataset How can I do it ? here's a data sample of my custom data, is it in...