ML6-Gemini-Demo / questions.json
GLorr's picture
Upload folder using huggingface_hub
6c09f76 verified
[
{
"id": 1,
"question": "What is your full name?",
"answer_format": "str"
},
{
"id": 2,
"question": "What is your current job title?",
"answer_format": "str"
},
{
"id": 3,
"question": "How many years of relevant experience do you have?",
"answer_format": "int"
},
{
"id": 4,
"question": "Are you looking for a new job?",
"answer_format": "bool"
},
{
"id": 5,
"question": "List your three strongest technical skills.",
"answer_format": "list[str]"
}
]