BabyLM-community/nor-baseline-fast
Browse files- README.md +11 -11
- model.safetensors +1 -1
- tokenizer.json +2 -16
README.md
CHANGED
|
@@ -14,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 14 |
|
| 15 |
This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
-
- Loss: 4.
|
| 18 |
|
| 19 |
## Model description
|
| 20 |
|
|
@@ -45,16 +45,16 @@ The following hyperparameters were used during training:
|
|
| 45 |
|
| 46 |
| Training Loss | Epoch | Step | Validation Loss |
|
| 47 |
|:-------------:|:-----:|:----:|:---------------:|
|
| 48 |
-
| 5.
|
| 49 |
-
| 4.
|
| 50 |
-
| 4.
|
| 51 |
-
| 4.
|
| 52 |
-
| 4.
|
| 53 |
-
| 4.
|
| 54 |
-
| 4.
|
| 55 |
-
| 4.
|
| 56 |
-
| 4.
|
| 57 |
-
| 4.
|
| 58 |
|
| 59 |
|
| 60 |
### Framework versions
|
|
|
|
| 14 |
|
| 15 |
This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
+
- Loss: 4.3822
|
| 18 |
|
| 19 |
## Model description
|
| 20 |
|
|
|
|
| 45 |
|
| 46 |
| Training Loss | Epoch | Step | Validation Loss |
|
| 47 |
|:-------------:|:-----:|:----:|:---------------:|
|
| 48 |
+
| 5.8865 | 1.0 | 62 | 5.3373 |
|
| 49 |
+
| 4.8902 | 2.0 | 124 | 5.0404 |
|
| 50 |
+
| 4.6288 | 3.0 | 186 | 4.8065 |
|
| 51 |
+
| 4.4524 | 4.0 | 248 | 4.6461 |
|
| 52 |
+
| 4.3286 | 5.0 | 310 | 4.5491 |
|
| 53 |
+
| 4.2488 | 6.0 | 372 | 4.4846 |
|
| 54 |
+
| 4.177 | 7.0 | 434 | 4.4385 |
|
| 55 |
+
| 4.143 | 8.0 | 496 | 4.4071 |
|
| 56 |
+
| 4.1105 | 9.0 | 558 | 4.3883 |
|
| 57 |
+
| 4.1035 | 10.0 | 620 | 4.3822 |
|
| 58 |
|
| 59 |
|
| 60 |
### Framework versions
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 68273200
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8e3ba36ea7cf7ab30e81c8eb9b9d283474eb41b796376222f52c525a33d6e20c
|
| 3 |
size 68273200
|
tokenizer.json
CHANGED
|
@@ -1,21 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
-
"truncation":
|
| 4 |
-
|
| 5 |
-
"max_length": 512,
|
| 6 |
-
"strategy": "LongestFirst",
|
| 7 |
-
"stride": 0
|
| 8 |
-
},
|
| 9 |
-
"padding": {
|
| 10 |
-
"strategy": {
|
| 11 |
-
"Fixed": 512
|
| 12 |
-
},
|
| 13 |
-
"direction": "Right",
|
| 14 |
-
"pad_to_multiple_of": null,
|
| 15 |
-
"pad_id": 1,
|
| 16 |
-
"pad_type_id": 0,
|
| 17 |
-
"pad_token": "<pad>"
|
| 18 |
-
},
|
| 19 |
"added_tokens": [
|
| 20 |
{
|
| 21 |
"id": 0,
|
|
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
+
"truncation": null,
|
| 4 |
+
"padding": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
"added_tokens": [
|
| 6 |
{
|
| 7 |
"id": 0,
|