Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,9 @@ language:
|
|
6 |
base_model:
|
7 |
- google-bert/bert-base-uncased
|
8 |
pipeline_tag: text-classification
|
|
|
|
|
|
|
9 |
---
|
10 |
|
11 |
This is Bert-base-uncased model fine-tuned for topic classification of therapist remarks in psychotherapeutic contexts. The task is a multi-class classification with the following labels:
|
|
|
6 |
base_model:
|
7 |
- google-bert/bert-base-uncased
|
8 |
pipeline_tag: text-classification
|
9 |
+
tags:
|
10 |
+
- PyTorch
|
11 |
+
- multi-class-classification
|
12 |
---
|
13 |
|
14 |
This is Bert-base-uncased model fine-tuned for topic classification of therapist remarks in psychotherapeutic contexts. The task is a multi-class classification with the following labels:
|