Commit
•
08dc481
1
Parent(s):
a90588a
Librarian Bot: Add base_model information to model (#2)
Browse files- Librarian Bot: Add base_model information to model (e4cd49e45da2463da80e98022c97e8a7403c91dc)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,31 +1,32 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: mit
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
- nlu
|
6 |
- intent-classification
|
|
|
|
|
7 |
metrics:
|
8 |
- accuracy
|
9 |
- f1
|
|
|
|
|
10 |
model-index:
|
11 |
- name: multilingual_minilm-amazon-massive-intent
|
12 |
results:
|
13 |
-
- task:
|
|
|
14 |
name: intent-classification
|
15 |
-
type: intent-classification
|
16 |
dataset:
|
17 |
name: MASSIVE
|
18 |
type: AmazonScience/massive
|
19 |
split: test
|
20 |
metrics:
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
datasets:
|
25 |
-
- AmazonScience/massive
|
26 |
-
language:
|
27 |
-
- en
|
28 |
-
pipeline_tag: text-classification
|
29 |
---
|
30 |
|
31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: mit
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
- nlu
|
8 |
- intent-classification
|
9 |
+
datasets:
|
10 |
+
- AmazonScience/massive
|
11 |
metrics:
|
12 |
- accuracy
|
13 |
- f1
|
14 |
+
pipeline_tag: text-classification
|
15 |
+
base_model: microsoft/Multilingual-MiniLM-L12-H384
|
16 |
model-index:
|
17 |
- name: multilingual_minilm-amazon-massive-intent
|
18 |
results:
|
19 |
+
- task:
|
20 |
+
type: intent-classification
|
21 |
name: intent-classification
|
|
|
22 |
dataset:
|
23 |
name: MASSIVE
|
24 |
type: AmazonScience/massive
|
25 |
split: test
|
26 |
metrics:
|
27 |
+
- type: f1
|
28 |
+
value: 0.8234
|
29 |
+
name: F1
|
|
|
|
|
|
|
|
|
|
|
30 |
---
|
31 |
|
32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|