MatteoFasulo commited on
Commit
19f77c9
·
verified ·
1 Parent(s): 7b45f23

End of training

Browse files
Files changed (4) hide show
  1. README.md +70 -0
  2. config.json +37 -0
  3. model.safetensors +3 -0
  4. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ base_model: MatteoFasulo/xlm-roberta-base_69
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ - precision
9
+ - recall
10
+ model-index:
11
+ - name: xlm-roberta-base_69
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # xlm-roberta-base_69
19
+
20
+ This model is a fine-tuned version of [MatteoFasulo/xlm-roberta-base_69](https://huggingface.co/MatteoFasulo/xlm-roberta-base_69) on the None dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.4990
23
+ - F1-score: 0.8549
24
+ - Accuracy: 0.8549
25
+ - Precision: 0.8549
26
+ - Recall: 0.8550
27
+
28
+ ## Model description
29
+
30
+ More information needed
31
+
32
+ ## Intended uses & limitations
33
+
34
+ More information needed
35
+
36
+ ## Training and evaluation data
37
+
38
+ More information needed
39
+
40
+ ## Training procedure
41
+
42
+ ### Training hyperparameters
43
+
44
+ The following hyperparameters were used during training:
45
+ - learning_rate: 5e-06
46
+ - train_batch_size: 16
47
+ - eval_batch_size: 16
48
+ - seed: 69
49
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
50
+ - lr_scheduler_type: linear
51
+ - num_epochs: 6
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | F1-score | Accuracy | Precision | Recall |
56
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|:---------:|:------:|
57
+ | No log | 1.0 | 379 | 0.4454 | 0.8611 | 0.8611 | 0.8620 | 0.8615 |
58
+ | 0.3451 | 2.0 | 758 | 0.4597 | 0.8469 | 0.8472 | 0.8488 | 0.8467 |
59
+ | 0.3027 | 3.0 | 1137 | 0.4418 | 0.8472 | 0.8472 | 0.8474 | 0.8474 |
60
+ | 0.2931 | 4.0 | 1516 | 0.5016 | 0.8392 | 0.8395 | 0.8444 | 0.8404 |
61
+ | 0.2931 | 5.0 | 1895 | 0.4875 | 0.8565 | 0.8565 | 0.8573 | 0.8569 |
62
+ | 0.2469 | 6.0 | 2274 | 0.4990 | 0.8549 | 0.8549 | 0.8549 | 0.8550 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.47.1
68
+ - Pytorch 2.5.1+cu124
69
+ - Datasets 3.2.0
70
+ - Tokenizers 0.21.0
config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "MatteoFasulo/xlm-roberta-base_69",
3
+ "architectures": [
4
+ "XLMRobertaForSequenceClassification"
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": "NEG",
15
+ "1": "POS"
16
+ },
17
+ "initializer_range": 0.02,
18
+ "intermediate_size": 3072,
19
+ "label2id": {
20
+ "NEG": 0,
21
+ "POS": 1
22
+ },
23
+ "layer_norm_eps": 1e-05,
24
+ "max_position_embeddings": 514,
25
+ "model_type": "xlm-roberta",
26
+ "num_attention_heads": 12,
27
+ "num_hidden_layers": 12,
28
+ "output_past": true,
29
+ "pad_token_id": 1,
30
+ "position_embedding_type": "absolute",
31
+ "problem_type": "single_label_classification",
32
+ "torch_dtype": "float32",
33
+ "transformers_version": "4.47.1",
34
+ "type_vocab_size": 1,
35
+ "use_cache": true,
36
+ "vocab_size": 250002
37
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac07cae08fbcc8e13aed9bc6ec2e7c2dd4c5df1792a2bab47df39138cb53770b
3
+ size 1112205008
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fb9d843ae40dafafa8f29dbd8967e607a4b58ec894f9f2a93cbd2aeead18c45
3
+ size 5304