khojoii commited on
Commit
604b957
·
verified ·
1 Parent(s): 4502cbb

Upload DistilBertForSequenceClassification

Browse files
Files changed (3) hide show
  1. README.md +6 -1
  2. config.json +6 -6
  3. model.safetensors +1 -1
README.md CHANGED
@@ -1,6 +1,11 @@
1
  ---
2
  library_name: transformers
3
- tags: [text-classification, transformers, huggingface, fine-tuned, English]
 
 
 
 
 
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": "LABEL_0",
12
- "1": "LABEL_1",
13
- "2": "LABEL_2"
14
  },
15
  "initializer_range": 0.02,
16
  "label2id": {
17
- "LABEL_0": 0,
18
- "LABEL_1": 1,
19
- "LABEL_2": 2
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:4a0711dbf3194d1ac24377eb9c713078377ff36c24e1f8e048fbe0743c40c291
3
  size 267835644
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66f6f7231663fea2cca799fefa3cf61e81691c3c5abec917508a2ad3157a292f
3
  size 267835644