spaCy/spacy/cli/templates/quickstart_training_recommendations.json

14 lines
280 B
JSON
Raw Normal View History

2020-08-15 15:50:29 +03:00
{
"en": {
"word_vectors": "en_vectors_web_lg",
"transformer": {
"efficiency": { "name": "roberta-base", "size_factor": 3 },
"accuracy": { "name": "roberta-base", "size_factor": 3 }
}
},
"de": {
"word_vectors": null,
"transformer": null
}
}