edanigoben commited on
Commit
4f0e07e
·
1 Parent(s): 17c8a36

mlm crawler 65e 0.5

Browse files
Files changed (6) hide show
  1. config.json +1 -26
  2. optimizer.pt +2 -2
  3. pytorch_model.bin +2 -2
  4. rng_state.pth +1 -1
  5. scheduler.pt +1 -1
  6. training_args.bin +2 -2
config.json CHANGED
@@ -2,43 +2,18 @@
2
  "_name_or_path": "distilbert-base-uncased",
3
  "activation": "gelu",
4
  "architectures": [
5
- "DistilBertForSequenceClassification"
6
  ],
7
  "attention_dropout": 0.1,
8
  "dim": 768,
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
- "id2label": {
12
- "0": "LABEL_0",
13
- "1": "LABEL_1",
14
- "2": "LABEL_2",
15
- "3": "LABEL_3",
16
- "4": "LABEL_4",
17
- "5": "LABEL_5",
18
- "6": "LABEL_6",
19
- "7": "LABEL_7",
20
- "8": "LABEL_8",
21
- "9": "LABEL_9"
22
- },
23
  "initializer_range": 0.02,
24
- "label2id": {
25
- "LABEL_0": 0,
26
- "LABEL_1": 1,
27
- "LABEL_2": 2,
28
- "LABEL_3": 3,
29
- "LABEL_4": 4,
30
- "LABEL_5": 5,
31
- "LABEL_6": 6,
32
- "LABEL_7": 7,
33
- "LABEL_8": 8,
34
- "LABEL_9": 9
35
- },
36
  "max_position_embeddings": 512,
37
  "model_type": "distilbert",
38
  "n_heads": 12,
39
  "n_layers": 6,
40
  "pad_token_id": 0,
41
- "problem_type": "single_label_classification",
42
  "qa_dropout": 0.1,
43
  "seq_classif_dropout": 0.2,
44
  "sinusoidal_pos_embds": false,
 
2
  "_name_or_path": "distilbert-base-uncased",
3
  "activation": "gelu",
4
  "architectures": [
5
+ "DistilBertForMaskedLM"
6
  ],
7
  "attention_dropout": 0.1,
8
  "dim": 768,
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
 
 
 
 
 
 
 
 
 
 
 
 
11
  "initializer_range": 0.02,
 
 
 
 
 
 
 
 
 
 
 
 
12
  "max_position_embeddings": 512,
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,
optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f6fa49861293b096f4ec4a7287f7759ac99a2062f0f275e63f7280fc15e0f9f6
3
- size 535750213
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:185f767b3b03b5743d851788407c5635ca7bde9689cc1a131816cb719c55b846
3
+ size 535945925
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:491feb260883d9c03042e7f92de7b291e3680759cf403faee560c936244e4b35
3
- size 267880109
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef5e4c42ce194027af5e6738a18a8e0b6cf6d987a21a1500f162cb4ceee0ad00
3
+ size 24768512
rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3899805085e9d2ac6cbf41d1e231c8019961099f94de919796ff76ec1a2a6d27
3
  size 14575
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fe8cd648fb5b345ec3106a96dc0c1d8a4c7b934b6638a0400c2773c1ef66b0a
3
  size 14575
scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:772dd81534f16ccad499eda8bef2dc60508234c8daa4ecae9a5aa2c25f5ac971
3
  size 627
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:234a33a27b13a8e13915169a2e32b09b1b786297759653944deddf3460493fc1
3
  size 627
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:69dba15562adc963c0e958faa40949482ed3f4a4e7db086eedc1130e4eecc7b6
3
- size 3707
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f442d2581ae0396c5c72da4f7b16d23df3b39ecc948c62c655c30e354144620
3
+ size 3643