piuzha commited on
Commit
33cf6cc
·
verified ·
1 Parent(s): 5f40679

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -5,9 +5,9 @@ pipeline_text: text-generation
5
  ---
6
 
7
 
8
- <h1 align="center"> Moxin LLM 7B </h1>
9
 
10
- <p align="center"> <a href="https://github.com/moxin-org/Moxin-LLM">Home Page</a> &nbsp&nbsp | &nbsp&nbsp <a href="https://arxiv.org/abs/2412.06845">Technical Report</a> &nbsp&nbsp | &nbsp&nbsp <a href="https://huggingface.co/moxin-org/moxin-llm-7b">Base Model</a> &nbsp&nbsp | &nbsp&nbsp <a href="https://huggingface.co/moxin-org/moxin-chat-7b">Chat Model</a> </p>
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/moxin-llm-7b'
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> &nbsp&nbsp | &nbsp&nbsp <a href="https://arxiv.org/abs/2412.06845">Technical Report</a> &nbsp&nbsp | &nbsp&nbsp <a href="https://huggingface.co/moxin-org/Moxin-7B-LLM">Base Model</a> &nbsp&nbsp | &nbsp&nbsp <a href="https://huggingface.co/moxin-org/Moxin-7B-Chat">Chat Model</a> &nbsp&nbsp | &nbsp&nbsp <a href="https://huggingface.co/moxin-org/Moxin-7B-Instruct">Instruct Model</a> &nbsp&nbsp | &nbsp&nbsp <a href="https://huggingface.co/moxin-org/Moxin-7B-Reasoning">Reasoning Model</a> &nbsp&nbsp | &nbsp&nbsp <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,