christinacdl commited on
Commit
2877cd8
1 Parent(s): 2bac2de

Training in progress, epoch 0

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/deberta-v3-large",
3
+ "architectures": [
4
+ "DebertaV2ForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "hidden_size": 1024,
10
+ "id2label": {
11
+ "0": "NOT",
12
+ "1": "CLICKBAIT"
13
+ },
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 4096,
16
+ "label2id": {
17
+ "CLICKBAIT": 1,
18
+ "NOT": 0
19
+ },
20
+ "layer_norm_eps": 1e-07,
21
+ "max_position_embeddings": 512,
22
+ "max_relative_positions": -1,
23
+ "model_type": "deberta-v2",
24
+ "norm_rel_ebd": "layer_norm",
25
+ "num_attention_heads": 16,
26
+ "num_hidden_layers": 24,
27
+ "pad_token_id": 0,
28
+ "pooler_dropout": 0,
29
+ "pooler_hidden_act": "gelu",
30
+ "pooler_hidden_size": 1024,
31
+ "pos_att_type": [
32
+ "p2c",
33
+ "c2p"
34
+ ],
35
+ "position_biased_input": false,
36
+ "position_buckets": 256,
37
+ "relative_attention": true,
38
+ "share_att_key": true,
39
+ "torch_dtype": "float32",
40
+ "transformers_version": "4.27.1",
41
+ "type_vocab_size": 0,
42
+ "vocab_size": 128100
43
+ }
logs/1687467604.60738/events.out.tfevents.1687467604.e3b85aa49c5f.507.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26a8a0d269cdb3d3e7318e4a2e557a87d73aaae600655454b6e8011acdaa44c6
3
+ size 5896
logs/1687467821.621217/events.out.tfevents.1687467821.e3b85aa49c5f.2729.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7fab3df855c4aae3e5f4e415c58112c42b74e2522eccfad2f9a922a49ae4e3b4
3
+ size 5896
logs/1687468229.4086802/events.out.tfevents.1687468229.e3b85aa49c5f.4888.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a343b4ffb209bd310035eef0a12ed69aa3651ad785accba1e861a8249ed19308
3
+ size 5896
logs/1687468337.6493506/events.out.tfevents.1687468337.e3b85aa49c5f.5566.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c58587a553ba0be6e8ed786e0b8cf5a147af7f44a96ae25a49c10423f679f4f
3
+ size 5896
logs/events.out.tfevents.1687467604.e3b85aa49c5f.507.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8268396e75dcedceff6992c8be21e6e31262bc853b716eada7e5b404d7eaaeab
3
+ size 4184
logs/events.out.tfevents.1687467821.e3b85aa49c5f.2729.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d4ddffdd03088eed9391acfa8a090fafef6587e2ff643c40533a297bb34ce31
3
+ size 4288
logs/events.out.tfevents.1687468229.e3b85aa49c5f.4888.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee11b892b9e3a929c544204e3acc0fa7bf5828ed4125ad641e2a2f4ece2cfe20
3
+ size 4184
logs/events.out.tfevents.1687468337.e3b85aa49c5f.5566.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afe31f15425df7b109e70c0f24de7dfdbd8b1804859d117e35958679d490f7d7
3
+ size 6284
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b7302ec99604f5e5a1a296373c4801fb6dfd5cc9a5ecdee84665689f1321d7a
3
+ size 1740396281
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01524491409e611f0c01436b42b1c3baf65abdbf8120d54fbc08a15134c21b6f
3
+ size 3643