JeswinMS4 commited on
Commit
b8761ee
1 Parent(s): 9f5f73f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -4
README.md CHANGED
@@ -12,9 +12,7 @@ language:
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
  The base line model is a 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
16
- between english and English.
17
-
18
  ## Training procedure
19
 
20
  ### Training hyperparameters
@@ -40,7 +38,7 @@ with three labels: fintech, abusive, and out of scope. The model has undergone a
40
  trained on a large corpus of annotated data using a supervised learning approach. The objective of the model is to
41
  classify incoming text data into one of the three predefined classes based on the underlying intent of the text.
42
 
43
- The performance of the model was evaluated on a held-out test set, and it achieved high accuracy and F1 scores
44
  for all three classes. The model's high accuracy and robustness make it suitable for use in real-world applications,
45
  such as chatbots, customer service automation, and social media monitoring.
46
  Overall, the finetuned Hugging Face model provides an effective and reliable solution for intent classification
 
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
  The base line model is a 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).
 
 
16
  ## Training procedure
17
 
18
  ### Training hyperparameters
 
38
  trained on a large corpus of annotated data using a supervised learning approach. The objective of the model is to
39
  classify incoming text data into one of the three predefined classes based on the underlying intent of the text.
40
 
41
+ The performance of the model was evaluated and it achieved high accuracy and F1 scores
42
  for all three classes. The model's high accuracy and robustness make it suitable for use in real-world applications,
43
  such as chatbots, customer service automation, and social media monitoring.
44
  Overall, the finetuned Hugging Face model provides an effective and reliable solution for intent classification