Update base_model to `Llama-3.1-8B-Instruct` (#1)
Browse files- Update base_model to `Llama-3.1-8B-Instruct` (9e29264936095f19bb6437c655adf23c76579942)
Co-authored-by: Zacharias Fisches <[email protected]>
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(response["generated_text"])
|
|
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).
|