2nd
Browse files
README.md
CHANGED
@@ -25,7 +25,7 @@ GPT2 open instruct was trained on the open-instruct dataset fully. The reimagine
|
|
25 |
Intended to study the intersection of instruct models and prompting that focuses on subtle exchanges of prompting. This probably needs to be refined substantially at this point.
|
26 |
|
27 |
## Training and evaluation data
|
28 |
-
|
29 |
Train dataset size: 15000
|
30 |
Test dataset size: 500
|
31 |
Dataset({
|
@@ -36,7 +36,7 @@ Dataset({
|
|
36 |
features: ['chosen', 'rejected'],
|
37 |
num_rows: 500
|
38 |
})
|
39 |
-
|
40 |
## Training procedure
|
41 |
|
42 |
### Training hyperparameters
|
|
|
25 |
Intended to study the intersection of instruct models and prompting that focuses on subtle exchanges of prompting. This probably needs to be refined substantially at this point.
|
26 |
|
27 |
## Training and evaluation data
|
28 |
+
```python
|
29 |
Train dataset size: 15000
|
30 |
Test dataset size: 500
|
31 |
Dataset({
|
|
|
36 |
features: ['chosen', 'rejected'],
|
37 |
num_rows: 500
|
38 |
})
|
39 |
+
```
|
40 |
## Training procedure
|
41 |
|
42 |
### Training hyperparameters
|