Commit
·
ba0ebe6
1
Parent(s):
b0e35ff
DONE!
Browse files- .gitattributes +1 -0
- README.md +2 -2
- pytorch_model.bin +1 -1
.gitattributes
CHANGED
|
@@ -34,3 +34,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 35 |
pytorch_model.bin filter=lfs diff=lfs merge=lfs -text
|
| 36 |
.git/lfs/objects/54/02/54024957950b734ea72068e7306942ba07c2a7fbf9a2278d07be475f48db7a92 filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 35 |
pytorch_model.bin filter=lfs diff=lfs merge=lfs -text
|
| 36 |
.git/lfs/objects/54/02/54024957950b734ea72068e7306942ba07c2a7fbf9a2278d07be475f48db7a92 filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
.git/lfs/objects/a5/2e/a52e1681cbc1b8253055b8162c24b0b70f61b64787f26d787c013a0fd9c6907c filter=lfs diff=lfs merge=lfs -text
|
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
|
| 50 |
```
|
| 51 |
{'batch_size': 16, 'sampler': 'torch.utils.data.sampler.RandomSampler', 'batch_sampler': 'torch.utils.data.sampler.BatchSampler'}
|
| 52 |
```
|
|
@@ -58,7 +58,7 @@ The model was trained with the parameters:
|
|
| 58 |
Parameters of the fit()-Method:
|
| 59 |
```
|
| 60 |
{
|
| 61 |
-
"epochs":
|
| 62 |
"evaluation_steps": 0,
|
| 63 |
"evaluator": "NoneType",
|
| 64 |
"max_grad_norm": 1,
|
|
|
|
| 46 |
|
| 47 |
**DataLoader**:
|
| 48 |
|
| 49 |
+
`torch.utils.data.dataloader.DataLoader` of length 6957 with parameters:
|
| 50 |
```
|
| 51 |
{'batch_size': 16, 'sampler': 'torch.utils.data.sampler.RandomSampler', 'batch_sampler': 'torch.utils.data.sampler.BatchSampler'}
|
| 52 |
```
|
|
|
|
| 58 |
Parameters of the fit()-Method:
|
| 59 |
```
|
| 60 |
{
|
| 61 |
+
"epochs": 15,
|
| 62 |
"evaluation_steps": 0,
|
| 63 |
"evaluator": "NoneType",
|
| 64 |
"max_grad_norm": 1,
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1421575277
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:08fc11eb0695dad670f94684d0533f1a33fb8a5b3dacf0d86a952b418e65ddeb
|
| 3 |
size 1421575277
|