LiangJiang commited on
Commit
0776772
·
verified ·
1 Parent(s): 1a27ba5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -98,7 +98,7 @@ Here is a code snippet to show you how to use the chat model with `transformers`
98
  ```python
99
  from transformers import AutoModelForCausalLM, AutoTokenizer
100
 
101
- model_name = "inclusionAI/Ring-lite-2507"
102
 
103
  model = AutoModelForCausalLM.from_pretrained(
104
  model_name,
 
98
  ```python
99
  from transformers import AutoModelForCausalLM, AutoTokenizer
100
 
101
+ model_name = "inclusionAI/Ring-mini-2.0"
102
 
103
  model = AutoModelForCausalLM.from_pretrained(
104
  model_name,