Armin Mehrabian
commited on
Commit
•
f0b40e6
1
Parent(s):
d1be6a7
Trained over 100 epochs with dataset v4.
Browse files- config.json +12 -11
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1,13 +1,14 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
-
"attention_probs_dropout_prob": 0.
|
|
|
7 |
"classifier_dropout": null,
|
8 |
-
"
|
9 |
"hidden_act": "gelu",
|
10 |
-
"hidden_dropout_prob": 0.
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
"0": "LABEL_0",
|
@@ -57,17 +58,17 @@
|
|
57 |
"LABEL_8": 8,
|
58 |
"LABEL_9": 9
|
59 |
},
|
60 |
-
"layer_norm_eps": 1e-
|
61 |
-
"max_position_embeddings":
|
62 |
-
"model_type": "
|
63 |
"num_attention_heads": 12,
|
64 |
"num_hidden_layers": 12,
|
65 |
-
"pad_token_id":
|
66 |
"position_embedding_type": "absolute",
|
67 |
"problem_type": "single_label_classification",
|
68 |
"torch_dtype": "float32",
|
69 |
"transformers_version": "4.34.0",
|
70 |
-
"type_vocab_size":
|
71 |
"use_cache": true,
|
72 |
-
"vocab_size":
|
73 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "nasa-impact/nasa-smd-ibm-st-v2",
|
3 |
"architectures": [
|
4 |
+
"RobertaForSequenceClassification"
|
5 |
],
|
6 |
+
"attention_probs_dropout_prob": 0.2,
|
7 |
+
"bos_token_id": 0,
|
8 |
"classifier_dropout": null,
|
9 |
+
"eos_token_id": 2,
|
10 |
"hidden_act": "gelu",
|
11 |
+
"hidden_dropout_prob": 0.2,
|
12 |
"hidden_size": 768,
|
13 |
"id2label": {
|
14 |
"0": "LABEL_0",
|
|
|
58 |
"LABEL_8": 8,
|
59 |
"LABEL_9": 9
|
60 |
},
|
61 |
+
"layer_norm_eps": 1e-05,
|
62 |
+
"max_position_embeddings": 514,
|
63 |
+
"model_type": "roberta",
|
64 |
"num_attention_heads": 12,
|
65 |
"num_hidden_layers": 12,
|
66 |
+
"pad_token_id": 1,
|
67 |
"position_embedding_type": "absolute",
|
68 |
"problem_type": "single_label_classification",
|
69 |
"torch_dtype": "float32",
|
70 |
"transformers_version": "4.34.0",
|
71 |
+
"type_vocab_size": 1,
|
72 |
"use_cache": true,
|
73 |
+
"vocab_size": 50265
|
74 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d1aa807df34c9d6690628776a81a77b3df1dd520050a4a12817a8b4c3079ff09
|
3 |
+
size 498716081
|