Ksgk-fy commited on
Commit
64b7660
1 Parent(s): 7b1e8f6

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "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
+ "initializer_range": 0.02,
12
+ "max_position_embeddings": 512,
13
+ "model_type": "distilbert",
14
+ "n_heads": 12,
15
+ "n_layers": 6,
16
+ "pad_token_id": 0,
17
+ "problem_type": "single_label_classification",
18
+ "qa_dropout": 0.1,
19
+ "seq_classif_dropout": 0.2,
20
+ "sinusoidal_pos_embds": false,
21
+ "tie_weights_": true,
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.40.2",
24
+ "vocab_size": 30522
25
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5878edbcd69187b020bad346fc07801ec48a3c859ad4a4e237626bb85f7b292
3
+ size 267832560
runs/Jun26_02-43-39_4e85ecd12a7b/events.out.tfevents.1719369820.4e85ecd12a7b ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78fdf876200803e77cf34f78c52f5bea6ba2b38e90d70c5d2d21c4a83ab9cde9
3
+ size 4495
runs/Jun26_02-43-53_4e85ecd12a7b/events.out.tfevents.1719369833.4e85ecd12a7b ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d6f4ca3175881ed70d075c87d4f42106b493bf0b5746a99393be3a1963b2445
3
+ size 4707
runs/Jun26_03-03-05_4e85ecd12a7b/events.out.tfevents.1719370985.4e85ecd12a7b ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf275b19cc138b7d4a72e5889e5f448806d05f15b4cf114d91bc354b1f7fcbbe
3
+ size 4496
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8434959f66653c9e3a8054d1ee6638437edea338ad8293f1205923e5039f9849
3
+ size 4984