parinitarahi
commited on
Commit
•
3ed7a27
1
Parent(s):
12576b2
Update README.md
Browse files
README.md
CHANGED
@@ -77,6 +77,7 @@ Minimum Configuration Required:
|
|
77 |
- **Model type:** ONNX
|
78 |
- **Language(s) (NLP):** Python, C, C++
|
79 |
- **License:** MIT
|
|
|
80 |
- **Model Description:** This is a conversion of the Llama 3.2 model for ONNX Runtime inference.
|
81 |
- **Disclaimer:** Model is only an optimization of the base model, any risk associated with the model is the responsibility of the user of the model. Please verify and test for you scenarios. There may be a slight difference in output from the base model with the optimizations applied. **
|
82 |
|
@@ -105,4 +106,7 @@ This joke plays on the double meaning of "make up." In science, atoms are the fu
|
|
105 |
|
106 |
|
107 |
## Base Model Information
|
108 |
-
|
|
|
|
|
|
|
|
77 |
- **Model type:** ONNX
|
78 |
- **Language(s) (NLP):** Python, C, C++
|
79 |
- **License:** MIT
|
80 |
+
- **License:** Use of Llama 3.2 is governed by the [Llama 3.2 Community License](https://github.com/meta-llama/llama-models/blob/main/models/llama3_2/LICENSE) (a custom, commercial license agreement).
|
81 |
- **Model Description:** This is a conversion of the Llama 3.2 model for ONNX Runtime inference.
|
82 |
- **Disclaimer:** Model is only an optimization of the base model, any risk associated with the model is the responsibility of the user of the model. Please verify and test for you scenarios. There may be a slight difference in output from the base model with the optimizations applied. **
|
83 |
|
|
|
106 |
|
107 |
|
108 |
## Base Model Information
|
109 |
+
"See Meta's model card
|
110 |
+
[Llama-3.2-3B-Instruct](https://huggingface.co/meta-llama/Llama-3.2-3B-Instruct)
|
111 |
+
for more information about the base model, including the base model's specific approach to responsible AI risks"
|
112 |
+
|