AgathaS commited on
Commit
e28218b
·
verified ·
1 Parent(s): 141954b

Upload 2 files

Browse files
Files changed (2) hide show
  1. config.json +167 -0
  2. model.safetensors +3 -0
config.json ADDED
@@ -0,0 +1,167 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BertForSequenceClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "classifier_dropout": null,
7
+ "directionality": "bidi",
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "not_specified",
13
+ "1": "algae",
14
+ "2": "algal_mats",
15
+ "3": "ammonites",
16
+ "4": "aptychi",
17
+ "5": "ash",
18
+ "6": "belemnites",
19
+ "7": "bioclasts",
20
+ "8": "biodetritus",
21
+ "9": "bitumen",
22
+ "10": "bivalves",
23
+ "11": "brachiopods",
24
+ "12": "bryozoans",
25
+ "13": "calcareous_concretion",
26
+ "14": "calcareous_oncoids",
27
+ "15": "calcareous_ooids",
28
+ "16": "calcareous_pisoids",
29
+ "17": "calpionellids",
30
+ "18": "cephalopods",
31
+ "19": "chert",
32
+ "20": "coal_fragments",
33
+ "21": "coccoliths",
34
+ "22": "concretion",
35
+ "23": "corals",
36
+ "24": "crinoids",
37
+ "25": "crystals",
38
+ "26": "diatoms",
39
+ "27": "dinoflagellates",
40
+ "28": "echinoderms",
41
+ "29": "echinoids",
42
+ "30": "fish_remains",
43
+ "31": "foraminifera",
44
+ "32": "fossils",
45
+ "33": "gastropods",
46
+ "34": "gryphaea",
47
+ "35": "iron_ooids",
48
+ "36": "iron_pisoids",
49
+ "37": "lapilli",
50
+ "38": "lithoclasts",
51
+ "39": "molluscs",
52
+ "40": "nautilids",
53
+ "41": "nummulites",
54
+ "42": "oncoids",
55
+ "43": "ooids",
56
+ "44": "organic_matter",
57
+ "45": "ostracods",
58
+ "46": "other",
59
+ "47": "oysters",
60
+ "48": "pellets",
61
+ "49": "pisoids",
62
+ "50": "plant_remains",
63
+ "51": "plant_root_tubes",
64
+ "52": "pollen",
65
+ "53": "pyroclast",
66
+ "54": "radiolarians",
67
+ "55": "rootlets",
68
+ "56": "rudists",
69
+ "57": "sideritic_concretion",
70
+ "58": "silicified_wood",
71
+ "59": "spicules",
72
+ "60": "sponges",
73
+ "61": "spores",
74
+ "62": "stromatolites",
75
+ "63": "tintinnids",
76
+ "64": "vertebrates",
77
+ "65": "wood_fragments"
78
+ },
79
+ "initializer_range": 0.02,
80
+ "intermediate_size": 3072,
81
+ "label2id": {
82
+ "algae": 1,
83
+ "algal_mats": 2,
84
+ "ammonites": 3,
85
+ "aptychi": 4,
86
+ "ash": 5,
87
+ "belemnites": 6,
88
+ "bioclasts": 7,
89
+ "biodetritus": 8,
90
+ "bitumen": 9,
91
+ "bivalves": 10,
92
+ "brachiopods": 11,
93
+ "bryozoans": 12,
94
+ "calcareous_concretion": 13,
95
+ "calcareous_oncoids": 14,
96
+ "calcareous_ooids": 15,
97
+ "calcareous_pisoids": 16,
98
+ "calpionellids": 17,
99
+ "cephalopods": 18,
100
+ "chert": 19,
101
+ "coal_fragments": 20,
102
+ "coccoliths": 21,
103
+ "concretion": 22,
104
+ "corals": 23,
105
+ "crinoids": 24,
106
+ "crystals": 25,
107
+ "diatoms": 26,
108
+ "dinoflagellates": 27,
109
+ "echinoderms": 28,
110
+ "echinoids": 29,
111
+ "fish_remains": 30,
112
+ "foraminifera": 31,
113
+ "fossils": 32,
114
+ "gastropods": 33,
115
+ "gryphaea": 34,
116
+ "iron_ooids": 35,
117
+ "iron_pisoids": 36,
118
+ "lapilli": 37,
119
+ "lithoclasts": 38,
120
+ "molluscs": 39,
121
+ "nautilids": 40,
122
+ "not_specified": 0,
123
+ "nummulites": 41,
124
+ "oncoids": 42,
125
+ "ooids": 43,
126
+ "organic_matter": 44,
127
+ "ostracods": 45,
128
+ "other": 46,
129
+ "oysters": 47,
130
+ "pellets": 48,
131
+ "pisoids": 49,
132
+ "plant_remains": 50,
133
+ "plant_root_tubes": 51,
134
+ "pollen": 52,
135
+ "pyroclast": 53,
136
+ "radiolarians": 54,
137
+ "rootlets": 55,
138
+ "rudists": 56,
139
+ "sideritic_concretion": 57,
140
+ "silicified_wood": 58,
141
+ "spicules": 59,
142
+ "sponges": 60,
143
+ "spores": 61,
144
+ "stromatolites": 62,
145
+ "tintinnids": 63,
146
+ "vertebrates": 64,
147
+ "wood_fragments": 65
148
+ },
149
+ "layer_norm_eps": 1e-12,
150
+ "max_position_embeddings": 512,
151
+ "model_type": "bert",
152
+ "num_attention_heads": 12,
153
+ "num_hidden_layers": 12,
154
+ "pad_token_id": 0,
155
+ "pooler_fc_size": 768,
156
+ "pooler_num_attention_heads": 12,
157
+ "pooler_num_fc_layers": 3,
158
+ "pooler_size_per_head": 128,
159
+ "pooler_type": "first_token_transform",
160
+ "position_embedding_type": "absolute",
161
+ "problem_type": "multi_label_classification",
162
+ "torch_dtype": "float32",
163
+ "transformers_version": "4.55.2",
164
+ "type_vocab_size": 2,
165
+ "use_cache": true,
166
+ "vocab_size": 105879
167
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f2be7df1c400a7c38ea9d9da8f2122bca34064161182720e1fc953010193e52
3
+ size 669652200