quaderdasher
commited on
Commit
•
5597545
1
Parent(s):
14ca504
End of training
Browse files- README.md +58 -0
- adapter_config.json +31 -0
- adapter_model.safetensors +3 -0
- runs/Jul31_18-25-16_339865bd6f7e/events.out.tfevents.1722450318.339865bd6f7e.1041.0 +3 -0
- runs/Jul31_18-37-42_339865bd6f7e/events.out.tfevents.1722451063.339865bd6f7e.1041.1 +3 -0
- runs/Jul31_18-47-51_339865bd6f7e/events.out.tfevents.1722451672.339865bd6f7e.1041.2 +3 -0
- runs/Jul31_19-09-14_339865bd6f7e/events.out.tfevents.1722452955.339865bd6f7e.1041.3 +3 -0
- runs/Jul31_19-24-16_339865bd6f7e/events.out.tfevents.1722453856.339865bd6f7e.1041.4 +3 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: bigscience/bloomz-7b1
|
3 |
+
library_name: peft
|
4 |
+
license: bigscience-bloom-rail-1.0
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
model-index:
|
8 |
+
- name: outputs
|
9 |
+
results: []
|
10 |
+
---
|
11 |
+
|
12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
+
should probably proofread and complete it, then remove this comment. -->
|
14 |
+
|
15 |
+
# outputs
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [bigscience/bloomz-7b1](https://huggingface.co/bigscience/bloomz-7b1) on an unknown dataset.
|
18 |
+
|
19 |
+
## Model description
|
20 |
+
|
21 |
+
More information needed
|
22 |
+
|
23 |
+
## Intended uses & limitations
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Training and evaluation data
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training procedure
|
32 |
+
|
33 |
+
### Training hyperparameters
|
34 |
+
|
35 |
+
The following hyperparameters were used during training:
|
36 |
+
- learning_rate: 0.0002
|
37 |
+
- train_batch_size: 1
|
38 |
+
- eval_batch_size: 8
|
39 |
+
- seed: 42
|
40 |
+
- gradient_accumulation_steps: 4
|
41 |
+
- total_train_batch_size: 4
|
42 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
+
- lr_scheduler_type: linear
|
44 |
+
- lr_scheduler_warmup_steps: 2
|
45 |
+
- training_steps: 10
|
46 |
+
- mixed_precision_training: Native AMP
|
47 |
+
|
48 |
+
### Training results
|
49 |
+
|
50 |
+
|
51 |
+
|
52 |
+
### Framework versions
|
53 |
+
|
54 |
+
- PEFT 0.12.1.dev0
|
55 |
+
- Transformers 4.44.0.dev0
|
56 |
+
- Pytorch 2.3.1+cu121
|
57 |
+
- Datasets 2.20.0
|
58 |
+
- Tokenizers 0.19.1
|
adapter_config.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "bigscience/bloomz-7b1",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layer_replication": null,
|
10 |
+
"layers_pattern": null,
|
11 |
+
"layers_to_transform": null,
|
12 |
+
"loftq_config": {},
|
13 |
+
"lora_alpha": 32,
|
14 |
+
"lora_dropout": 0.05,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 8,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"dense_4h_to_h",
|
24 |
+
"query_key_value",
|
25 |
+
"dense_h_to_4h",
|
26 |
+
"dense"
|
27 |
+
],
|
28 |
+
"task_type": "CAUSAL_LM",
|
29 |
+
"use_dora": false,
|
30 |
+
"use_rslora": false
|
31 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ec35725eb5142525c4fc93cd8c3ad590cdea335b07d32d6d46a38f66ffdcfe9
|
3 |
+
size 62948128
|
runs/Jul31_18-25-16_339865bd6f7e/events.out.tfevents.1722450318.339865bd6f7e.1041.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5c9cb43fbe142b46b15e3cc0b4e1d9545128df33adea075f35bd5d8a67bdfb9b
|
3 |
+
size 7915
|
runs/Jul31_18-37-42_339865bd6f7e/events.out.tfevents.1722451063.339865bd6f7e.1041.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:02a2674009a766b5627138aad5b94234af28ab838d6d7f00105aa21091b9c16c
|
3 |
+
size 7915
|
runs/Jul31_18-47-51_339865bd6f7e/events.out.tfevents.1722451672.339865bd6f7e.1041.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8d373c265bf64b8de00830e27f84039eb38692ac5731b06618756a0c66cd5f5a
|
3 |
+
size 7915
|
runs/Jul31_19-09-14_339865bd6f7e/events.out.tfevents.1722452955.339865bd6f7e.1041.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2504036aa7fa0de94b884defd7325ac9dfe2e23e2bd7e6c4ee69200fb37b7e45
|
3 |
+
size 7915
|
runs/Jul31_19-24-16_339865bd6f7e/events.out.tfevents.1722453856.339865bd6f7e.1041.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eea984ea2eef7b6753d3bcaad96b78e5050d0eaa4a6cd0c08fa17974eb465c84
|
3 |
+
size 7915
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9a2cb1748a9b2d8eb6cc8d97e537eb8679b765c1da1615ad7f01986ceb5c20c1
|
3 |
+
size 5176
|