akjindal53244
commited on
Commit
•
6623e1e
1
Parent(s):
8160143
Update README.md
Browse files
README.md
CHANGED
@@ -44,22 +44,22 @@ tags:
|
|
44 |
|
45 |
Birbal-7B-V1 is trained with the following format:
|
46 |
```
|
47 |
-
##Instruction
|
48 |
<instruction>
|
49 |
|
50 |
-
##Input
|
51 |
<input>
|
52 |
|
53 |
-
##Response
|
54 |
<response>
|
55 |
```
|
56 |
|
57 |
If a record does not contain any instruction, here is the training format:
|
58 |
```
|
59 |
-
##Input
|
60 |
<input>
|
61 |
|
62 |
-
##Response
|
63 |
<response>
|
64 |
```
|
65 |
|
|
|
44 |
|
45 |
Birbal-7B-V1 is trained with the following format:
|
46 |
```
|
47 |
+
## Instruction:
|
48 |
<instruction>
|
49 |
|
50 |
+
## Input:
|
51 |
<input>
|
52 |
|
53 |
+
## Response:
|
54 |
<response>
|
55 |
```
|
56 |
|
57 |
If a record does not contain any instruction, here is the training format:
|
58 |
```
|
59 |
+
## Input:
|
60 |
<input>
|
61 |
|
62 |
+
## Response:
|
63 |
<response>
|
64 |
```
|
65 |
|