silence09 commited on
Commit
0d9e158
·
verified ·
1 Parent(s): 0cf149b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -9,7 +9,7 @@ tags:
9
  # Converted Llama from InternLM3-8B-Instruct
10
 
11
  ## Descritpion
12
- This is a converted model from [InternLM3-8B-Instruct](https://huggingface.co/internlm/internlm3-8b-instruct) to __LLaMA__ format. This conversion allows you to use InternLM3-8B-Instruct as if it were a Qwen2 model, which is convenient for some *inference use cases*. The __precision__ is __excatly the same__ as the original model.
13
 
14
  ## Usage
15
  You can load the model using the `LlamaForCausalLM` class as shown below:
 
9
  # Converted Llama from InternLM3-8B-Instruct
10
 
11
  ## Descritpion
12
+ This is a converted model from [InternLM3-8B-Instruct](https://huggingface.co/internlm/internlm3-8b-instruct) to __LLaMA__ format. This conversion allows you to use InternLM3-8B-Instruct as if it were a Llama model, which is convenient for some *inference use cases*. The __precision__ is __excatly the same__ as the original model.
13
 
14
  ## Usage
15
  You can load the model using the `LlamaForCausalLM` class as shown below: