huiwonLee commited on
Commit
c9ad4d9
1 Parent(s): 6126e9c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -46,7 +46,7 @@ The model was trained with the parameters:
46
 
47
  **DataLoader**:
48
 
49
- `torch.utils.data.dataloader.DataLoader` of length 23 with parameters:
50
  ```
51
  {'batch_size': 4, 'sampler': 'torch.utils.data.sampler.SequentialSampler', 'batch_sampler': 'torch.utils.data.sampler.BatchSampler'}
52
  ```
@@ -61,7 +61,7 @@ The model was trained with the parameters:
61
  Parameters of the fit()-Method:
62
  ```
63
  {
64
- "epochs": 1,
65
  "evaluation_steps": 50,
66
  "evaluator": "NoneType",
67
  "max_grad_norm": 1,
@@ -71,7 +71,7 @@ Parameters of the fit()-Method:
71
  },
72
  "scheduler": "WarmupLinear",
73
  "steps_per_epoch": null,
74
- "warmup_steps": 2,
75
  "weight_decay": 0.01
76
  }
77
  ```
 
46
 
47
  **DataLoader**:
48
 
49
+ `torch.utils.data.dataloader.DataLoader` of length 41 with parameters:
50
  ```
51
  {'batch_size': 4, 'sampler': 'torch.utils.data.sampler.SequentialSampler', 'batch_sampler': 'torch.utils.data.sampler.BatchSampler'}
52
  ```
 
61
  Parameters of the fit()-Method:
62
  ```
63
  {
64
+ "epochs": 2,
65
  "evaluation_steps": 50,
66
  "evaluator": "NoneType",
67
  "max_grad_norm": 1,
 
71
  },
72
  "scheduler": "WarmupLinear",
73
  "steps_per_epoch": null,
74
+ "warmup_steps": 8,
75
  "weight_decay": 0.01
76
  }
77
  ```