Datasets:
Replace verifyHashes with verifyRequirements and verifyArtifacts
Browse files- dataset.yaml +4 -2
dataset.yaml
CHANGED
@@ -3,8 +3,10 @@ description: "Bluemoon 1-1 Fandom RP+ERP cleaned and formatted for Fastchat"
|
|
3 |
build:
|
4 |
conversationBatch: 100
|
5 |
cleanDirectory: [ 'out/*' ]
|
6 |
-
|
7 |
-
|
|
|
|
|
8 |
|
9 |
_input_steps:
|
10 |
- step: &bluemoon
|
|
|
3 |
build:
|
4 |
conversationBatch: 100
|
5 |
cleanDirectory: [ 'out/*' ]
|
6 |
+
verifyRequirements: false
|
7 |
+
verifyArtifacts: true
|
8 |
+
#concurrency:
|
9 |
+
# local: 16
|
10 |
|
11 |
_input_steps:
|
12 |
- step: &bluemoon
|