C0uchP0tat0
commited on
Commit
•
5826394
1
Parent(s):
fd56e5e
End of training
Browse files- README.md +9 -9
- model.safetensors +1 -1
- runs/Dec28_06-55-41_782f0ab6a697/events.out.tfevents.1703746547.782f0ab6a697.686.0 +3 -0
- tokenizer.json +2 -11
- training_args.bin +1 -1
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 [ai-forever/rugpt3medium_based_on_gpt2](https://huggingface.co/ai-forever/rugpt3medium_based_on_gpt2) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Loss: 9.
|
18 |
|
19 |
## Model description
|
20 |
|
@@ -49,14 +49,14 @@ The following hyperparameters were used during training:
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|
|
52 |
-
| 10.
|
53 |
-
| 10.
|
54 |
-
| 9.
|
55 |
-
| 9.
|
56 |
-
| 9.
|
57 |
-
| 9.
|
58 |
-
| 9.
|
59 |
-
| 9.
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
14 |
|
15 |
This model is a fine-tuned version of [ai-forever/rugpt3medium_based_on_gpt2](https://huggingface.co/ai-forever/rugpt3medium_based_on_gpt2) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Loss: 9.1812
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|
|
52 |
+
| 10.8819 | 0.37 | 20 | 10.5196 |
|
53 |
+
| 10.2462 | 0.74 | 40 | 9.9291 |
|
54 |
+
| 9.8184 | 1.1 | 60 | 9.6638 |
|
55 |
+
| 9.6334 | 1.47 | 80 | 9.5486 |
|
56 |
+
| 9.5381 | 1.84 | 100 | 9.4843 |
|
57 |
+
| 9.4918 | 2.21 | 120 | 9.4058 |
|
58 |
+
| 9.3774 | 2.58 | 140 | 9.2999 |
|
59 |
+
| 9.2801 | 2.94 | 160 | 9.1812 |
|
60 |
|
61 |
|
62 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1423517184
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c9e649979d379e2e76ad7b7e92228930eb05aff9df66a61d2721cb790157eda6
|
3 |
size 1423517184
|
runs/Dec28_06-55-41_782f0ab6a697/events.out.tfevents.1703746547.782f0ab6a697.686.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4791c3d1d9ea7d68e3b588cc6e8196f38330299b935e94c81433f87d824824d3
|
3 |
+
size 8283
|
tokenizer.json
CHANGED
@@ -4,18 +4,9 @@
|
|
4 |
"direction": "Left",
|
5 |
"max_length": 64,
|
6 |
"strategy": "LongestFirst",
|
7 |
-
"stride":
|
8 |
-
},
|
9 |
-
"padding": {
|
10 |
-
"strategy": {
|
11 |
-
"Fixed": 64
|
12 |
-
},
|
13 |
-
"direction": "Left",
|
14 |
-
"pad_to_multiple_of": null,
|
15 |
-
"pad_id": 0,
|
16 |
-
"pad_type_id": 0,
|
17 |
-
"pad_token": "<pad>"
|
18 |
},
|
|
|
19 |
"added_tokens": [
|
20 |
{
|
21 |
"id": 0,
|
|
|
4 |
"direction": "Left",
|
5 |
"max_length": 64,
|
6 |
"strategy": "LongestFirst",
|
7 |
+
"stride": 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
},
|
9 |
+
"padding": null,
|
10 |
"added_tokens": [
|
11 |
{
|
12 |
"id": 0,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4600
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e93caf4f85bdf85b714651823fd49fea51d3b89d78a8f61830be568337a11e5d
|
3 |
size 4600
|