yi zhou
commited on
Commit
·
66febcd
1
Parent(s):
32dd507
Step loss
Browse files- config.json +3 -2
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
-
"
|
4 |
],
|
5 |
"attention_probs_dropout_prob": 0,
|
6 |
"bos_token_id": 2,
|
@@ -26,7 +27,7 @@
|
|
26 |
"pad_token_id": 0,
|
27 |
"position_embedding_type": "absolute",
|
28 |
"torch_dtype": "float32",
|
29 |
-
"transformers_version": "4.11.
|
30 |
"type_vocab_size": 2,
|
31 |
"vocab_size": 30000
|
32 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/Users/yizhou/Downloads/checkpoint-125000",
|
3 |
"architectures": [
|
4 |
+
"AlbertForMaskedLM"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0,
|
7 |
"bos_token_id": 2,
|
|
|
27 |
"pad_token_id": 0,
|
28 |
"position_embedding_type": "absolute",
|
29 |
"torch_dtype": "float32",
|
30 |
+
"transformers_version": "4.11.3",
|
31 |
"type_vocab_size": 2,
|
32 |
"vocab_size": 30000
|
33 |
}
|
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:1fcd8f0f470479ecd9e8d0c269abd1ae76857ea7a0f47727119d0fea9e55f52d
|
3 |
+
size 67198414
|