Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,10 @@ tags:
|
|
5 |
model-index:
|
6 |
- name: Chakshu/conversation_terminator_classifier
|
7 |
results: []
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
@@ -20,7 +24,7 @@ It achieves the following results on the evaluation set:
|
|
20 |
|
21 |
## Model description
|
22 |
|
23 |
-
|
24 |
|
25 |
## Intended uses & limitations
|
26 |
|
@@ -58,4 +62,4 @@ The following hyperparameters were used during training:
|
|
58 |
- Transformers 4.28.0
|
59 |
- TensorFlow 2.12.0
|
60 |
- Datasets 2.12.0
|
61 |
-
- Tokenizers 0.13.3
|
|
|
5 |
model-index:
|
6 |
- name: Chakshu/conversation_terminator_classifier
|
7 |
results: []
|
8 |
+
datasets:
|
9 |
+
- Chakshu/conversation_ender
|
10 |
+
language:
|
11 |
+
- en
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
|
|
24 |
|
25 |
## Model description
|
26 |
|
27 |
+
Classifies if the user is ending the conversation or wanting to continue it.
|
28 |
|
29 |
## Intended uses & limitations
|
30 |
|
|
|
62 |
- Transformers 4.28.0
|
63 |
- TensorFlow 2.12.0
|
64 |
- Datasets 2.12.0
|
65 |
+
- Tokenizers 0.13.3
|