Update README.md
Browse files
README.md
CHANGED
|
@@ -59,7 +59,7 @@ Not intended for generating misinformation, modern political commentary, or cont
|
|
| 59 |
- **Fields**: Each line contains a "conversations" key with an array of human and gpt messages.
|
| 60 |
- **Example Snippet**:
|
| 61 |
```
|
| 62 |
-
{"conversations": [{"from": "human", "value": "Recite stanza I of Völuspá."}, {"from": "
|
| 63 |
```
|
| 64 |
|
| 65 |
## Dataset Creation
|
|
|
|
| 59 |
- **Fields**: Each line contains a "conversations" key with an array of human and gpt messages.
|
| 60 |
- **Example Snippet**:
|
| 61 |
```
|
| 62 |
+
{"conversations": [{"from": "human", "value": "Recite stanza I of Völuspá."}, {"from": "assistant", "value": "Silence I call from all sacred kin,\nholy offspring, humble and high—\nHeimdall's children in halls of fate;\nwilt thou, War-Father, wish me to weave\nancient spells from mankind's stirring,\ntales I treasure from time's deep well?"}]}
|
| 63 |
```
|
| 64 |
|
| 65 |
## Dataset Creation
|