Update README.md
Browse files
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-
|
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](
|
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]
|
|
|
|
|
|