Commit
·
04149a2
1
Parent(s):
4fcba81
Training in progress, step 500
Browse files- config.json +1 -12
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
config.json
CHANGED
@@ -48,19 +48,8 @@
|
|
48 |
"summary_type": "cls_index",
|
49 |
"summary_use_proj": true,
|
50 |
"torch_dtype": "float32",
|
51 |
-
"transformers_version": "4.
|
52 |
"use_cache": true,
|
53 |
-
"task_specific_params": {
|
54 |
-
"text-generation": {
|
55 |
-
"do_sample": true,
|
56 |
-
"temperature": 0.7,
|
57 |
-
"max_length": 100,
|
58 |
-
"top_p": 0.95,
|
59 |
-
"top_k": 50,
|
60 |
-
"wait_for_model": true,
|
61 |
-
"num_return_sequences": 2
|
62 |
-
}
|
63 |
-
},
|
64 |
"vocab_size": 50257,
|
65 |
"window_size": 256
|
66 |
}
|
|
|
48 |
"summary_type": "cls_index",
|
49 |
"summary_use_proj": true,
|
50 |
"torch_dtype": "float32",
|
51 |
+
"transformers_version": "4.33.0",
|
52 |
"use_cache": true,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
"vocab_size": 50257,
|
54 |
"window_size": 256
|
55 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 500847181
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:697fe2cdf1ab1dc3eb9c15b78f1defc990f6576a7766454f45c3b4b892d06f10
|
3 |
size 500847181
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4091
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e57c86eae38edaf6973e03d606a5ad7ce9f8c9b14c6c28c335d8d990474ed800
|
3 |
size 4091
|