niansong1996 commited on
Commit
f319945
1 Parent(s): 33939c1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -7
README.md CHANGED
@@ -30,13 +30,11 @@ model-index:
30
  ---
31
 
32
  # LEVER for Codex on Spider
33
- Basic usage:
34
- Load the model and tokenizer as follows:
35
- ```python
36
- tokenizer = T5Tokenizer.from_pretrained("Yale-LILY/lever-spider-codex")
37
- model = T5ForConditionalGeneration.from_pretrained("Yale-LILY/lever-spider-codex")
38
- ```
39
-
40
  # Model Details
41
 
42
 
 
30
  ---
31
 
32
  # LEVER for Codex on Spider
33
+
34
+ This is one of the models produced by the paper ["LEVER: Learning to Verify Language-to-Code Generation with Execution"](https://arxiv.org/abs/2302.08468).
35
+
36
+ Authors: [Ansong Ni](https://niansong1996.github.io), Srini Iyer, Dragomir Radev, Ves Stoyanov, Wen-tau Yih, Sida I. Wang*, Xi Victoria Lin*
37
+
 
 
38
  # Model Details
39
 
40