edanigoben commited on
Commit
53572c8
·
1 Parent(s): b7cbd4c

Training in progress, epoch 1

Browse files
Files changed (4) hide show
  1. .gitignore +1 -0
  2. config.json +1 -26
  3. pytorch_model.bin +2 -2
  4. training_args.bin +1 -1
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
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,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1992f13e176b583560a9c5b90b66c8085a496318cb9fae4fd203baf1ad0ee899
3
- size 267880109
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0467eeae33675ca97c29bf593e7d2d68ae068be50fc5f099abfd76545ca5cc1
3
+ size 267978033
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f023385c05b9e9513ae83c09194047f0cde505ddb4adb81c8b302ddb95f05fa2
3
  size 3643
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dddc987c05289e08cc7bd2672fe7d4c73904586695f787f36d5e218baa7c1519
3
  size 3643