lyrisha commited on
Commit
df97052
·
verified ·
1 Parent(s): 380f13f

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,35 +1,35 @@
1
  {
2
- "_name_or_path": "bert-base-uncased",
 
3
  "architectures": [
4
- "BertForSequenceClassification"
5
  ],
 
6
  "attention_probs_dropout_prob": 0.1,
7
- "classifier_dropout": null,
8
- "gradient_checkpointing": false,
9
- "hidden_act": "gelu",
10
  "hidden_dropout_prob": 0.1,
11
- "hidden_size": 768,
12
  "id2label": {
13
  "0": "NEGATIVE",
14
  "1": "POSITIVE"
15
  },
16
  "initializer_range": 0.02,
17
- "intermediate_size": 3072,
18
  "label2id": {
19
  "NEGATIVE": 0,
20
  "POSITIVE": 1
21
  },
22
- "layer_norm_eps": 1e-12,
23
  "max_position_embeddings": 512,
24
- "model_type": "bert",
25
- "num_attention_heads": 12,
26
- "num_hidden_layers": 12,
27
  "pad_token_id": 0,
28
- "position_embedding_type": "absolute",
29
  "problem_type": "single_label_classification",
 
 
 
 
30
  "torch_dtype": "float32",
31
- "transformers_version": "4.40.0",
32
- "type_vocab_size": 2,
33
- "use_cache": true,
34
  "vocab_size": 30522
35
  }
 
1
  {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
  "architectures": [
5
+ "DistilBertForSequenceClassification"
6
  ],
7
+ "attention_dropout": 0.1,
8
  "attention_probs_dropout_prob": 0.1,
9
+ "dim": 768,
10
+ "dropout": 0.1,
11
+ "hidden_dim": 3072,
12
  "hidden_dropout_prob": 0.1,
 
13
  "id2label": {
14
  "0": "NEGATIVE",
15
  "1": "POSITIVE"
16
  },
17
  "initializer_range": 0.02,
 
18
  "label2id": {
19
  "NEGATIVE": 0,
20
  "POSITIVE": 1
21
  },
 
22
  "max_position_embeddings": 512,
23
+ "model_type": "distilbert",
24
+ "n_heads": 12,
25
+ "n_layers": 6,
26
  "pad_token_id": 0,
 
27
  "problem_type": "single_label_classification",
28
+ "qa_dropout": 0.1,
29
+ "seq_classif_dropout": 0.2,
30
+ "sinusoidal_pos_embds": false,
31
+ "tie_weights_": true,
32
  "torch_dtype": "float32",
33
+ "transformers_version": "4.40.2",
 
 
34
  "vocab_size": 30522
35
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d52556dabfcc686b08ea58139bd6e7bff7444464d6594d124412d3a730fe0df1
3
- size 437958648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea1de348d2b39732d4e08572b85c4167d63b8a8edffd2b3fda24e2206ae57737
3
+ size 267832560
runs/May10_19-25-55_3d87f0ef64c6/events.out.tfevents.1715369156.3d87f0ef64c6.209.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:710c1eddaa900a526890c64677ad0e69311e3d7d026f0fab36b09587089def9c
3
+ size 4824
runs/May10_19-40-51_3d87f0ef64c6/events.out.tfevents.1715370052.3d87f0ef64c6.209.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16d932591a6a66950f350c4e62d456831f6e86f9eb549a5d3eafe95bbf62b6d7
3
+ size 4822
runs/May10_19-43-05_3d87f0ef64c6/events.out.tfevents.1715370186.3d87f0ef64c6.209.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9ee4eb6fe662f929e55660ee0a87fd6e3a4e5a2b8eb8d9b5d7c296a9a30f522
3
+ size 4822
runs/May10_19-44-58_3d87f0ef64c6/events.out.tfevents.1715370299.3d87f0ef64c6.209.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15705a113fdf2f4e3b1855db2b86d159a619aa1d21ee42c00d59e1912adc6d1c
3
+ size 4824
runs/May10_19-47-05_3d87f0ef64c6/events.out.tfevents.1715370425.3d87f0ef64c6.209.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28b111e7c134ba812bca2efeb48c3c2ae57cc5b1b6de7fd1ddcc0596dea360b0
3
+ size 4824
runs/May10_19-49-11_3d87f0ef64c6/events.out.tfevents.1715370551.3d87f0ef64c6.209.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12efbb4041d2cabf448006c36550a60c8e06eb8b9246b004dd9075d4d4d510c5
3
+ size 4822
runs/May10_19-54-49_3d87f0ef64c6/events.out.tfevents.1715370890.3d87f0ef64c6.209.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16ba0e4548a23e8e19125a602c570021f42b03205ee967bd23e6d17f378ecefe
3
+ size 4881
runs/May10_19-56-23_3d87f0ef64c6/events.out.tfevents.1715370984.3d87f0ef64c6.209.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42a983185cb8431e03262c0374cb71c6e4aa77cb76702b204cc82d671b693a27
3
+ size 4883
runs/May10_20-01-08_3d87f0ef64c6/events.out.tfevents.1715371269.3d87f0ef64c6.209.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b3b4c3238afc0d9d18af0e5978c72a17e769e4437cb0927cf60131fe4c75121
3
+ size 5315
tokenizer_config.json CHANGED
@@ -50,6 +50,6 @@
50
  "sep_token": "[SEP]",
51
  "strip_accents": null,
52
  "tokenize_chinese_chars": true,
53
- "tokenizer_class": "BertTokenizer",
54
  "unk_token": "[UNK]"
55
  }
 
50
  "sep_token": "[SEP]",
51
  "strip_accents": null,
52
  "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "DistilBertTokenizer",
54
  "unk_token": "[UNK]"
55
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2c9302c8c1ec95a872a097cbbe6d7902cd471503c2ff2dc05bb4a2c529aa9bee
3
  size 5048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff6a3a2ef5e04948be69560f4bfccf6040fe50f013ee018911b604cf87de2e15
3
  size 5048