aggie commited on
Commit
c775f3e
·
1 Parent(s): fb37e76

bug: fix training issues and update new version

Browse files
Files changed (4) hide show
  1. config.json +1 -1
  2. model.safetensors +2 -2
  3. tokenizer.json +1 -10
  4. training_args.bin +1 -1
config.json CHANGED
@@ -5,7 +5,7 @@
5
  "attention_probs_dropout_prob": 0.1,
6
  "bos_token_id": 0,
7
  "classifier_dropout": null,
8
- "dtype": "float16",
9
  "eos_token_id": 2,
10
  "hidden_act": "gelu",
11
  "hidden_dropout_prob": 0.1,
 
5
  "attention_probs_dropout_prob": 0.1,
6
  "bos_token_id": 0,
7
  "classifier_dropout": null,
8
+ "dtype": "float32",
9
  "eos_token_id": 2,
10
  "hidden_act": "gelu",
11
  "hidden_dropout_prob": 0.1,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3192e0f50bd3db08995b67ea88a28be3a96ae58840d17cf93bbece8faeccae02
3
- size 249318428
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39c10b22dedd970cbb6e97e17a632d4b6759b08b20b15f398783e8cff26ced40
3
+ size 498612824
tokenizer.json CHANGED
@@ -6,16 +6,7 @@
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
- "padding": {
10
- "strategy": {
11
- "Fixed": 512
12
- },
13
- "direction": "Right",
14
- "pad_to_multiple_of": null,
15
- "pad_id": 1,
16
- "pad_type_id": 0,
17
- "pad_token": "<pad>"
18
- },
19
  "added_tokens": [
20
  {
21
  "id": 0,
 
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
+ "padding": null,
 
 
 
 
 
 
 
 
 
10
  "added_tokens": [
11
  {
12
  "id": 0,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5986b79e4e24a0bb1530ecccd9da39023723a91be17699af66fa76d592c05b71
3
  size 5841
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73938f7d6a526ed148471a06f29d2a7f2b14744fa60483ffcd30a1d2bfe2de5d
3
  size 5841