raptorkwok
commited on
Commit
·
eb8fb78
1
Parent(s):
52af14a
Training in progress, step 2000
Browse files- .ipynb_checkpoints/generation_config-checkpoint.json +12 -0
- .ipynb_checkpoints/tokenizer_config-checkpoint.json +18 -0
- generation_config.json +2 -2
- pytorch_model.bin +1 -1
- runs/Oct21_20-37-03_hkmustamd-Super-Server/1729514967.0779755/events.out.tfevents.1729514967.hkmustamd-Super-Server.3374618.1 +3 -0
- runs/Oct21_20-37-03_hkmustamd-Super-Server/events.out.tfevents.1729514967.hkmustamd-Super-Server.3374618.0 +3 -0
- training_args.bin +2 -2
.ipynb_checkpoints/generation_config-checkpoint.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 101,
|
4 |
+
"decoder_start_token_id": 102,
|
5 |
+
"early_stopping": true,
|
6 |
+
"eos_token_id": 104,
|
7 |
+
"forced_eos_token_id": 104,
|
8 |
+
"no_repeat_ngram_size": 3,
|
9 |
+
"num_beams": 4,
|
10 |
+
"pad_token_id": 0,
|
11 |
+
"transformers_version": "4.28.1"
|
12 |
+
}
|
.ipynb_checkpoints/tokenizer_config-checkpoint.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": "[CLS]",
|
3 |
+
"clean_up_tokenization_spaces": true,
|
4 |
+
"cls_token": "[CLS]",
|
5 |
+
"do_basic_tokenize": true,
|
6 |
+
"do_lower_case": false,
|
7 |
+
"eos_token": "[EOS]",
|
8 |
+
"mask_token": "[MASK]",
|
9 |
+
"model_max_length": 1000000000000000019884624838656,
|
10 |
+
"never_split": null,
|
11 |
+
"pad_token": "[PAD]",
|
12 |
+
"sep_token": "[SEP]",
|
13 |
+
"strip_accents": null,
|
14 |
+
"tokenize_chinese_chars": true,
|
15 |
+
"tokenizer_class": "BertTokenizer",
|
16 |
+
"unk_token": "[UNK]",
|
17 |
+
"use_fast": true
|
18 |
+
}
|
generation_config.json
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
"bos_token_id": 101,
|
4 |
"decoder_start_token_id": 102,
|
5 |
"early_stopping": true,
|
6 |
-
"eos_token_id":
|
7 |
-
"forced_eos_token_id":
|
8 |
"no_repeat_ngram_size": 3,
|
9 |
"num_beams": 4,
|
10 |
"pad_token_id": 0,
|
|
|
3 |
"bos_token_id": 101,
|
4 |
"decoder_start_token_id": 102,
|
5 |
"early_stopping": true,
|
6 |
+
"eos_token_id": 104,
|
7 |
+
"forced_eos_token_id": 104,
|
8 |
"no_repeat_ngram_size": 3,
|
9 |
"num_beams": 4,
|
10 |
"pad_token_id": 0,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 561373722
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0db402d8a96c663e381c206ce41834303569062e380f359f138d10f8ed28c0de
|
3 |
size 561373722
|
runs/Oct21_20-37-03_hkmustamd-Super-Server/1729514967.0779755/events.out.tfevents.1729514967.hkmustamd-Super-Server.3374618.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8accaefd492588ffabaa85f6c1add01a3ba272927a42447a50aba89ef190f953
|
3 |
+
size 5962
|
runs/Oct21_20-37-03_hkmustamd-Super-Server/events.out.tfevents.1729514967.hkmustamd-Super-Server.3374618.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f1b54aa532d27dc22c8eacfafd9d6046203454a25ac57156053f16559301c0f3
|
3 |
+
size 5840
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:af8fccc95114070bc6315352322a586d6c4dc872a3fd30dbfecf0d7be4117b94
|
3 |
+
size 4152
|