luissattelmayer commited on
Commit
5559d61
·
1 Parent(s): 0747752

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +72 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: MoritzLaurer/bge-m3-zeroshot-v2.0
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: nli-finetuning-laurer-immigration-classification
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # nli-finetuning-laurer-immigration-classification
17
+
18
+ This model is a fine-tuned version of [MoritzLaurer/bge-m3-zeroshot-v2.0](https://huggingface.co/MoritzLaurer/bge-m3-zeroshot-v2.0) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.5578
21
+ - Accuracy: 0.9032
22
+ - F1 Macro: 0.8969
23
+ - Accuracy Balanced: 0.8913
24
+ - F1 Micro: 0.9032
25
+ - Precision Macro: 0.9048
26
+ - Recall Macro: 0.8913
27
+ - Precision Micro: 0.9032
28
+ - Recall Micro: 0.9032
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:
47
+ - learning_rate: 2e-05
48
+ - train_batch_size: 8
49
+ - eval_batch_size: 80
50
+ - seed: 42
51
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
52
+ - lr_scheduler_type: linear
53
+ - lr_scheduler_warmup_ratio: 0.25
54
+ - num_epochs: 5
55
+
56
+ ### Training results
57
+
58
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 Macro | Accuracy Balanced | F1 Micro | Precision Macro | Recall Macro | Precision Micro | Recall Micro |
59
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|:-----------------:|:--------:|:---------------:|:------------:|:---------------:|:------------:|
60
+ | No log | 1.0 | 151 | 0.3342 | 0.8763 | 0.8679 | 0.8619 | 0.8763 | 0.8769 | 0.8619 | 0.8763 | 0.8763 |
61
+ | No log | 2.0 | 302 | 0.4733 | 0.8710 | 0.8680 | 0.8793 | 0.8710 | 0.8644 | 0.8793 | 0.8710 | 0.8710 |
62
+ | No log | 3.0 | 453 | 0.5168 | 0.8978 | 0.8895 | 0.8796 | 0.8978 | 0.9073 | 0.8796 | 0.8978 | 0.8978 |
63
+ | 0.4084 | 4.0 | 604 | 0.5300 | 0.8871 | 0.8813 | 0.8804 | 0.8871 | 0.8823 | 0.8804 | 0.8871 | 0.8871 |
64
+ | 0.4084 | 5.0 | 755 | 0.5578 | 0.9032 | 0.8969 | 0.8913 | 0.9032 | 0.9048 | 0.8913 | 0.9032 | 0.9032 |
65
+
66
+
67
+ ### Framework versions
68
+
69
+ - Transformers 4.31.0
70
+ - Pytorch 2.5.0+cu121
71
+ - Datasets 2.14.7
72
+ - Tokenizers 0.13.3