sfarrukh commited on
Commit
9bfad30
·
verified ·
1 Parent(s): 9a9c55d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -3
README.md CHANGED
@@ -1,10 +1,21 @@
1
  ---
2
  library_name: transformers
3
- tags:
4
- - generated_from_trainer
5
  model-index:
6
  - name: modernbert-setfit-nli
7
  results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  ---
9
 
10
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -44,4 +55,4 @@ The following hyperparameters were used during training:
44
  - Transformers 4.48.0
45
  - Pytorch 2.5.1+cu121
46
  - Datasets 3.2.0
47
- - Tokenizers 0.21.0
 
1
  ---
2
  library_name: transformers
 
 
3
  model-index:
4
  - name: modernbert-setfit-nli
5
  results: []
6
+ license: mit
7
+ datasets:
8
+ - SetFit/mnli
9
+ language:
10
+ - en
11
+ metrics:
12
+ - accuracy
13
+ - precision
14
+ - recall
15
+ - f1
16
+ base_model:
17
+ - answerdotai/ModernBERT-base
18
+ pipeline_tag: text-classification
19
  ---
20
 
21
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
55
  - Transformers 4.48.0
56
  - Pytorch 2.5.1+cu121
57
  - Datasets 3.2.0
58
+ - Tokenizers 0.21.0