Skip to content
Snippets Groups Projects
Commit f93d4c89 authored by sekyonda's avatar sekyonda
Browse files

Updates per Geeta's request

Updates per Geeta's request
parent 226a10df
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ inference/samsum_prompt.txt
The inference folder also includes a chat completion example, that adds built-in safety features in fine-tuned models to the prompt tokens. To run the example:
```bash
python inference/chat_completion.py --model_name "PATH/TO/MODEL/7B/" --prompt_file chats.json --quantization --use_auditnlg
python inference/chat_completion.py --model_name "PATH/TO/MODEL/7B/" --prompt_file inference/chats.json --quantization --use_auditnlg
```
......
......@@ -16,5 +16,5 @@ done
if [ ! "$sources_arg" ]; then
echo "No files to spellcheck"
else
pyspelling -c ts_scripts/spellcheck_conf/spellcheck.yaml --name Markdown $sources_arg
pyspelling -c scripts/spellcheck_conf/spellcheck.yaml --name Markdown $sources_arg
fi
......@@ -5,8 +5,8 @@ matrix:
d: en_US
dictionary:
wordlists:
- ts_scripts/spellcheck_conf/wordlist.txt
output: ts_scripts/spellcheck_conf/wordlist.dic
- scripts/spellcheck_conf/wordlist.txt
output: scripts/spellcheck_conf/wordlist.dic
encoding: utf-8
pipeline:
- pyspelling.filters.context:
......
......@@ -1063,4 +1063,8 @@ inferentia
ActionSLAM
statins
ci
chatGPT
\ No newline at end of file
chatGPT
Llama
PEFT
LORA
FSDP
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment