Training in progress, epoch 1
Browse files- config.json +32 -0
- model.safetensors +3 -0
- runs/Jul18_19-23-27_g15-jyx/events.out.tfevents.1721301811.g15-jyx.24491.0 +3 -0
- runs/Jul19_08-33-23_g15-jyx/events.out.tfevents.1721349205.g15-jyx.24491.1 +3 -0
- runs/Jul19_08-38-46_g15-jyx/events.out.tfevents.1721349527.g15-jyx.340967.0 +3 -0
- runs/Jul19_08-42-24_g15-jyx/events.out.tfevents.1721349746.g15-jyx.1176.0 +3 -0
- runs/Jul19_08-53-19_g15-jyx/events.out.tfevents.1721350399.g15-jyx.973.0 +3 -0
- runs/Jul19_08-55-36_g15-jyx/events.out.tfevents.1721350537.g15-jyx.973.1 +3 -0
- runs/Jul19_09-00-56_g15-jyx/events.out.tfevents.1721350859.g15-jyx.973.2 +3 -0
- runs/Jul19_09-00-56_g15-jyx/events.out.tfevents.1721350960.g15-jyx.973.3 +3 -0
- runs/Jul19_09-00-56_g15-jyx/events.out.tfevents.1721351005.g15-jyx.973.4 +3 -0
- runs/Jul19_09-04-45_g15-jyx/events.out.tfevents.1721351086.g15-jyx.973.5 +3 -0
- runs/Jul19_09-04-45_g15-jyx/events.out.tfevents.1721351273.g15-jyx.973.6 +3 -0
- runs/Jul19_09-15-11_g15-jyx/events.out.tfevents.1721351712.g15-jyx.9236.0 +3 -0
- runs/Jul19_09-15-11_g15-jyx/events.out.tfevents.1721351737.g15-jyx.9236.1 +3 -0
- runs/Jul19_09-30-12_g15-jyx/events.out.tfevents.1721352613.g15-jyx.9236.2 +3 -0
- runs/Jul19_09-30-12_g15-jyx/events.out.tfevents.1721352621.g15-jyx.9236.3 +3 -0
- runs/Jul19_09-30-12_g15-jyx/events.out.tfevents.1721352622.g15-jyx.9236.4 +3 -0
- runs/Jul19_09-30-12_g15-jyx/events.out.tfevents.1721352672.g15-jyx.9236.5 +3 -0
- runs/Jul19_09-32-55_g15-jyx/events.out.tfevents.1721352776.g15-jyx.9236.6 +3 -0
- runs/Jul19_09-32-55_g15-jyx/events.out.tfevents.1721354926.g15-jyx.9236.7 +3 -0
- runs/Jul19_09-32-55_g15-jyx/events.out.tfevents.1721354928.g15-jyx.9236.8 +3 -0
- runs/Jul19_10-18-58_g15-jyx/events.out.tfevents.1721355539.g15-jyx.37855.0 +3 -0
- runs/Jul19_10-18-58_g15-jyx/events.out.tfevents.1721355648.g15-jyx.37855.1 +3 -0
- runs/Jul19_10-27-05_g15-jyx/events.out.tfevents.1721356026.g15-jyx.37855.4 +3 -0
- runs/Jul19_10-28-42_g15-jyx/events.out.tfevents.1721356123.g15-jyx.43310.0 +3 -0
- runs/Jul19_10-29-21_g15-jyx/events.out.tfevents.1721356162.g15-jyx.43310.1 +3 -0
- runs/Jul19_10-29-56_g15-jyx/events.out.tfevents.1721356197.g15-jyx.43310.2 +3 -0
- runs/Jul19_10-30-52_g15-jyx/events.out.tfevents.1721356253.g15-jyx.44362.0 +3 -0
- runs/Jul19_10-30-52_g15-jyx/events.out.tfevents.1721356784.g15-jyx.44362.1 +3 -0
- runs/Jul19_11-25-25_g15-jyx/events.out.tfevents.1721359527.g15-jyx.44362.5 +3 -0
- runs/Jul19_11-42-36_g15-jyx/events.out.tfevents.1721360560.g15-jyx.73611.0 +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "hfl/chinese-macbert-base",
|
3 |
+
"architectures": [
|
4 |
+
"BertForMultipleChoice"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"directionality": "bidi",
|
9 |
+
"gradient_checkpointing": false,
|
10 |
+
"hidden_act": "gelu",
|
11 |
+
"hidden_dropout_prob": 0.1,
|
12 |
+
"hidden_size": 768,
|
13 |
+
"initializer_range": 0.02,
|
14 |
+
"intermediate_size": 3072,
|
15 |
+
"layer_norm_eps": 1e-12,
|
16 |
+
"max_position_embeddings": 512,
|
17 |
+
"model_type": "bert",
|
18 |
+
"num_attention_heads": 12,
|
19 |
+
"num_hidden_layers": 12,
|
20 |
+
"pad_token_id": 0,
|
21 |
+
"pooler_fc_size": 768,
|
22 |
+
"pooler_num_attention_heads": 12,
|
23 |
+
"pooler_num_fc_layers": 3,
|
24 |
+
"pooler_size_per_head": 128,
|
25 |
+
"pooler_type": "first_token_transform",
|
26 |
+
"position_embedding_type": "absolute",
|
27 |
+
"torch_dtype": "float32",
|
28 |
+
"transformers_version": "4.38.2",
|
29 |
+
"type_vocab_size": 2,
|
30 |
+
"use_cache": true,
|
31 |
+
"vocab_size": 21128
|
32 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:531d02f4063b566b39250a6fe2896d56e2575daf0bbb61eb4aad7d8264d513a8
|
3 |
+
size 409097164
|
runs/Jul18_19-23-27_g15-jyx/events.out.tfevents.1721301811.g15-jyx.24491.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d389c3c692aa9d8060a1e69cbbdfc262944b183e40e4947e3f572aa39f925db7
|
3 |
+
size 30310
|
runs/Jul19_08-33-23_g15-jyx/events.out.tfevents.1721349205.g15-jyx.24491.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:826312ac506817dfe12e22bfa24b811e34af97b51faeeb1c70b8834e34d394d3
|
3 |
+
size 4746
|
runs/Jul19_08-38-46_g15-jyx/events.out.tfevents.1721349527.g15-jyx.340967.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a3bde07c50eb0a8bedb85cee44b5236fe770e7523488a7c9cf790a6e2474f00e
|
3 |
+
size 4184
|
runs/Jul19_08-42-24_g15-jyx/events.out.tfevents.1721349746.g15-jyx.1176.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:73f7c50afc524609ffae1c77b51ff43b94a2c0c1c9cf6ae7896d5e573d54b2f5
|
3 |
+
size 4745
|
runs/Jul19_08-53-19_g15-jyx/events.out.tfevents.1721350399.g15-jyx.973.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:975a6047d1b5d63cbac432e7a38c215fecdeffe05a1edc6b4d5d4762d85e396b
|
3 |
+
size 4743
|
runs/Jul19_08-55-36_g15-jyx/events.out.tfevents.1721350537.g15-jyx.973.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f995f56a59c036acb3f118d6592e3ad1563eea7e204eaefe10ec89729e001963
|
3 |
+
size 4743
|
runs/Jul19_09-00-56_g15-jyx/events.out.tfevents.1721350859.g15-jyx.973.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:98867b4475543616a2343fe3a7c70991d98a92db8b34b2560174e7b90383750f
|
3 |
+
size 5554
|
runs/Jul19_09-00-56_g15-jyx/events.out.tfevents.1721350960.g15-jyx.973.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8248f36ff8d6aa6ebe60c06e0c4f29809c0bfa1b9c474fc95c50fa71a63bff6c
|
3 |
+
size 5588
|
runs/Jul19_09-00-56_g15-jyx/events.out.tfevents.1721351005.g15-jyx.973.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2d35b9e0a8f74187c2a4b85ffa474e03cb552d2f96a088c405d268e635162557
|
3 |
+
size 551
|
runs/Jul19_09-04-45_g15-jyx/events.out.tfevents.1721351086.g15-jyx.973.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ae0494982ecf662f54ccb0ffc836b5042e914143a455c2aeaaa8a7f7cb27ed22
|
3 |
+
size 6943
|
runs/Jul19_09-04-45_g15-jyx/events.out.tfevents.1721351273.g15-jyx.973.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7cb7dc02ad94e0501da75ee87ff9980ca452fbc2e9c1b67a8ff5eddc50309a61
|
3 |
+
size 551
|
runs/Jul19_09-15-11_g15-jyx/events.out.tfevents.1721351712.g15-jyx.9236.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5f89eab10f8b293ad9883172a3bfd6647863c562cd8c579cda6d25631b2f76b4
|
3 |
+
size 6943
|
runs/Jul19_09-15-11_g15-jyx/events.out.tfevents.1721351737.g15-jyx.9236.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dec89755cc79a1a28bb68d66a547a4dfe4e3fd1420559e1d451a1fe32ecc69bb
|
3 |
+
size 551
|
runs/Jul19_09-30-12_g15-jyx/events.out.tfevents.1721352613.g15-jyx.9236.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b99ad32e5d0a0bbadcde1a6f31bf8078a84fcba4b8da8c5e792d254ed44847a0
|
3 |
+
size 5554
|
runs/Jul19_09-30-12_g15-jyx/events.out.tfevents.1721352621.g15-jyx.9236.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:401e7dcac96eb618f23605b6c72513b1b872876e73abf8350944817c185c1d7d
|
3 |
+
size 551
|
runs/Jul19_09-30-12_g15-jyx/events.out.tfevents.1721352622.g15-jyx.9236.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:99a206c30874d200a03f636bf00353065b7a211b84391fe588ac376ee361cafc
|
3 |
+
size 6514
|
runs/Jul19_09-30-12_g15-jyx/events.out.tfevents.1721352672.g15-jyx.9236.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d2be794f8b8d98a7fea91c877449fdfe7a92be5b6f329c66aa2d0221c117d6ff
|
3 |
+
size 551
|
runs/Jul19_09-32-55_g15-jyx/events.out.tfevents.1721352776.g15-jyx.9236.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f997aa565a311222333b060150472c1460a56bb49c3c418e82ad7c47986b8a62
|
3 |
+
size 30459
|
runs/Jul19_09-32-55_g15-jyx/events.out.tfevents.1721354926.g15-jyx.9236.7
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8546da1eb00d362f95251aa7b16231199eb20f0da8717c087233c948d0c4c668
|
3 |
+
size 560
|
runs/Jul19_09-32-55_g15-jyx/events.out.tfevents.1721354928.g15-jyx.9236.8
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:27394be3cdeef651be9cbed08945a8bbc38a706953097fb6a80e4225945f0648
|
3 |
+
size 4984
|
runs/Jul19_10-18-58_g15-jyx/events.out.tfevents.1721355539.g15-jyx.37855.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4545c502aa55dfe3aa0516682f5015e70ddb552c2961e9039efe5bc4f6dd092c
|
3 |
+
size 6616
|
runs/Jul19_10-18-58_g15-jyx/events.out.tfevents.1721355648.g15-jyx.37855.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8569d371fc207c1a889e927c92cc9643b44c77fea5ab113ec5e294215d3fc484
|
3 |
+
size 560
|
runs/Jul19_10-27-05_g15-jyx/events.out.tfevents.1721356026.g15-jyx.37855.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dbe9fd79a2f4794abbc0222aab0712baff99001a882e27d27e315dfa654a1e8e
|
3 |
+
size 4184
|
runs/Jul19_10-28-42_g15-jyx/events.out.tfevents.1721356123.g15-jyx.43310.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:06c8379670a8da45fde7bc9a61c0a9be1b8e130c8ebd2e4f43212f3d9347a19d
|
3 |
+
size 4184
|
runs/Jul19_10-29-21_g15-jyx/events.out.tfevents.1721356162.g15-jyx.43310.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:812b6387bde5867e894e02d8f1fc4450db6fd5bd0252d26cbe77e60efd1d4b2d
|
3 |
+
size 4184
|
runs/Jul19_10-29-56_g15-jyx/events.out.tfevents.1721356197.g15-jyx.43310.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c6df47ae344ac97ce78f65f9692be8d953a9ee303818d84864010e7b1775f11f
|
3 |
+
size 4184
|
runs/Jul19_10-30-52_g15-jyx/events.out.tfevents.1721356253.g15-jyx.44362.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eed10805b270d7fbdf58531ba788317db720d1a8a4d923ba823028a1710719a1
|
3 |
+
size 6616
|
runs/Jul19_10-30-52_g15-jyx/events.out.tfevents.1721356784.g15-jyx.44362.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7a06d8dd9161695508019685e0ba7eb8c57c700072a6f3d0779f29a29f55a295
|
3 |
+
size 14627
|
runs/Jul19_11-25-25_g15-jyx/events.out.tfevents.1721359527.g15-jyx.44362.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d12257d1a8715e07ec4f8f87146930fb4749bb0d5d9e2932af0c429f9bd85ca4
|
3 |
+
size 9398
|
runs/Jul19_11-42-36_g15-jyx/events.out.tfevents.1721360560.g15-jyx.73611.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:25a36f1a3e3218541e298460dee283a9719585da08525369af0f4ceb254c99cc
|
3 |
+
size 5553
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:554a55ce3a32ce6c7244ee0825e9987f782d7b0824c2424fb1f438309d62ebc6
|
3 |
+
size 4920
|