Update README.md
Browse files
README.md
CHANGED
@@ -25,13 +25,13 @@ messages = [
|
|
25 |
"content": "What is the capital city of France?"
|
26 |
}
|
27 |
]
|
|
|
28 |
pipe = pipeline("conversational", "bardsai/jaskier-7b-dpo")
|
29 |
print(pipe(messages))
|
30 |
```
|
31 |
|
32 |
-
|
33 |
-
assistant: In me hearties, th' capital city o' France be called Paris! A grand an' beautiful port full o' culture an' history. Yar, it be a fine place to visit an' swashbuckle abou'
|
34 |
-
```
|
35 |
|
36 |
## Changelog
|
37 |
|
|
|
25 |
"content": "What is the capital city of France?"
|
26 |
}
|
27 |
]
|
28 |
+
|
29 |
pipe = pipeline("conversational", "bardsai/jaskier-7b-dpo")
|
30 |
print(pipe(messages))
|
31 |
```
|
32 |
|
33 |
+
### Output
|
34 |
+
> assistant: In me hearties, th' capital city o' France be called Paris! A grand an' beautiful port full o' culture an' history. Yar, it be a fine place to visit an' swashbuckle abou'
|
|
|
35 |
|
36 |
## Changelog
|
37 |
|