Update README.md
Browse files
README.md
CHANGED
@@ -14,9 +14,14 @@ datasets:
|
|
14 |
base_model: TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T
|
15 |
widget:
|
16 |
- text: "Tell me about NVIDIA"
|
17 |
-
|
|
|
18 |
- text: "Hello"
|
19 |
-
|
|
|
|
|
|
|
|
|
20 |
---
|
21 |
|
22 |
<!-- header start -->
|
|
|
14 |
base_model: TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T
|
15 |
widget:
|
16 |
- text: "Tell me about NVIDIA"
|
17 |
+
context: "NVIDIA is an American technology company based in Santa Clara, California. It was founded in 1993 and is known for its development of graphics processing units (GPUs) for the gaming and professional markets, as well as for its work in artificial intelligence (AI) and deep learning."
|
18 |
+
example_title: "Answering"
|
19 |
- text: "Hello"
|
20 |
+
context: "Hello, how can I assist you?"
|
21 |
+
example_title: "Greeting"
|
22 |
+
inference:
|
23 |
+
parameters:
|
24 |
+
temperature: 0.7
|
25 |
---
|
26 |
|
27 |
<!-- header start -->
|