lekhnathrijal commited on
Commit
0d24632
·
1 Parent(s): 4885918

Upload BertForSequenceClassification

Browse files
Files changed (1) hide show
  1. config.json +2 -21
config.json CHANGED
@@ -1,28 +1,10 @@
1
  {
2
- "_name_or_path": "ai-research-lab/bert-question-classifier",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "classifier_dropout": null,
8
- "custom_pipelines": {
9
- "question-classifier": {
10
- "default": {
11
- "model": {
12
- "pt": [
13
- "ai-research-lab/bert-question-classifier",
14
- "main"
15
- ]
16
- }
17
- },
18
- "impl": "classifier_pipeline.MultiTaskClassifierPipeline",
19
- "pt": [
20
- "AutoModelForSequenceClassification"
21
- ],
22
- "tf": [],
23
- "type": "text"
24
- }
25
- },
26
  "gradient_checkpointing": false,
27
  "hidden_act": "gelu",
28
  "hidden_dropout_prob": 0.1,
@@ -187,8 +169,7 @@
187
  "threshold": 0
188
  }
189
  ]
190
- },
191
- "random": "marimo notebook run 1"
192
  },
193
  "torch_dtype": "float32",
194
  "transformers_version": "4.47.1",
 
1
  {
2
+ "_name_or_path": "google-bert/bert-large-uncased",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "classifier_dropout": null,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  "gradient_checkpointing": false,
9
  "hidden_act": "gelu",
10
  "hidden_dropout_prob": 0.1,
 
169
  "threshold": 0
170
  }
171
  ]
172
+ }
 
173
  },
174
  "torch_dtype": "float32",
175
  "transformers_version": "4.47.1",