File size: 3,636 Bytes
0a8ef0e
 
 
 
0ea84df
 
0a8ef0e
 
 
 
 
 
 
 
 
 
 
0ea84df
cae04b5
 
 
 
 
0a8ef0e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
cae04b5
a484d5b
 
0a8ef0e
 
 
 
 
 
0ea84df
 
 
 
cae04b5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0ea84df
 
0a8ef0e
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
---
license: mit
tags:
- generated_from_trainer
metrics:
- accuracy
model-index:
- name: MiniLM-evidence-types
  results: []
---

<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->

# MiniLM-evidence-types

This model is a fine-tuned version of [microsoft/MiniLM-L12-H384-uncased](https://huggingface.co/microsoft/MiniLM-L12-H384-uncased) on the None dataset.
It achieves the following results on the evaluation set:
- Loss: 1.6603
- Macro f1: 0.4329
- Weighted f1: 0.7053
- Accuracy: 0.7154
- Balanced accuracy: 0.4114

## Model description

More information needed

## Intended uses & limitations

More information needed

## Training and evaluation data

More information needed

## Training procedure

### Training hyperparameters

The following hyperparameters were used during training:
- learning_rate: 3e-05
- train_batch_size: 32
- eval_batch_size: 32
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 20
- mixed_precision_training: Native AMP

### Training results

| Training Loss | Epoch | Step | Validation Loss | Macro f1 | Weighted f1 | Accuracy | Balanced accuracy |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:-----------:|:--------:|:-----------------:|
| 1.3633        | 1.0   | 125  | 1.1325          | 0.3442   | 0.6470      | 0.6872   | 0.3862            |
| 1.0162        | 2.0   | 250  | 0.9858          | 0.3062   | 0.6889      | 0.7131   | 0.3135            |
| 0.868         | 3.0   | 375  | 0.9587          | 0.4091   | 0.7071      | 0.7207   | 0.3993            |
| 0.75          | 4.0   | 500  | 0.9983          | 0.4105   | 0.7080      | 0.7192   | 0.4039            |
| 0.6317        | 5.0   | 625  | 1.0197          | 0.4095   | 0.6941      | 0.6994   | 0.4093            |
| 0.5253        | 6.0   | 750  | 1.0760          | 0.4303   | 0.7073      | 0.7123   | 0.4223            |
| 0.4615        | 7.0   | 875  | 1.1371          | 0.4328   | 0.7040      | 0.7169   | 0.4096            |
| 0.3984        | 8.0   | 1000 | 1.1649          | 0.4516   | 0.6997      | 0.7002   | 0.4678            |
| 0.3332        | 9.0   | 1125 | 1.2009          | 0.4364   | 0.6994      | 0.7040   | 0.4243            |
| 0.2996        | 10.0  | 1250 | 1.2760          | 0.4336   | 0.7095      | 0.7192   | 0.4162            |
| 0.255         | 11.0  | 1375 | 1.3266          | 0.4353   | 0.6914      | 0.6918   | 0.4402            |
| 0.2318        | 12.0  | 1500 | 1.3591          | 0.4322   | 0.7011      | 0.7116   | 0.4101            |
| 0.2163        | 13.0  | 1625 | 1.4554          | 0.4226   | 0.7080      | 0.7237   | 0.4029            |
| 0.1837        | 14.0  | 1750 | 1.4363          | 0.4385   | 0.6938      | 0.6963   | 0.4250            |
| 0.1735        | 15.0  | 1875 | 1.5356          | 0.4363   | 0.7118      | 0.7230   | 0.4098            |
| 0.1526        | 16.0  | 2000 | 1.5731          | 0.4370   | 0.7073      | 0.7169   | 0.4181            |
| 0.1288        | 17.0  | 2125 | 1.6258          | 0.4406   | 0.7123      | 0.7245   | 0.4151            |
| 0.1321        | 18.0  | 2250 | 1.6590          | 0.4364   | 0.7081      | 0.7184   | 0.4148            |
| 0.114         | 19.0  | 2375 | 1.6598          | 0.4324   | 0.7074      | 0.7192   | 0.4081            |
| 0.1063        | 20.0  | 2500 | 1.6603          | 0.4329   | 0.7053      | 0.7154   | 0.4114            |


### Framework versions

- Transformers 4.19.2
- Pytorch 1.11.0+cu113
- Datasets 2.2.2
- Tokenizers 0.12.1