tc-wolf

Results 14 issues of tc-wolf

**Is your feature request related to a problem? Please describe.** In the [BERT data creation script](https://github.com/keras-team/keras-nlp/blob/master/examples/bert_pretraining/bert_create_pretraining_data.py) the masking is all done statically (before training, then write out to a TF...

type:feature

### What happened? In `llama_print_system_info` in llama.cpp, the output is `LLAMAFILE = 0`, even though can see that it's enabled (from the output `Using llamafile` when building). ``` $ cmake...

bug-unconfirmed
low severity

**Is your feature request related to a problem? Please describe.** I have a dataset that I'm using for RAG. The user's question determines lookup for the top N most relevant...

Would like to train with https://huggingface.co/docs/peft/main/en/package_reference/shira as the peft method. See also: - https://github.com/Qualcomm-AI-research/SHiRA - https://github.com/huggingface/peft/tree/main/examples/shira_finetuning

feature request