pintaro commited on
Commit
1723700
·
1 Parent(s): d82584f

pintaro/bert-base-japanese-v3-output-jcommonsenseqa

Browse files
README.md ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: cl-tohoku/bert-base-japanese-v3
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - jglue
8
+ metrics:
9
+ - accuracy
10
+ model-index:
11
+ - name: output_jcommonsenseqa
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
+ # output_jcommonsenseqa
19
+
20
+ This model is a fine-tuned version of [cl-tohoku/bert-base-japanese-v3](https://huggingface.co/cl-tohoku/bert-base-japanese-v3) on the jglue dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.5267
23
+ - Accuracy: 0.8302
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 2e-05
43
+ - train_batch_size: 32
44
+ - eval_batch_size: 32
45
+ - seed: 42
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - lr_scheduler_warmup_ratio: 0.1
49
+ - num_epochs: 3
50
+ - mixed_precision_training: Native AMP
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
55
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
56
+ | 0.231 | 1.0 | 280 | 0.5796 | 0.8239 |
57
+ | 0.3484 | 2.0 | 560 | 0.4979 | 0.8239 |
58
+ | 0.2421 | 3.0 | 840 | 0.5267 | 0.8302 |
59
+
60
+
61
+ ### Framework versions
62
+
63
+ - Transformers 4.35.2
64
+ - Pytorch 2.1.0+cu118
65
+ - Datasets 2.15.0
66
+ - Tokenizers 0.15.0
config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "cl-tohoku/bert-base-japanese-v3",
3
+ "architectures": [
4
+ "BertForMultipleChoice"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "LABEL_0",
13
+ "1": "LABEL_1",
14
+ "2": "LABEL_2",
15
+ "3": "LABEL_3",
16
+ "4": "LABEL_4"
17
+ },
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 3072,
20
+ "label2id": {
21
+ "LABEL_0": 0,
22
+ "LABEL_1": 1,
23
+ "LABEL_2": 2,
24
+ "LABEL_3": 3,
25
+ "LABEL_4": 4
26
+ },
27
+ "layer_norm_eps": 1e-12,
28
+ "max_position_embeddings": 512,
29
+ "model_type": "bert",
30
+ "num_attention_heads": 12,
31
+ "num_hidden_layers": 12,
32
+ "pad_token_id": 0,
33
+ "position_embedding_type": "absolute",
34
+ "torch_dtype": "float32",
35
+ "transformers_version": "4.35.2",
36
+ "type_vocab_size": 2,
37
+ "use_cache": true,
38
+ "vocab_size": 32768
39
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8a929dcfd85fa09fcdf2d53acbe5a92c26fbbcbada5818ca24bffdb498e8ca4
3
+ size 444855292
runs/Dec05_12-25-02_171b8fafe8e6/events.out.tfevents.1701779354.171b8fafe8e6.255.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8daa69a8769445594baa0a6a63ae4dfb97ec3045bd5522ff62e5db473c077ab
3
+ size 4591
runs/Dec05_12-35-56_171b8fafe8e6/events.out.tfevents.1701779762.171b8fafe8e6.255.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2452de45ee6f8c799c27f365f8f03035b33e1ebf94e0d3632546bae1d74ccda8
3
+ size 4591
runs/Dec05_12-35-56_171b8fafe8e6/events.out.tfevents.1701780105.171b8fafe8e6.255.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba06be523983120693219b67eb9df96bb47910b6f01e2a0d5e2b333ed851703b
3
+ size 6228
runs/Dec05_12-35-56_171b8fafe8e6/events.out.tfevents.1701780491.171b8fafe8e6.255.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9229aaf3b801416c9a02a828dabb3745170361176c9dbeeabe0aa6b51fae4ef3
3
+ size 411
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7d6092649e7b8defcf4376bd99d7470d8ad6efa0f597879e58fd44cfa252afb
3
+ size 4600