CVR123 commited on
Commit
73c1be3
·
verified ·
1 Parent(s): 4e30092

MuRIL_for_TamilQC

Browse files
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: google/muril-large-cased
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - precision
7
+ - recall
8
+ - accuracy
9
+ model-index:
10
+ - name: Muril-base-finetune-Tamil-qc
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # Muril-base-finetune-Tamil-qc
18
+
19
+ This model is a fine-tuned version of [google/muril-large-cased](https://huggingface.co/google/muril-large-cased) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.8454
22
+ - Precision: 0.8906
23
+ - Recall: 0.8887
24
+ - Accuracy: 0.8887
25
+ - F1-score: 0.8891
26
+
27
+ ## Model description
28
+
29
+ More information needed
30
+
31
+ ## Intended uses & limitations
32
+
33
+ More information needed
34
+
35
+ ## Training and evaluation data
36
+
37
+ More information needed
38
+
39
+ ## Training procedure
40
+
41
+ ### Training hyperparameters
42
+
43
+ The following hyperparameters were used during training:
44
+ - learning_rate: 5e-05
45
+ - train_batch_size: 16
46
+ - eval_batch_size: 16
47
+ - seed: 42
48
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
+ - lr_scheduler_type: linear
50
+ - num_epochs: 10
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | Accuracy | F1-score |
55
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:--------:|:--------:|
56
+ | 0.8303 | 1.0 | 309 | 1.7865 | 0.0487 | 0.2206 | 0.2206 | 0.0798 |
57
+ | 0.4838 | 2.0 | 618 | 0.4928 | 0.8792 | 0.8725 | 0.8725 | 0.8729 |
58
+ | 0.2588 | 3.0 | 927 | 0.5815 | 0.8742 | 0.8725 | 0.8725 | 0.8722 |
59
+ | 0.2287 | 4.0 | 1236 | 0.5803 | 0.8767 | 0.8765 | 0.8765 | 0.8760 |
60
+ | 0.1217 | 5.0 | 1545 | 0.7215 | 0.8773 | 0.8725 | 0.8725 | 0.8739 |
61
+ | 0.0752 | 6.0 | 1854 | 0.6988 | 0.8938 | 0.8907 | 0.8907 | 0.8914 |
62
+ | 0.0416 | 7.0 | 2163 | 0.7899 | 0.8966 | 0.8927 | 0.8927 | 0.8937 |
63
+ | 0.0247 | 8.0 | 2472 | 0.8132 | 0.8927 | 0.8907 | 0.8907 | 0.8912 |
64
+ | 0.0242 | 9.0 | 2781 | 0.8443 | 0.8944 | 0.8927 | 0.8927 | 0.8930 |
65
+ | 0.0129 | 10.0 | 3090 | 0.8454 | 0.8906 | 0.8887 | 0.8887 | 0.8891 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.39.3
71
+ - Pytorch 2.1.2
72
+ - Datasets 2.18.0
73
+ - Tokenizers 0.15.2
config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/muril-large-cased",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "embedding_size": 1024,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 1024,
12
+ "id2label": {
13
+ "0": "Abbreviation",
14
+ "1": "Description",
15
+ "2": "Entity",
16
+ "3": "Human",
17
+ "4": "Location",
18
+ "5": "Numeric"
19
+ },
20
+ "initializer_range": 0.02,
21
+ "intermediate_size": 4096,
22
+ "label2id": {
23
+ "Abbreviation": 0,
24
+ "Description": 1,
25
+ "Entity": 2,
26
+ "Human": 3,
27
+ "Location": 4,
28
+ "Numeric": 5
29
+ },
30
+ "layer_norm_eps": 1e-12,
31
+ "max_position_embeddings": 512,
32
+ "model_type": "bert",
33
+ "num_attention_heads": 16,
34
+ "num_hidden_layers": 24,
35
+ "pad_token_id": 0,
36
+ "position_embedding_type": "absolute",
37
+ "problem_type": "single_label_classification",
38
+ "torch_dtype": "float32",
39
+ "transformers_version": "4.39.3",
40
+ "type_vocab_size": 2,
41
+ "use_cache": true,
42
+ "vocab_size": 197285
43
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10b4f5a70c4508f5517a17b5ebec3d4aa90c3a3128c8d58ca3fd45982e7382db
3
+ size 2023700848
runs/Apr23_09-07-39_2a5b8b93632b/events.out.tfevents.1713863281.2a5b8b93632b.34.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e6512d3865f4ad7094985196dd36a867417defc6f3708040e8f4b4a97fb68e5
3
+ size 15606
runs/Apr23_09-17-58_2a5b8b93632b/events.out.tfevents.1713863887.2a5b8b93632b.34.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92d9cc0d5847df6cdc8a77f833ee95b1acaac69fe4b8af7696415ef195e34d25
3
+ size 10780
runs/Apr23_09-17-58_2a5b8b93632b/events.out.tfevents.1713864252.2a5b8b93632b.34.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c164f16fdf6daa2d680730067b74dbedbdb1f6e7b607eb47c5d1497501563f96
3
+ size 10780
runs/Apr23_09-32-31_2a5b8b93632b/events.out.tfevents.1713864761.2a5b8b93632b.34.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb827e70860adc50bc075ac428a2557e342f87660da3b0beceb5dd9595249c1d
3
+ size 12159
runs/Apr23_09-41-51_2a5b8b93632b/events.out.tfevents.1713865325.2a5b8b93632b.34.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33218343808a44a394fb1e00c896365ff18662fec88cabd6ac421d2e263ccb5f
3
+ size 12159
runs/Apr23_09-56-24_2a5b8b93632b/events.out.tfevents.1713866227.2a5b8b93632b.34.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:270b3cef421638185960e0a3085361f603fcb0d1bb5a2cbbc74166aa38580d67
3
+ size 12156
runs/Apr23_10-44-26_2a5b8b93632b/events.out.tfevents.1713869082.2a5b8b93632b.34.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c77e344fd82a8335657b56d700f7893899eba924fc2e39bd7fa83e51ff5ec661
3
+ size 12156
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
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
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "103": {
20
+ "content": "[MASK]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "104": {
28
+ "content": "[CLS]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "105": {
36
+ "content": "[SEP]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_basic_tokenize": true,
47
+ "do_lower_case": false,
48
+ "lowercase": false,
49
+ "mask_token": "[MASK]",
50
+ "model_max_length": 1000000000000000019884624838656,
51
+ "never_split": null,
52
+ "pad_token": "[PAD]",
53
+ "sep_token": "[SEP]",
54
+ "strip_accents": false,
55
+ "tokenize_chinese_chars": true,
56
+ "tokenizer_class": "BertTokenizer",
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:b0854a1dd956f36148e18672401cbc9ff46ab3dc1c5d07a8ff2006bc231e9af5
3
+ size 4920
vocab.txt ADDED
The diff for this file is too large to render. See raw diff