varun-v-rao
commited on
End of training
Browse files
README.md
CHANGED
@@ -1,42 +1,74 @@
|
|
1 |
---
|
|
|
|
|
2 |
tags:
|
3 |
-
-
|
4 |
-
- gpt2
|
5 |
datasets:
|
6 |
-
- snli
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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/gpt2-large-bn-adapter-7.42M-snli-model1", source="hf", set_active=True)
|
30 |
-
```
|
31 |
|
32 |
-
##
|
33 |
|
34 |
-
|
35 |
|
36 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
|
38 |
-
|
39 |
|
40 |
-
|
|
|
|
|
|
|
|
|
41 |
|
42 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
license: mit
|
3 |
+
base_model: openai-community/gpt2-large
|
4 |
tags:
|
5 |
+
- generated_from_trainer
|
|
|
6 |
datasets:
|
7 |
+
- stanfordnlp/snli
|
8 |
+
metrics:
|
9 |
+
- accuracy
|
10 |
+
model-index:
|
11 |
+
- name: gpt2-large-bn-adapter-7.42M-snli-model1
|
12 |
+
results:
|
13 |
+
- task:
|
14 |
+
name: Text Classification
|
15 |
+
type: text-classification
|
16 |
+
dataset:
|
17 |
+
name: snli
|
18 |
+
type: stanfordnlp/snli
|
19 |
+
metrics:
|
20 |
+
- name: Accuracy
|
21 |
+
type: accuracy
|
22 |
+
value: 0.8999187157081894
|
23 |
---
|
24 |
|
25 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
26 |
+
should probably proofread and complete it, then remove this comment. -->
|
27 |
|
28 |
+
# gpt2-large-bn-adapter-7.42M-snli-model1
|
29 |
|
30 |
+
This model is a fine-tuned version of [openai-community/gpt2-large](https://huggingface.co/openai-community/gpt2-large) on the snli dataset.
|
31 |
+
It achieves the following results on the evaluation set:
|
32 |
+
- Loss: 0.2789
|
33 |
+
- Accuracy: 0.8999
|
34 |
|
35 |
+
## Model description
|
36 |
|
37 |
+
More information needed
|
38 |
|
39 |
+
## Intended uses & limitations
|
|
|
|
|
40 |
|
41 |
+
More information needed
|
42 |
|
43 |
+
## Training and evaluation data
|
|
|
44 |
|
45 |
+
More information needed
|
|
|
|
|
46 |
|
47 |
+
## Training procedure
|
48 |
|
49 |
+
### Training hyperparameters
|
50 |
|
51 |
+
The following hyperparameters were used during training:
|
52 |
+
- learning_rate: 2e-05
|
53 |
+
- train_batch_size: 32
|
54 |
+
- eval_batch_size: 32
|
55 |
+
- seed: 23
|
56 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
57 |
+
- lr_scheduler_type: linear
|
58 |
+
- num_epochs: 3
|
59 |
|
60 |
+
### Training results
|
61 |
|
62 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
63 |
+
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
64 |
+
| 0.3594 | 1.0 | 17168 | 0.3009 | 0.8894 |
|
65 |
+
| 0.3278 | 2.0 | 34336 | 0.2831 | 0.8967 |
|
66 |
+
| 0.3089 | 3.0 | 51504 | 0.2789 | 0.8999 |
|
67 |
|
68 |
+
|
69 |
+
### Framework versions
|
70 |
+
|
71 |
+
- Transformers 4.35.2
|
72 |
+
- Pytorch 2.1.1+cu121
|
73 |
+
- Datasets 2.15.0
|
74 |
+
- Tokenizers 0.15.0
|
runs/Jun24_03-00-35_gl1500.arc-ts.umich.edu/events.out.tfevents.1719212466.gl1500.arc-ts.umich.edu.199701.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:2050ed5109a7ea5efcddfebec936a5e7f4b1ea96956c21c693778e2559ecdf6e
|
3 |
+
size 22880
|
snli/pytorch_adapter.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 29739378
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c6e6574ab8d2b146d1cf515c3cfb9cff2deece941d7fbdee69caf47154925fef
|
3 |
size 29739378
|
snli/pytorch_model_head.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 16659
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e8cd8018d957c26c21f8e5cf1ed2270d73c4f415085f7917f56bff84f08d3de6
|
3 |
size 16659
|