Tech-oriented commited on
Commit
e78e959
1 Parent(s): 4846b95

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "roberta-base",
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": 768,
13
+ "id2label": {
14
+ "0": "negative",
15
+ "1": "positive"
16
+ },
17
+ "initializer_range": 0.02,
18
+ "intermediate_size": 3072,
19
+ "layer_norm_eps": 1e-05,
20
+ "max_position_embeddings": 514,
21
+ "model_type": "roberta",
22
+ "num_attention_heads": 12,
23
+ "num_hidden_layers": 12,
24
+ "pad_token_id": 1,
25
+ "position_embedding_type": "absolute",
26
+ "problem_type": "single_label_classification",
27
+ "torch_dtype": "float32",
28
+ "transformers_version": "4.38.2",
29
+ "type_vocab_size": 1,
30
+ "use_cache": true,
31
+ "vocab_size": 50265
32
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bc5f9f9abef4155a2cdd0b79be4f3a6929ca5ad4b123e057eb9e3c6698d2b23
3
+ size 498612824
runs/Mar07_10-49-12_349fb8bc542a/events.out.tfevents.1709808782.349fb8bc542a.875.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1f2bdb78095764bd60fd216af37a7b4b439a21e7a192c98fc7bcfce00ede1ba
3
+ size 4670
runs/Mar07_11-05-30_349fb8bc542a/events.out.tfevents.1709809714.349fb8bc542a.875.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfd3636f8cb29da282fd2e714dd39f09b67276a4a076e965613cd489f4118887
3
+ size 4677
runs/Mar07_11-13-00_349fb8bc542a/events.out.tfevents.1709809991.349fb8bc542a.875.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c23e2af1eba7f834ab40d427e3d0a44fa981d13f9dc5419cf2f164e0273873d
3
+ size 4677
runs/Mar07_11-14-45_349fb8bc542a/events.out.tfevents.1709810095.349fb8bc542a.875.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:341cac2e027b72f3bf35178114e9ee24427399bef01cc7925a9d8a7f0d83ac5c
3
+ size 6688
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:922f21d3de472471281cc622a76e40abe71a3bc32fa1b229bffcf9b14beb71c7
3
+ size 4920