justin13barrett
commited on
Commit
•
3b35279
1
Parent(s):
c1690ba
Upload BertForSequenceClassification
Browse files- config.json +3 -1
- model.safetensors +3 -0
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "bert-base-multilingual-cased",
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
@@ -9062,6 +9062,7 @@
|
|
9062 |
"model_type": "bert",
|
9063 |
"num_attention_heads": 12,
|
9064 |
"num_hidden_layers": 12,
|
|
|
9065 |
"pad_token_id": 0,
|
9066 |
"pooler_fc_size": 768,
|
9067 |
"pooler_num_attention_heads": 12,
|
@@ -9069,6 +9070,7 @@
|
|
9069 |
"pooler_size_per_head": 128,
|
9070 |
"pooler_type": "first_token_transform",
|
9071 |
"position_embedding_type": "absolute",
|
|
|
9072 |
"transformers_version": "4.35.2",
|
9073 |
"type_vocab_size": 2,
|
9074 |
"use_cache": true,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "OpenAlex/bert-base-multilingual-cased-finetuned-openalex-topic-classification-title-abstract",
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
|
|
9062 |
"model_type": "bert",
|
9063 |
"num_attention_heads": 12,
|
9064 |
"num_hidden_layers": 12,
|
9065 |
+
"output_hidden_states": true,
|
9066 |
"pad_token_id": 0,
|
9067 |
"pooler_fc_size": 768,
|
9068 |
"pooler_num_attention_heads": 12,
|
|
|
9070 |
"pooler_size_per_head": 128,
|
9071 |
"pooler_type": "first_token_transform",
|
9072 |
"position_embedding_type": "absolute",
|
9073 |
+
"torch_dtype": "float32",
|
9074 |
"transformers_version": "4.35.2",
|
9075 |
"type_vocab_size": 2,
|
9076 |
"use_cache": true,
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c2bd0e5bfc41934c8a347dcb6bd415ad8ee92f8a07e044ad0fa9d1ee3c850e29
|
3 |
+
size 725343908
|