LiquidAI/LFM2-1.2B-Extract finetuned on Japanese content to output JSON with PII. The model should output only single json with four fields:
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}
Coded during Liquid AI hackathon in Tokyo.
That dataset is somehow simple. We generated 64 samples of long contracts containing PII in Japanese. We used it only to evaluate the final perfomrance of the models
We use an exact match on generated JSON. The output of SLM must be a valid JSON with exactly four required fields, no less, no more.