Update README.md
Browse files
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.
|