zhiyucheng commited on
Commit
b7e1512
·
verified ·
1 Parent(s): 2cdc043

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -1,3 +1,7 @@
 
 
 
 
1
  # Model Overview
2
 
3
  ## Description:
@@ -9,7 +13,7 @@ This model is ready for commercial/non-commercial use. <br>
9
  This model is not owned or developed by NVIDIA. This model has been developed and built to a third-party’s requirements for this application and use case; see link to Non-NVIDIA [(Meta-Llama-3.1-405B-Instruct) Model Card](https://huggingface.co/meta-llama/Meta-Llama-3.1-405B-Instruct).
10
 
11
  ### License/Terms of Use:
12
- [llama3.1](https://huggingface.co/meta-llama/Meta-Llama-3.1-405B-Instruct/blob/main/LICENSE)
13
 
14
  ## Model Architecture:
15
  **Architecture Type:** Transformers <br>
@@ -155,4 +159,4 @@ for output in outputs:
155
 
156
  ```
157
 
158
- This model can be deployed with an OpenAI Compatible Server via the vLLM backend. Instructions [here](https://docs.vllm.ai/en/latest/getting_started/quickstart.html#openai-compatible-server).
 
1
+ ---
2
+ base_model:
3
+ - meta-llama/Llama-3.1-405B-Instruct
4
+ ---
5
  # Model Overview
6
 
7
  ## Description:
 
13
  This model is not owned or developed by NVIDIA. This model has been developed and built to a third-party’s requirements for this application and use case; see link to Non-NVIDIA [(Meta-Llama-3.1-405B-Instruct) Model Card](https://huggingface.co/meta-llama/Meta-Llama-3.1-405B-Instruct).
14
 
15
  ### License/Terms of Use:
16
+ [nvidia-open-model-license](https://developer.download.nvidia.com/licenses/nvidia-open-model-license-agreement-june-2024.pdf)
17
 
18
  ## Model Architecture:
19
  **Architecture Type:** Transformers <br>
 
159
 
160
  ```
161
 
162
+ This model can be deployed with an OpenAI Compatible Server via the vLLM backend. Instructions [here](https://docs.vllm.ai/en/latest/getting_started/quickstart.html#openai-compatible-server).