Adapted model to be more general. Accuracy ~60 on Banking77 and ~80 on Atis.
Browse files- README.md +12 -2
- config.json +1 -1
- model.safetensors +1 -1
README.md
CHANGED
@@ -4,8 +4,18 @@ tags:
|
|
4 |
datasets:
|
5 |
- clinc/clinc_oos
|
6 |
widget:
|
7 |
-
- text:
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
|
11 |
# Prompt Structure
|
|
|
4 |
datasets:
|
5 |
- clinc/clinc_oos
|
6 |
widget:
|
7 |
+
- text: 'Topic %% Customer: How do I get my money back?.
|
8 |
+
|
9 |
+
END MESSAGE
|
10 |
+
|
11 |
+
Choose one topic that matches customer''s issue.
|
12 |
+
|
13 |
+
# renew subscription # account deletion # cancel subscription # resume subscription
|
14 |
+
# refund requests # other # general # item damaged # malfunction # hello # intro
|
15 |
+
# question
|
16 |
+
|
17 |
+
Class name: '
|
18 |
+
example_title: Open Label Intent Classification
|
19 |
---
|
20 |
|
21 |
# Prompt Structure
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "archived_experiments/
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "archived_experiments/b0.00_f1w_0.86_m:flan-t5-base_e:3_b:8_t:07122024-14:28:46_ncs:True_ups:False_udl:False_nnp:True_eet:False/models/flan-t5-base",
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 990345064
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e809966c98ce7c7e00bcc246174b5e9404912685bae6f0491b2b6c72282baa2c
|
3 |
size 990345064
|