Update README.md
Browse files
README.md
CHANGED
@@ -5,9 +5,9 @@ pipeline_text: text-generation
|
|
5 |
---
|
6 |
|
7 |
|
8 |
-
<h1 align="center"> Moxin LLM
|
9 |
|
10 |
-
<p align="center"> <a href="https://github.com/moxin-org/Moxin-LLM">Home Page</a>    |    <a href="https://arxiv.org/abs/2412.06845">Technical Report</a>    |    <a href="https://huggingface.co/moxin-org/
|
11 |
|
12 |
|
13 |
|
@@ -29,7 +29,7 @@ torch.backends.cuda.enable_mem_efficient_sdp(False)
|
|
29 |
torch.backends.cuda.enable_flash_sdp(False)
|
30 |
|
31 |
|
32 |
-
model_name = 'moxin-org/
|
33 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
34 |
model = AutoModelForCausalLM.from_pretrained(
|
35 |
model_name,
|
|
|
5 |
---
|
6 |
|
7 |
|
8 |
+
<h1 align="center"> Moxin 7B LLM </h1>
|
9 |
|
10 |
+
<p align="center"> <a href="https://github.com/moxin-org/Moxin-LLM">Home Page</a>    |    <a href="https://arxiv.org/abs/2412.06845">Technical Report</a>    |    <a href="https://huggingface.co/moxin-org/Moxin-7B-LLM">Base Model</a>    |    <a href="https://huggingface.co/moxin-org/Moxin-7B-Chat">Chat Model</a>    |    <a href="https://huggingface.co/moxin-org/Moxin-7B-Instruct">Instruct Model</a>    |    <a href="https://huggingface.co/moxin-org/Moxin-7B-Reasoning">Reasoning Model</a>    |    <a href="https://huggingface.co/moxin-org/Moxin-7B-VLM">VLM Model</a> </p>
|
11 |
|
12 |
|
13 |
|
|
|
29 |
torch.backends.cuda.enable_flash_sdp(False)
|
30 |
|
31 |
|
32 |
+
model_name = 'moxin-org/Moxin-7B-LLM'
|
33 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
34 |
model = AutoModelForCausalLM.from_pretrained(
|
35 |
model_name,
|