Breadboy0007 commited on
Commit
116f108
2 Parent(s): c5c3240 9ae8d14

Merge branch 'main' of https://huggingface.co/Jtisch7/bertFinancialSent

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_name_or_path": "bert-base-cased",
3
  "architectures": [
4
- "BertForMaskedLM"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "gradient_checkpointing": false,
 
1
  {
2
  "_name_or_path": "bert-base-cased",
3
  "architectures": [
4
+ "TFBertForSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "gradient_checkpointing": false,