Skip to content

Commit

Permalink
Update last profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
kefniark committed Aug 11, 2021
1 parent 9518a2b commit 89ce354
Show file tree
Hide file tree
Showing 4 changed files with 24,638 additions and 19,927 deletions.
8 changes: 4 additions & 4 deletions src/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ export interface ILangProfiles {
// different config profiles
const config = {
light: {
DATASET_MAX_LINE_PER_LANGUAGE: 6000,
DATASET_MAX_LINE_PER_LANGUAGE: 8000,
TRAINING_UNIQUE_GRAMS: [1, 2, 3],
TOP_LANGUAGE_UNIQUE_GRAMS: 80,
TOP_LANGUAGE_GRAMS: 70,
TOP_LANGUAGE_GRAMS_MAXLANG: 8,
TOP_LANGUAGE_GRAMS_MAXLANG: 6,
DB_PROFILE: 'src/profiles/light.json'
},
normal: {
DATASET_MAX_LINE_PER_LANGUAGE: 24000,
DATASET_MAX_LINE_PER_LANGUAGE: 40000,
TRAINING_UNIQUE_GRAMS: [1, 2, 3, 4, 5],
TOP_LANGUAGE_UNIQUE_GRAMS: 200,
TOP_LANGUAGE_GRAMS: 800,
TOP_LANGUAGE_GRAMS_MAXLANG: 16,
TOP_LANGUAGE_GRAMS_MAXLANG: 10,
DB_PROFILE: 'src/profiles/normal.json'
}
}
Expand Down
Loading

0 comments on commit 89ce354

Please sign in to comment.