rajpouh2 commited on
Commit
5eece32
·
verified ·
1 Parent(s): 85bc0cd

Training in progress, step 102

Browse files
config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 1024,
12
+ "id2label": {
13
+ "0": "optimistic",
14
+ "1": "humorous",
15
+ "2": "suspenseful",
16
+ "3": "inspirational",
17
+ "4": "poetic",
18
+ "5": "pessimistic",
19
+ "6": "informative"
20
+ },
21
+ "initializer_range": 0.02,
22
+ "intermediate_size": 4096,
23
+ "label2id": {
24
+ "humorous": 1,
25
+ "informative": 6,
26
+ "inspirational": 3,
27
+ "optimistic": 0,
28
+ "pessimistic": 5,
29
+ "poetic": 4,
30
+ "suspenseful": 2
31
+ },
32
+ "layer_norm_eps": 1e-05,
33
+ "max_position_embeddings": 514,
34
+ "model_type": "roberta",
35
+ "num_attention_heads": 16,
36
+ "num_hidden_layers": 24,
37
+ "pad_token_id": 1,
38
+ "position_embedding_type": "absolute",
39
+ "problem_type": "single_label_classification",
40
+ "torch_dtype": "float32",
41
+ "transformers_version": "4.50.3",
42
+ "type_vocab_size": 1,
43
+ "use_cache": true,
44
+ "vocab_size": 50265
45
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01081d453f9bdbb34ffebcb9cdcd7d2442a094721777e40ac0b493dd4553eba9
3
+ size 1421515916
runs/Apr11_01-57-57_d8c80e2233d3/events.out.tfevents.1744336681.d8c80e2233d3.285.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7350abd68fa34423603a9b3f98bae235c6c3a3434a57b83b762636abaee7809d
3
+ size 6797
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b9e86a802292bbed597c62f9d34e2a41a83c66e8f262684f444d94e884e57d3
3
+ size 5432