Update README.md
Browse files
README.md
CHANGED
@@ -9,7 +9,9 @@ pipeline_tag: text-classification
|
|
9 |
# saxa3-capstone
|
10 |
|
11 |
This is a [BERTopic](https://github.com/MaartenGr/BERTopic) model.
|
12 |
-
BERTopic is a flexible and modular topic modeling framework that allows for the generation of easily interpretable topics from large datasets.
|
|
|
|
|
13 |
|
14 |
## Usage
|
15 |
|
@@ -33,14 +35,7 @@ topic_model.get_topic_info()
|
|
33 |
* Number of topics: 24
|
34 |
* Number of training documents: 1602
|
35 |
|
36 |
-
|
37 |
-
<summary>Click here for an overview of all topics.</summary>
|
38 |
-
|
39 |
-
| Topic ID | Topic Keywords | Topic Frequency | Label |
|
40 |
-
|----------|----------------|-----------------|-------|
|
41 |
-
| -1 | medical - advisory - outreach - health - employment | 196 | -1_medical_advisory_outreach_health |
|
42 |
-
|
43 |
-
</details>
|
44 |
|
45 |
## Training hyperparameters
|
46 |
|
|
|
9 |
# saxa3-capstone
|
10 |
|
11 |
This is a [BERTopic](https://github.com/MaartenGr/BERTopic) model.
|
12 |
+
BERTopic is a flexible and modular topic modeling framework that allows for the generation of easily interpretable topics from large datasets.
|
13 |
+
This text-classification model was modeled from The Department of Veterans Affairs Advisory Committee on Women Veterans biennial reports, from
|
14 |
+
a period of 1996 - 2020. It was specifically generated from recommendations used within each of the reports.
|
15 |
|
16 |
## Usage
|
17 |
|
|
|
35 |
* Number of topics: 24
|
36 |
* Number of training documents: 1602
|
37 |
|
38 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
|
40 |
## Training hyperparameters
|
41 |
|