Skip to content

Commit e007895

Browse files
Merve NoyanMerve Noyan
authored andcommitted
lint
1 parent 7c031b8 commit e007895

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/tasks/src/tasks/token-classification/data.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ const taskData: TaskDataCustom = {
6464
id: "dslim/bert-base-NER",
6565
},
6666
{
67-
description:
68-
"A strong model to identify people, locations, organizations and names in multiple languages.",
67+
description: "A strong model to identify people, locations, organizations and names in multiple languages.",
6968
id: "FacebookAI/xlm-roberta-large-finetuned-conll03-english",
7069
},
7170
{

packages/tasks/src/tasks/translation/data.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ const taskData: TaskDataCustom = {
4242
],
4343
models: [
4444
{
45-
description: "Very powerful model that can translate many languages between each other, especially low-resource languages.",
45+
description:
46+
"Very powerful model that can translate many languages between each other, especially low-resource languages.",
4647
id: "facebook/nllb-200-1.3B",
4748
},
4849
{

0 commit comments

Comments
 (0)