Simon Tang commited on
Commit ·
d232ef7
1
Parent(s): 1a9eed3
Training in progress, step 500
Browse files- .gitignore +1 -0
- config.json +1 -1
- pytorch_model.bin +2 -2
- training_args.bin +3 -0
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
checkpoint-*/
|
config.json
CHANGED
|
@@ -56,5 +56,5 @@
|
|
| 56 |
"torch_dtype": "float32",
|
| 57 |
"transformers_version": "4.26.1",
|
| 58 |
"use_cache": true,
|
| 59 |
-
"vocab_size":
|
| 60 |
}
|
|
|
|
| 56 |
"torch_dtype": "float32",
|
| 57 |
"transformers_version": "4.26.1",
|
| 58 |
"use_cache": true,
|
| 59 |
+
"vocab_size": 32101
|
| 60 |
}
|
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:c517f222d711e0a2270cb8e96fe594632b991c55546da0e23b0d25427bddc93b
|
| 3 |
+
size 2950737921
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a8f58f73217bdfe23ccfb6dba87de616f5f6a555b54b366f338cfe9ccc80853b
|
| 3 |
+
size 3515
|