ARP2 / train_data.jsonl
ZeeAI1's picture
Create train_data.jsonl
905f86b verified
raw
history blame contribute delete
786 Bytes
{"input": "Today received $245 from Tylor Smith who owed $250 for Samsung X1 sold 3 weeks ago.", "output": "{\"debit\": \"Cash: $245\", \"credit\": \"Accounts Receivable: $245\"}"}
{"input": "Received inventory worth $400 from ABC LLC on credit.", "output": "{\"debit\": \"Inventory: $400\", \"credit\": \"Accounts Payable: $400\"}"}
{"input": "Paid $1200 rent for April via bank transfer.", "output": "{\"debit\": \"Rent Expense: $1200\", \"credit\": \"Bank: $1200\"}"}
{"input": "Sold office chair to John Doe for $300 on credit.", "output": "{\"debit\": \"Accounts Receivable: $300\", \"credit\": \"Sales Revenue: $300\"}"}
{"input": "Received $3000 from client Smith & Co for past due invoice.", "output": "{\"debit\": \"Cash: $3000\", \"credit\": \"Accounts Receivable: $3000\"}"}