Skip to content

Add Option to Configure Number of Templates Generated in Templatic Augmentation #1088

@chakravarthik27

Description

@chakravarthik27

Current State

...

TemplaticAugment(
    templates=templates,
    task=TaskManager("ner"),
    generate_templates=True,
    show_templates=True
)

Suggested Solution

...

TemplaticAugment(
    templates=templates,
    task=TaskManager("ner"),
    generate_templates=True,
    show_templates=True
    additional_templates_count=10 # 
)

Metadata

Metadata

Labels

⭐ FeatureIndicates new feature requests💡EnhancementsSomething can be improved

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions