Izzet commited on
Commit
8bc1a81
1 Parent(s): 797190c
Files changed (2) hide show
  1. config.json +38 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/content/drive/MyDrive/raw/qd_best_models/quora_models/qd_quora_convbert_model",
3
+ "architectures": [
4
+ "ConvBertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "conv_kernel_size": 9,
10
+ "embedding_size": 768,
11
+ "eos_token_id": 2,
12
+ "head_ratio": 2,
13
+ "hidden_act": "gelu",
14
+ "hidden_dropout_prob": 0.1,
15
+ "hidden_size": 768,
16
+ "id2label": {
17
+ "0": "NQ",
18
+ "1": "Q"
19
+ },
20
+ "initializer_range": 0.02,
21
+ "intermediate_size": 3072,
22
+ "label2id": {
23
+ "NQ": 0,
24
+ "Q": 1
25
+ },
26
+ "layer_norm_eps": 1e-12,
27
+ "max_position_embeddings": 512,
28
+ "model_type": "convbert",
29
+ "num_attention_heads": 12,
30
+ "num_groups": 1,
31
+ "num_hidden_layers": 12,
32
+ "pad_token_id": 0,
33
+ "problem_type": "single_label_classification",
34
+ "torch_dtype": "float32",
35
+ "transformers_version": "4.21.2",
36
+ "type_vocab_size": 2,
37
+ "vocab_size": 32000
38
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:990a0922aad54faeb0137694ad856a8499c87bcb15cb2c0d970ba39c31ffb174
3
+ size 429728773