End of training
Browse files- README.md +1 -5
- config.json +1 -1
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -1,6 +1,4 @@
|
|
| 1 |
---
|
| 2 |
-
license: mit
|
| 3 |
-
base_model: microsoft/DialoGPT-small
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
| 6 |
model-index:
|
|
@@ -13,9 +11,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 13 |
|
| 14 |
# gpt2-trial-r1
|
| 15 |
|
| 16 |
-
This model
|
| 17 |
-
It achieves the following results on the evaluation set:
|
| 18 |
-
- Loss: 0.9410
|
| 19 |
|
| 20 |
## Model description
|
| 21 |
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
tags:
|
| 3 |
- generated_from_trainer
|
| 4 |
model-index:
|
|
|
|
| 11 |
|
| 12 |
# gpt2-trial-r1
|
| 13 |
|
| 14 |
+
This model was trained from scratch on an unknown dataset.
|
|
|
|
|
|
|
| 15 |
|
| 16 |
## Model description
|
| 17 |
|
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"activation_function": "gelu_new",
|
| 4 |
"architectures": [
|
| 5 |
"GPT2LMHeadModel"
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "/content/gpt2-trial-r1-model-pt",
|
| 3 |
"activation_function": "gelu_new",
|
| 4 |
"architectures": [
|
| 5 |
"GPT2LMHeadModel"
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 497774208
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a4a9aabb2ba3320966fd030b603f242fa9744de4cabf1a1c678e1d9483cfeaa5
|
| 3 |
size 497774208
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4664
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d1f6c911b61dd5914fdbcecc0c5d7583d04bddb3c41eb18f4a0bcf880a71c683
|
| 3 |
size 4664
|