Upload DistilBertForSequenceClassification
Browse files- config.json +6 -6
- model.safetensors +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/content/
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForSequenceClassification"
|
@@ -9,13 +9,13 @@
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
-
"0":
|
13 |
-
"1":
|
14 |
},
|
15 |
"initializer_range": 0.02,
|
16 |
"label2id": {
|
17 |
-
"
|
18 |
-
"
|
19 |
},
|
20 |
"max_position_embeddings": 512,
|
21 |
"model_type": "distilbert",
|
@@ -29,6 +29,6 @@
|
|
29 |
"sinusoidal_pos_embds": false,
|
30 |
"tie_weights_": true,
|
31 |
"torch_dtype": "float32",
|
32 |
-
"transformers_version": "4.
|
33 |
"vocab_size": 119547
|
34 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/content/drive/MyDrive/40-49 My PhD/PhD/3. My Research Topics/ReferencEsTractor/models/type/distilbert-base-multilingual-cased_BEST",
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForSequenceClassification"
|
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
+
"0": false,
|
13 |
+
"1": true
|
14 |
},
|
15 |
"initializer_range": 0.02,
|
16 |
"label2id": {
|
17 |
+
"false": 0,
|
18 |
+
"true": 1
|
19 |
},
|
20 |
"max_position_embeddings": 512,
|
21 |
"model_type": "distilbert",
|
|
|
29 |
"sinusoidal_pos_embds": false,
|
30 |
"tie_weights_": true,
|
31 |
"torch_dtype": "float32",
|
32 |
+
"transformers_version": "4.48.3",
|
33 |
"vocab_size": 119547
|
34 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 541317368
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:61e6214f0d92094f47a6ca6a53594a4f5a785df2b4823a4ea043d05c6e0aa517
|
3 |
size 541317368
|