params.yml 366 B

12345678910111213141516171819
  1. !!python/object:argparse.Namespace
  2. add_title: true
  3. blacklist: null
  4. constant_sampling: 12000
  5. dataset: ../acl
  6. dimensions: 50
  7. filter: no-filter
  8. lemmatize: true
  9. limit_redundancy: false
  10. location: output/acl_2002_2022
  11. max_df: 0.15
  12. min_df: 0.00075
  13. pre_trained_embeddings: true
  14. remove_latex: true
  15. samples: 300000
  16. threads: 30
  17. topics: 20
  18. use_saved_embeddings: true
  19. values: []