samhitmantrala
commited on
Commit
•
0728682
1
Parent(s):
13a9810
End of training
Browse files- README.md +54 -0
- adapter_config.json +35 -0
- adapter_model.safetensors +3 -0
- runs/Aug07_05-07-38_e7aa16e3ac73/events.out.tfevents.1723007286.e7aa16e3ac73.853.0 +3 -0
- runs/Aug07_05-09-02_e7aa16e3ac73/events.out.tfevents.1723007343.e7aa16e3ac73.853.1 +3 -0
- runs/Aug07_05-13-58_e7aa16e3ac73/events.out.tfevents.1723007641.e7aa16e3ac73.853.2 +3 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: facebook/opt-350m
|
3 |
+
library_name: peft
|
4 |
+
license: other
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
model-index:
|
8 |
+
- name: gi
|
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 |
+
# gi
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [facebook/opt-350m](https://huggingface.co/facebook/opt-350m) 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: 8
|
38 |
+
- eval_batch_size: 8
|
39 |
+
- seed: 42
|
40 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
41 |
+
- lr_scheduler_type: linear
|
42 |
+
- num_epochs: 0.1
|
43 |
+
|
44 |
+
### Training results
|
45 |
+
|
46 |
+
|
47 |
+
|
48 |
+
### Framework versions
|
49 |
+
|
50 |
+
- PEFT 0.12.1.dev0
|
51 |
+
- Transformers 4.44.0
|
52 |
+
- Pytorch 2.4.0+cu121
|
53 |
+
- Datasets 2.20.0
|
54 |
+
- Tokenizers 0.19.1
|
adapter_config.json
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": null,
|
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": 16,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"decoder.layers.22.self_attn.k_proj",
|
24 |
+
"decoder.layers.23.self_attn.out_proj",
|
25 |
+
"decoder.layers.23.self_attn.v_proj",
|
26 |
+
"decoder.layers.23.self_attn.k_proj",
|
27 |
+
"decoder.layers.23.self_attn.q_proj",
|
28 |
+
"decoder.layers.22.self_attn.q_proj",
|
29 |
+
"decoder.layers.22.self_attn.v_proj",
|
30 |
+
"decoder.layers.22.self_attn.out_proj"
|
31 |
+
],
|
32 |
+
"task_type": "CAUSAL_LM",
|
33 |
+
"use_dora": false,
|
34 |
+
"use_rslora": false
|
35 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:836fd30cffbfe0fbf6cdc2d2470408aef317c6ec1b900eff047f20be99649faa
|
3 |
+
size 4301568
|
runs/Aug07_05-07-38_e7aa16e3ac73/events.out.tfevents.1723007286.e7aa16e3ac73.853.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:26daf3b224daf42cc7479321454c21b81caf4c3574e053b65521820845bbc00c
|
3 |
+
size 5164
|
runs/Aug07_05-09-02_e7aa16e3ac73/events.out.tfevents.1723007343.e7aa16e3ac73.853.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f80b7c7fb7642fca8b6323cf04bd5e308faf969e6d000329ce3eee5721ca6547
|
3 |
+
size 14810
|
runs/Aug07_05-13-58_e7aa16e3ac73/events.out.tfevents.1723007641.e7aa16e3ac73.853.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2cce0806a8304ebbe7921378ef263b51faaf0574e6e232ec0d9556ca5654207b
|
3 |
+
size 6135
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dfd86935e7d15e66c7d4345d26c8f3d4abb5a8f3ab72d94109c2cd33c94a87d3
|
3 |
+
size 5176
|