Holmeister
commited on
Commit
•
f4c234c
1
Parent(s):
31a9cc6
Model save
Browse files- README.md +80 -0
- adapter_model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,80 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: bigscience-bloom-rail-1.0
|
3 |
+
library_name: peft
|
4 |
+
tags:
|
5 |
+
- llama-factory
|
6 |
+
- generated_from_trainer
|
7 |
+
base_model: bigscience/bloom-7b1
|
8 |
+
model-index:
|
9 |
+
- name: BLOOM_AAID_structured_train
|
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 |
+
# BLOOM_AAID_structured_train
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [bigscience/bloom-7b1](https://huggingface.co/bigscience/bloom-7b1) on an unknown dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.8371
|
21 |
+
|
22 |
+
## Model description
|
23 |
+
|
24 |
+
More information needed
|
25 |
+
|
26 |
+
## Intended uses & limitations
|
27 |
+
|
28 |
+
More information needed
|
29 |
+
|
30 |
+
## Training and evaluation data
|
31 |
+
|
32 |
+
More information needed
|
33 |
+
|
34 |
+
## Training procedure
|
35 |
+
|
36 |
+
### Training hyperparameters
|
37 |
+
|
38 |
+
The following hyperparameters were used during training:
|
39 |
+
- learning_rate: 0.0003
|
40 |
+
- train_batch_size: 32
|
41 |
+
- eval_batch_size: 32
|
42 |
+
- seed: 42
|
43 |
+
- gradient_accumulation_steps: 8
|
44 |
+
- total_train_batch_size: 256
|
45 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
+
- lr_scheduler_type: cosine
|
47 |
+
- num_epochs: 3.0
|
48 |
+
|
49 |
+
### Training results
|
50 |
+
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
52 |
+
|:-------------:|:------:|:----:|:---------------:|
|
53 |
+
| 1.7338 | 0.0109 | 10 | 0.9125 |
|
54 |
+
| 0.6341 | 0.0219 | 20 | 0.8568 |
|
55 |
+
| 0.5526 | 0.0328 | 30 | 0.8991 |
|
56 |
+
| 0.5651 | 0.0438 | 40 | 0.8944 |
|
57 |
+
| 0.5392 | 0.0547 | 50 | 0.8796 |
|
58 |
+
| 0.5038 | 0.0656 | 60 | 0.8612 |
|
59 |
+
| 0.4904 | 0.0766 | 70 | 0.8335 |
|
60 |
+
| 0.476 | 0.0875 | 80 | 0.8787 |
|
61 |
+
| 0.4819 | 0.0984 | 90 | 0.8442 |
|
62 |
+
| 0.4376 | 0.1094 | 100 | 0.8534 |
|
63 |
+
| 0.4443 | 0.1203 | 110 | 0.8331 |
|
64 |
+
| 0.44 | 0.1313 | 120 | 0.8530 |
|
65 |
+
| 0.4362 | 0.1422 | 130 | 0.8594 |
|
66 |
+
| 0.4273 | 0.1531 | 140 | 0.8177 |
|
67 |
+
| 0.438 | 0.1641 | 150 | 0.8450 |
|
68 |
+
| 0.4234 | 0.1750 | 160 | 0.8484 |
|
69 |
+
| 0.4254 | 0.1859 | 170 | 0.8263 |
|
70 |
+
| 0.4074 | 0.1969 | 180 | 0.8609 |
|
71 |
+
| 0.4209 | 0.2078 | 190 | 0.8371 |
|
72 |
+
|
73 |
+
|
74 |
+
### Framework versions
|
75 |
+
|
76 |
+
- PEFT 0.11.1
|
77 |
+
- Transformers 4.41.1
|
78 |
+
- Pytorch 2.3.0+cu121
|
79 |
+
- Datasets 2.19.1
|
80 |
+
- 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 62948128
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b58ba4cb36280f2d4f2afa8bcf71b8a63640bdccf2b44e5867d193f1a81460e
|
3 |
size 62948128
|