Squish42 commited on
Commit
3e71ac7
1 Parent(s): 16bd001

Include input and output hashes

Browse files
Files changed (1) hide show
  1. dataset.yaml +2 -0
dataset.yaml CHANGED
@@ -177,6 +177,7 @@ steps:
177
  input:
178
  - path: "data/rentry/bluemoon/bluemoon-fanbased-roleplays-1x1.csv"
179
  description: "Bluemoon 1-1 Fandom RP+ERP"
 
180
  reader: *bluemoon
181
  steps: [ *html_linebreaks, *links, *html_strip, *trim, *reduce_whitespace,
182
  *ooc_strip, *ooc_prune ]
@@ -185,6 +186,7 @@ output:
185
  - name: 'Bluemoon'
186
  path: 'out/bluemoon.json'
187
  description: 'Bluemoon 1-1 Fandom RP+ERP cleaned and formatted for Fastchat'
 
188
  writer: fastchat
189
  steps: [ *strip_unicode, *reduce_whitespace, *trim_nonwords, *edge_cases, *trim, *empty,
190
  *two_alternating_participants, *rename_participants ]
 
177
  input:
178
  - path: "data/rentry/bluemoon/bluemoon-fanbased-roleplays-1x1.csv"
179
  description: "Bluemoon 1-1 Fandom RP+ERP"
180
+ sha512: f31d6bd278bc4211736d6aace3917cd0c1d0143bec9bf9d07054f5f9b32060e17399b6ea0935774b2271ac45a88309a60ef8eec8c4ac5283d1b353a255529cc5
181
  reader: *bluemoon
182
  steps: [ *html_linebreaks, *links, *html_strip, *trim, *reduce_whitespace,
183
  *ooc_strip, *ooc_prune ]
 
186
  - name: 'Bluemoon'
187
  path: 'out/bluemoon.json'
188
  description: 'Bluemoon 1-1 Fandom RP+ERP cleaned and formatted for Fastchat'
189
+ sha512: 6b3ec430e66372012190fa841233af8e27cd2687996960d622fd7a5a4bf5829ebd3309e259e3b9fa9e925aa91b1f4433b27894f30a5858c15af1d8dce1bf5e30
190
  writer: fastchat
191
  steps: [ *strip_unicode, *reduce_whitespace, *trim_nonwords, *edge_cases, *trim, *empty,
192
  *two_alternating_participants, *rename_participants ]