elliottfitzgerald
commited on
Commit
•
219d184
1
Parent(s):
68f817e
End of training
Browse files
README.md
ADDED
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
library_name: peft
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
base_model: facebook/opt-1.3b
|
7 |
+
metrics:
|
8 |
+
- accuracy
|
9 |
+
model-index:
|
10 |
+
- name: opt-1.3b-finetuned-mnli
|
11 |
+
results: []
|
12 |
+
---
|
13 |
+
|
14 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
+
should probably proofread and complete it, then remove this comment. -->
|
16 |
+
|
17 |
+
# opt-1.3b-finetuned-mnli
|
18 |
+
|
19 |
+
This model is a fine-tuned version of [facebook/opt-1.3b](https://huggingface.co/facebook/opt-1.3b) on an unknown dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.7762
|
22 |
+
- Accuracy: 0.5027
|
23 |
+
|
24 |
+
## Model description
|
25 |
+
|
26 |
+
More information needed
|
27 |
+
|
28 |
+
## Intended uses & limitations
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Training and evaluation data
|
33 |
+
|
34 |
+
More information needed
|
35 |
+
|
36 |
+
## Training procedure
|
37 |
+
|
38 |
+
### Training hyperparameters
|
39 |
+
|
40 |
+
The following hyperparameters were used during training:
|
41 |
+
- learning_rate: 2e-05
|
42 |
+
- train_batch_size: 16
|
43 |
+
- eval_batch_size: 16
|
44 |
+
- seed: 42
|
45 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
+
- lr_scheduler_type: linear
|
47 |
+
- num_epochs: 10
|
48 |
+
|
49 |
+
### Training results
|
50 |
+
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
53 |
+
| No log | 1.0 | 1 | 0.7791 | 0.5057 |
|
54 |
+
| No log | 2.0 | 2 | 0.7755 | 0.5033 |
|
55 |
+
| No log | 3.0 | 3 | 0.7731 | 0.5001 |
|
56 |
+
| No log | 4.0 | 4 | 0.7716 | 0.4973 |
|
57 |
+
| No log | 5.0 | 5 | 0.7705 | 0.4963 |
|
58 |
+
| No log | 6.0 | 6 | 0.7698 | 0.4972 |
|
59 |
+
| No log | 7.0 | 7 | 0.7694 | 0.4963 |
|
60 |
+
| No log | 8.0 | 8 | 0.7691 | 0.4966 |
|
61 |
+
| No log | 9.0 | 9 | 0.7690 | 0.4961 |
|
62 |
+
| No log | 10.0 | 10 | 0.7690 | 0.4972 |
|
63 |
+
|
64 |
+
|
65 |
+
### Framework versions
|
66 |
+
|
67 |
+
- PEFT 0.10.0
|
68 |
+
- Transformers 4.40.1
|
69 |
+
- Pytorch 2.2.1+cu121
|
70 |
+
- Datasets 2.19.0
|
71 |
+
- Tokenizers 0.19.1
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 180432
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3ba2fee6d754aa376ee00c15ee9e2a14ca62a0d4242c3a1d5d9ef027d5d6892f
|
3 |
size 180432
|
runs/May01_05-14-15_a6d5abce7ecc/events.out.tfevents.1714543228.a6d5abce7ecc.1203.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:74e3108186fccb5b42611f41dd3d9ee8750f828796c6a6ce94f4f9b57506578b
|
3 |
+
size 405
|