Update README.md
Browse files
README.md
CHANGED
@@ -91,7 +91,7 @@ print(f"User Input: {prompt2}\nConverted LlaMA Response: {response_llama_and_spl
|
|
91 |
```
|
92 |
|
93 |
## Precision Guarantee
|
94 |
-
To comare result with the original model, you can use this [code](https://github.com/silencelamb/naked_llama/blob/main/hf_example/
|
95 |
|
96 |
## More Info
|
97 |
It was converted using the python script available at [this repository](https://github.com/silencelamb/naked_llama/blob/main/hf_example/convert_internlm_to_llama_hf.py)
|
|
|
91 |
```
|
92 |
|
93 |
## Precision Guarantee
|
94 |
+
To comare result with the original model, you can use this [code](https://github.com/silencelamb/naked_llama/blob/main/hf_example/hf_internlm_7b_llama_compare.py)
|
95 |
|
96 |
## More Info
|
97 |
It was converted using the python script available at [this repository](https://github.com/silencelamb/naked_llama/blob/main/hf_example/convert_internlm_to_llama_hf.py)
|