Spaces:
No application file
No application file
File size: 394 Bytes
f3305db |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
# Yaml config file for category classification
input_file: null # json
cache_file: null # json
output_file: null # json line
convert_to_json: True
task_name:
- criteria_v0.1
- if_v0.1
- math_v0.1
model_name: null
name: llama-3-70b-instruct
endpoints:
- api_base: null
api_key: null
parallel: 50
temperature: 0.0
max_token: 512
max_retry: 2
retry_sleep: 10
error_output: $ERROR$ |