FastChat icon indicating copy to clipboard operation
FastChat copied to clipboard

Category Hard Data Labeling Script

Open CodingWithTim opened this issue 1 year ago • 2 comments
trafficstars

Why are these changes needed?

Related issue number (if applicable)

Checks

  • [x] I've run format.sh to lint the changes in this PR.
  • [x] I've included any doc changes needed.
  • [x] I've made sure the relevant tests are passing (if applicable).

CodingWithTim avatar May 14 '24 09:05 CodingWithTim

At the moment, I am taking in cache file and output file as jsonl file unless there is a more effective way at writing to json file row by row.

CodingWithTim avatar May 14 '24 09:05 CodingWithTim

Also make sure to set ulimit -n 16384 or other limit accordingly when running larger parallel.

CodingWithTim avatar May 15 '24 08:05 CodingWithTim