justin871030
commited on
Commit
·
2ab0fa9
1
Parent(s):
c9955c7
add model
Browse files- config.json +8 -1
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1,9 +1,12 @@
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
"BertForMultiLabelClassification"
|
4 |
],
|
5 |
"attention_probs_dropout_prob": 0.1,
|
|
|
6 |
"finetuning_task": "goemotions",
|
|
|
7 |
"hidden_act": "gelu",
|
8 |
"hidden_dropout_prob": 0.1,
|
9 |
"hidden_size": 768,
|
@@ -33,6 +36,10 @@
|
|
33 |
"num_attention_heads": 12,
|
34 |
"num_hidden_layers": 12,
|
35 |
"pad_token_id": 0,
|
|
|
|
|
|
|
36 |
"type_vocab_size": 2,
|
37 |
-
"
|
|
|
38 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "bert-base-uncased",
|
3 |
"architectures": [
|
4 |
"BertForMultiLabelClassification"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_dropout": null,
|
8 |
"finetuning_task": "goemotions",
|
9 |
+
"gradient_checkpointing": false,
|
10 |
"hidden_act": "gelu",
|
11 |
"hidden_dropout_prob": 0.1,
|
12 |
"hidden_size": 768,
|
|
|
36 |
"num_attention_heads": 12,
|
37 |
"num_hidden_layers": 12,
|
38 |
"pad_token_id": 0,
|
39 |
+
"position_embedding_type": "absolute",
|
40 |
+
"torch_dtype": "float32",
|
41 |
+
"transformers_version": "4.13.0",
|
42 |
"type_vocab_size": 2,
|
43 |
+
"use_cache": true,
|
44 |
+
"vocab_size": 30522
|
45 |
}
|
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:1c8921438923f6e58c48abf1844cd939ac63f437a541f3ada300ff27029f1eeb
|
3 |
+
size 438032235
|