uisikdag commited on
Commit
c263123
·
1 Parent(s): 8a48bf0

Training in progress, epoch 0

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "dbmdz/bert-base-turkish-cased",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "LABEL_0",
13
+ "1": "LABEL_1",
14
+ "2": "LABEL_2",
15
+ "3": "LABEL_3",
16
+ "4": "LABEL_4",
17
+ "5": "LABEL_5",
18
+ "6": "LABEL_6"
19
+ },
20
+ "initializer_range": 0.02,
21
+ "intermediate_size": 3072,
22
+ "label2id": {
23
+ "LABEL_0": 0,
24
+ "LABEL_1": 1,
25
+ "LABEL_2": 2,
26
+ "LABEL_3": 3,
27
+ "LABEL_4": 4,
28
+ "LABEL_5": 5,
29
+ "LABEL_6": 6
30
+ },
31
+ "layer_norm_eps": 1e-12,
32
+ "max_position_embeddings": 512,
33
+ "model_type": "bert",
34
+ "num_attention_heads": 12,
35
+ "num_hidden_layers": 12,
36
+ "pad_token_id": 0,
37
+ "position_embedding_type": "absolute",
38
+ "problem_type": "single_label_classification",
39
+ "torch_dtype": "float32",
40
+ "transformers_version": "4.26.1",
41
+ "type_vocab_size": 2,
42
+ "use_cache": true,
43
+ "vocab_size": 32000
44
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ec9146dba332799236bc6ec04f3b92b58e0f84922f167ce4658fc810e4cd2c5
3
+ size 442563701
runs/Mar13_22-07-20_DESKTOP-ONCA3BK/1678734470.298324/events.out.tfevents.1678734470.DESKTOP-ONCA3BK.5788.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd9f7748212a3514ca8c758a118ac02291b30d21958b66ee54258c52c50ce8fa
3
+ size 5664
runs/Mar13_22-07-20_DESKTOP-ONCA3BK/events.out.tfevents.1678734470.DESKTOP-ONCA3BK.5788.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d086dc697f13dddb554b639ef15424f96bfc13b55d36088c8e67ac4eb60c4d6e
3
+ size 4041
runs/Mar13_22-08-37_DESKTOP-ONCA3BK/1678734529.0969007/events.out.tfevents.1678734529.DESKTOP-ONCA3BK.5788.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b72b904c6ae47afa44f5ddd7b90f0dde2aa6f7941a7132778dfd925b45f36a0
3
+ size 5671
runs/Mar13_22-08-37_DESKTOP-ONCA3BK/events.out.tfevents.1678734529.DESKTOP-ONCA3BK.5788.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdc6feb5c0906206ceaead75c1aa196127cccd4edb302fda1face06c2c29ddaa
3
+ size 4044
runs/Mar13_22-09-28_DESKTOP-ONCA3BK/1678734581.8379574/events.out.tfevents.1678734581.DESKTOP-ONCA3BK.14408.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4cd9753d8989a346d351d1bb39dbc47eb695133b4d92233060384c571f005d6b
3
+ size 5671
runs/Mar13_22-09-28_DESKTOP-ONCA3BK/events.out.tfevents.1678734581.DESKTOP-ONCA3BK.14408.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:095acf8783b50b4fc6f76908e1e1dc311700fe19216836e9919f3093306c83b6
3
+ size 7628
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9467dbe8d68b67579ad1237cbec6d5429fc5562a6c4281c4238c9df5a02caf4b
3
+ size 3515