readme
Browse files
README.md
CHANGED
@@ -18,6 +18,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
**This model relies on a custom modeling file, you need to add trust_remote_code=True**\
|
19 |
**See [\#13467](https://github.com/huggingface/transformers/pull/13467)**
|
20 |
|
|
|
|
|
|
|
21 |
```python
|
22 |
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM, pipeline
|
23 |
|
|
|
18 |
**This model relies on a custom modeling file, you need to add trust_remote_code=True**\
|
19 |
**See [\#13467](https://github.com/huggingface/transformers/pull/13467)**
|
20 |
|
21 |
+
LSG ArXiv [paper](https://arxiv.org/abs/2210.15497). \
|
22 |
+
Github/conversion script is available at this [link](https://github.com/ccdv-ai/convert_checkpoint_to_lsg).
|
23 |
+
|
24 |
```python
|
25 |
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM, pipeline
|
26 |
|