mwong commited on
Commit
6e98a35
1 Parent(s): 19cfebd
Files changed (2) hide show
  1. config.json +12 -5
  2. pytorch_model.bin +2 -2
config.json CHANGED
@@ -1,20 +1,23 @@
1
  {
2
- "_name_or_path": "erniev2-climate-outputs/checkpoint-153600",
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
  "initializer_range": 0.02,
13
  "intermediate_size": 3072,
 
14
  "layer_norm_eps": 1e-05,
15
  "max_position_embeddings": 512,
16
  "model_type": "bert",
17
  "num_attention_heads": 12,
 
18
  "num_hidden_layers": 12,
19
  "pad_token_id": 0,
20
  "position_embedding_type": "absolute",
@@ -22,8 +25,12 @@
22
  "sent_type_vocab_size": 4,
23
  "task_type_vocab_size": 16,
24
  "torch_dtype": "float32",
25
- "transformers_version": "4.19.0.dev0",
26
  "type_vocab_size": 4,
27
  "use_cache": true,
28
- "vocab_size": 30522
 
 
 
 
29
  }
1
  {
2
+ "_name_or_path": "../input/climateinitouterniev2/checkpoint-258341",
3
  "architectures": [
4
+ "SentencePairClassifier"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": 0.1,
8
+ "device": "cuda",
9
  "gradient_checkpointing": false,
10
  "hidden_act": "gelu",
11
  "hidden_dropout_prob": 0.1,
12
  "hidden_size": 768,
13
  "initializer_range": 0.02,
14
  "intermediate_size": 3072,
15
+ "label_smoothing_factor": 0,
16
  "layer_norm_eps": 1e-05,
17
  "max_position_embeddings": 512,
18
  "model_type": "bert",
19
  "num_attention_heads": 12,
20
+ "num_classes": 2,
21
  "num_hidden_layers": 12,
22
  "pad_token_id": 0,
23
  "position_embedding_type": "absolute",
25
  "sent_type_vocab_size": 4,
26
  "task_type_vocab_size": 16,
27
  "torch_dtype": "float32",
28
+ "transformers_version": "4.18.0",
29
  "type_vocab_size": 4,
30
  "use_cache": true,
31
+ "vocab_size": 30522,
32
+ "weights": [
33
+ 0.5,
34
+ 0.5
35
+ ]
36
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:317dd93b8a8d73e668490893319946843c3bc887f368249ac24b0a039aa1c0fb
3
- size 438009453
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7885f5c461ffb23ab511f4324188b2701647e86c0dead421aaa84467e1c5f2c
3
+ size 442738277