Harsha9044 commited on
Commit
9573744
1 Parent(s): 33575ea

End of training

Browse files
README.md CHANGED
@@ -1,10 +1,8 @@
1
  ---
2
  license: mit
3
- base_model: xlm-roberta-base
4
  tags:
5
  - generated_from_trainer
6
- metrics:
7
- - accuracy
8
  model-index:
9
  - name: xmlRoBert-Balanced-trimmed-10epoch-Trainer
10
  results: []
@@ -15,10 +13,7 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # xmlRoBert-Balanced-trimmed-10epoch-Trainer
17
 
18
- This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the None dataset.
19
- It achieves the following results on the evaluation set:
20
- - Loss: 1.1137
21
- - Accuracy: 0.3125
22
 
23
  ## Model description
24
 
@@ -43,27 +38,11 @@ The following hyperparameters were used during training:
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
- - num_epochs: 10
47
-
48
- ### Training results
49
-
50
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
- |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | No log | 1.0 | 3 | 1.1523 | 0.25 |
53
- | No log | 2.0 | 6 | 1.1465 | 0.25 |
54
- | No log | 3.0 | 9 | 1.1425 | 0.25 |
55
- | No log | 4.0 | 12 | 1.1316 | 0.25 |
56
- | No log | 5.0 | 15 | 1.1158 | 0.25 |
57
- | No log | 6.0 | 18 | 1.1335 | 0.375 |
58
- | No log | 7.0 | 21 | 1.1214 | 0.25 |
59
- | No log | 8.0 | 24 | 1.1198 | 0.25 |
60
- | No log | 9.0 | 27 | 1.1155 | 0.25 |
61
- | No log | 10.0 | 30 | 1.1137 | 0.3125 |
62
-
63
 
64
  ### Framework versions
65
 
66
- - Transformers 4.35.0.dev0
67
- - Pytorch 1.13.1
68
- - Datasets 2.14.5
69
  - Tokenizers 0.14.1
 
1
  ---
2
  license: mit
3
+ base_model: ai4bharat/indic-bert
4
  tags:
5
  - generated_from_trainer
 
 
6
  model-index:
7
  - name: xmlRoBert-Balanced-trimmed-10epoch-Trainer
8
  results: []
 
13
 
14
  # xmlRoBert-Balanced-trimmed-10epoch-Trainer
15
 
16
+ This model is a fine-tuned version of [ai4bharat/indic-bert](https://huggingface.co/ai4bharat/indic-bert) on the None dataset.
 
 
 
17
 
18
  ## Model description
19
 
 
38
  - seed: 42
39
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
  - lr_scheduler_type: linear
41
+ - num_epochs: 5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
42
 
43
  ### Framework versions
44
 
45
+ - Transformers 4.36.0.dev0
46
+ - Pytorch 2.0.0+cpu
47
+ - Datasets 2.1.0
48
  - Tokenizers 0.14.1
config.json CHANGED
@@ -1,14 +1,17 @@
1
  {
2
- "_name_or_path": "xlm-roberta-base",
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
  "NEGATIVE": 0,
@@ -16,24 +19,25 @@
16
  "POSITIVE": 2
17
  },
18
  "initializer_range": 0.02,
 
19
  "intermediate_size": 3072,
20
  "label2id": {
21
  "NEGATIVE": 0,
22
  "NEUTRAL": 1,
23
  "POSITIVE": 2
24
  },
25
- "layer_norm_eps": 1e-05,
26
- "max_position_embeddings": 514,
27
- "model_type": "xlm-roberta",
 
28
  "num_attention_heads": 12,
 
29
  "num_hidden_layers": 12,
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
  }
 
