b10401015 commited on
Commit
02da36e
1 Parent(s): 1bf1eaf

Training in progress, step 500

Browse files
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_name_or_path": "bert-base-chinese",
3
  "architectures": [
4
- "BertForMultipleChoice"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "classifier_dropout": null,
 
1
  {
2
  "_name_or_path": "bert-base-chinese",
3
  "architectures": [
4
+ "BertForQuestionAnswering"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "classifier_dropout": null,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:511f834235e851392bee152789fe4073f3ef3348d220a9ad8a5b96737fd3426e
3
- size 409097164
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a91603adbed62bb5d2a552e0be1d9426cd2a98f69b83ce200259c531c1099a1d
3
+ size 406737680
runs/Sep18_02-29-37_988e1933a36b/events.out.tfevents.1726626592.988e1933a36b.775.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5072c2409269bb6b6a9c9126af28878014295db16afa864d32ed0b60217d21c
3
+ size 5313
tokenizer.json CHANGED
@@ -3,10 +3,19 @@
3
  "truncation": {
4
  "direction": "Right",
5
  "max_length": 512,
6
- "strategy": "LongestFirst",
7
- "stride": 0
 
 
 
 
 
 
 
 
 
 
8
  },
9
- "padding": null,
10
  "added_tokens": [
11
  {
12
  "id": 0,
 
3
  "truncation": {
4
  "direction": "Right",
5
  "max_length": 512,
6
+ "strategy": "OnlySecond",
7
+ "stride": 128
8
+ },
9
+ "padding": {
10
+ "strategy": {
11
+ "Fixed": 512
12
+ },
13
+ "direction": "Right",
14
+ "pad_to_multiple_of": null,
15
+ "pad_id": 0,
16
+ "pad_type_id": 0,
17
+ "pad_token": "[PAD]"
18
  },
 
19
  "added_tokens": [
20
  {
21
  "id": 0,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9e031c43223784c889a6bf0ef735ed281d801b6d26aa63b9862f042b9b46e598
3
  size 5240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f3fdc204ae7fa127a144867a04dddaaff0273457edd3497113443c9db5e5ac6
3
  size 5240