Update README.md
Browse files
README.md
CHANGED
|
@@ -6,6 +6,7 @@ language:
|
|
| 6 |
- en
|
| 7 |
base_model:
|
| 8 |
- TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T
|
|
|
|
| 9 |
---
|
| 10 |
# Model Card for TinyDialog-1.1B
|
| 11 |
|
|
@@ -32,5 +33,4 @@ The model uses the following prompt template:
|
|
| 32 |
|
| 33 |
```
|
| 34 |
<|begin_of_text_id|><|start_header_id|>Name of person1<|end_header_id|>Sentence 1.<|end_of_sentence_id|><|end_of_message_id|><|start_header_id|>Name of person2<|end_header_id|>Sentence 2.<|end_of_sentence_id|>Sentence 3.<|end_of_sentence_id|><|end_of_message_id|>
|
| 35 |
-
```
|
| 36 |
-
|
|
|
|
| 6 |
- en
|
| 7 |
base_model:
|
| 8 |
- TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T
|
| 9 |
+
library_name: transformers
|
| 10 |
---
|
| 11 |
# Model Card for TinyDialog-1.1B
|
| 12 |
|
|
|
|
| 33 |
|
| 34 |
```
|
| 35 |
<|begin_of_text_id|><|start_header_id|>Name of person1<|end_header_id|>Sentence 1.<|end_of_sentence_id|><|end_of_message_id|><|start_header_id|>Name of person2<|end_header_id|>Sentence 2.<|end_of_sentence_id|>Sentence 3.<|end_of_sentence_id|><|end_of_message_id|>
|
| 36 |
+
```
|
|
|