End of training
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
-
base_model:
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
model-index:
|
@@ -13,9 +13,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# my_patent_abstract_causual_language-model
|
15 |
|
16 |
-
This model is a fine-tuned version of [
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss: 3.
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -46,9 +46,9 @@ The following hyperparameters were used during training:
|
|
46 |
|
47 |
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
|:-------------:|:-----:|:----:|:---------------:|
|
49 |
-
| No log | 1.0 |
|
50 |
-
| No log | 2.0 |
|
51 |
-
| No log | 3.0 |
|
52 |
|
53 |
|
54 |
### Framework versions
|
|
|
1 |
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: distilbert/distilgpt2
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
model-index:
|
|
|
13 |
|
14 |
# my_patent_abstract_causual_language-model
|
15 |
|
16 |
+
This model is a fine-tuned version of [distilbert/distilgpt2](https://huggingface.co/distilbert/distilgpt2) on the None dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 3.4992
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
46 |
|
47 |
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
|:-------------:|:-----:|:----:|:---------------:|
|
49 |
+
| No log | 1.0 | 1 | 3.5980 |
|
50 |
+
| No log | 2.0 | 2 | 3.5339 |
|
51 |
+
| No log | 3.0 | 3 | 3.4992 |
|
52 |
|
53 |
|
54 |
### Framework versions
|
config.json
CHANGED
@@ -1,23 +1,28 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
|
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"GPT2LMHeadModel"
|
6 |
],
|
7 |
"attn_pdrop": 0.1,
|
8 |
"bos_token_id": 50256,
|
9 |
-
"do_sample": true,
|
10 |
"embd_pdrop": 0.1,
|
11 |
"eos_token_id": 50256,
|
|
|
|
|
|
|
12 |
"initializer_range": 0.02,
|
|
|
|
|
|
|
13 |
"layer_norm_epsilon": 1e-05,
|
14 |
-
"max_length": 50,
|
15 |
"model_type": "gpt2",
|
16 |
"n_ctx": 1024,
|
17 |
"n_embd": 768,
|
18 |
"n_head": 12,
|
19 |
"n_inner": null,
|
20 |
-
"n_layer":
|
21 |
"n_positions": 1024,
|
22 |
"reorder_and_upcast_attn": false,
|
23 |
"resid_pdrop": 0.1,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "distilbert/distilgpt2",
|
3 |
+
"_num_labels": 1,
|
4 |
"activation_function": "gelu_new",
|
5 |
"architectures": [
|
6 |
"GPT2LMHeadModel"
|
7 |
],
|
8 |
"attn_pdrop": 0.1,
|
9 |
"bos_token_id": 50256,
|
|
|
10 |
"embd_pdrop": 0.1,
|
11 |
"eos_token_id": 50256,
|
12 |
+
"id2label": {
|
13 |
+
"0": "LABEL_0"
|
14 |
+
},
|
15 |
"initializer_range": 0.02,
|
16 |
+
"label2id": {
|
17 |
+
"LABEL_0": 0
|
18 |
+
},
|
19 |
"layer_norm_epsilon": 1e-05,
|
|
|
20 |
"model_type": "gpt2",
|
21 |
"n_ctx": 1024,
|
22 |
"n_embd": 768,
|
23 |
"n_head": 12,
|
24 |
"n_inner": null,
|
25 |
+
"n_layer": 6,
|
26 |
"n_positions": 1024,
|
27 |
"reorder_and_upcast_attn": false,
|
28 |
"resid_pdrop": 0.1,
|
generation_config.json
CHANGED
@@ -1,9 +1,6 @@
|
|
1 |
{
|
2 |
"_from_model_config": true,
|
3 |
"bos_token_id": 50256,
|
4 |
-
"do_sample": true,
|
5 |
"eos_token_id": 50256,
|
6 |
-
"max_length": 50,
|
7 |
-
"pad_token_id": 50256,
|
8 |
"transformers_version": "4.41.2"
|
9 |
}
|
|
|
1 |
{
|
2 |
"_from_model_config": true,
|
3 |
"bos_token_id": 50256,
|
|
|
4 |
"eos_token_id": 50256,
|
|
|
|
|
5 |
"transformers_version": "4.41.2"
|
6 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3361cb0bce7d52dfa34eca10be122e285246c6b7be20d0821d482803d0036bde
|
3 |
+
size 327657928
|
runs/Jun15_12-13-39_8423c480c5d4/events.out.tfevents.1718453620.8423c480c5d4.3030.8
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aa404acccc4b84a63ac007643788a18d8cb408fa94da469f0be9113407c1d055
|
3 |
+
size 6376
|
runs/Jun15_12-13-39_8423c480c5d4/events.out.tfevents.1718453630.8423c480c5d4.3030.9
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1e717383363a3880e7f4f8a8562dfc6ba86138df7ecc0197ce2f2d1059e768f1
|
3 |
+
size 354
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4d2e20781b0328cebaeb6c41b73f74d08bf25c0fb57540d0cb45324e3e9d4437
|
3 |
size 5176
|