mohamedhoussem45 commited on
Commit
c37f46b
·
verified ·
1 Parent(s): d8491ae

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -1,3 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
  # T5 Small Intent-Slot Model
2
 
3
  This is a fine-tuned **T5 model** designed for **Intent Detection and Slot Filling** — a core task in natural language understanding (NLU) for chatbots, virtual assistants, and conversational AI.
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ base_model:
6
+ - google/flan-t5-small
7
+ pipeline_tag: text2text-generation
8
+ tags:
9
+ - slot-filling
10
+ - intent-recognition
11
+ - sequence-to-sequence
12
+ ---
13
  # T5 Small Intent-Slot Model
14
 
15
  This is a fine-tuned **T5 model** designed for **Intent Detection and Slot Filling** — a core task in natural language understanding (NLU) for chatbots, virtual assistants, and conversational AI.