Update README.md
Browse files
README.md
CHANGED
@@ -9,7 +9,7 @@ language:
|
|
9 |
- en
|
10 |
---
|
11 |
# BERT Base Intent model
|
12 |
-
This is a fine tuned model based on Bert-Base-Uncased model. This
|
13 |
Pretrained model on English language using a masked language modeling (MLM) objective. It was introduced in
|
14 |
[this paper](https://arxiv.org/abs/1810.04805) and first released in
|
15 |
[this repository](https://github.com/google-research/bert). This model is uncased: it does not make a difference
|
|
|
9 |
- en
|
10 |
---
|
11 |
# BERT Base Intent model
|
12 |
+
This is a fine tuned model based on Bert-Base-Uncased model. This model is used to classify intent into 3 categories- Fintech, Out of Scope and Abusive.
|
13 |
Pretrained model on English language using a masked language modeling (MLM) objective. It was introduced in
|
14 |
[this paper](https://arxiv.org/abs/1810.04805) and first released in
|
15 |
[this repository](https://github.com/google-research/bert). This model is uncased: it does not make a difference
|