ccdv commited on
Commit
5eaddad
1 Parent(s): 54bbeb5
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -21,6 +21,9 @@ should probably proofread and complete it, then remove this comment. -->
21
  **This model relies on a custom modeling file, you need to add trust_remote_code=True**\
22
  **See [\#13467](https://github.com/huggingface/transformers/pull/13467)**
23
 
 
 
 
24
  ```python
25
  from transformers import AutoTokenizer, AutoModelForSeq2SeqLM, pipeline
26
 
 
21
  **This model relies on a custom modeling file, you need to add trust_remote_code=True**\
22
  **See [\#13467](https://github.com/huggingface/transformers/pull/13467)**
23
 
24
+ LSG ArXiv [paper](https://arxiv.org/abs/2210.15497). \
25
+ Github/conversion script is available at this [link](https://github.com/ccdv-ai/convert_checkpoint_to_lsg).
26
+
27
  ```python
28
  from transformers import AutoTokenizer, AutoModelForSeq2SeqLM, pipeline
29