austenem commited on
Commit
20e011f
·
verified ·
1 Parent(s): d685daa

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,31 +1,34 @@
1
  {
2
- "_name_or_path": "distilbert/distilbert-base-uncased",
3
- "activation": "gelu",
4
  "architectures": [
5
- "DistilBertForSequenceClassification"
6
  ],
7
- "attention_dropout": 0.1,
8
- "dim": 768,
9
- "dropout": 0.1,
10
- "hidden_dim": 3072,
 
 
 
11
  "id2label": {
12
  "0": "LABEL_0"
13
  },
14
  "initializer_range": 0.02,
 
15
  "label2id": {
16
  "LABEL_0": 0
17
  },
18
- "max_position_embeddings": 512,
19
- "model_type": "distilbert",
20
- "n_heads": 12,
21
- "n_layers": 6,
22
- "pad_token_id": 0,
23
- "problem_type": "regression",
24
- "qa_dropout": 0.1,
25
- "seq_classif_dropout": 0.2,
26
- "sinusoidal_pos_embds": false,
27
- "tie_weights_": true,
28
  "torch_dtype": "float32",
29
  "transformers_version": "4.40.1",
30
- "vocab_size": 30522
 
 
31
  }
 
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,
13
  "id2label": {
14
  "0": "LABEL_0"
15
  },
16
  "initializer_range": 0.02,
17
+ "intermediate_size": 3072,
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
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:aa8b524806969cf05dde71b6d0db01a2ab84dd1be332eee9e4d3624508b22319
3
- size 267829484
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7eaf4cd5f23cc03d470a1152dbce9553067cf615b4bebcc446bb821541a0c89c
3
+ size 442515028
runs/May06_20-38-17_2962dfe42553/events.out.tfevents.1715027898.2962dfe42553.242.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8196d1b82e2f7a2a067f295548d684efe09dac39026b0bd92f030959754b769
3
+ size 4184
runs/May06_20-40-48_2962dfe42553/events.out.tfevents.1715028049.2962dfe42553.1784.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ac228cdcf05ac6cb75fa49ab2560025dbbe86bbb5d89f751cf55e63220bae1a
3
+ size 4799
runs/May06_20-40-48_2962dfe42553/events.out.tfevents.1715028088.2962dfe42553.1784.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ceea351049620e6aa6fc9a368d534399bcfdbbb989fcb5e3c11df7210a68ea90
3
+ size 4799
runs/May06_20-45-27_2962dfe42553/events.out.tfevents.1715028334.2962dfe42553.1784.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2717b3128a6e67d932162887f259bfe5513d90f1f3ee4e4928aa78c247ed1dc
3
+ size 11581
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a0694ddc68a68a07096e31ba9bb5c4471fc58739bcfe27fc18855f06f761b6cc
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b01f74db84eb9c0d8d76d115e677672c4eddc1ee85f74ce504d1306d4ff6930f
3
  size 4984