pritamdeka commited on
Commit
d4bf76e
·
verified ·
1 Parent(s): 2edc364

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -6
README.md CHANGED
@@ -58,7 +58,7 @@ Each example includes:
58
  | `bpmn` | Text content of the corresponding `.bpmn` XML file |
59
  | `image_filename` | Original image filename |
60
  | `bpmn_filename` | Original BPMN filename |
61
- | `split` | One of: `train`, `dev`, `test` |
62
 
63
  Folder structure used during creation:
64
 
@@ -67,7 +67,7 @@ dataset/
67
  ├── train/
68
  │ ├── images/
69
  │ ├── bpmn/
70
- ├── dev/
71
  │ ├── images/
72
  │ ├── bpmn/
73
  ├── test/
@@ -77,11 +77,8 @@ dataset/
77
 
78
  ---
79
 
80
- # 🖼️ Example Images
81
 
82
- Replace these after dataset upload:
83
-
84
- ### Example 1
85
  ![Example BPMN Image](https://huggingface.co/datasets/pritamdeka/BPMN-VLM/resolve/main/process_001.png)
86
 
87
 
 
58
  | `bpmn` | Text content of the corresponding `.bpmn` XML file |
59
  | `image_filename` | Original image filename |
60
  | `bpmn_filename` | Original BPMN filename |
61
+ | `split` | One of: `train`, `validation`, `test` |
62
 
63
  Folder structure used during creation:
64
 
 
67
  ├── train/
68
  │ ├── images/
69
  │ ├── bpmn/
70
+ ├── validation/
71
  │ ├── images/
72
  │ ├── bpmn/
73
  ├── test/
 
77
 
78
  ---
79
 
80
+ # 🖼️ Example Image
81
 
 
 
 
82
  ![Example BPMN Image](https://huggingface.co/datasets/pritamdeka/BPMN-VLM/resolve/main/process_001.png)
83
 
84