cedricbonhomme commited on
Commit
deb0832
·
verified ·
1 Parent(s): 2cf6645

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
  "gradient_checkpointing": false,
10
  "hidden_act": "gelu",
11
  "hidden_dropout_prob": 0.1,
@@ -17,6 +20,7 @@
17
  },
18
  "initializer_range": 0.02,
19
  "intermediate_size": 3072,
 
20
  "label2id": {
21
  "High": 2,
22
  "Low": 0,
@@ -33,10 +37,10 @@
33
  "pooler_num_fc_layers": 3,
34
  "pooler_size_per_head": 128,
35
  "pooler_type": "first_token_transform",
36
- "position_embedding_type": "absolute",
37
  "problem_type": "single_label_classification",
38
- "transformers_version": "4.57.3",
 
39
  "type_vocab_size": 2,
40
- "use_cache": true,
41
  "vocab_size": 21128
42
  }
 
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
  "gradient_checkpointing": false,
13
  "hidden_act": "gelu",
14
  "hidden_dropout_prob": 0.1,
 
20
  },
21
  "initializer_range": 0.02,
22
  "intermediate_size": 3072,
23
+ "is_decoder": false,
24
  "label2id": {
25
  "High": 2,
26
  "Low": 0,
 
37
  "pooler_num_fc_layers": 3,
38
  "pooler_size_per_head": 128,
39
  "pooler_type": "first_token_transform",
 
40
  "problem_type": "single_label_classification",
41
+ "tie_word_embeddings": true,
42
+ "transformers_version": "5.3.0",
43
  "type_vocab_size": 2,
44
+ "use_cache": false,
45
  "vocab_size": 21128
46
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9b3a3afb006e317c428eb5eca7da7263ad56dcca690af003aa7e035767c6d606
3
- size 409103316
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b21e2cea42758995029d01f7fa854b84815cdbd675e487a8df732d6de9ea69e2
3
+ size 409103292
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:935094af26dd248b670387d3f5308da8484a88fd4487ac051fe26bf02029c55f
3
- size 5841
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c8729a52b86b3d5a80dcc124919836fe2d108cbf50326c0e6c512ce210cd309
3
+ size 5265