nbhimte commited on
Commit
eaab667
1 Parent(s): 1bd2e59

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,10 +1,12 @@
1
  {
2
- "_name_or_path": "google/bert_uncased_L-10_H-256_A-4",
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": 256,
@@ -24,7 +26,7 @@
24
  "max_position_embeddings": 512,
25
  "model_type": "bert",
26
  "num_attention_heads": 4,
27
- "num_hidden_layers": 10,
28
  "pad_token_id": 0,
29
  "position_embedding_type": "absolute",
30
  "problem_type": "single_label_classification",
 
1
  {
2
+ "_name_or_path": "M-FAC/bert-mini-finetuned-mnli",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "classifier_dropout": null,
8
+ "finetuning_task": "mnli",
9
+ "gradient_checkpointing": false,
10
  "hidden_act": "gelu",
11
  "hidden_dropout_prob": 0.1,
12
  "hidden_size": 256,
 
26
  "max_position_embeddings": 512,
27
  "model_type": "bert",
28
  "num_attention_heads": 4,
29
+ "num_hidden_layers": 4,
30
  "pad_token_id": 0,
31
  "position_embedding_type": "absolute",
32
  "problem_type": "single_label_classification",
logs/1650261920.8495061/events.out.tfevents.1650261920.3e9d60946c57.33.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd3aee908f2af9338bfc0613078e467f46435adae93090f3eb64cecf9a3240eb
3
+ size 4859
logs/events.out.tfevents.1650261920.3e9d60946c57.33.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d418cf480f916854b0d6d289e0f1d3848e25b4abf764fc83849f668ff850e23a
3
+ size 4306
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f67f833ba23c55c21fedb4c348ae9c042a905bfb415ee074947be5c1c5f8bbd2
3
- size 63699757
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90e0606672fb5e6572cc3c005e2f7799c843d4a798973bb5a8780b63a64b66f0
3
+ size 44713287