Update README.md
Browse files
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
|
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:
|