imvladikon commited on
Commit
fcf5285
1 Parent(s): a524aba
Files changed (4) hide show
  1. config.json +31 -0
  2. merges.txt +0 -0
  3. pytorch_model.bin +3 -0
  4. vocab.json +0 -0
config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "attention_probs_dropout_prob": 0.1,
3
+ "finetuning_task": null,
4
+ "hidden_act": "gelu",
5
+ "hidden_dropout_prob": 0.1,
6
+ "hidden_size": 768,
7
+ "id2label": {
8
+ "0": "LABEL_0",
9
+ "1": "LABEL_1"
10
+ },
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 3072,
13
+ "is_decoder": false,
14
+ "label2id": {
15
+ "LABEL_0": 0,
16
+ "LABEL_1": 1
17
+ },
18
+ "layer_norm_eps": 1e-05,
19
+ "max_position_embeddings": 514,
20
+ "num_attention_heads": 12,
21
+ "num_hidden_layers": 12,
22
+ "num_labels": 2,
23
+ "output_attentions": false,
24
+ "output_hidden_states": false,
25
+ "output_past": true,
26
+ "pruned_heads": {},
27
+ "torchscript": false,
28
+ "type_vocab_size": 1,
29
+ "use_bfloat16": false,
30
+ "vocab_size": 50265
31
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97300e68fee2fc499a3d68f4a4d9a1b0273658c66e515854d7f15977916b5df4
3
+ size 617892433
vocab.json ADDED
The diff for this file is too large to render. See raw diff