Librarian Bot: Add base_model information to model
#2
by
librarian-bot
- opened
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: mdeberta-v3-base_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/mdeberta-v3-base
|
| 16 |
model-index:
|
| 17 |
- name: mdeberta-v3-base_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.8136
|
| 29 |
+
name: F1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
---
|
| 31 |
|
| 32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|