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