Upload folder using huggingface_hub
Browse files- 2_Dense/pytorch_model.bin +1 -1
- README.md +4 -4
- config.json +1 -1
- model.safetensors +1 -1
2_Dense/pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2364028
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:39622dbfc4c9e85a13590028576ee75b21f964c91f8616facfbb699a8dcd4e98
|
3 |
size 2364028
|
README.md
CHANGED
@@ -46,9 +46,9 @@ The model was trained with the parameters:
|
|
46 |
|
47 |
**DataLoader**:
|
48 |
|
49 |
-
`torch.utils.data.dataloader.DataLoader` of length
|
50 |
```
|
51 |
-
{'batch_size':
|
52 |
```
|
53 |
|
54 |
**Loss**:
|
@@ -62,7 +62,7 @@ Parameters of the fit()-Method:
|
|
62 |
```
|
63 |
{
|
64 |
"epochs": 1,
|
65 |
-
"evaluation_steps":
|
66 |
"evaluator": "__main__.ChainScoreEvaluator",
|
67 |
"max_grad_norm": 1,
|
68 |
"optimizer_class": "<class 'torch.optim.adamw.AdamW'>",
|
@@ -71,7 +71,7 @@ Parameters of the fit()-Method:
|
|
71 |
},
|
72 |
"scheduler": "warmupcosine",
|
73 |
"steps_per_epoch": null,
|
74 |
-
"warmup_steps":
|
75 |
"weight_decay": 0.01
|
76 |
}
|
77 |
```
|
|
|
46 |
|
47 |
**DataLoader**:
|
48 |
|
49 |
+
`torch.utils.data.dataloader.DataLoader` of length 38671 with parameters:
|
50 |
```
|
51 |
+
{'batch_size': 10, 'sampler': 'torch.utils.data.sampler.RandomSampler', 'batch_sampler': 'torch.utils.data.sampler.BatchSampler'}
|
52 |
```
|
53 |
|
54 |
**Loss**:
|
|
|
62 |
```
|
63 |
{
|
64 |
"epochs": 1,
|
65 |
+
"evaluation_steps": 100,
|
66 |
"evaluator": "__main__.ChainScoreEvaluator",
|
67 |
"max_grad_norm": 1,
|
68 |
"optimizer_class": "<class 'torch.optim.adamw.AdamW'>",
|
|
|
71 |
},
|
72 |
"scheduler": "warmupcosine",
|
73 |
"steps_per_epoch": null,
|
74 |
+
"warmup_steps": 1000,
|
75 |
"weight_decay": 0.01
|
76 |
}
|
77 |
```
|
config.json
CHANGED
@@ -25,7 +25,7 @@
|
|
25 |
"pooler_type": "first_token_transform",
|
26 |
"position_embedding_type": "absolute",
|
27 |
"torch_dtype": "float32",
|
28 |
-
"transformers_version": "4.37.
|
29 |
"type_vocab_size": 2,
|
30 |
"use_cache": true,
|
31 |
"vocab_size": 501153
|
|
|
25 |
"pooler_type": "first_token_transform",
|
26 |
"position_embedding_type": "absolute",
|
27 |
"torch_dtype": "float32",
|
28 |
+
"transformers_version": "4.37.1",
|
29 |
"type_vocab_size": 2,
|
30 |
"use_cache": true,
|
31 |
"vocab_size": 501153
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1883730160
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:10e395f0840943c0fd900b764a39585f727a0d68d1eeecea1b1928c440f78a53
|
3 |
size 1883730160
|