Mrz904455931 commited on
Commit
2276de7
1 Parent(s): 685132f

Upload 2 files

Browse files
Files changed (2) hide show
  1. training_args.bin +3 -0
  2. training_params.json +30 -0
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4b5d2032225bd49ca03bd7a0291842279151d5d97092c4518a93b9e538dfbd6
3
+ size 4792
training_params.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "data_path": "D://pythonproject//data//1coverquilt_train_datasetv20231228-2",
3
+ "model": "D:\\pythonproject\\model\\google-vit-base-patch16-224",
4
+ "username": null,
5
+ "lr": 0.0002,
6
+ "epochs": 3,
7
+ "batch_size": 8,
8
+ "warmup_ratio": 0.1,
9
+ "gradient_accumulation": 1,
10
+ "optimizer": "adamw_torch",
11
+ "scheduler": "linear",
12
+ "weight_decay": 0.0,
13
+ "max_grad_norm": 1.0,
14
+ "seed": 42,
15
+ "train_split": "train",
16
+ "valid_split": null,
17
+ "logging_steps": -1,
18
+ "project_name": "D:\\pythonproject\\model\\google-vit-base-patch16-224-loadautotrain-v20231230",
19
+ "auto_find_batch_size": false,
20
+ "mixed_precision": "None",
21
+ "save_total_limit": 1,
22
+ "save_strategy": "epoch",
23
+ "token": null,
24
+ "push_to_hub": false,
25
+ "repo_id": null,
26
+ "evaluation_strategy": "epoch",
27
+ "image_column": "image",
28
+ "target_column": "label",
29
+ "log": "none"
30
+ }