File size: 582 Bytes
9e8e3a4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
  "calculate_probabilities": false,
  "language": "english",
  "low_memory": false,
  "min_topic_size": 10,
  "n_gram_range": [
    1,
    1
  ],
  "nr_topics": null,
  "seed_topic_list": [
    [
      "drug",
      "cancer",
      "drugs",
      "doctor"
    ],
    [
      "windows",
      "drive",
      "dos",
      "file"
    ],
    [
      "space",
      "launch",
      "orbit",
      "lunar"
    ]
  ],
  "top_n_words": 10,
  "verbose": false,
  "zeroshot_min_similarity": 0.7,
  "zeroshot_topic_list": null,
  "embedding_model": "sentence-transformers/all-MiniLM-L6-v2"
}