jalaluddin94 commited on
Commit
38fa19e
·
1 Parent(s): 7d73b3e

End of training

Browse files
Files changed (4) hide show
  1. README.md +70 -0
  2. config.json +39 -0
  3. pytorch_model.bin +3 -0
  4. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: IndoJavaneseNLI-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
+ # IndoJavaneseNLI-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.1050
23
+ - Accuracy: 0.3673
24
+ - Precision: 0.3673
25
+ - Recall: 0.3673
26
+ - F1 Score: 0.1974
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: 3e-06
46
+ - train_batch_size: 2
47
+ - eval_batch_size: 2
48
+ - seed: 101
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - num_epochs: 6
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 Score |
56
+ |:-------------:|:-----:|:-----:|:---------------:|:--------:|:---------:|:------:|:--------:|
57
+ | 1.1096 | 1.0 | 5165 | 1.1106 | 0.3095 | 0.3095 | 0.3095 | 0.1898 |
58
+ | 1.1011 | 2.0 | 10330 | 1.1031 | 0.3491 | 0.3491 | 0.3491 | 0.2903 |
59
+ | 1.1024 | 3.0 | 15495 | 1.0971 | 0.3673 | 0.3673 | 0.3673 | 0.1974 |
60
+ | 1.1116 | 4.0 | 20660 | 1.0988 | 0.3318 | 0.3318 | 0.3318 | 0.2752 |
61
+ | 1.0973 | 5.0 | 25825 | 1.0973 | 0.3678 | 0.3678 | 0.3678 | 0.2040 |
62
+ | 1.1379 | 6.0 | 30990 | 1.1050 | 0.3673 | 0.3673 | 0.3673 | 0.1974 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.35.0.dev0
68
+ - Pytorch 2.0.0
69
+ - Datasets 2.1.0
70
+ - Tokenizers 0.14.1
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.35.0.dev0",
36
+ "type_vocab_size": 1,
37
+ "use_cache": true,
38
+ "vocab_size": 250002
39
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:974738534e9dba1959c7cbe78bb5388ff07d989989c7b5b5b2a1a06f36d0a0fe
3
+ size 2239709617
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bdcf6872d40ac5d05f3b2ff40c17409bb0c88f759edbe2bbf71e2806592f707
3
+ size 4219