kaixkhazaki commited on
Commit
9892944
·
verified ·
1 Parent(s): 2ce3b00

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -12
README.md CHANGED
@@ -3,7 +3,8 @@ library_name: transformers
3
  license: apache-2.0
4
  base_model: answerdotai/ModernBERT-base
5
  tags:
6
- - generated_from_trainer
 
7
  metrics:
8
  - accuracy
9
  - f1
@@ -12,6 +13,11 @@ metrics:
12
  model-index:
13
  - name: modernbert-zeroshot-xnli-eng-0.1
14
  results: []
 
 
 
 
 
15
  ---
16
 
17
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -19,28 +25,25 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  # modernbert-zeroshot-xnli-eng-0.1
21
 
22
- This model is a fine-tuned version of [answerdotai/ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base) on an unknown dataset.
23
  It achieves the following results on the evaluation set:
24
- - Loss: 0.7444
25
- - Accuracy: 0.8343
26
- - F1: 0.8371
27
- - Precision: 0.8738
28
- - Recall: 0.8343
29
 
30
  ## Model description
31
 
32
- More information needed
33
 
34
  ## Intended uses & limitations
35
 
36
- More information needed
37
-
38
  ## Training and evaluation data
39
 
40
- More information needed
41
 
42
  ## Training procedure
43
 
 
44
  ### Training hyperparameters
45
 
46
  The following hyperparameters were used during training:
@@ -77,4 +80,4 @@ The following hyperparameters were used during training:
77
  - Transformers 4.48.0.dev0
78
  - Pytorch 2.4.1+cu121
79
  - Datasets 3.1.0
80
- - Tokenizers 0.21.0
 
3
  license: apache-2.0
4
  base_model: answerdotai/ModernBERT-base
5
  tags:
6
+ - modernbert
7
+ - zeroshot
8
  metrics:
9
  - accuracy
10
  - f1
 
13
  model-index:
14
  - name: modernbert-zeroshot-xnli-eng-0.1
15
  results: []
16
+ datasets:
17
+ - facebook/xnli
18
+ language:
19
+ - en
20
+ pipeline_tag: zero-shot-classification
21
  ---
22
 
23
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
25
 
26
  # modernbert-zeroshot-xnli-eng-0.1
27
 
28
+ This model is a fine-tuned version of [answerdotai/ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base) on 10% of the english subset of facebook/xnli dataset.
29
  It achieves the following results on the evaluation set:
30
+ - Test Loss: 0.3539
31
+ - F1: 0.8596
32
+
 
 
33
 
34
  ## Model description
35
 
36
+ answerdotai/ModernBERT-base
37
 
38
  ## Intended uses & limitations
39
 
 
 
40
  ## Training and evaluation data
41
 
42
+ 10% of the english subset of facebook/xnli dataset.
43
 
44
  ## Training procedure
45
 
46
+
47
  ### Training hyperparameters
48
 
49
  The following hyperparameters were used during training:
 
80
  - Transformers 4.48.0.dev0
81
  - Pytorch 2.4.1+cu121
82
  - Datasets 3.1.0
83
+ - Tokenizers 0.21.0