Views
No views yet
1{
2 "full_name": "name of the person",
3 "company_name": "name of the company",
4 "address": "address of the plance",
5 "phone_number": "phone number"
6}0.4250 --> 1.0 after fine-tunning.0.0312 --> 1.0 after fine-tunning.lfm1.0Identify and extract information matching the following schema.
Return data as a JSON object.
For each field, select most suitable value from text
If provided text does not contain sufficient information to fill out the field, make the field empty string.
Output only JSON, and output only four fields.
{
"full_name": "name of the person",
"company_name": "name of the company",
"address": "address of the plance",
"phone_number": "phone number"
}