Training in progress, epoch 1
Browse files- config.json +2 -1
- pytorch_model.bin +2 -2
- tokenizer.json +6 -1
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "SRGPTSENTNEG4",
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"GPT2ForSequenceClassification"
|
@@ -25,6 +25,7 @@
|
|
25 |
"n_inner": null,
|
26 |
"n_layer": 36,
|
27 |
"n_positions": 1024,
|
|
|
28 |
"reorder_and_upcast_attn": false,
|
29 |
"resid_pdrop": 0.1,
|
30 |
"scale_attn_by_inverse_layer_idx": false,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "Tanor/SRGPTSENTNEG4",
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"GPT2ForSequenceClassification"
|
|
|
25 |
"n_inner": null,
|
26 |
"n_layer": 36,
|
27 |
"n_positions": 1024,
|
28 |
+
"problem_type": "single_label_classification",
|
29 |
"reorder_and_upcast_attn": false,
|
30 |
"resid_pdrop": 0.1,
|
31 |
"scale_attn_by_inverse_layer_idx": false,
|
pytorch_model.bin
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:0c98b651bcac24445f9deccd6be1732900beb274581295bd0bd569d8f02712a1
|
3 |
+
size 3090615966
|
tokenizer.json
CHANGED
@@ -1,6 +1,11 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
|
|
|
|
|
|
|
|
|
|
4 |
"padding": null,
|
5 |
"added_tokens": [
|
6 |
{
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": {
|
4 |
+
"direction": "Right",
|
5 |
+
"max_length": 300,
|
6 |
+
"strategy": "LongestFirst",
|
7 |
+
"stride": 0
|
8 |
+
},
|
9 |
"padding": null,
|
10 |
"added_tokens": [
|
11 |
{
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4408
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0fb1936fe648524ec54790e8f2ae649e229a16d98d9a92dbd36d5730bcbf1fde
|
3 |
size 4408
|