tkhjp commited on
Commit
7207386
·
verified ·
1 Parent(s): b64e68e

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "cl-tohoku/bert-base-japanese-whole-word-masking",
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": "NEGATIVE",
13
+ "1": "POSITIVE"
14
+ },
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 3072,
17
+ "label2id": {
18
+ "NEGATIVE": 0,
19
+ "POSITIVE": 1
20
+ },
21
+ "layer_norm_eps": 1e-12,
22
+ "max_position_embeddings": 512,
23
+ "model_type": "bert",
24
+ "num_attention_heads": 12,
25
+ "num_hidden_layers": 12,
26
+ "pad_token_id": 0,
27
+ "position_embedding_type": "absolute",
28
+ "tokenizer_class": "BertJapaneseTokenizer",
29
+ "torch_dtype": "float32",
30
+ "transformers_version": "4.44.2",
31
+ "type_vocab_size": 2,
32
+ "use_cache": true,
33
+ "vocab_size": 32000
34
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5ee5c0ec91b111bc852f8cc9ef6de0249cf5ed386b61d6010443b111f08229eb
3
  size 442500344
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5302918b6342f820e3d4078e588f94e558083c7c07652163cc97384746f53f70
3
  size 442500344
runs/Oct08_23-29-11_morpheus/events.out.tfevents.1728397753.morpheus.759234.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9046b698a37dcb6ec47d832c37ef9c88a3087d259c7ce14bab77737b443af8a4
3
- size 5499
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ef990c61daa3fef7fd1ecd43ccf8ef9efe7663153427c6a2f0571333a1ddd83
3
+ size 6176
runs/Oct08_23-44-30_morpheus/events.out.tfevents.1728398672.morpheus.762795.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9f1874415c7e63438c192e4aa013ec2f669f9b83e638d127a698aa7b6216610
3
+ size 4531
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a197a761075857cf7aad94d824acc1b7afe2ad391f37e5969298a46ec6810486
3
  size 4795
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dddc74248bc398ceecca882be9540d71629169bec237aa99ae3a7efe710509f7
3
  size 4795