AgentOccam/config_files/webvoyager/Huggingface--38.json
2025-01-22 11:32:35 -08:00

20 lines
494 B
JSON

{
"sites": [
"huggingface"
],
"task_id": "Huggingface--38",
"require_login": false,
"storage_state": null,
"start_url": "https://huggingface.co/",
"geolocation": null,
"intent": "Investigate the 'transformers' library in the Hugging Face documentation, focusing on how to add new tokens to a tokenizer.",
"require_reset": false,
"eval": {
"eval_types": [
"string_match"
],
"reference_answers": {
"fuzzy_match": "use add_tokens method"
}
}
}