Training in progress, step 1000
Browse files- .gitignore +1 -0
- config.json +2 -2
- pytorch_model.bin +2 -2
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"MT5ForConditionalGeneration"
|
5 |
],
|
@@ -25,7 +25,7 @@
|
|
25 |
"tie_word_embeddings": false,
|
26 |
"tokenizer_class": "T5Tokenizer",
|
27 |
"torch_dtype": "float32",
|
28 |
-
"transformers_version": "4.
|
29 |
"use_cache": true,
|
30 |
"vocab_size": 46545
|
31 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "X-Wang/pruned-mt5-small",
|
3 |
"architectures": [
|
4 |
"MT5ForConditionalGeneration"
|
5 |
],
|
|
|
25 |
"tie_word_embeddings": false,
|
26 |
"tokenizer_class": "T5Tokenizer",
|
27 |
"torch_dtype": "float32",
|
28 |
+
"transformers_version": "4.31.0",
|
29 |
"use_cache": true,
|
30 |
"vocab_size": 46545
|
31 |
}
|
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:cd5626ce6a056bf20496a1ca4915a02adfacd59e28af9a4143ba6056ce7f0a9b
|
3 |
+
size 366962181
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:298f8b7326ffb14116dd38ef1f2649a051214604dbd73ddd44e535e38459f8ff
|
3 |
+
size 4091
|