hzeghidi commited on
Commit
41b6a12
1 Parent(s): 3e11694

Upload 3 files

Browse files
Files changed (3) hide show
  1. config.json +114 -0
  2. model.safetensors +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "camembert-base",
3
+ "architectures": [
4
+ "CamembertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 5,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 6,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "Domain-mark",
15
+ "1": "ENE-Misc",
16
+ "2": "ENE-Misc+Latlong",
17
+ "3": "ENE-Misc+Latlong+NP-Person",
18
+ "4": "ENE-Misc+NC-Person",
19
+ "5": "ENE-Misc+NP-Misc",
20
+ "6": "ENE-Misc+NP-Person",
21
+ "7": "ENE-Misc+NP-Spatial",
22
+ "8": "ENE-Person",
23
+ "9": "ENE-Person+Latlong",
24
+ "10": "ENE-Person+Latlong+NC-Person",
25
+ "11": "ENE-Person+Latlong+NP-Misc",
26
+ "12": "ENE-Person+Latlong+NP-Person",
27
+ "13": "ENE-Person+NC-Person",
28
+ "14": "ENE-Person+NC-Spatial",
29
+ "15": "ENE-Person+NP-Misc",
30
+ "16": "ENE-Person+NP-Person",
31
+ "17": "ENE-Person+NP-Spatial",
32
+ "18": "ENE-Spatial",
33
+ "19": "ENE-Spatial+Latlong+NC-Spatial",
34
+ "20": "ENE-Spatial+Latlong+NP-Spatial",
35
+ "21": "ENE-Spatial+NC-Person",
36
+ "22": "ENE-Spatial+NC-Spatial",
37
+ "23": "ENE-Spatial+NP-Misc",
38
+ "24": "ENE-Spatial+NP-Person",
39
+ "25": "ENE-Spatial+NP-Spatial",
40
+ "26": "ENE-Spatial+Relation",
41
+ "27": "Head",
42
+ "28": "Latlong",
43
+ "29": "Latlong+NC-Person",
44
+ "30": "Latlong+NC-Spatial",
45
+ "31": "Latlong+NP-Person",
46
+ "32": "Latlong+NP-Spatial",
47
+ "33": "Latlong+Relation",
48
+ "34": "NC-Person",
49
+ "35": "NC-Spatial",
50
+ "36": "NP-Misc",
51
+ "37": "NP-Person",
52
+ "38": "NP-Spatial",
53
+ "39": "O",
54
+ "40": "Relation"
55
+ },
56
+ "initializer_range": 0.02,
57
+ "intermediate_size": 3072,
58
+ "label2id": {
59
+ "Domain-mark": 0,
60
+ "ENE-Misc": 1,
61
+ "ENE-Misc+Latlong": 2,
62
+ "ENE-Misc+Latlong+NP-Person": 3,
63
+ "ENE-Misc+NC-Person": 4,
64
+ "ENE-Misc+NP-Misc": 5,
65
+ "ENE-Misc+NP-Person": 6,
66
+ "ENE-Misc+NP-Spatial": 7,
67
+ "ENE-Person": 8,
68
+ "ENE-Person+Latlong": 9,
69
+ "ENE-Person+Latlong+NC-Person": 10,
70
+ "ENE-Person+Latlong+NP-Misc": 11,
71
+ "ENE-Person+Latlong+NP-Person": 12,
72
+ "ENE-Person+NC-Person": 13,
73
+ "ENE-Person+NC-Spatial": 14,
74
+ "ENE-Person+NP-Misc": 15,
75
+ "ENE-Person+NP-Person": 16,
76
+ "ENE-Person+NP-Spatial": 17,
77
+ "ENE-Spatial": 18,
78
+ "ENE-Spatial+Latlong+NC-Spatial": 19,
79
+ "ENE-Spatial+Latlong+NP-Spatial": 20,
80
+ "ENE-Spatial+NC-Person": 21,
81
+ "ENE-Spatial+NC-Spatial": 22,
82
+ "ENE-Spatial+NP-Misc": 23,
83
+ "ENE-Spatial+NP-Person": 24,
84
+ "ENE-Spatial+NP-Spatial": 25,
85
+ "ENE-Spatial+Relation": 26,
86
+ "Head": 27,
87
+ "Latlong": 28,
88
+ "Latlong+NC-Person": 29,
89
+ "Latlong+NC-Spatial": 30,
90
+ "Latlong+NP-Person": 31,
91
+ "Latlong+NP-Spatial": 32,
92
+ "Latlong+Relation": 33,
93
+ "NC-Person": 34,
94
+ "NC-Spatial": 35,
95
+ "NP-Misc": 36,
96
+ "NP-Person": 37,
97
+ "NP-Spatial": 38,
98
+ "O": 39,
99
+ "Relation": 40
100
+ },
101
+ "layer_norm_eps": 1e-05,
102
+ "max_position_embeddings": 514,
103
+ "model_type": "camembert",
104
+ "num_attention_heads": 12,
105
+ "num_hidden_layers": 12,
106
+ "output_past": true,
107
+ "pad_token_id": 1,
108
+ "position_embedding_type": "absolute",
109
+ "torch_dtype": "float32",
110
+ "transformers_version": "4.40.2",
111
+ "type_vocab_size": 1,
112
+ "use_cache": true,
113
+ "vocab_size": 32005
114
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3657c96fcdd0ff0e2d989ff014226b8c1496ece4d59adab6e55f2d0da9c7f395
3
+ size 440275492
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6e722ee7f4074a1f70a44bf98bee724e6769a964a2eb56dd58ebb4f5402568e
3
+ size 4984