dennlinger commited on
Commit
7028c05
1 Parent(s): 74789ec

Adding initial weights for best-performing CLS run.

Browse files
Files changed (2) hide show
  1. config.json +51 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_num_labels": 2,
3
+ "architectures": [
4
+ "RobertaForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "do_sample": false,
9
+ "early_stopping": false,
10
+ "eos_token_id": 2,
11
+ "finetuning_task": "qqp",
12
+ "hidden_act": "gelu",
13
+ "hidden_dropout_prob": 0.1,
14
+ "hidden_size": 768,
15
+ "id2label": {
16
+ "0": "LABEL_0",
17
+ "1": "LABEL_1"
18
+ },
19
+ "initializer_range": 0.02,
20
+ "intermediate_size": 3072,
21
+ "is_decoder": false,
22
+ "is_encoder_decoder": false,
23
+ "label2id": {
24
+ "LABEL_0": 0,
25
+ "LABEL_1": 1
26
+ },
27
+ "layer_norm_eps": 1e-05,
28
+ "length_penalty": 1.0,
29
+ "max_length": 20,
30
+ "max_position_embeddings": 514,
31
+ "min_length": 0,
32
+ "model_type": "roberta",
33
+ "no_repeat_ngram_size": 0,
34
+ "num_attention_heads": 12,
35
+ "num_beams": 1,
36
+ "num_hidden_layers": 12,
37
+ "num_return_sequences": 1,
38
+ "output_attentions": false,
39
+ "output_hidden_states": false,
40
+ "output_past": true,
41
+ "pad_token_id": 1,
42
+ "pruned_heads": {},
43
+ "repetition_penalty": 1.0,
44
+ "temperature": 1.0,
45
+ "top_k": 50,
46
+ "top_p": 1.0,
47
+ "torchscript": false,
48
+ "type_vocab_size": 1,
49
+ "use_bfloat16": false,
50
+ "vocab_size": 50265
51
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d255c70a5a7a531172f4a2be56f77a043e02348bfd35c9a915831bdc8de8c59c
3
+ size 501003010