Zacharias030 commited on
Commit
9e29264
·
verified ·
1 Parent(s): 8064ae2

Update base_model to `Llama-3.1-8B-Instruct`

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  license: other
3
  base_model:
4
- - meta-llama/Llama-3.1-8B
5
  ---
6
 
7
  # KernelLLM
@@ -82,4 +82,4 @@ print(prompt, response, join="")
82
 
83
  KernelLLM and its variants are a new technology that carries risks with use. Testing conducted to date has been in English, and has not covered, nor could it cover all scenarios. For these reasons, as with all LLMs, KernelLLMs’s potential outputs cannot be predicted in advance, and the model may in some instances produce inaccurate or objectionable responses to user prompts. Therefore, before deploying any applications of KernelLLM, developers should perform safety testing and tuning tailored to their specific applications of the model.
84
 
85
- Please see the Responsible Use Guide available available at [https://ai.meta.com/llama/responsible-use-guide](https://ai.meta.com/llama/responsible-use-guide).
 
1
  ---
2
  license: other
3
  base_model:
4
+ - meta-llama/Llama-3.1-8B-Instruct
5
  ---
6
 
7
  # KernelLLM
 
82
 
83
  KernelLLM and its variants are a new technology that carries risks with use. Testing conducted to date has been in English, and has not covered, nor could it cover all scenarios. For these reasons, as with all LLMs, KernelLLMs’s potential outputs cannot be predicted in advance, and the model may in some instances produce inaccurate or objectionable responses to user prompts. Therefore, before deploying any applications of KernelLLM, developers should perform safety testing and tuning tailored to their specific applications of the model.
84
 
85
+ Please see the Responsible Use Guide available available at [https://ai.meta.com/llama/responsible-use-guide](https://ai.meta.com/llama/responsible-use-guide).