Commit ·
09be3d1
1
Parent(s): 20f41c9
Update README.md
Browse files
README.md
CHANGED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: transformers
|
| 3 |
+
model_index:
|
| 4 |
+
- name: Lance AI
|
| 5 |
+
results: []
|
| 6 |
+
|
| 7 |
+
tags:
|
| 8 |
+
- text-generation
|
| 9 |
+
- gpt
|
| 10 |
+
- pytorch
|
| 11 |
+
- causal-lm
|
| 12 |
+
- lance-ai
|
| 13 |
+
|
| 14 |
+
license: apache-2.0
|
| 15 |
+
|
| 16 |
+
widget:
|
| 17 |
+
- text: "The future of AI is here with Lance AI. Type something:"
|
| 18 |
+
|
| 19 |
+
datasets:
|
| 20 |
+
- wikitext-103-raw-v1
|
| 21 |
+
|
| 22 |
+
inference:
|
| 23 |
+
parameters:
|
| 24 |
+
max_length: 100
|
| 25 |
+
temperature: 0.7
|
| 26 |
+
top_p: 0.9
|
| 27 |
+
do_sample: true
|
| 28 |
+
---
|