frasermince commited on
Commit
0a8607e
1 Parent(s): d8eb089

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +13 -0
config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_num_labels": 1,
3
+ "activation_function": "relu",
4
+ "architectures": [
5
+ "Longformer"
6
+ ],
7
+ "initializer_range": 0.02,
8
+ "label2id": {
9
+ "LABEL_0": 0
10
+ },
11
+ "layer_norm_epsilon": 1e-05,
12
+ "model_type": "longformer"
13
+ }