gmihaila commited on
Commit
9a0ca40
1 Parent(s): a49aade

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
- "_name_or_path": "/Users/georgemihaila/workplace/xai/artifacts/exp_train_baseline:v5",
3
  "architectures": [
4
- "BertModel"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "classifier_dropout": null,
@@ -20,7 +20,7 @@
20
  "position_embedding_type": "absolute",
21
  "problem_type": "single_label_classification",
22
  "torch_dtype": "float32",
23
- "transformers_version": "4.35.2",
24
  "type_vocab_size": 2,
25
  "use_cache": true,
26
  "vocab_size": 28996
 
1
  {
2
+ "_name_or_path": "bert-base-cased",
3
  "architectures": [
4
+ "BertForSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "classifier_dropout": null,
 
20
  "position_embedding_type": "absolute",
21
  "problem_type": "single_label_classification",
22
  "torch_dtype": "float32",
23
+ "transformers_version": "4.39.1",
24
  "type_vocab_size": 2,
25
  "use_cache": true,
26
  "vocab_size": 28996