| { | |
| "name": "digitize-pid-pipeline-numbers", | |
| "version": "1.0.0", | |
| "description": "Pipeline number extraction from P&ID documents", | |
| "splits": { | |
| "train": 400, | |
| "validation": 50, | |
| "test": 50 | |
| }, | |
| "features": { | |
| "id": "string", | |
| "tokens": "list[string]", | |
| "labels": "list[string]", | |
| "pipeline_numbers": "list[string]", | |
| "full_text": "string" | |
| }, | |
| "label_schema": { | |
| "B-PIPE": "Beginning of pipeline number", | |
| "I-PIPE": "Inside pipeline number", | |
| "O": "Outside pipeline number" | |
| } | |
| } | |