Patrick Johnson commited on
Commit
6869e3b
·
verified ·
1 Parent(s): 007adc7

Upload model

Browse files
Files changed (2) hide show
  1. config.json +38 -0
  2. model.safetensors +3 -0
config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "CausalBERTMultiTaskModel"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "classifier_dropout": null,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "hidden_size": 768,
10
+ "id2label_relation": {
11
+ "0": "NO_RELATION",
12
+ "1": "CAUSE",
13
+ "2": "EFFECT",
14
+ "3": "INTERDEPENDENCY"
15
+ },
16
+ "id2label_span": {
17
+ "0": "O",
18
+ "1": "B-INDICATOR",
19
+ "2": "I-INDICATOR",
20
+ "3": "B-ENTITY",
21
+ "4": "I-ENTITY"
22
+ },
23
+ "initializer_range": 0.02,
24
+ "intermediate_size": 3072,
25
+ "layer_norm_eps": 1e-12,
26
+ "max_position_embeddings": 512,
27
+ "num_attention_heads": 12,
28
+ "num_hidden_layers": 12,
29
+ "num_relation_labels": 4,
30
+ "num_span_labels": 5,
31
+ "pad_token_id": 0,
32
+ "position_embedding_type": "absolute",
33
+ "torch_dtype": "float32",
34
+ "transformers_version": "4.50.3",
35
+ "type_vocab_size": 2,
36
+ "use_cache": true,
37
+ "vocab_size": 30000
38
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e0f21fdfcd9c75f8636104938faedd42a8ccf7ace1d07de9e1e37b9e0e3dca9
3
+ size 436376788