Upload DistilBertForSequenceClassification
Browse files- README.md +6 -1
- config.json +6 -6
- model.safetensors +1 -1
README.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
tags:
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
# Model Card for khojoii/text-classification-distilbert-fa
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
tags:
|
4 |
+
- text-classification
|
5 |
+
- transformers
|
6 |
+
- huggingface
|
7 |
+
- fine-tuned
|
8 |
+
- English
|
9 |
---
|
10 |
|
11 |
# Model Card for khojoii/text-classification-distilbert-fa
|
config.json
CHANGED
@@ -8,15 +8,15 @@
|
|
8 |
"dropout": 0.1,
|
9 |
"hidden_dim": 3072,
|
10 |
"id2label": {
|
11 |
-
"0": "
|
12 |
-
"1": "
|
13 |
-
"2": "
|
14 |
},
|
15 |
"initializer_range": 0.02,
|
16 |
"label2id": {
|
17 |
-
"
|
18 |
-
"
|
19 |
-
"
|
20 |
},
|
21 |
"max_position_embeddings": 512,
|
22 |
"model_type": "distilbert",
|
|
|
8 |
"dropout": 0.1,
|
9 |
"hidden_dim": 3072,
|
10 |
"id2label": {
|
11 |
+
"0": "No",
|
12 |
+
"1": "Yes",
|
13 |
+
"2": "Maybe"
|
14 |
},
|
15 |
"initializer_range": 0.02,
|
16 |
"label2id": {
|
17 |
+
"Maybe": 2,
|
18 |
+
"No": 0,
|
19 |
+
"Yes": 1
|
20 |
},
|
21 |
"max_position_embeddings": 512,
|
22 |
"model_type": "distilbert",
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 267835644
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:66f6f7231663fea2cca799fefa3cf61e81691c3c5abec917508a2ad3157a292f
|
3 |
size 267835644
|