Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
DAN
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Container Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Automatic Text Recognition
DAN
Merge requests
!11
Implement extraction command
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Implement extraction command
implement-extraction-command
into
main
Overview
1
Commits
12
Pipelines
0
Changes
1
Merged
Yoann Schneider
requested to merge
implement-extraction-command
into
main
2 years ago
Overview
1
Commits
12
Pipelines
0
Changes
1
Expand
Requires
!9 (merged)
Closes
#9 (closed)
0
0
Merge request reports
Viewing commit
a6a94a5c
Prev
Next
Show latest version
1 file
+
13
−
13
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Verified
a6a94a5c
update defaults in doc
· a6a94a5c
Yoann Schneider
authored
2 years ago
README.md
+
13
−
13
Options
@@ -104,19 +104,19 @@ The available arguments are
| Parameter | Description | Type | Default |
| ------------------------------ | ----------------------------------------------------------------------------------- | -------- | ------- |
|
`--parent`
| UUID of the folder to import from Arkindex. You may specify multiple UUIDs. | str/uuid | |
|
`--element-type`
| Type of the elements to extract. You may specify multiple types. | str | |
|
`--output`
| Folder where the data will be generated. Must exist. | Path | |
|
`--load-entities`
| Extract text with their entities. Needed for NER tasks. | bool | False |
|
`--tokens`
| Mapping between starting tokens and end tokens. Needed for NER tasks. | Path
| |
|
`--use-existing-split`
| Use the specified folder IDs for the dataset split. | bool | |
|
`--train-folder`
| ID of the training folder to import from Arkindex. | uuid | |
|
`--val-folder`
| ID of the validation folder to import from Arkindex. | uuid | |
|
`--test-folder`
| ID of the training folder to import from Arkindex. | uuid | |
|
`--transcription-worker-version`
| Filter transcriptions by worker_version. Use ‘manual’ for manual filtering. | str/uuid | |
|
`--entity-worker-version`
| Filter transcriptions entities by worker_version. Use ‘manual’ for manual filtering | str/uuid | |
|
`--train-prob`
| Training set split size | float |
0,7
|
|
`--val-prob`
| Validation set split size | float |
0,
15 |
|
`--parent`
| UUID of the folder to import from Arkindex. You may specify multiple UUIDs. |
`
str/uuid
`
| |
|
`--element-type`
| Type of the elements to extract. You may specify multiple types. |
`
str
`
| |
|
`--output`
| Folder where the data will be generated. Must exist. |
`
Path
`
| |
|
`--load-entities`
| Extract text with their entities. Needed for NER tasks. |
`
bool
`
|
`
False
`
|
|
`--tokens`
| Mapping between starting tokens and end tokens. Needed for NER tasks. |
`
Path
`
| |
|
`--use-existing-split`
| Use the specified folder IDs for the dataset split. |
`
bool
`
| |
|
`--train-folder`
| ID of the training folder to import from Arkindex. |
`
uuid
`
| |
|
`--val-folder`
| ID of the validation folder to import from Arkindex. |
`
uuid
`
| |
|
`--test-folder`
| ID of the training folder to import from Arkindex. |
`
uuid
`
| |
|
`--transcription-worker-version`
| Filter transcriptions by worker_version. Use ‘manual’ for manual filtering. |
`
str/uuid
`
| |
|
`--entity-worker-version`
| Filter transcriptions entities by worker_version. Use ‘manual’ for manual filtering |
`
str/uuid
`
| |
|
`--train-prob`
| Training set split size |
`
float
`
|
`0.7`
|
|
`--val-prob`
| Validation set split size |
`
float
`
|
`0.
15
`
|
The
`--tokens`
argument expects a file with the following format.
```yaml
Loading