Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Converted LLaMA from QWEN2-7B-Instruct
|
| 2 |
|
| 3 |
## Descritpion
|
|
@@ -38,5 +43,4 @@ print(llama_response)
|
|
| 38 |
To comare result with the original model, you can use this [code](https://github.com/silencelamb/naked_llama/blob/main/hf_example/hf_qwen2_7b.py)
|
| 39 |
|
| 40 |
## More Info
|
| 41 |
-
It was converted using the python script available at [this repository](https://github.com/silencelamb/naked_llama/blob/main/hf_example/convert_qwen_to_llama_hf.py)
|
| 42 |
-
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model:
|
| 4 |
+
- Qwen/Qwen2.5-7B-Instruct
|
| 5 |
+
---
|
| 6 |
# Converted LLaMA from QWEN2-7B-Instruct
|
| 7 |
|
| 8 |
## Descritpion
|
|
|
|
| 43 |
To comare result with the original model, you can use this [code](https://github.com/silencelamb/naked_llama/blob/main/hf_example/hf_qwen2_7b.py)
|
| 44 |
|
| 45 |
## More Info
|
| 46 |
+
It was converted using the python script available at [this repository](https://github.com/silencelamb/naked_llama/blob/main/hf_example/convert_qwen_to_llama_hf.py)
|
|
|