mrgmd01 commited on
Commit
362c856
·
verified ·
1 Parent(s): 3010890

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +7 -3
  2. model.safetensors +2 -2
  3. training_args.bin +2 -2
config.json CHANGED
@@ -1,11 +1,14 @@
1
  {
 
2
  "architectures": [
3
  "BertForSequenceClassification"
4
  ],
5
  "attention_probs_dropout_prob": 0.1,
 
6
  "classifier_dropout": null,
7
  "directionality": "bidi",
8
  "dtype": "float32",
 
9
  "hidden_act": "gelu",
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
@@ -16,6 +19,7 @@
16
  },
17
  "initializer_range": 0.02,
18
  "intermediate_size": 3072,
 
19
  "label2id": {
20
  "negative": 0,
21
  "neutral": 1,
@@ -32,10 +36,10 @@
32
  "pooler_num_fc_layers": 3,
33
  "pooler_size_per_head": 128,
34
  "pooler_type": "first_token_transform",
35
- "position_embedding_type": "absolute",
36
  "problem_type": "single_label_classification",
37
- "transformers_version": "4.57.3",
 
38
  "type_vocab_size": 2,
39
- "use_cache": true,
40
  "vocab_size": 105879
41
  }
 
1
  {
2
+ "add_cross_attention": false,
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": null,
8
  "classifier_dropout": null,
9
  "directionality": "bidi",
10
  "dtype": "float32",
11
+ "eos_token_id": null,
12
  "hidden_act": "gelu",
13
  "hidden_dropout_prob": 0.1,
14
  "hidden_size": 768,
 
19
  },
20
  "initializer_range": 0.02,
21
  "intermediate_size": 3072,
22
+ "is_decoder": false,
23
  "label2id": {
24
  "negative": 0,
25
  "neutral": 1,
 
36
  "pooler_num_fc_layers": 3,
37
  "pooler_size_per_head": 128,
38
  "pooler_type": "first_token_transform",
 
39
  "problem_type": "single_label_classification",
40
+ "tie_word_embeddings": true,
41
+ "transformers_version": "5.0.0",
42
  "type_vocab_size": 2,
43
+ "use_cache": false,
44
  "vocab_size": 105879
45
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4f84b4e866c30a1870bb5cbf7c815a7d1410b5a1002eadbd18010a0088c4fc80
3
- size 669458436
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab587d659b1f78952339453fb6cf000ac1a1fba3c2e07ffa94ac9c5cb791180a
3
+ size 669458412
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0a6619abeaf10a1ea5cd64792acd91fa05cadda4fce1372eb2185c7025c784c0
3
- size 5841
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2465565c97b29f018134eae1a817aa0f196a94105e71890871adc8378313026c
3
+ size 5201