christinacdl commited on
Commit
e1e8560
1 Parent(s): b39c087

Training in progress, epoch 0

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "roberta-large",
3
+ "architectures": [
4
+ "RobertaForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 1024,
13
+ "id2label": {
14
+ "0": "NOT",
15
+ "1": "CLICKBAIT"
16
+ },
17
+ "initializer_range": 0.02,
18
+ "intermediate_size": 4096,
19
+ "label2id": {
20
+ "CLICKBAIT": 1,
21
+ "NOT": 0
22
+ },
23
+ "layer_norm_eps": 1e-05,
24
+ "max_position_embeddings": 514,
25
+ "model_type": "roberta",
26
+ "num_attention_heads": 16,
27
+ "num_hidden_layers": 24,
28
+ "pad_token_id": 1,
29
+ "position_embedding_type": "absolute",
30
+ "problem_type": "single_label_classification",
31
+ "torch_dtype": "float32",
32
+ "transformers_version": "4.27.1",
33
+ "type_vocab_size": 1,
34
+ "use_cache": true,
35
+ "vocab_size": 50265
36
+ }
logs/1687451863.1663105/events.out.tfevents.1687451863.036ef0165f4e.1199.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ad277da3b72e29e07dd967144ff8d96829c636f5e014f564c91c0dec689c76c
3
+ size 5864
logs/1687452071.1842244/events.out.tfevents.1687452071.036ef0165f4e.3172.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1f443f4cc037c07cd9348f436ae4527afb13803a1fdc65b7a193dc5a5aca257
3
+ size 5864
logs/events.out.tfevents.1687451863.036ef0165f4e.1199.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:415aa41f956d08e3b6fb176bf3c9f4dade4e0460973dfa09ab229c92e04dd6eb
3
+ size 88
logs/events.out.tfevents.1687452071.036ef0165f4e.3172.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cd68648cf5defeab5228b2dae5c4cd9b803184d82e54898667dff91e5810e3d
3
+ size 5640
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8fa0d4e53d79fb9e6c4fd72c52ba8f15774e70bb30c742fc5f3654cdd9ad3ac
3
+ size 1421587189
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcf76d4261cace24bf314c4b3825a0560877168ea9a615c5a13c8a472810b813
3
+ size 3643