1-800-BAD-CODE's picture
Create config.yaml
e6e5f43
raw
history blame
331 Bytes
# Roance model
languages: [
"ca", "es", "fr", "it", "pt", "ro"
]
# Model has 512 positional embeddings, but only trained on sequences up to 256 tokens
max_length: 256
# Not actually used, but included for pipeline generality
pre_labels: [
"<NULL>",
"¿",
]
post_labels: [
"<NULL>",
"<ACRONYM>",
".",
",",
"?",
]