beva commited on
Commit
c90aefb
·
1 Parent(s): 5897efe

Upload 2 files

Browse files
Files changed (2) hide show
  1. config.json +2 -1
  2. generation_config.json +5 -0
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_name_or_path": "avichr/heBERT_sentiment_analysis",
3
  "architectures": [
4
- "BertForSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "classifier_dropout": null,
@@ -28,6 +28,7 @@
28
  "num_hidden_layers": 12,
29
  "pad_token_id": 0,
30
  "position_embedding_type": "absolute",
 
31
  "total_flos": 6997313242916978688,
32
  "transformers_version": "4.28.1",
33
  "type_vocab_size": 2,
 
1
  {
2
  "_name_or_path": "avichr/heBERT_sentiment_analysis",
3
  "architectures": [
4
+ "BertForMaskedLM"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "classifier_dropout": null,
 
28
  "num_hidden_layers": 12,
29
  "pad_token_id": 0,
30
  "position_embedding_type": "absolute",
31
+ "torch_dtype": "float32",
32
  "total_flos": 6997313242916978688,
33
  "transformers_version": "4.28.1",
34
  "type_vocab_size": 2,
generation_config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "pad_token_id": 0,
4
+ "transformers_version": "4.28.1"
5
+ }