참고소스 수정본
This commit is contained in:
26
참고/instructor-main/examples/validated-multiclass/output.json
Normal file
26
참고/instructor-main/examples/validated-multiclass/output.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"texts": [
|
||||
"What is your phone number?",
|
||||
"What is your email address?",
|
||||
"What is your address?",
|
||||
"What is your privacy policy?"
|
||||
],
|
||||
"predictions": [
|
||||
{
|
||||
"id": 1,
|
||||
"name": "phone"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"name": "email"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"name": "address"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"name": "Other"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user