Serj commited on
Commit
38b2959
1 Parent(s): a7cbc76

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -8
README.md CHANGED
@@ -5,11 +5,14 @@ tags: []
5
 
6
  # Model Card for Model ID
7
 
8
- <!-- Provide a quick summary of what the model is/does. -->
9
-
 
 
10
 
11
 
12
  ## Model Details
 
13
 
14
  ### Model Description
15
 
@@ -17,13 +20,11 @@ tags: []
17
 
18
  This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
19
 
20
- - **Developed by:** [More Information Needed]
21
- - **Funded by [optional]:** [More Information Needed]
22
- - **Shared by [optional]:** [More Information Needed]
23
- - **Model type:** [More Information Needed]
24
  - **Language(s) (NLP):** [More Information Needed]
25
  - **License:** [More Information Needed]
26
- - **Finetuned from model [optional]:** [More Information Needed]
27
 
28
  ### Model Sources [optional]
29
 
@@ -35,7 +36,7 @@ This is the model card of a 🤗 transformers model that has been pushed on the
35
 
36
  ## Uses
37
 
38
- <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
 
40
  ### Direct Use
41
 
 
5
 
6
  # Model Card for Model ID
7
 
8
+ Intent classification is the act of classifying customer's in to different pre defined categories.
9
+ Sometimes intent classification is referred to as topic classification.
10
+ By fine tuning a T5 model with prompts containing sythetic data that resembles customer's requests this
11
+ model is able to classify intents in a dynamic way by adding all of the categories to the prompt
12
 
13
 
14
  ## Model Details
15
+ Fine tuned Flan-T5-Base
16
 
17
  ### Model Description
18
 
 
20
 
21
  This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
22
 
23
+ - **Developed by:** Serj Smorodinsky
24
+ - **Model type:** Flan-T5-Base
 
 
25
  - **Language(s) (NLP):** [More Information Needed]
26
  - **License:** [More Information Needed]
27
+ - **Finetuned from model [optional]:** Flan-T5-Base
28
 
29
  ### Model Sources [optional]
30
 
 
36
 
37
  ## Uses
38
 
39
+
40
 
41
  ### Direct Use
42