zhujiangang commited on
Commit
0e36218
·
verified ·
1 Parent(s): 2152495

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -6
README.md CHANGED
@@ -43,7 +43,7 @@ Here is a code snippet to show you how to use the chat model with `transformers`
43
  ```python
44
  from transformers import AutoModelForCausalLM, AutoTokenizer
45
 
46
- model_name = "inclusionAI/Ling-moe-lite"
47
 
48
  model = AutoModelForCausalLM.from_pretrained(
49
  model_name,
@@ -82,10 +82,7 @@ response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
82
  ### MindIE
83
 
84
  ## License
85
- This code repository is licensed under [the MIT License](LICENSE-CODE).
86
 
87
  ## Citation
88
- [TBD]
89
-
90
- ## Contact
91
- If you have any questions, please raise an issue or contact us at xxx.
 
43
  ```python
44
  from transformers import AutoModelForCausalLM, AutoTokenizer
45
 
46
+ model_name = "inclusionAI/Ling-lite"
47
 
48
  model = AutoModelForCausalLM.from_pretrained(
49
  model_name,
 
82
  ### MindIE
83
 
84
  ## License
85
+ This code repository is licensed under [the MIT License](https://huggingface.co/inclusionAI/Ling-lite/blob/main/LICENCE).
86
 
87
  ## Citation
88
+ [TBD]