macadeliccc
commited on
Commit
•
78cea42
1
Parent(s):
7d14508
Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
license: apache-2.0
|
|
|
|
|
4 |
---
|
5 |
|
6 |
# WestLake-7B-v2-laser-truthy-dpo
|
@@ -216,4 +218,4 @@ quicksort(arr, 0, len(arr)-1) # Call Quicksort function with given range for
|
|
216 |
print("Sorted Array:", arr) # Print sorted array
|
217 |
```
|
218 |
<|im_end|>
|
219 |
-
```
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
license: apache-2.0
|
4 |
+
datasets:
|
5 |
+
- jondurbin/truthy-dpo-v0.1
|
6 |
---
|
7 |
|
8 |
# WestLake-7B-v2-laser-truthy-dpo
|
|
|
218 |
print("Sorted Array:", arr) # Print sorted array
|
219 |
```
|
220 |
<|im_end|>
|
221 |
+
```
|