austenem commited on
Commit
d5f471d
1 Parent(s): 35aecae

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,12 +1,11 @@
1
  {
2
- "_name_or_path": "camembert-base",
3
  "architectures": [
4
- "CamembertForSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
- "bos_token_id": 5,
8
  "classifier_dropout": null,
9
- "eos_token_id": 6,
10
  "hidden_act": "gelu",
11
  "hidden_dropout_prob": 0.1,
12
  "hidden_size": 768,
@@ -18,17 +17,16 @@
18
  "label2id": {
19
  "LABEL_0": 0
20
  },
21
- "layer_norm_eps": 1e-05,
22
- "max_position_embeddings": 514,
23
- "model_type": "camembert",
24
  "num_attention_heads": 12,
25
  "num_hidden_layers": 12,
26
- "output_past": true,
27
- "pad_token_id": 1,
28
  "position_embedding_type": "absolute",
29
  "torch_dtype": "float32",
30
  "transformers_version": "4.40.1",
31
- "type_vocab_size": 1,
32
  "use_cache": true,
33
- "vocab_size": 32005
34
  }
 
1
  {
2
+ "_name_or_path": "google-bert/bert-base-uncased",
3
  "architectures": [
4
+ "BertForSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
 
7
  "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
  "hidden_act": "gelu",
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
 
17
  "label2id": {
18
  "LABEL_0": 0
19
  },
20
+ "layer_norm_eps": 1e-12,
21
+ "max_position_embeddings": 512,
22
+ "model_type": "bert",
23
  "num_attention_heads": 12,
24
  "num_hidden_layers": 12,
25
+ "pad_token_id": 0,
 
26
  "position_embedding_type": "absolute",
27
  "torch_dtype": "float32",
28
  "transformers_version": "4.40.1",
29
+ "type_vocab_size": 2,
30
  "use_cache": true,
31
+ "vocab_size": 30522
32
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:23806bd70672480550db418fbae59fab629217bb4cb6abc099f5b3393451e0c9
3
- size 442515028
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ca9c5081bb8bc8115c13836ee7ccb1fcea0e0e37ea67c279ecf57216522b877
3
+ size 437955572
runs/May06_21-30-19_2962dfe42553/events.out.tfevents.1715031019.2962dfe42553.1784.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28b4d2b770a3a2d3d735c301b4a5d10847d7b661f4742b87547b118f050e50f0
3
+ size 11556
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b01f74db84eb9c0d8d76d115e677672c4eddc1ee85f74ce504d1306d4ff6930f
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:562a12b9495ff20b2ac255c7e71b0b9dad0117fd58f9e6b1dbc19a507ae67478
3
  size 4984