vincentiussgk commited on
Commit
935a7a2
1 Parent(s): 36aefb6

Training in progress, epoch 1

Browse files
README.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ ---
4
+ ## Training procedure
5
+
6
+ ### Framework versions
7
+
8
+
9
+ - PEFT 0.5.0.dev0
adapter_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_mapping": {
3
+ "base_model_class": "ViTForImageClassification",
4
+ "parent_library": "transformers.models.vit.modeling_vit"
5
+ },
6
+ "base_model_name_or_path": "google/vit-base-patch16-224-in21k",
7
+ "bias": "none",
8
+ "fan_in_fan_out": false,
9
+ "inference_mode": true,
10
+ "init_lora_weights": true,
11
+ "layers_pattern": null,
12
+ "layers_to_transform": null,
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0.1,
15
+ "modules_to_save": [
16
+ "classifier"
17
+ ],
18
+ "peft_type": "LORA",
19
+ "r": 16,
20
+ "revision": null,
21
+ "target_modules": [
22
+ "query",
23
+ "value"
24
+ ],
25
+ "task_type": null
26
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e0ee72bccda774ea5977abf35f3d14cb4dbb2f8877018399ea33f3f46ff99ad
3
+ size 2383751
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:667769430cf67fb220f5e8436643909794f786c5494dd065d097008a5946d1fb
3
  size 345652405
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a11b387b98b0ec0d80020a3b5a47ad1f86c9c13167ad60655187616dcffd910d
3
  size 345652405
runs/Jul24_07-59-36_36eb3306d543/events.out.tfevents.1690185673.36eb3306d543.641.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:108c5ed5c3e74c325704dbb76c51c927773085499ff27098cffba811da95b05b
3
- size 5744
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44ee244eddda38c46578e2c8318295821160a281cb96dfa09132535f642dd109
3
+ size 6092
runs/Jul24_07-59-36_36eb3306d543/events.out.tfevents.1690185817.36eb3306d543.641.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b06aec223fc28dba06423dc51472a8927244c1b80adc28821525e55fd859f1e
3
+ size 405
runs/Jul24_08-06-46_36eb3306d543/events.out.tfevents.1690186010.36eb3306d543.641.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc0eeebaaf602e3c5d0830ea219e52d7e6ec04eb579054f487ed749be30c7f94
3
+ size 4476
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1fd0f1769cfe9edfd388bc475b2c865e4f1ab249f4f95d1d67704074427a3cc0
3
  size 4027
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbdb10f3f36ee07f4744d16fd90b690994f1009948ed17af7760bc5fc60ecdda
3
  size 4027