Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
poldeepner2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Information extraction
poldeepner2
Commits
48204281
Commit
48204281
authored
May 16, 2022
by
Michał Marcińczuk
Browse files
Options
Downloads
Patches
Plain Diff
CoNLL 2003 NER experiment setup.
parent
93a11ce6
Branches
Branches containing commit
No related tags found
1 merge request
!41
Dev v07
Pipeline
#5001
passed
May 16, 2022
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
configs/train-conll03-context.yaml
+24
-0
24 additions, 0 deletions
configs/train-conll03-context.yaml
with
24 additions
and
0 deletions
configs/train-conll03-context.yaml
0 → 100644
+
24
−
0
View file @
48204281
# Test how the training strategy affect production.
data_train
:
data/coNLL-2003/train.txt
data_tune
:
data/coNLL-2003/valid.txt
data_test
:
data/coNLL-2003/test.txt
pretrained_path
:
xlm-roberta-large
max_seq_length
:
256
num_train_epochs
:
20
seed
:
[
101
,
102
,
103
,
104
,
105
]
warmup_proportion
:
0.0
learning_rate
:
5e-6
eval_batch_size
:
16
train_batch_size
:
16
dropout
:
0.2
wandb
:
conll03_en_context
#freeze_model:
#sequence_generator: context-right
#sequence_generator: context-right-mix
#sequence_generator: single
#sequence_generator: merged
sequence_generator
:
union
sequence_generator_for_eval
:
context-window
output_dir
:
../poldeepner2_models/dev/squeeze_research/conll_context/model_{sequence_generator}_{max_seq_length}_{seed}_v
hidden_size
:
1024
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment