theArijitDas commited on
Commit
60edfa1
1 Parent(s): dd41cd8

Upload config

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. config.json +9 -1
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
- license: apache-2.0
3
  base_model: distilbert-base-uncased
 
4
  tags:
5
  - generated_from_trainer
6
  model-index:
 
1
  ---
 
2
  base_model: distilbert-base-uncased
3
+ license: apache-2.0
4
  tags:
5
  - generated_from_trainer
6
  model-index:
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "distilbert-base-uncased",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForSequenceClassification"
@@ -8,7 +8,15 @@
8
  "dim": 768,
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
 
 
 
 
11
  "initializer_range": 0.02,
 
 
 
 
12
  "max_position_embeddings": 512,
13
  "model_type": "distilbert",
14
  "n_heads": 12,
 
1
  {
2
+ "_name_or_path": "theArijitDas/distilbert-fake-reviews-finetuned",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForSequenceClassification"
 
8
  "dim": 768,
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "Original",
13
+ "1": "Computer Generated"
14
+ },
15
  "initializer_range": 0.02,
16
+ "label2id": {
17
+ "Computer Generated": 1,
18
+ "Original": 0
19
+ },
20
  "max_position_embeddings": 512,
21
  "model_type": "distilbert",
22
  "n_heads": 12,