Training in progress, step 500
Browse files- config.json +2 -2
- pytorch_model.bin +2 -2
- tokenizer_config.json +1 -1
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"activation": "gelu",
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"attention_dropout": 0.1,
|
7 |
"dim": 768,
|
@@ -18,5 +18,5 @@
|
|
18 |
"sinusoidal_pos_embds": false,
|
19 |
"torch_dtype": "float32",
|
20 |
"transformers_version": "4.26.0",
|
21 |
-
"vocab_size":
|
22 |
}
|
|
|
1 |
{
|
2 |
"activation": "gelu",
|
3 |
"architectures": [
|
4 |
+
"DistilBertForMaskedLM"
|
5 |
],
|
6 |
"attention_dropout": 0.1,
|
7 |
"dim": 768,
|
|
|
18 |
"sinusoidal_pos_embds": false,
|
19 |
"torch_dtype": "float32",
|
20 |
"transformers_version": "4.26.0",
|
21 |
+
"vocab_size": 2000
|
22 |
}
|
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:d1499b6bcb275ebe2fd7139931dcc03846161b92c998785973b247d0d1059867
|
3 |
+
size 180244401
|
tokenizer_config.json
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
"eos_token": "<|EOS|>",
|
6 |
"mask_token": "<|MASK|>",
|
7 |
"model_max_length": 1024,
|
8 |
-
"name_or_path": "
|
9 |
"pad_token": "<|PAD|>",
|
10 |
"sep_token": "<|SEP|>",
|
11 |
"special_tokens_map_file": null,
|
|
|
5 |
"eos_token": "<|EOS|>",
|
6 |
"mask_token": "<|MASK|>",
|
7 |
"model_max_length": 1024,
|
8 |
+
"name_or_path": "alvarodt/geocoding",
|
9 |
"pad_token": "<|PAD|>",
|
10 |
"sep_token": "<|SEP|>",
|
11 |
"special_tokens_map_file": null,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3515
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d2c3120c107c23e73082af191fc9aa6b292c8fa3ca7b00995e7bf8913c4653b7
|
3 |
size 3515
|