Update README.md
Browse files
README.md
CHANGED
@@ -30,7 +30,7 @@ This is an experimental product that can be used to create new LLM bassed on Chi
|
|
30 |
|
31 |
<!-- Provide the basic links for the model. -->
|
32 |
|
33 |
-
- **Repository:** https://huggingface.co/AntX-ai/AntX-
|
34 |
|
35 |
## Uses
|
36 |
|
@@ -61,7 +61,7 @@ Use the code below to get started with the model.
|
|
61 |
from transformers import LlamaForCausalLM, LlamaTokenizer
|
62 |
import torch
|
63 |
|
64 |
-
base_model_name = "AntX-ai/AntX-
|
65 |
load_type = torch.float16
|
66 |
device = None
|
67 |
|
@@ -179,7 +179,7 @@ class TreeNode:
|
|
179 |
```
|
180 |
@software{bwx-7B-HF,
|
181 |
title={An Enchanced Chinese Language Model based on the Chinese-LLaMA-Alpaca},
|
182 |
-
url={https://huggingface.co/AntX-ai/AntX-
|
183 |
year={2023}
|
184 |
}
|
185 |
```
|
|
|
30 |
|
31 |
<!-- Provide the basic links for the model. -->
|
32 |
|
33 |
+
- **Repository:** https://huggingface.co/AntX-ai/AntX-7B
|
34 |
|
35 |
## Uses
|
36 |
|
|
|
61 |
from transformers import LlamaForCausalLM, LlamaTokenizer
|
62 |
import torch
|
63 |
|
64 |
+
base_model_name = "AntX-ai/AntX-7B"
|
65 |
load_type = torch.float16
|
66 |
device = None
|
67 |
|
|
|
179 |
```
|
180 |
@software{bwx-7B-HF,
|
181 |
title={An Enchanced Chinese Language Model based on the Chinese-LLaMA-Alpaca},
|
182 |
+
url={https://huggingface.co/AntX-ai/AntX-7B},
|
183 |
year={2023}
|
184 |
}
|
185 |
```
|