Update README.md
Browse files
README.md
CHANGED
@@ -19,6 +19,7 @@ This model is a fine-tuned version of [facebook/opt-350m](https://huggingface.co
|
|
19 |
|
20 |
nlp = pipeline("text-generation",
|
21 |
model="piazzola/tmp_trainer")
|
|
|
22 |
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.")
|
23 |
|
24 |
## Intended uses & limitations
|
|
|
19 |
|
20 |
nlp = pipeline("text-generation",
|
21 |
model="piazzola/tmp_trainer")
|
22 |
+
|
23 |
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.")
|
24 |
|
25 |
## Intended uses & limitations
|