pere commited on
Commit
c300071
2 Parent(s): 2e77872 96d1f33

Merge branch 'main' of https://huggingface.co/pere/eu-jav-categorisation into main

Browse files
finetune_classification_large.gin CHANGED
@@ -25,7 +25,7 @@ infer_eval/utils.DatasetConfig:
25
 
26
  #Saving every 1000 steps
27
  utils.SaveCheckpointConfig:
28
- period = 50
29
 
30
 
31
  # Pere: Only necessary if we load a t5 model. We can start with an t5x model here
 
25
 
26
  #Saving every 1000 steps
27
  utils.SaveCheckpointConfig:
28
+ period = 100
29
 
30
 
31
  # Pere: Only necessary if we load a t5 model. We can start with an t5x model here
finetune_classification_small.gin CHANGED
@@ -24,7 +24,7 @@ infer_eval/utils.DatasetConfig:
24
 
25
  #Saving every 1000 steps
26
  utils.SaveCheckpointConfig:
27
- period = 50
28
 
29
 
30
  # Pere: Only necessary if we load a t5 model. We can start with an t5x model here
 
24
 
25
  #Saving every 1000 steps
26
  utils.SaveCheckpointConfig:
27
+ period = 100
28
 
29
 
30
  # Pere: Only necessary if we load a t5 model. We can start with an t5x model here