lectura commited on
Commit
e87ab78
1 Parent(s): 3d30d91

Upload FunnelForSequenceClassification

Browse files
Files changed (2) hide show
  1. config.json +49 -0
  2. model.safetensors +3 -0
config.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "funnel-transformer/xlarge-base",
3
+ "activation_dropout": 0.0,
4
+ "architectures": [
5
+ "FunnelForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "attention_type": "relative_shift",
9
+ "block_repeats": [
10
+ 1,
11
+ 1,
12
+ 1
13
+ ],
14
+ "block_sizes": [
15
+ 10,
16
+ 10,
17
+ 10
18
+ ],
19
+ "d_head": 64,
20
+ "d_inner": 4096,
21
+ "d_model": 1024,
22
+ "hidden_act": "gelu_new",
23
+ "hidden_dropout": 0.1,
24
+ "id2label": {
25
+ "0": "HUMAN",
26
+ "1": "AI"
27
+ },
28
+ "initializer_range": 0.1,
29
+ "initializer_std": null,
30
+ "label2id": {
31
+ "AI": 1,
32
+ "HUMAN": 0
33
+ },
34
+ "layer_norm_eps": 1e-09,
35
+ "max_position_embeddings": 512,
36
+ "model_type": "funnel",
37
+ "n_head": 16,
38
+ "num_decoder_layers": 2,
39
+ "pool_q_only": true,
40
+ "pooling_type": "mean",
41
+ "problem_type": "single_label_classification",
42
+ "rel_attn_type": "factorized",
43
+ "separate_cls": true,
44
+ "torch_dtype": "float32",
45
+ "transformers_version": "4.36.2",
46
+ "truncate_seq": true,
47
+ "type_vocab_size": 3,
48
+ "vocab_size": 30522
49
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a2cba6ec517ec9897d1f5f7c9d92fe962011b9ff0a6963059bfb59676592ee4
3
+ size 1767173656