Upload folder using huggingface_hub
Browse files- config.json +1 -1
- pytorch_model.bin +1 -1
- tokenizer_config.json +2 -2
- trainer_config.json +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"add_prefix": false,
|
4 |
"architectures": [
|
5 |
"MT5ForConditionalGeneration"
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "checkpoints_ae/model_qesrle/epoch_10",
|
3 |
"add_prefix": false,
|
4 |
"architectures": [
|
5 |
"MT5ForConditionalGeneration"
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1200727429
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:18955c0255665b018bda6dec8d263ef1237abe198b8d848012d93cacf184768a
|
3 |
size 1200727429
|
tokenizer_config.json
CHANGED
@@ -3,10 +3,10 @@
|
|
3 |
"eos_token": "</s>",
|
4 |
"extra_ids": 0,
|
5 |
"model_max_length": 1000000000000000019884624838656,
|
6 |
-
"name_or_path": "
|
7 |
"pad_token": "<pad>",
|
8 |
"sp_model_kwargs": {},
|
9 |
-
"special_tokens_map_file": "/home/
|
10 |
"tokenizer_class": "T5Tokenizer",
|
11 |
"unk_token": "<unk>"
|
12 |
}
|
|
|
3 |
"eos_token": "</s>",
|
4 |
"extra_ids": 0,
|
5 |
"model_max_length": 1000000000000000019884624838656,
|
6 |
+
"name_or_path": "checkpoints_ae/model_qesrle/epoch_10",
|
7 |
"pad_token": "<pad>",
|
8 |
"sp_model_kwargs": {},
|
9 |
+
"special_tokens_map_file": "/home/asahiushio/.cache/huggingface/transformers/685ac0ca8568ec593a48b61b0a3c272beee9bc194a3c7241d15dcadb5f875e53.f76030f3ec1b96a8199b2593390c610e76ca8028ef3d24680000619ffb646276",
|
10 |
"tokenizer_class": "T5Tokenizer",
|
11 |
"unk_token": "<unk>"
|
12 |
}
|
trainer_config.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"dataset_path": "NoaCA14/test", "dataset_name": "default", "input_types": "
|
|
|
1 |
+
{"dataset_path": "NoaCA14/test", "dataset_name": "default", "input_types": "text", "output_types": "answer", "prefix_types": "ae", "model": "lmqg/mt5-small-esquad-ae", "max_length": 512, "max_length_output": 32, "epoch": 11, "batch": 64, "lr": 0.0001, "fp16": false, "random_seed": 42, "gradient_accumulation_steps": 4, "label_smoothing": null}
|