qiliuchn nielsr HF Staff commited on
Commit
a8e9536
·
1 Parent(s): 26d2671

Add task categories to metadata (#1)

Browse files

- Add task categories to metadata (7d17e7f1075a16438cfdbecdd9105e8c3d60a8da)


Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -1,5 +1,7 @@
1
  ---
2
  license: apache-2.0
 
 
3
  tags:
4
  - optimization
5
  - operations-research
@@ -190,7 +192,8 @@ Command line arguments:
190
  Eval script need this to load dataset since eval script may be generated and stored in a different location to support parallelism;
191
  2. `file_output_prefix`: the output file prefix: this prefix can be used to save output files during evaluation for inspection purposes;
192
  we use prefix since you may want more than just a folder name; say you may want to add solution id to the output filename;
193
- file will be saved by: `with open(f"{file_output_prefix}<filename>", 'w'):\n...`;
 
194
  absolute path is recommended;
195
  default: '', which means just save to current working directory;
196
  3. `mode`: train or val; default: val;
 
1
  ---
2
  license: apache-2.0
3
+ task_categories:
4
+ - other
5
  tags:
6
  - optimization
7
  - operations-research
 
192
  Eval script need this to load dataset since eval script may be generated and stored in a different location to support parallelism;
193
  2. `file_output_prefix`: the output file prefix: this prefix can be used to save output files during evaluation for inspection purposes;
194
  we use prefix since you may want more than just a folder name; say you may want to add solution id to the output filename;
195
+ file will be saved by: `with open(f"{file_output_prefix}<filename>", 'w'):
196
+ ...`;
197
  absolute path is recommended;
198
  default: '', which means just save to current working directory;
199
  3. `mode`: train or val; default: val;