mhr2004 commited on
Commit
f3d7379
·
verified ·
1 Parent(s): 57d9feb

mhr2004/roberta-largemhr2004-atomic.anion.train.no1e-06-128

Browse files
Files changed (4) hide show
  1. README.md +79 -0
  2. config.json +27 -0
  3. model.safetensors +3 -0
  4. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: mit
4
+ base_model: roberta-large
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: roberta-largemhr2004-atomic.anion.train.no1e-06-128
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # roberta-largemhr2004-atomic.anion.train.no1e-06-128
16
+
17
+ This model is a fine-tuned version of [roberta-large](https://huggingface.co/roberta-large) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.3645
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 1e-06
39
+ - train_batch_size: 512
40
+ - eval_batch_size: 1024
41
+ - seed: 42
42
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
43
+ - lr_scheduler_type: linear
44
+ - num_epochs: 30
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss |
49
+ |:-------------:|:-----:|:-----:|:---------------:|
50
+ | 0.6351 | 1.0 | 576 | 0.4929 |
51
+ | 0.4755 | 2.0 | 1152 | 0.4313 |
52
+ | 0.4406 | 3.0 | 1728 | 0.4136 |
53
+ | 0.4208 | 4.0 | 2304 | 0.4072 |
54
+ | 0.4089 | 5.0 | 2880 | 0.3982 |
55
+ | 0.3989 | 6.0 | 3456 | 0.3869 |
56
+ | 0.3913 | 7.0 | 4032 | 0.3837 |
57
+ | 0.3836 | 8.0 | 4608 | 0.3793 |
58
+ | 0.3766 | 9.0 | 5184 | 0.3793 |
59
+ | 0.3715 | 10.0 | 5760 | 0.3754 |
60
+ | 0.3669 | 11.0 | 6336 | 0.3726 |
61
+ | 0.3653 | 12.0 | 6912 | 0.3681 |
62
+ | 0.3594 | 13.0 | 7488 | 0.3697 |
63
+ | 0.3534 | 14.0 | 8064 | 0.3725 |
64
+ | 0.353 | 15.0 | 8640 | 0.3678 |
65
+ | 0.3509 | 16.0 | 9216 | 0.3651 |
66
+ | 0.3474 | 17.0 | 9792 | 0.3635 |
67
+ | 0.3467 | 18.0 | 10368 | 0.3676 |
68
+ | 0.3428 | 19.0 | 10944 | 0.3631 |
69
+ | 0.3408 | 20.0 | 11520 | 0.3668 |
70
+ | 0.3373 | 21.0 | 12096 | 0.3645 |
71
+ | 0.3397 | 22.0 | 12672 | 0.3645 |
72
+
73
+
74
+ ### Framework versions
75
+
76
+ - Transformers 4.51.2
77
+ - Pytorch 2.6.0+cu124
78
+ - Datasets 3.5.0
79
+ - Tokenizers 0.21.1
config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "initializer_range": 0.02,
13
+ "intermediate_size": 4096,
14
+ "layer_norm_eps": 1e-05,
15
+ "max_position_embeddings": 514,
16
+ "model_type": "roberta",
17
+ "num_attention_heads": 16,
18
+ "num_hidden_layers": 24,
19
+ "pad_token_id": 1,
20
+ "position_embedding_type": "absolute",
21
+ "problem_type": "single_label_classification",
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.51.2",
24
+ "type_vocab_size": 1,
25
+ "use_cache": true,
26
+ "vocab_size": 50265
27
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:613119bb8c62798092e3bf82d46c3edab58c724e584fc380e653ae6d0a37ce5c
3
+ size 1421495416
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee1c43605b18040984d8e56c6b9b78cdaf1b7c995edda3871d4b8354d075eab4
3
+ size 5368