cartesinus commited on
Commit
819e8c5
1 Parent(s): 1f6a1c4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -2
README.md CHANGED
@@ -9,7 +9,18 @@ metrics:
9
  - f1
10
  model-index:
11
  - name: multilingual_minilm-amazon_massive-intent_eu_noen
12
- results: []
 
 
 
 
 
 
 
 
 
 
 
13
  datasets:
14
  - AmazonScience/massive
15
  language:
@@ -26,7 +37,7 @@ should probably proofread and complete it, then remove this comment. -->
26
 
27
  # multilingual_minilm-amazon_massive-intent_eu_noen
28
 
29
- This model is a fine-tuned version of [microsoft/Multilingual-MiniLM-L12-H384](https://huggingface.co/microsoft/Multilingual-MiniLM-L12-H384) on the None dataset.
30
  It achieves the following results on the evaluation set:
31
  - Loss: 0.7794
32
  - Accuracy: 0.8551
 
9
  - f1
10
  model-index:
11
  - name: multilingual_minilm-amazon_massive-intent_eu_noen
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.8551
24
  datasets:
25
  - AmazonScience/massive
26
  language:
 
37
 
38
  # multilingual_minilm-amazon_massive-intent_eu_noen
39
 
40
+ This model is a fine-tuned version of [microsoft/Multilingual-MiniLM-L12-H384](https://huggingface.co/microsoft/Multilingual-MiniLM-L12-H384) on the [MASSIVE1.1](https://huggingface.co/datasets/AmazonScience/massive) dataset.
41
  It achieves the following results on the evaluation set:
42
  - Loss: 0.7794
43
  - Accuracy: 0.8551