cartesinus commited on
Commit
31f14e3
1 Parent(s): 9023016

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -2
README.md CHANGED
@@ -2,12 +2,25 @@
2
  license: mit
3
  tags:
4
  - generated_from_trainer
 
 
5
  metrics:
6
  - accuracy
7
  - f1
8
  model-index:
9
  - name: mdeberta-v3-base_amazon-massive_intent
10
- results: []
 
 
 
 
 
 
 
 
 
 
 
11
  datasets:
12
  - AmazonScience/massive
13
  language:
@@ -20,7 +33,7 @@ should probably proofread and complete it, then remove this comment. -->
20
 
21
  # mdeberta-v3-base_amazon-massive_intent
22
 
23
- This model is a fine-tuned version of [microsoft/mdeberta-v3-base](https://huggingface.co/microsoft/mdeberta-v3-base) on the None dataset.
24
  It achieves the following results on the evaluation set:
25
  - Loss: 1.1661
26
  - Accuracy: 0.8136
 
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: text-classification
15
+ type: text-classification
16
+ dataset:
17
+ name: MASSIVE
18
+ type: AmazonScience/massive
19
+ split: test
20
+ metrics:
21
+ - name: F1
22
+ type: f1
23
+ value: 0.8136
24
  datasets:
25
  - AmazonScience/massive
26
  language:
 
33
 
34
  # mdeberta-v3-base_amazon-massive_intent
35
 
36
+ This model is a fine-tuned version of [microsoft/mdeberta-v3-base](https://huggingface.co/microsoft/mdeberta-v3-base) on the [MASSIVE1.1](https://huggingface.co/datasets/AmazonScience/massive) dataset.
37
  It achieves the following results on the evaluation set:
38
  - Loss: 1.1661
39
  - Accuracy: 0.8136