End of training
Browse files- README.md +7 -25
- generation_config.json +6 -0
README.md
CHANGED
@@ -1,29 +1,12 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
license:
|
4 |
-
base_model:
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
-
datasets:
|
8 |
-
- glue
|
9 |
-
metrics:
|
10 |
-
- matthews_correlation
|
11 |
model-index:
|
12 |
- name: test-trainer
|
13 |
-
results:
|
14 |
-
- task:
|
15 |
-
name: Text Classification
|
16 |
-
type: text-classification
|
17 |
-
dataset:
|
18 |
-
name: glue
|
19 |
-
type: glue
|
20 |
-
config: cola
|
21 |
-
split: validation
|
22 |
-
args: cola
|
23 |
-
metrics:
|
24 |
-
- name: Matthews Correlation
|
25 |
-
type: matthews_correlation
|
26 |
-
value: 0.49518413554691854
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -31,10 +14,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
31 |
|
32 |
# test-trainer
|
33 |
|
34 |
-
This model is a fine-tuned version of [
|
35 |
It achieves the following results on the evaluation set:
|
36 |
-
- Loss:
|
37 |
-
- Matthews Correlation: 0.4952
|
38 |
|
39 |
## Model description
|
40 |
|
@@ -68,6 +50,6 @@ The following hyperparameters were used during training:
|
|
68 |
### Framework versions
|
69 |
|
70 |
- Transformers 4.46.3
|
71 |
-
- Pytorch 2.5.1+
|
72 |
-
- Datasets 1.
|
73 |
- Tokenizers 0.20.3
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
license: mit
|
4 |
+
base_model: gpt2
|
5 |
tags:
|
6 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
7 |
model-index:
|
8 |
- name: test-trainer
|
9 |
+
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
14 |
|
15 |
# test-trainer
|
16 |
|
17 |
+
This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 5.6727
|
|
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
50 |
### Framework versions
|
51 |
|
52 |
- Transformers 4.46.3
|
53 |
+
- Pytorch 2.5.1+cu121
|
54 |
+
- Datasets 3.1.0
|
55 |
- Tokenizers 0.20.3
|
generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 50256,
|
4 |
+
"eos_token_id": 50256,
|
5 |
+
"transformers_version": "4.46.3"
|
6 |
+
}
|