mhr2004 commited on
Commit
233e82d
·
verified ·
1 Parent(s): 74a6d76

mhr2004/roberta-large-anion-1e-06-256

Browse files
Files changed (4) hide show
  1. README.md +69 -0
  2. config.json +28 -0
  3. model.safetensors +3 -0
  4. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-large-anion-1e-06-256
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-large-anion-1e-06-256
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.2359
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: 256
40
+ - eval_batch_size: 256
41
+ - seed: 42
42
+ - optimizer: Use OptimizerNames.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.7025 | 1.0 | 358 | 0.4381 |
51
+ | 0.4222 | 2.0 | 716 | 0.3365 |
52
+ | 0.3481 | 3.0 | 1074 | 0.3071 |
53
+ | 0.3088 | 4.0 | 1432 | 0.2723 |
54
+ | 0.2942 | 5.0 | 1790 | 0.2667 |
55
+ | 0.2692 | 6.0 | 2148 | 0.2565 |
56
+ | 0.2495 | 7.0 | 2506 | 0.2506 |
57
+ | 0.231 | 8.0 | 2864 | 0.2441 |
58
+ | 0.2158 | 9.0 | 3222 | 0.2322 |
59
+ | 0.2118 | 10.0 | 3580 | 0.2333 |
60
+ | 0.2016 | 11.0 | 3938 | 0.2357 |
61
+ | 0.1909 | 12.0 | 4296 | 0.2359 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - Transformers 4.49.0
67
+ - Pytorch 2.6.0+cu124
68
+ - Datasets 3.3.2
69
+ - Tokenizers 0.21.1
config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "initializer_range": 0.02,
14
+ "intermediate_size": 4096,
15
+ "layer_norm_eps": 1e-05,
16
+ "max_position_embeddings": 514,
17
+ "model_type": "roberta",
18
+ "num_attention_heads": 16,
19
+ "num_hidden_layers": 24,
20
+ "pad_token_id": 1,
21
+ "position_embedding_type": "absolute",
22
+ "problem_type": "single_label_classification",
23
+ "torch_dtype": "float32",
24
+ "transformers_version": "4.49.0",
25
+ "type_vocab_size": 1,
26
+ "use_cache": true,
27
+ "vocab_size": 50265
28
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a3928e46d41b960f7c64d8da0c073db3aa882d8b0a9507a3ee6415e895c8080
3
+ size 1421495416
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61d35850d260eeec59d70fc644988c4eace9847f61021a7c1ff96ae259a8eb99
3
+ size 5304