jalaluddin94 commited on
Commit
682ceca
1 Parent(s): f546776

End of training

Browse files
Files changed (4) hide show
  1. README.md +74 -0
  2. config.json +39 -0
  3. model.safetensors +3 -0
  4. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: xlm-roberta-large
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ - precision
9
+ - recall
10
+ model-index:
11
+ - name: fine-tuning-xlmr-large
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
+ # fine-tuning-xlmr-large
19
+
20
+ This model is a fine-tuned version of [xlm-roberta-large](https://huggingface.co/xlm-roberta-large) on an unknown dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 1.7558
23
+ - Accuracy: 0.7692
24
+ - Precision: 0.7692
25
+ - Recall: 0.7692
26
+ - F1 Score: 0.7693
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: 1e-06
46
+ - train_batch_size: 1
47
+ - eval_batch_size: 1
48
+ - seed: 101
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - num_epochs: 10
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 Score |
56
+ |:-------------:|:-----:|:------:|:---------------:|:--------:|:---------:|:------:|:--------:|
57
+ | 1.3385 | 1.0 | 10330 | 1.8072 | 0.5708 | 0.5708 | 0.5708 | 0.5622 |
58
+ | 1.7231 | 2.0 | 20660 | 1.8354 | 0.6445 | 0.6445 | 0.6445 | 0.6454 |
59
+ | 1.4049 | 3.0 | 30990 | 1.8380 | 0.6969 | 0.6969 | 0.6969 | 0.6990 |
60
+ | 1.4543 | 4.0 | 41320 | 1.5726 | 0.7415 | 0.7415 | 0.7415 | 0.7417 |
61
+ | 1.4139 | 5.0 | 51650 | 1.6838 | 0.7424 | 0.7424 | 0.7424 | 0.7439 |
62
+ | 1.2368 | 6.0 | 61980 | 1.6794 | 0.7424 | 0.7424 | 0.7424 | 0.7448 |
63
+ | 1.0418 | 7.0 | 72310 | 1.6720 | 0.7542 | 0.7542 | 0.7542 | 0.7556 |
64
+ | 1.246 | 8.0 | 82640 | 1.6746 | 0.7638 | 0.7638 | 0.7638 | 0.7642 |
65
+ | 0.9896 | 9.0 | 92970 | 1.7497 | 0.7674 | 0.7674 | 0.7674 | 0.7666 |
66
+ | 0.9855 | 10.0 | 103300 | 1.7558 | 0.7692 | 0.7692 | 0.7692 | 0.7693 |
67
+
68
+
69
+ ### Framework versions
70
+
71
+ - Transformers 4.36.0.dev0
72
+ - Pytorch 2.0.0
73
+ - Datasets 2.1.0
74
+ - Tokenizers 0.15.0
config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "xlm-roberta-large",
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": 1024,
13
+ "id2label": {
14
+ "0": "LABEL_0",
15
+ "1": "LABEL_1",
16
+ "2": "LABEL_2"
17
+ },
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 4096,
20
+ "label2id": {
21
+ "LABEL_0": 0,
22
+ "LABEL_1": 1,
23
+ "LABEL_2": 2
24
+ },
25
+ "layer_norm_eps": 1e-05,
26
+ "max_position_embeddings": 514,
27
+ "model_type": "xlm-roberta",
28
+ "num_attention_heads": 16,
29
+ "num_hidden_layers": 24,
30
+ "output_past": true,
31
+ "pad_token_id": 1,
32
+ "position_embedding_type": "absolute",
33
+ "problem_type": "single_label_classification",
34
+ "torch_dtype": "float32",
35
+ "transformers_version": "4.36.0.dev0",
36
+ "type_vocab_size": 1,
37
+ "use_cache": true,
38
+ "vocab_size": 250002
39
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3abe4e1a1bc08a77b6eb12c6badafa19191645c38d29d318411620f7f66cfe9
3
+ size 2239622772
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef61b7204f2e641a2e068a8a9738eda305702b80aa3d1c633ffb1e0d26062975
3
+ size 4347