priyabrat commited on
Commit
c9a052a
·
1 Parent(s): 590423d

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
- "_name_or_path": "distilbert-base-uncased",
3
  "activation": "gelu",
4
  "architectures": [
5
- "TFDistilBertForSequenceClassification"
6
  ],
7
  "attention_dropout": 0.1,
8
  "dim": 768,
 
1
  {
2
+ "_name_or_path": "malcolm/REA_GenderIdentification_v1",
3
  "activation": "gelu",
4
  "architectures": [
5
+ "AutoModelForSequenceClassification"
6
  ],
7
  "attention_dropout": 0.1,
8
  "dim": 768,