alvarodt commited on
Commit
bcfdbff
·
1 Parent(s): 2c1939b

Training in progress, step 500

Browse files
Files changed (5) hide show
  1. config.json +2 -4
  2. pytorch_model.bin +2 -2
  3. tokenizer_config.json +1 -1
  4. training_args.bin +1 -1
  5. vocab.txt +0 -0
config.json CHANGED
@@ -1,5 +1,4 @@
1
  {
2
- "_name_or_path": "distilbert-base-uncased",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForMaskedLM"
@@ -13,12 +12,11 @@
13
  "model_type": "distilbert",
14
  "n_heads": 12,
15
  "n_layers": 6,
16
- "pad_token_id": 0,
17
  "qa_dropout": 0.1,
18
  "seq_classif_dropout": 0.2,
19
  "sinusoidal_pos_embds": false,
20
- "tie_weights_": true,
21
  "torch_dtype": "float32",
22
  "transformers_version": "4.26.0",
23
- "vocab_size": 30522
24
  }
 
1
  {
 
2
  "activation": "gelu",
3
  "architectures": [
4
  "DistilBertForMaskedLM"
 
12
  "model_type": "distilbert",
13
  "n_heads": 12,
14
  "n_layers": 6,
15
+ "pad_token_id": 1,
16
  "qa_dropout": 0.1,
17
  "seq_classif_dropout": 0.2,
18
  "sinusoidal_pos_embds": false,
 
19
  "torch_dtype": "float32",
20
  "transformers_version": "4.26.0",
21
+ "vocab_size": 20000
22
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e496d48edd743d1a0cb91a33e5f71b5ae574ca4a6ec1d69f69f6f11d89b06426
3
- size 267978033
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4731a16c43aa6c9d3a35e4b55f8a49a70dc84223483f1213cc2982f7220c9a54
3
+ size 235612401
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:5d7e2476801831ff09f6e9407f893227bf3c6fe4829ae426044ef5d4ba56de38
3
  size 3515
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:896911aad1017ed476ddc3d99e0ab5ac16a6dda3e0974b7d1298164cf0362c15
3
  size 3515
vocab.txt DELETED
The diff for this file is too large to render. See raw diff