Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
|
| 2 |
# BERT Hierarchical Classification Model
|
| 3 |
|
|
@@ -22,5 +31,4 @@ The model classifies input texts into the following hierarchical levels:
|
|
| 22 |
|
| 23 |
## Usage
|
| 24 |
|
| 25 |
-
See instructions below on how to load and use the model.
|
| 26 |
-
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
base_model:
|
| 6 |
+
- google-bert/bert-base-uncased
|
| 7 |
+
pipeline_tag: text-classification
|
| 8 |
+
library_name: transformers
|
| 9 |
+
---
|
| 10 |
|
| 11 |
# BERT Hierarchical Classification Model
|
| 12 |
|
|
|
|
| 31 |
|
| 32 |
## Usage
|
| 33 |
|
| 34 |
+
See instructions below on how to load and use the model.
|
|
|