1
  {
2
+ "_name_or_path": "ai4bharat/indic-bert",
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
+ "gap_size": 0,
13
  "hidden_act": "gelu",
14
+ "hidden_dropout_prob": 0,
15
  "hidden_size": 768,
16
  "id2label": {
17
  "NEGATIVE": 0,
 
19
  "POSITIVE": 2
20
  },
21
  "initializer_range": 0.02,
22
+ "inner_group_num": 1,
23
  "intermediate_size": 3072,
24
  "label2id": {
25
  "NEGATIVE": 0,
26
  "NEUTRAL": 1,
27
  "POSITIVE": 2
28
  },
29
+ "layer_norm_eps": 1e-12,
30
+ "max_position_embeddings": 512,
31
+ "model_type": "albert",
32
+ "net_structure_type": 0,
33
  "num_attention_heads": 12,
34
+ "num_hidden_groups": 1,
35
  "num_hidden_layers": 12,
36
+ "num_memory_blocks": 0,
37
+ "pad_token_id": 0,
38
  "position_embedding_type": "absolute",
 
39
  "torch_dtype": "float32",
40
  "transformers_version": "4.36.0.dev0",
41
+ "type_vocab_size": 2,
42
+ "vocab_size": 200000
 
43
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a94fcf39dfb8790c5a4ba36b0539a2bb0c0894d16c023977a56798edea54c317
3
- size 1112208084
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a38d9953ed54e42eb123ddfecdc3bdc809458c73467d3958967d39fcd085b52e
3
+ size 133787028
runs/Nov10_09-14-20_333d65de2404/events.out.tfevents.1699607741.333d65de2404.47.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce40e4aef56d3b148e414c385b31aaaca85c41e613543b1536c7f0bb121a26b5
3
+ size 16472
special_tokens_map.json CHANGED
@@ -1,15 +1,15 @@
1
  {
2
- "bos_token": "<s>",
3
- "cls_token": "<s>",
4
- "eos_token": "</s>",
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": "</s>",
14
  "unk_token": "<unk>"
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:3a1173c2b6e144a02c001e289a05b5dbefddf247c50d4dcf42633158b2968fcb
3
+ size 5646064
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:19232daba569c004c5fbe45f373ccaf2ee505055da00969f78a99e5754db8f25
3
- size 17082688
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1380ca9cde3e5552469ae7f5c6b897faa4e96bfd39bd8a64ac5b4d05c5add12f
3
+ size 15285634
tokenizer_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "added_tokens_decoder": {
3
  "0": {
4
- "content": "<s>",
5
  "lstrip": false,
6
  "normalized": false,
7
  "rstrip": false,
@@ -9,7 +9,7 @@
9
  "special": true
10
  },
11
  "1": {
12
- "content": "<pad>",
13
  "lstrip": false,
14
  "normalized": false,
15
  "rstrip": false,
@@ -17,7 +17,7 @@
17
  "special": true
18
  },
19
  "2": {
20
- "content": "</s>",
21
  "lstrip": false,
22
  "normalized": false,
23
  "rstrip": false,
@@ -25,15 +25,15 @@
25
  "special": true
26
  },
27
  "3": {
28
- "content": "<unk>",
29
  "lstrip": false,
30
  "normalized": false,
31
  "rstrip": false,
32
  "single_word": false,
33
  "special": true
34
  },
35
- "250001": {
36
- "content": "<mask>",
37
  "lstrip": true,
38
  "normalized": false,
39
  "rstrip": false,
@@ -41,14 +41,18 @@
41
  "special": true
42
  }
43
  },
44
- "bos_token": "<s>",
45
  "clean_up_tokenization_spaces": true,
46
- "cls_token": "<s>",
47
- "eos_token": "</s>",
48
- "mask_token": "<mask>",
49
- "model_max_length": 512,
 
 
50
  "pad_token": "<pad>",
51
- "sep_token": "</s>",
52
- "tokenizer_class": "XLMRobertaTokenizer",
 
 
53
  "unk_token": "<unk>"
54
  }
 
1
  {
2
  "added_tokens_decoder": {
3
  "0": {
4
+ "content": "<pad>",
5
  "lstrip": false,
6
  "normalized": false,
7
  "rstrip": false,
 
9
  "special": true
10
  },
11
  "1": {
12
+ "content": "<unk>",
13
  "lstrip": false,
14
  "normalized": false,
15
  "rstrip": false,
 
17
  "special": true
18
  },
19
  "2": {
20
+ "content": "[CLS]",
21
  "lstrip": false,
22
  "normalized": false,
23
  "rstrip": 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,
 
41
  "special": true
42
  }
43
  },
44
+ "bos_token": "[CLS]",
45
  "clean_up_tokenization_spaces": true,
46
+ "cls_token": "[CLS]",
47
+ "do_lower_case": true,
48
+ "eos_token": "[SEP]",
49
+ "keep_accents": false,
50
+ "mask_token": "[MASK]",
51
+ "model_max_length": 1000000000000000019884624838656,
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 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:27cbcbbbe103d364ac1090f87182eb08009b179d2eb9e7f05950f90890bec60b
3
  size 4219
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:832259a41a810d865aae7dd7688c981b631459a53af6dc9fe7e9c90128c8e4af
3
  size 4219