cwei13 commited on
Commit
8a7c68c
1 Parent(s): c1c835c

End of training

Browse files
Files changed (4) hide show
  1. README.md +0 -8
  2. class_weights.pt +3 -0
  3. config.json +44 -0
  4. training_args.bin +1 -1
README.md CHANGED
@@ -14,14 +14,6 @@ should probably proofread and complete it, then remove this comment. -->
14
  # bert-base-japanese-gs_test
15
 
16
  This model is a fine-tuned version of [cl-tohoku/bert-base-japanese](https://huggingface.co/cl-tohoku/bert-base-japanese) on an unknown dataset.
17
- It achieves the following results on the evaluation set:
18
- - eval_loss: 2.4690
19
- - eval_accuracy: 0.4104
20
- - eval_f1: 0.4129
21
- - eval_runtime: 61.8584
22
- - eval_samples_per_second: 28.517
23
- - eval_steps_per_second: 3.573
24
- - step: 0
25
 
26
  ## Model description
27
 
 
14
  # bert-base-japanese-gs_test
15
 
16
  This model is a fine-tuned version of [cl-tohoku/bert-base-japanese](https://huggingface.co/cl-tohoku/bert-base-japanese) on an unknown dataset.
 
 
 
 
 
 
 
 
17
 
18
  ## Model description
19
 
class_weights.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bb9c7428777a7cfa04e92a73b6fb69332be953ebaa2710ac56e86c0c0bd6603
3
+ size 1210
config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "cl-tohoku/bert-base-japanese",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
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
+ "5": "LABEL_5",
18
+ "6": "LABEL_6"
19
+ },
20
+ "initializer_range": 0.02,
21
+ "intermediate_size": 3072,
22
+ "label2id": {
23
+ "LABEL_0": 0,
24
+ "LABEL_1": 1,
25
+ "LABEL_2": 2,
26
+ "LABEL_3": 3,
27
+ "LABEL_4": 4,
28
+ "LABEL_5": 5,
29
+ "LABEL_6": 6
30
+ },
31
+ "layer_norm_eps": 1e-12,
32
+ "max_position_embeddings": 512,
33
+ "model_type": "bert",
34
+ "num_attention_heads": 12,
35
+ "num_hidden_layers": 12,
36
+ "pad_token_id": 0,
37
+ "position_embedding_type": "absolute",
38
+ "tokenizer_class": "BertJapaneseTokenizer",
39
+ "torch_dtype": "float32",
40
+ "transformers_version": "4.40.2",
41
+ "type_vocab_size": 2,
42
+ "use_cache": true,
43
+ "vocab_size": 32000
44
+ }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ee957465c05d3124e38cf9263d0d75effcd2c4ca95401a6ca69d748d6961ea25
3
  size 5048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f813abca5d89526699e506e59142c6bac1078ecec51d915b8ae026c5092a0f73
3
  size 5048