End of training
Browse files- README.md +56 -0
- adapter_config.json +56 -0
- adapter_model.safetensors +3 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: microsoft/resnet-50
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
model-index:
|
8 |
+
- name: lora
|
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 |
+
# lora
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [microsoft/resnet-50](https://huggingface.co/microsoft/resnet-50) 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: 5e-05
|
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: 25
|
43 |
+
- mixed_precision_training: Native AMP
|
44 |
+
- label_smoothing_factor: 0.1
|
45 |
+
|
46 |
+
### Training results
|
47 |
+
|
48 |
+
|
49 |
+
|
50 |
+
### Framework versions
|
51 |
+
|
52 |
+
- PEFT 0.13.2
|
53 |
+
- Transformers 4.45.2
|
54 |
+
- Pytorch 2.5.1+cu124
|
55 |
+
- Datasets 3.0.1
|
56 |
+
- Tokenizers 0.20.1
|
adapter_config.json
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": {
|
4 |
+
"base_model_class": "ResNetForImageClassification",
|
5 |
+
"parent_library": "transformers.models.resnet.modeling_resnet"
|
6 |
+
},
|
7 |
+
"base_model_name_or_path": "microsoft/resnet-50",
|
8 |
+
"bias": "none",
|
9 |
+
"fan_in_fan_out": false,
|
10 |
+
"inference_mode": true,
|
11 |
+
"init_lora_weights": true,
|
12 |
+
"layer_replication": null,
|
13 |
+
"layers_pattern": null,
|
14 |
+
"layers_to_transform": null,
|
15 |
+
"loftq_config": {},
|
16 |
+
"lora_alpha": 16,
|
17 |
+
"lora_dropout": 0.1,
|
18 |
+
"megatron_config": null,
|
19 |
+
"megatron_core": "megatron.core",
|
20 |
+
"modules_to_save": [
|
21 |
+
"classifier"
|
22 |
+
],
|
23 |
+
"peft_type": "LORA",
|
24 |
+
"r": 32,
|
25 |
+
"rank_pattern": {},
|
26 |
+
"revision": null,
|
27 |
+
"target_modules": [
|
28 |
+
"stages.2.layers.4.layer.0.convolution",
|
29 |
+
"stages.2.layers.3.layer.1.convolution",
|
30 |
+
"stages.3.layers.1.layer.0.convolution",
|
31 |
+
"stages.2.layers.5.layer.2.convolution",
|
32 |
+
"stages.3.layers.2.layer.2.convolution",
|
33 |
+
"stages.2.layers.4.layer.2.convolution",
|
34 |
+
"stages.3.layers.1.layer.2.convolution",
|
35 |
+
"stages.3.layers.0.layer.2.convolution",
|
36 |
+
"stages.2.layers.4.layer.1.convolution",
|
37 |
+
"stages.2.layers.3.layer.0.convolution",
|
38 |
+
"stages.2.layers.3.layer.2.convolution",
|
39 |
+
"stages.2.layers.1.layer.2.convolution",
|
40 |
+
"stages.3.layers.2.layer.0.convolution",
|
41 |
+
"stages.3.layers.2.layer.1.convolution",
|
42 |
+
"stages.3.layers.0.layer.0.convolution",
|
43 |
+
"stages.2.layers.1.layer.0.convolution",
|
44 |
+
"stages.2.layers.5.layer.0.convolution",
|
45 |
+
"stages.2.layers.5.layer.1.convolution",
|
46 |
+
"stages.2.layers.1.layer.1.convolution",
|
47 |
+
"stages.2.layers.2.layer.1.convolution",
|
48 |
+
"stages.3.layers.1.layer.1.convolution",
|
49 |
+
"stages.3.layers.0.layer.1.convolution",
|
50 |
+
"stages.2.layers.2.layer.0.convolution",
|
51 |
+
"stages.2.layers.2.layer.2.convolution"
|
52 |
+
],
|
53 |
+
"task_type": null,
|
54 |
+
"use_dora": false,
|
55 |
+
"use_rslora": false
|
56 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:48c81800dc6c20e36e383b5572e233c7f459e63263dd98b35b2a75e5e63c6fa3
|
3 |
+
size 7101992
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9c6e9bfdefea9c632463141baf4b615af9bda504c90f24a0320f512c81a328c6
|
3 |
+
size 5176
|