roupenminassian commited on
Commit
b99f46a
1 Parent(s): a48b924

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "Twitter/twhin-bert-large",
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": 1024,
11
+ "id2label": {
12
+ "0": "factual",
13
+ "1": "misinformation"
14
+ },
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 4096,
17
+ "label2id": {
18
+ "factual": 0,
19
+ "misinformation": 1
20
+ },
21
+ "layer_norm_eps": 1e-12,
22
+ "max_position_embeddings": 512,
23
+ "model_type": "bert",
24
+ "num_attention_heads": 16,
25
+ "num_hidden_layers": 24,
26
+ "pad_token_id": 0,
27
+ "position_embedding_type": "relative_key",
28
+ "problem_type": "single_label_classification",
29
+ "torch_dtype": "float32",
30
+ "transformers_version": "4.28.1",
31
+ "type_vocab_size": 2,
32
+ "use_cache": true,
33
+ "vocab_size": 250002
34
+ }
logs/1681968059.9240084/events.out.tfevents.1681968059.e0307d85487d.1046.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed6a02f8ac0e6cf956ecb0e17048512c937523e7626ccb7b27000dbd08bcd863
3
+ size 5935
logs/1681968275.7761953/events.out.tfevents.1681968275.e0307d85487d.1046.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75effc01543e0aade302f68fc57aac93d497479a7c9a2f5192b359266921190e
3
+ size 5938
logs/1681971651.092326/events.out.tfevents.1681971651.e0307d85487d.1046.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9ac5b6b11220103f72df5e8b58b3745a2b3deb663b9375d8bfdfdbfa1ead89c
3
+ size 5938
logs/1681972099.729213/events.out.tfevents.1681972099.e0307d85487d.30874.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d648fdd890c46f3e19ab85a4829dfa8f03306e7f958da31c2aea9adb4852cf60
3
+ size 5938
logs/events.out.tfevents.1681968059.e0307d85487d.1046.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f08a55a6fb4b49fa7a8072701f29e5f15ccca3d27b16f57af93d55c1ca0c4401
3
+ size 4339
logs/events.out.tfevents.1681968275.e0307d85487d.1046.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4c970df91e80818317c93a516c8582e168499cadb72f19c410773a1dbe650c5
3
+ size 10866
logs/events.out.tfevents.1681971651.e0307d85487d.1046.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:385da9ee20c1a05d7ec86fed030279ca9e871fca1b5bbcfcba29c91f1c89f286
3
+ size 4181
logs/events.out.tfevents.1681972099.e0307d85487d.30874.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76cdac35d4b61d2fcedb486b1fcd575db1527d41188c74522f55cf6c1fa1f55e
3
+ size 15083
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abd4655f087f649fd899722659c88d4cecbe4df032dd063dcce571bc7342ae81
3
+ size 2245998613
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63663feb3f9e27fb4c13b8222a53a3d24bed887d6de82f15e10d4cb2ecbcc1b9
3
+ size 3643