add model
Browse files- config.json +3 -2
- tf_model.h5 +3 -0
config.json
CHANGED
@@ -1,11 +1,12 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"_num_labels": 181,
|
4 |
"architectures": [
|
5 |
"RobertaForSequenceClassification"
|
6 |
],
|
7 |
"attention_probs_dropout_prob": 0.1,
|
8 |
"bos_token_id": 0,
|
|
|
9 |
"eos_token_id": 2,
|
10 |
"gradient_checkpointing": false,
|
11 |
"hidden_act": "gelu",
|
@@ -390,7 +391,7 @@
|
|
390 |
"padding": "max_length",
|
391 |
"position_embedding_type": "absolute",
|
392 |
"problem_type": "single_label_classification",
|
393 |
-
"transformers_version": "4.
|
394 |
"type_vocab_size": 1,
|
395 |
"use_cache": true,
|
396 |
"vocab_size": 40000
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "maximedb/autonlp-vaccinchat-22134694",
|
3 |
"_num_labels": 181,
|
4 |
"architectures": [
|
5 |
"RobertaForSequenceClassification"
|
6 |
],
|
7 |
"attention_probs_dropout_prob": 0.1,
|
8 |
"bos_token_id": 0,
|
9 |
+
"classifier_dropout": null,
|
10 |
"eos_token_id": 2,
|
11 |
"gradient_checkpointing": false,
|
12 |
"hidden_act": "gelu",
|
|
|
391 |
"padding": "max_length",
|
392 |
"position_embedding_type": "absolute",
|
393 |
"problem_type": "single_label_classification",
|
394 |
+
"transformers_version": "4.11.3",
|
395 |
"type_vocab_size": 1,
|
396 |
"use_cache": true,
|
397 |
"vocab_size": 40000
|
tf_model.h5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d67c4000f7ae955cee74babd0ffeb3d4f85835ec448ae95de7c2476cca6a5ba3
|
3 |
+
size 467894144
|