HighCWu commited on
Commit
072f526
·
verified ·
1 Parent(s): 361168b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -5
README.md CHANGED
@@ -23,11 +23,7 @@ The following contains a code snippet illustrating how to use the model generate
23
  ```python
24
  from transformers import AutoModelForCausalLM, AutoTokenizer
25
 
26
- # model_name = "HighCWu/Embformer-MiniMind-Base-0.1B"
27
- # model_name = "HighCWu/Embformer-MiniMind-Seqlen512-0.1B"
28
- model_name = "HighCWu/Embformer-MiniMind-0.1B"
29
- # model_name = "HighCWu/Embformer-MiniMind-RLHF-0.1B"
30
- # model_name = "HighCWu/Embformer-MiniMind-R1-0.1B"
31
 
32
  # load the tokenizer and the model
33
  tokenizer = AutoTokenizer.from_pretrained(
 
23
  ```python
24
  from transformers import AutoModelForCausalLM, AutoTokenizer
25
 
26
+ model_name = "HighCWu/Embformer-MiniMind-Base-0.1B"
 
 
 
 
27
 
28
  # load the tokenizer and the model
29
  tokenizer = AutoTokenizer.from_pretrained(