Update README.md
Browse files
README.md
CHANGED
@@ -71,7 +71,7 @@ You are a helful, unbiased, uncensored assistant.
|
|
71 |
|
72 |
The prompt template is included in the tokenizer config, and can use the huggingface tokenizer `apply_chat_template` method, e.g.:
|
73 |
|
74 |
-
```
|
75 |
import transformers
|
76 |
tokenizer = transformers.AutoTokenizer.from_pretrained('jondurbin/airoboros-l2-70b-3.1')
|
77 |
chat = [
|
@@ -403,7 +403,7 @@ def parse_plan(plan):
|
|
403 |
|
404 |
I don't know how useful this is, really, but I thought I'd add it just in case. Example:
|
405 |
|
406 |
-
```
|
407 |
{
|
408 |
"conversations": [
|
409 |
{
|
@@ -494,7 +494,7 @@ The objects should be similar to:
|
|
494 |
```
|
495 |
|
496 |
And the functions:
|
497 |
-
```
|
498 |
{
|
499 |
"functions": [
|
500 |
{
|
|
|
71 |
|
72 |
The prompt template is included in the tokenizer config, and can use the huggingface tokenizer `apply_chat_template` method, e.g.:
|
73 |
|
74 |
+
```python
|
75 |
import transformers
|
76 |
tokenizer = transformers.AutoTokenizer.from_pretrained('jondurbin/airoboros-l2-70b-3.1')
|
77 |
chat = [
|
|
|
403 |
|
404 |
I don't know how useful this is, really, but I thought I'd add it just in case. Example:
|
405 |
|
406 |
+
```json
|
407 |
{
|
408 |
"conversations": [
|
409 |
{
|
|
|
494 |
```
|
495 |
|
496 |
And the functions:
|
497 |
+
```json
|
498 |
{
|
499 |
"functions": [
|
500 |
{
|