pszemraj commited on
Commit
2979c21
·
1 Parent(s): f254373

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -1,12 +1,16 @@
1
  ---
2
  tags:
3
  - bertopic
 
 
4
  library_name: bertopic
5
  pipeline_tag: text-classification
6
  inference: false
7
  license: apache-2.0
8
  datasets:
9
  - pszemraj/summcomparer-gauntlet-v0p1
 
 
10
  ---
11
 
12
  # BERTopic-summcomparer-gauntlet-v0p1-all-roberta-large-v1-document_text
@@ -19,7 +23,7 @@ BERTopic is a flexible and modular topic modeling framework that allows for the
19
  To use this model, please install BERTopic:
20
 
21
  ```
22
- pip install -U bertopic
23
  ```
24
 
25
  You can use the model as follows:
 
1
  ---
2
  tags:
3
  - bertopic
4
+ - summcomparer
5
+ - document_text
6
  library_name: bertopic
7
  pipeline_tag: text-classification
8
  inference: false
9
  license: apache-2.0
10
  datasets:
11
  - pszemraj/summcomparer-gauntlet-v0p1
12
+ language:
13
+ - en
14
  ---
15
 
16
  # BERTopic-summcomparer-gauntlet-v0p1-all-roberta-large-v1-document_text
 
23
  To use this model, please install BERTopic:
24
 
25
  ```
26
+ pip install -U bertopic safetensors
27
  ```
28
 
29
  You can use the model as follows: