bigmouse commited on
Commit
275dee0
1 Parent(s): 6cb92d7

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ https://github.com/KMnP/fashionpedia-api
2
+ Trained "detection-datasets/fashionpedia" hugging face dataset with the following params:
3
+ training_args = TrainingArguments(
4
+ output_dir="trained_model",
5
+ per_device_train_batch_size=8,
6
+ num_train_epochs=10,
7
+ fp16=False,
8
+ save_steps=200,
9
+ logging_first_step=True,
10
+ logging_steps=10,
11
+ learning_rate=1e-5,
12
+ weight_decay=1e-4,
13
+ save_total_limit=2,
14
+ remove_unused_columns=False,
15
+ push_to_hub=False,
16
+ )