arincon commited on
Commit
7662be0
1 Parent(s): 7ac265f

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-cased",
3
+ "activation": "gelu",
4
+ "adapters": {
5
+ "adapters": {},
6
+ "config_map": {},
7
+ "fusion_config_map": {},
8
+ "fusions": {}
9
+ },
10
+ "architectures": [
11
+ "DistilBertForSequenceClassification"
12
+ ],
13
+ "attention_dropout": 0.1,
14
+ "dim": 768,
15
+ "dropout": 0.1,
16
+ "hidden_dim": 3072,
17
+ "id2label": {
18
+ "0": "human",
19
+ "1": "ia"
20
+ },
21
+ "initializer_range": 0.02,
22
+ "max_position_embeddings": 512,
23
+ "model_type": "distilbert",
24
+ "n_heads": 12,
25
+ "n_layers": 6,
26
+ "output_past": true,
27
+ "pad_token_id": 0,
28
+ "problem_type": "single_label_classification",
29
+ "qa_dropout": 0.1,
30
+ "seq_classif_dropout": 0.2,
31
+ "sinusoidal_pos_embds": false,
32
+ "tie_weights_": true,
33
+ "torch_dtype": "float32",
34
+ "transformers_version": "4.26.1",
35
+ "vocab_size": 28996
36
+ }
logs/1698511951.6102636/events.out.tfevents.1698511951.d166cdf16996.1077.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d56fe3e28410e98656581fc69e98e155785d177ca76f0c97dd1af9b19615e1e2
3
+ size 5801
logs/events.out.tfevents.1698511951.d166cdf16996.1077.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02352d174cbc2e7a419a0cb4e7ab03fed3c5309770a4d01895cbe3d144a139c3
3
+ size 64105
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f1bbcdfda6d11930ee6732b2d5c082e55c46344b3ea2647d1d8945b3d5dd398
3
+ size 263168106
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8c2535a131fd2abd829915354050c3313e908c49b309e0ef5b7dec95cacef41
3
+ size 4024