devagonal commited on
Commit
0a4ad7d
·
verified ·
1 Parent(s): 504ffa3

End of training

Browse files
Files changed (4) hide show
  1. README.md +83 -0
  2. config.json +32 -0
  3. model.safetensors +3 -0
  4. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: google-bert/bert-base-multilingual-cased
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - accuracy
9
+ - precision
10
+ - recall
11
+ - f1
12
+ model-index:
13
+ - name: bert-f1-durga-muhammad-c
14
+ results: []
15
+ ---
16
+
17
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
18
+ should probably proofread and complete it, then remove this comment. -->
19
+
20
+ # bert-f1-durga-muhammad-c
21
+
22
+ This model is a fine-tuned version of [google-bert/bert-base-multilingual-cased](https://huggingface.co/google-bert/bert-base-multilingual-cased) on the None dataset.
23
+ It achieves the following results on the evaluation set:
24
+ - Loss: 0.0001
25
+ - Accuracy: 1.0
26
+ - Precision: 1.0
27
+ - Recall: 1.0
28
+ - F1: 1.0
29
+
30
+ ## Model description
31
+
32
+ More information needed
33
+
34
+ ## Intended uses & limitations
35
+
36
+ More information needed
37
+
38
+ ## Training and evaluation data
39
+
40
+ More information needed
41
+
42
+ ## Training procedure
43
+
44
+ ### Training hyperparameters
45
+
46
+ The following hyperparameters were used during training:
47
+ - learning_rate: 2e-05
48
+ - train_batch_size: 24
49
+ - eval_batch_size: 24
50
+ - seed: 42
51
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
52
+ - lr_scheduler_type: linear
53
+ - num_epochs: 1000
54
+
55
+ ### Training results
56
+
57
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
58
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:-----:|
59
+ | 0.0245 | 1.0 | 42 | 0.0241 | 0.995 | 0.995 | 0.995 | 0.995 |
60
+ | 0.0032 | 2.0 | 84 | 0.0081 | 0.999 | 0.999 | 0.999 | 0.999 |
61
+ | 0.0011 | 3.0 | 126 | 0.0075 | 0.999 | 0.999 | 0.999 | 0.999 |
62
+ | 0.0008 | 4.0 | 168 | 0.0068 | 0.999 | 0.999 | 0.999 | 0.999 |
63
+ | 0.0006 | 5.0 | 210 | 0.0078 | 0.999 | 0.999 | 0.999 | 0.999 |
64
+ | 0.0012 | 6.0 | 252 | 0.0063 | 0.999 | 0.999 | 0.999 | 0.999 |
65
+ | 0.0022 | 7.0 | 294 | 0.0015 | 1.0 | 1.0 | 1.0 | 1.0 |
66
+ | 0.0004 | 8.0 | 336 | 0.0031 | 0.999 | 0.999 | 0.999 | 0.999 |
67
+ | 0.0003 | 9.0 | 378 | 0.0002 | 1.0 | 1.0 | 1.0 | 1.0 |
68
+ | 0.0002 | 10.0 | 420 | 0.0002 | 1.0 | 1.0 | 1.0 | 1.0 |
69
+ | 0.0002 | 11.0 | 462 | 0.0001 | 1.0 | 1.0 | 1.0 | 1.0 |
70
+ | 0.0002 | 12.0 | 504 | 0.0001 | 1.0 | 1.0 | 1.0 | 1.0 |
71
+ | 0.0002 | 13.0 | 546 | 0.0001 | 1.0 | 1.0 | 1.0 | 1.0 |
72
+ | 0.0001 | 14.0 | 588 | 0.0001 | 1.0 | 1.0 | 1.0 | 1.0 |
73
+ | 0.0001 | 15.0 | 630 | 0.0001 | 1.0 | 1.0 | 1.0 | 1.0 |
74
+ | 0.0001 | 16.0 | 672 | 0.0001 | 1.0 | 1.0 | 1.0 | 1.0 |
75
+ | 0.0001 | 17.0 | 714 | 0.0001 | 1.0 | 1.0 | 1.0 | 1.0 |
76
+
77
+
78
+ ### Framework versions
79
+
80
+ - Transformers 4.44.2
81
+ - Pytorch 2.5.0+cu121
82
+ - Datasets 3.1.0
83
+ - Tokenizers 0.19.1
config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google-bert/bert-base-multilingual-cased",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "directionality": "bidi",
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 3072,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 12,
18
+ "num_hidden_layers": 12,
19
+ "pad_token_id": 0,
20
+ "pooler_fc_size": 768,
21
+ "pooler_num_attention_heads": 12,
22
+ "pooler_num_fc_layers": 3,
23
+ "pooler_size_per_head": 128,
24
+ "pooler_type": "first_token_transform",
25
+ "position_embedding_type": "absolute",
26
+ "problem_type": "single_label_classification",
27
+ "torch_dtype": "float32",
28
+ "transformers_version": "4.44.2",
29
+ "type_vocab_size": 2,
30
+ "use_cache": true,
31
+ "vocab_size": 119547
32
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fb4f2ed5663c4e635dd82e671e4826d4425abf1fe04cc983dc81e324c8d9607
3
+ size 711443456
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77828a657040ed66bf135db3ed091be8543612b8073eb9f0009b668da5b50474
3
+ size 5240