alvarodt commited on
Commit
ced0d4d
·
1 Parent(s): 9d53b25

Training in progress, step 500

Browse files
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "activation": "gelu",
3
  "architectures": [
4
- "DistilBertModel"
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": 20000
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:92811d548c5911d9cd9ea803ac49b02def8d8c5c3b900d6b45018a03382919df
3
- size 233161117
 
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": "gpt2",
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:d204d38b1f742ed37a5851f0bf0a8b10855574b347998fe0577392c27ae1be11
3
  size 3515
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2c3120c107c23e73082af191fc9aa6b292c8fa3ca7b00995e7bf8913c4653b7
3
  size 3515