DioBot2000 commited on
Commit
b10a79e
·
verified ·
1 Parent(s): 1146da6

End of training

Browse files
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: cservan/malbert-base-cased-128k
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ - precision
9
+ - recall
10
+ - f1
11
+ model-index:
12
+ - name: MalBERT-multilingual-finetuned-CEFR_sentences
13
+ results: []
14
+ ---
15
+
16
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
+ should probably proofread and complete it, then remove this comment. -->
18
+
19
+ # MalBERT-multilingual-finetuned-CEFR_sentences
20
+
21
+ This model is a fine-tuned version of [cservan/malbert-base-cased-128k](https://huggingface.co/cservan/malbert-base-cased-128k) on an unknown dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 0.9301
24
+ - Accuracy: 0.6113
25
+ - Precision: 0.5964
26
+ - Recall: 0.6113
27
+ - F1: 0.6029
28
+
29
+ ## Model description
30
+
31
+ More information needed
32
+
33
+ ## Intended uses & limitations
34
+
35
+ More information needed
36
+
37
+ ## Training and evaluation data
38
+
39
+ More information needed
40
+
41
+ ## Training procedure
42
+
43
+ ### Training hyperparameters
44
+
45
+ The following hyperparameters were used during training:
46
+ - learning_rate: 2e-05
47
+ - train_batch_size: 16
48
+ - eval_batch_size: 16
49
+ - seed: 42
50
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
+ - lr_scheduler_type: linear
52
+ - num_epochs: 3
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
57
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
58
+ | No log | 1.0 | 449 | 0.9743 | 0.5966 | 0.5933 | 0.5966 | 0.5874 |
59
+ | 1.0509 | 2.0 | 898 | 0.9987 | 0.5673 | 0.5650 | 0.5673 | 0.5574 |
60
+ | 0.8073 | 3.0 | 1347 | 0.9301 | 0.6113 | 0.5964 | 0.6113 | 0.6029 |
61
+
62
+
63
+ ### Framework versions
64
+
65
+ - Transformers 4.41.2
66
+ - Pytorch 2.3.0+cu121
67
+ - Datasets 2.20.0
68
+ - Tokenizers 0.19.1
config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "cservan/malbert-base-cased-128k",
3
+ "architectures": [
4
+ "AlbertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0,
7
+ "bos_token_id": 2,
8
+ "classifier_dropout_prob": 0.1,
9
+ "down_scale_factor": 1,
10
+ "embedding_size": 128,
11
+ "eos_token_id": 3,
12
+ "eos_token_ids": null,
13
+ "gap_size": 0,
14
+ "hidden_act": "gelu_new",
15
+ "hidden_dropout_prob": 0,
16
+ "hidden_size": 768,
17
+ "id2label": {
18
+ "0": "0",
19
+ "1": "A1",
20
+ "2": "A2",
21
+ "3": "B1",
22
+ "4": "B2",
23
+ "5": "C1",
24
+ "6": "C2"
25
+ },
26
+ "initializer_range": 0.02,
27
+ "inner_group_num": 1,
28
+ "intermediate_size": 3072,
29
+ "label2id": {
30
+ "0": 0,
31
+ "A1": 1,
32
+ "A2": 2,
33
+ "B1": 3,
34
+ "B2": 4,
35
+ "C1": 5,
36
+ "C2": 6
37
+ },
38
+ "layer_norm_eps": 1e-12,
39
+ "max_position_embeddings": 512,
40
+ "model_type": "albert",
41
+ "net_structure_type": 0,
42
+ "num_attention_heads": 12,
43
+ "num_hidden_groups": 1,
44
+ "num_hidden_layers": 12,
45
+ "num_memory_blocks": 0,
46
+ "output_past": true,
47
+ "pad_token_id": 0,
48
+ "position_embedding_type": "absolute",
49
+ "problem_type": "single_label_classification",
50
+ "torch_dtype": "float32",
51
+ "transformers_version": "4.41.2",
52
+ "type_vocab_size": 2,
53
+ "vocab_size": 128000
54
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cf7cdee9a5d4f94951e2a664dfe2962cdaf615ad917a1c7c41c89dedbf9d505
3
+ size 96935292
runs/Jun23_18-38-00_fbe13c4cce02/events.out.tfevents.1719167890.fbe13c4cce02.1139.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4a7a892ef4ba06112e93ea70053b60d04c538e49a12d69e7089deac589f33e6
3
+ size 5351
runs/Jun23_18-38-00_fbe13c4cce02/events.out.tfevents.1719168023.fbe13c4cce02.1139.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7503f5969ad56fcd7d9354f874c45213b591f4e6e1fdf521b46b70bbe264fde2
3
+ size 5400
runs/Jun23_18-38-00_fbe13c4cce02/events.out.tfevents.1719168168.fbe13c4cce02.1139.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78e543316ae084a39a85272e47b8e3b624218ae5c7cedd483859eb7ea35dcca2
3
+ size 9641
runs/Jun23_18-49-39_fbe13c4cce02/events.out.tfevents.1719168589.fbe13c4cce02.1139.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89807781f1312f1564f7a64cd73799e230323cf194649e6477555e5db456799c
3
+ size 7543
runs/Jun23_18-49-39_fbe13c4cce02/events.out.tfevents.1719168770.fbe13c4cce02.1139.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c700702d11db7b60a7434d16008ea113fe774250848ef64a004809c844e46557
3
+ size 560
special_tokens_map.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "[CLS]",
3
+ "cls_token": "[CLS]",
4
+ "eos_token": "[SEP]",
5
+ "mask_token": {
6
+ "content": "[MASK]",
7
+ "lstrip": true,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false
11
+ },
12
+ "pad_token": "<pad>",
13
+ "sep_token": "[SEP]",
14
+ "unk_token": "<unk>"
15
+ }
spiece.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0989df2caa3d2e7ae3871b903708bb5192e8f25ad7423b56cb29e81f9385f98d
3
+ size 2409017
tokenizer_config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<pad>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "<unk>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "4": {
36
+ "content": "[MASK]",
37
+ "lstrip": true,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "bos_token": "[CLS]",
45
+ "clean_up_tokenization_spaces": true,
46
+ "cls_token": "[CLS]",
47
+ "do_lower_case": false,
48
+ "eos_token": "[SEP]",
49
+ "keep_accents": true,
50
+ "mask_token": "[MASK]",
51
+ "model_max_length": 512,
52
+ "pad_token": "<pad>",
53
+ "remove_space": true,
54
+ "sep_token": "[SEP]",
55
+ "sp_model_kwargs": {},
56
+ "tokenizer_class": "AlbertTokenizer",
57
+ "unk_token": "<unk>"
58
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df02d53e5979fcec80d27707775b482481cbe99cbda92c33155ba0aa5709e6b4
3
+ size 5176