silence09 commited on
Commit
4d99473
·
verified ·
1 Parent(s): 7548a68

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
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)