Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

params.yaml 998 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
  1. preprocessing:
  2. stopwords: ["check against delivery", "check delivery", "introduction", "video recording", "as delivered", "version as delivered", "distinguished", "mr", "mrs", "mr.", "mrs.", "ms.", "ms", "sir", "madam", "madame", "chairman", "chairmen", "chairwoman", "chairwomen", "chairperson", "chairpeople", "excellency", "excellencies", "majesty", "majesties", "highness", "highnesses", "royal", "honorable", "president", "king", "prince", "queen", "princess", "delegate", "delegates", "gentlemen", "ladies", "lady", "gentleman", "ministers", "'s", "also", "must", "would", "also", "refugee", "refugees", "unhcr", "united_nations", "united", "nations", "country", "year", "ha", "wa", "high_commissioner", "high", "commissioner", "de", "la", "un", "en", "los", "el", "que"]
  3. punctuation: [',', '.', ';', ':', '?', '!', '/', '-', '--', '(', ')', '–', '``' , ' ', '*']
  4. ngrams:
  5. min: 1
  6. max: 3
  7. df:
  8. min: 3
  9. max: 0.8
  10. lda:
  11. passes: 50
  12. iterations: 500
  13. num_topics: 10
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...