Commit
·
d5433d1
1
Parent(s):
b55e2d2
End of training
Browse files
README.md
ADDED
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
library_name: peft
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
datasets:
|
7 |
+
- glue
|
8 |
+
metrics:
|
9 |
+
- accuracy
|
10 |
+
base_model: facebook/opt-350m
|
11 |
+
model-index:
|
12 |
+
- name: opt-350m-pattern-based_finetuning_with_lora-mnli-d3_fs1
|
13 |
+
results: []
|
14 |
+
---
|
15 |
+
|
16 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
17 |
+
should probably proofread and complete it, then remove this comment. -->
|
18 |
+
|
19 |
+
# opt-350m-pattern-based_finetuning_with_lora-mnli-d3_fs1
|
20 |
+
|
21 |
+
This model is a fine-tuned version of [facebook/opt-350m](https://huggingface.co/facebook/opt-350m) on the glue dataset.
|
22 |
+
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.9416
|
24 |
+
- Accuracy: 0.5111
|
25 |
+
|
26 |
+
## Model description
|
27 |
+
|
28 |
+
More information needed
|
29 |
+
|
30 |
+
## Intended uses & limitations
|
31 |
+
|
32 |
+
More information needed
|
33 |
+
|
34 |
+
## Training and evaluation data
|
35 |
+
|
36 |
+
More information needed
|
37 |
+
|
38 |
+
## Training procedure
|
39 |
+
|
40 |
+
### Training hyperparameters
|
41 |
+
|
42 |
+
The following hyperparameters were used during training:
|
43 |
+
- learning_rate: 2e-06
|
44 |
+
- train_batch_size: 16
|
45 |
+
- eval_batch_size: 16
|
46 |
+
- seed: 42
|
47 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
+
- lr_scheduler_type: linear
|
49 |
+
- num_epochs: 5
|
50 |
+
|
51 |
+
### Training results
|
52 |
+
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
54 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
55 |
+
| 1.7137 | 1.0 | 1 | 0.9416 | 0.5111 |
|
56 |
+
| 1.6946 | 2.0 | 2 | 0.9412 | 0.5105 |
|
57 |
+
| 1.8481 | 3.0 | 3 | 0.9408 | 0.5099 |
|
58 |
+
| 2.0282 | 4.0 | 4 | 0.9406 | 0.5099 |
|
59 |
+
| 1.6491 | 5.0 | 5 | 0.9405 | 0.5100 |
|
60 |
+
|
61 |
+
|
62 |
+
### Framework versions
|
63 |
+
|
64 |
+
- PEFT 0.7.1.dev0
|
65 |
+
- Transformers 4.36.0.dev0
|
66 |
+
- Pytorch 2.1.0+cu118
|
67 |
+
- Datasets 2.15.0
|
68 |
+
- Tokenizers 0.15.0
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6309152
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a16da47b3d03d4c461b4cd45e6d3263c61fe3137f36f2cea39edd4777e5e60e6
|
3 |
size 6309152
|
runs/Dec10_02-54-28_ea4b281b211c/events.out.tfevents.1702177448.ea4b281b211c.281.70
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:45d5b48f50e0b2cff125c344f95281edcf39744d597c9ad6f5de9be6eb85a65b
|
3 |
+
size 405
|