piazzola commited on
Commit
0f751d1
·
1 Parent(s): 835282c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -24,7 +24,7 @@ nlp = pipeline("text-generation",
24
  model="piazzola/tmp_trainer",
25
  max_new_tokens=20)
26
 
27
- nlp("Landlord hereby demises unto Tenant, and Tenant hereby leases from Landlord for the terms and upon the conditions set forth in this Lease 30,600 square feet of space in the building located at 15 Firstfield Road, Gaithersburg, Maryland, the Building, as set forth on Exhibit A, hereto attached, said space being referred to as the Premises.")
28
  ```
29
 
30
  ## Intended uses & limitations
 
24
  model="piazzola/tmp_trainer",
25
  max_new_tokens=20)
26
 
27
+ nlp("I live at 15 Firstfield Road.")
28
  ```
29
 
30
  ## Intended uses & limitations