Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Converted Llama from InternLM3-8B-Instruct
|
2 |
|
3 |
## Descritpion
|
@@ -46,5 +51,4 @@ print(llama_response)
|
|
46 |
To comare result with the original model, you can use this [code](https://github.com/silencelamb/naked_llama/blob/main/hf_example/hf_internlm3_8b_llama_compare.py)
|
47 |
|
48 |
## More Info
|
49 |
-
It was converted using the python script available at [this repository](https://github.com/silencelamb/naked_llama/blob/main/hf_example/convert_internlm3_to_llama_hf.py)
|
50 |
-
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model:
|
4 |
+
- internlm/internlm3-8b-instruct
|
5 |
+
---
|
6 |
# Converted Llama from InternLM3-8B-Instruct
|
7 |
|
8 |
## Descritpion
|
|
|
51 |
To comare result with the original model, you can use this [code](https://github.com/silencelamb/naked_llama/blob/main/hf_example/hf_internlm3_8b_llama_compare.py)
|
52 |
|
53 |
## More Info
|
54 |
+
It was converted using the python script available at [this repository](https://github.com/silencelamb/naked_llama/blob/main/hf_example/convert_internlm3_to_llama_hf.py)
|
|