tiedaar commited on
Commit
25becf6
1 Parent(s): c035be2

Upload MPNetForSequenceClassification

Browse files
Files changed (2) hide show
  1. config.json +33 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "../bin/mpnet_multimc_classifier",
3
+ "architectures": [
4
+ "MPNetForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "eos_token_id": 2,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "incorrect_answer",
14
+ "1": "correct_answer"
15
+ },
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 3072,
18
+ "label2id": {
19
+ "correct_answer": 1,
20
+ "incorrect_answer": 0
21
+ },
22
+ "layer_norm_eps": 1e-05,
23
+ "max_position_embeddings": 514,
24
+ "model_type": "mpnet",
25
+ "num_attention_heads": 12,
26
+ "num_hidden_layers": 12,
27
+ "pad_token_id": 1,
28
+ "problem_type": "single_label_classification",
29
+ "relative_attention_num_buckets": 32,
30
+ "torch_dtype": "float32",
31
+ "transformers_version": "4.31.0",
32
+ "vocab_size": 30527
33
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a54fb68adc6bd86b09290ed47bf8a9bb61809fa83302e5e38601e27844ebd66
3
+ size 438020017