add model
Browse files- config.json +68 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "icelab/spacescibert",
|
3 |
+
"architectures": [
|
4 |
+
"BertForTokenClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"gradient_checkpointing": false,
|
9 |
+
"hidden_act": "gelu",
|
10 |
+
"hidden_dropout_prob": 0.1,
|
11 |
+
"hidden_size": 768,
|
12 |
+
"id2label": {
|
13 |
+
"0": "O",
|
14 |
+
"1": "Cleanliness",
|
15 |
+
"2": "Materials / EEEs",
|
16 |
+
"3": "Nonconformity",
|
17 |
+
"4": "System engineering",
|
18 |
+
"5": "Quality control",
|
19 |
+
"6": "Measurement",
|
20 |
+
"7": "Parameter",
|
21 |
+
"8": "GN&C",
|
22 |
+
"9": "Project Scope",
|
23 |
+
"10": "OBDH",
|
24 |
+
"11": "Power",
|
25 |
+
"12": "Structure & Mechanism",
|
26 |
+
"13": "Thermal",
|
27 |
+
"14": "Telecom.",
|
28 |
+
"15": "Space Environment",
|
29 |
+
"16": "Project Organisation / Documentation",
|
30 |
+
"17": "Safety / Risk (Control)",
|
31 |
+
"18": "Propulsion"
|
32 |
+
},
|
33 |
+
"initializer_range": 0.02,
|
34 |
+
"intermediate_size": 3072,
|
35 |
+
"label2id": {
|
36 |
+
"Cleanliness": 1,
|
37 |
+
"GN&C": 8,
|
38 |
+
"Materials / EEEs": 2,
|
39 |
+
"Measurement": 6,
|
40 |
+
"Nonconformity": 3,
|
41 |
+
"O": 0,
|
42 |
+
"OBDH": 10,
|
43 |
+
"Parameter": 7,
|
44 |
+
"Power": 11,
|
45 |
+
"Project Organisation / Documentation": 16,
|
46 |
+
"Project Scope": 9,
|
47 |
+
"Propulsion": 18,
|
48 |
+
"Quality control": 5,
|
49 |
+
"Safety / Risk (Control)": 17,
|
50 |
+
"Space Environment": 15,
|
51 |
+
"Structure & Mechanism": 12,
|
52 |
+
"System engineering": 4,
|
53 |
+
"Telecom.": 14,
|
54 |
+
"Thermal": 13
|
55 |
+
},
|
56 |
+
"layer_norm_eps": 1e-12,
|
57 |
+
"max_position_embeddings": 512,
|
58 |
+
"model_type": "bert",
|
59 |
+
"num_attention_heads": 12,
|
60 |
+
"num_hidden_layers": 12,
|
61 |
+
"pad_token_id": 0,
|
62 |
+
"position_embedding_type": "absolute",
|
63 |
+
"torch_dtype": "float32",
|
64 |
+
"transformers_version": "4.11.3",
|
65 |
+
"type_vocab_size": 2,
|
66 |
+
"use_cache": true,
|
67 |
+
"vocab_size": 31090
|
68 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3b1ac2e219aaf89adf63fc928fe237ff1679aebc4a98603834141b5f0591cfc7
|
3 |
+
size 437453361
|