varun-v-rao
commited on
Commit
•
97ba12b
1
Parent(s):
30109fa
End of training
Browse files- README.md +44 -24
- runs/Jan25_20-36-46_gl1506.arc-ts.umich.edu/events.out.tfevents.1706233015.gl1506.arc-ts.umich.edu.1569285.0 +2 -2
- runs/Jan25_20-36-46_gl1506.arc-ts.umich.edu/events.out.tfevents.1706241653.gl1506.arc-ts.umich.edu.1569285.1 +3 -0
- snli/adapter_config.json +41 -0
- snli/head_config.json +15 -0
- snli/pytorch_adapter.bin +3 -0
- snli/pytorch_model_head.bin +3 -0
README.md
CHANGED
@@ -1,42 +1,62 @@
|
|
1 |
---
|
|
|
|
|
2 |
tags:
|
3 |
-
-
|
4 |
-
|
5 |
-
|
6 |
-
-
|
|
|
|
|
7 |
---
|
8 |
|
9 |
-
|
|
|
10 |
|
11 |
-
|
12 |
|
13 |
-
This
|
|
|
|
|
|
|
14 |
|
15 |
-
##
|
16 |
|
17 |
-
|
18 |
|
19 |
-
|
20 |
-
pip install -U adapters
|
21 |
-
```
|
22 |
|
23 |
-
|
24 |
|
25 |
-
|
26 |
-
from adapters import AutoAdapterModel
|
27 |
|
28 |
-
|
29 |
-
adapter_name = model.load_adapter("varun-v-rao/t5-base-bn-adapter-1.79M-snli", source="hf", set_active=True)
|
30 |
-
```
|
31 |
|
32 |
-
##
|
33 |
|
34 |
-
|
35 |
|
36 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
|
38 |
-
|
39 |
|
40 |
-
|
|
|
|
|
|
|
|
|
41 |
|
42 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: t5-base
|
4 |
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
model-index:
|
9 |
+
- name: t5-base-bn-adapter-1.79M-snli
|
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 |
+
# t5-base-bn-adapter-1.79M-snli
|
17 |
|
18 |
+
This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on the None dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.7025
|
21 |
+
- Accuracy: 0.751
|
22 |
|
23 |
+
## Model description
|
24 |
|
25 |
+
More information needed
|
26 |
|
27 |
+
## Intended uses & limitations
|
|
|
|
|
28 |
|
29 |
+
More information needed
|
30 |
|
31 |
+
## Training and evaluation data
|
|
|
32 |
|
33 |
+
More information needed
|
|
|
|
|
34 |
|
35 |
+
## Training procedure
|
36 |
|
37 |
+
### Training hyperparameters
|
38 |
|
39 |
+
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 2e-05
|
41 |
+
- train_batch_size: 64
|
42 |
+
- eval_batch_size: 64
|
43 |
+
- seed: 42
|
44 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
+
- lr_scheduler_type: linear
|
46 |
+
- num_epochs: 3
|
47 |
|
48 |
+
### Training results
|
49 |
|
50 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
+
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
52 |
+
| 0.4087 | 1.0 | 8584 | 0.3305 | 0.8753 |
|
53 |
+
| 0.3819 | 2.0 | 17168 | 0.3120 | 0.8844 |
|
54 |
+
| 0.3661 | 3.0 | 25752 | 0.3068 | 0.8858 |
|
55 |
|
56 |
+
|
57 |
+
### Framework versions
|
58 |
+
|
59 |
+
- Transformers 4.35.2
|
60 |
+
- Pytorch 2.0.1+cu118
|
61 |
+
- Datasets 2.15.0
|
62 |
+
- Tokenizers 0.15.0
|
runs/Jan25_20-36-46_gl1506.arc-ts.umich.edu/events.out.tfevents.1706233015.gl1506.arc-ts.umich.edu.1569285.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a1590e87a7b815505ffd8508ebd65b2980acc6458c97ff73ec87102137f0ba2
|
3 |
+
size 14954
|
runs/Jan25_20-36-46_gl1506.arc-ts.umich.edu/events.out.tfevents.1706241653.gl1506.arc-ts.umich.edu.1569285.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:87812bae4ee65340f531b82fb9fb276ef222d8c4274ae071eaaadc631d33b156
|
3 |
+
size 1404
|
snli/adapter_config.json
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"config": {
|
3 |
+
"adapter_residual_before_ln": false,
|
4 |
+
"cross_adapter": false,
|
5 |
+
"factorized_phm_W": true,
|
6 |
+
"factorized_phm_rule": false,
|
7 |
+
"hypercomplex_nonlinearity": "glorot-uniform",
|
8 |
+
"init_weights": "bert",
|
9 |
+
"inv_adapter": null,
|
10 |
+
"inv_adapter_reduction_factor": null,
|
11 |
+
"is_parallel": false,
|
12 |
+
"learn_phm": true,
|
13 |
+
"leave_out": [],
|
14 |
+
"ln_after": false,
|
15 |
+
"ln_before": false,
|
16 |
+
"mh_adapter": false,
|
17 |
+
"non_linearity": "relu",
|
18 |
+
"original_ln_after": true,
|
19 |
+
"original_ln_before": true,
|
20 |
+
"output_adapter": true,
|
21 |
+
"phm_bias": true,
|
22 |
+
"phm_c_init": "normal",
|
23 |
+
"phm_dim": 4,
|
24 |
+
"phm_init_range": 0.0001,
|
25 |
+
"phm_layer": false,
|
26 |
+
"phm_rank": 1,
|
27 |
+
"reduction_factor": 16,
|
28 |
+
"residual_before_ln": true,
|
29 |
+
"scaling": 1.0,
|
30 |
+
"shared_W_phm": false,
|
31 |
+
"shared_phm_rule": true,
|
32 |
+
"use_gating": false
|
33 |
+
},
|
34 |
+
"config_id": "9076f36a74755ac4",
|
35 |
+
"hidden_size": 768,
|
36 |
+
"model_class": "T5ForSequenceClassification",
|
37 |
+
"model_name": "t5-base",
|
38 |
+
"model_type": "t5",
|
39 |
+
"name": "snli",
|
40 |
+
"version": "0.1.1"
|
41 |
+
}
|
snli/head_config.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"config": null,
|
3 |
+
"hidden_size": 768,
|
4 |
+
"label2id": {
|
5 |
+
"LABEL_0": 0,
|
6 |
+
"LABEL_1": 1,
|
7 |
+
"LABEL_2": 2
|
8 |
+
},
|
9 |
+
"model_class": "T5ForSequenceClassification",
|
10 |
+
"model_name": "t5-base",
|
11 |
+
"model_type": "t5",
|
12 |
+
"name": null,
|
13 |
+
"num_labels": 3,
|
14 |
+
"version": "0.1.1"
|
15 |
+
}
|
snli/pytorch_adapter.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:63e0ec04784ab0a9155f22d3e02983b37bb714df7bfd47a48f7de73990e7e631
|
3 |
+
size 7190933
|
snli/pytorch_model_head.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:01fe6d93fc159bc167faf93ad6a4bc8754083a75c603e89cf22bb350f424258a
|
3 |
+
size 2373345
|