A-Common-Guy commited on
Commit
abb1692
·
verified ·
1 Parent(s): 969fcb2

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "RobertaForSequenceClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "bos_token_id": 0,
7
+ "classifier_dropout": null,
8
+ "eos_token_id": 2,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "Not",
14
+ "1": "Yes"
15
+ },
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 3072,
18
+ "label2id": {
19
+ "Not": 0,
20
+ "Yes": 1
21
+ },
22
+ "layer_norm_eps": 1e-05,
23
+ "max_position_embeddings": 514,
24
+ "model_type": "roberta",
25
+ "num_attention_heads": 12,
26
+ "num_hidden_layers": 12,
27
+ "pad_token_id": 1,
28
+ "position_embedding_type": "absolute",
29
+ "problem_type": "single_label_classification",
30
+ "torch_dtype": "float32",
31
+ "transformers_version": "4.50.3",
32
+ "type_vocab_size": 1,
33
+ "use_cache": true,
34
+ "vocab_size": 50265
35
+ }
logs/events.out.tfevents.1744553069.064ac9d17995.3859.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0091ccb07bfbe248b1dc3927dad9af08d520bfb6ec7b9bb61b82013c54cf0562
3
+ size 5249
logs/events.out.tfevents.1744553089.064ac9d17995.3859.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a140aaa2704685959ea41b972b34c405643b030fe1184dda463d25a42ea33318
3
+ size 5249
logs/events.out.tfevents.1744553375.064ac9d17995.3859.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8bfe5bfcf94803e94c6fdfd0cbccacc445ccde46825bc2a6f723f309d7ea8d3
3
+ size 5249
logs/events.out.tfevents.1744553424.064ac9d17995.3859.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc4c1074c92c20b2aac602231b6402d493b483af44acb65ab51e6283cdc216f3
3
+ size 5249
logs/events.out.tfevents.1744553649.064ac9d17995.3859.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e22354e9678b07fa481315ac8533a64951dd98a2571d141349ee96775294d914
3
+ size 12646
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:769e77f9aca43609c99bd063360b839efc2c1dd17e2c9945c64b18ad89866ccb
3
+ size 498612824
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40dff5c9a70b38c9007b9397f331ff89e51a0d036303db5ac726a0890ae4e206
3
+ size 5432