negfir commited on
Commit
a1cf3f9
1 Parent(s): b497b77

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,25 +1,26 @@
1
  {
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
  "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
  "problem_type": "single_label_classification",
18
- "qa_dropout": 0.1,
19
- "seq_classif_dropout": 0.2,
20
- "sinusoidal_pos_embds": false,
21
- "tie_weights_": true,
22
  "torch_dtype": "float32",
23
  "transformers_version": "4.17.0",
 
 
24
  "vocab_size": 30522
25
  }
 
1
  {
2
+ "_name_or_path": "google/bert_uncased_L-2_H-128_A-2",
 
3
  "architectures": [
4
+ "BertForSequenceClassification"
5
  ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 128,
11
  "initializer_range": 0.02,
12
+ "intermediate_size": 512,
13
+ "layer_norm_eps": 1e-12,
14
  "max_position_embeddings": 512,
15
+ "model_type": "bert",
16
+ "num_attention_heads": 2,
17
+ "num_hidden_layers": 2,
18
  "pad_token_id": 0,
19
+ "position_embedding_type": "absolute",
20
  "problem_type": "single_label_classification",
 
 
 
 
21
  "torch_dtype": "float32",
22
  "transformers_version": "4.17.0",
23
+ "type_vocab_size": 2,
24
+ "use_cache": true,
25
  "vocab_size": 30522
26
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9f9ad7902d6891ea3ac78be7e626e874c47c82164e3719b010a64dcc4f812b48
3
- size 267860529
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f894d32a7f2bcb1e8415b1efaac23860c72edf802d3aae8bd3375aeebac527c8
3
+ size 17564711
runs/Mar23_23-37-40_1f6fbf265ce1/1648078665.2194545/events.out.tfevents.1648078665.1f6fbf265ce1.70.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2824166a9185df42a4d379e16f43b380856165cca1d978a2529b0021ec559d5d
3
+ size 4842
runs/Mar23_23-37-40_1f6fbf265ce1/events.out.tfevents.1648078665.1f6fbf265ce1.70.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03f3aba361a103e6b12aca7330e74574405115ae6c2a6f9881ab53685dc434c0
3
+ size 3796
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:21a59c4d0682eaca7944cbe3f37d74c10b499c9a78597c2d0fe5473f6e0a7d42
3
  size 3055
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d080a57a27e01f2e3b14a4f2af4afe5039fdf7eda5f3f23e94dec1ff39c03a62
3
  size 3055