HiteshKamwal commited on
Commit
ea01e55
·
verified ·
1 Parent(s): 8a85015

Upload 2 files

Browse files
Files changed (2) hide show
  1. dataset.jsonl +0 -0
  2. dataset_info.json +16 -0
dataset.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
dataset_info.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "OCR_Finetuning_Dataset",
3
+ "version": "1.0",
4
+ "description": "Dataset for fine tuning prithivMLmods/Qwen2-VL-OCR-2B-Instruct on OCR tasks. Each record contains an image path, a prompt, and a structured response with document-specific fields.",
5
+ "dataset_file": "dataset.json",
6
+ "image_folder": "imgdeer",
7
+ "data_format": "json",
8
+ "fields": {
9
+ "image": "Relative path to the image file (e.g., 'imgdeer/pan.jpg')",
10
+ "prompt": "Instruction text for OCR extraction",
11
+ "response": {
12
+ "predictedclass": "Document type prediction",
13
+ "extract": "Dictionary of extracted fields"
14
+ }
15
+ }
16
+ }