1-800-BAD-CODE commited on
Commit
adf023c
1 Parent(s): 4567479

Update config.yaml

Browse files
Files changed (1) hide show
  1. config.yaml +2 -1
config.yaml CHANGED
@@ -6,12 +6,13 @@ languages: [
6
  # Model has 512 positional embeddings, but only trained on sequences up to 256 tokens
7
  max_length: 256
8
 
9
- # Not actually used, but included for pipeline generality
10
  pre_labels: [
11
  "<NULL>",
12
  "¿",
13
  ]
14
 
 
15
  post_labels: [
16
  "<NULL>",
17
  "<ACRONYM>",
 
6
  # Model has 512 positional embeddings, but only trained on sequences up to 256 tokens
7
  max_length: 256
8
 
9
+ # Labels that may be predicted before each token
10
  pre_labels: [
11
  "<NULL>",
12
  "¿",
13
  ]
14
 
15
+ # Labels that may be predicted after each token
16
  post_labels: [
17
  "<NULL>",
18
  "<ACRONYM>",