Updating README.md
Browse files
README.md
CHANGED
@@ -11,6 +11,9 @@ metrics:
|
|
11 |
model-index:
|
12 |
- name: gpt1_sst2_right
|
13 |
results: []
|
|
|
|
|
|
|
14 |
---
|
15 |
|
16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -35,7 +38,10 @@ More information needed
|
|
35 |
|
36 |
## Training and evaluation data
|
37 |
|
38 |
-
|
|
|
|
|
|
|
39 |
|
40 |
## Training procedure
|
41 |
|
@@ -65,4 +71,4 @@ The following hyperparameters were used during training:
|
|
65 |
- Transformers 4.47.1
|
66 |
- Pytorch 2.5.1+cu124
|
67 |
- Datasets 3.2.0
|
68 |
-
- Tokenizers 0.21.0
|
|
|
11 |
model-index:
|
12 |
- name: gpt1_sst2_right
|
13 |
results: []
|
14 |
+
datasets:
|
15 |
+
- nyu-mll/glue
|
16 |
+
- stanfordnlp/sst2
|
17 |
---
|
18 |
|
19 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
38 |
|
39 |
## Training and evaluation data
|
40 |
|
41 |
+
For batched training, \<pad\> token is added to the tokenizer and the following padding-truncation options are adapted:
|
42 |
+
|
43 |
+
- Padding Side: "right"
|
44 |
+
- Truncation Side: "right"
|
45 |
|
46 |
## Training procedure
|
47 |
|
|
|
71 |
- Transformers 4.47.1
|
72 |
- Pytorch 2.5.1+cu124
|
73 |
- Datasets 3.2.0
|
74 |
+
- Tokenizers 0.21.0
|