初始化项目,由ModelHub XC社区提供模型
Model: Kenobiwan/DialoGPT-small-AizakkuBot2 Source: Original Platform
This commit is contained in:
38
checkpoint-3500/config.json
Normal file
38
checkpoint-3500/config.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"_name_or_path": "microsoft/DialoGPT-small",
|
||||
"activation_function": "gelu_new",
|
||||
"architectures": [
|
||||
"GPT2LMHeadModel"
|
||||
],
|
||||
"attn_pdrop": 0.1,
|
||||
"bos_token_id": 50256,
|
||||
"embd_pdrop": 0.1,
|
||||
"eos_token_id": 50256,
|
||||
"initializer_range": 0.02,
|
||||
"layer_norm_epsilon": 1e-05,
|
||||
"model_type": "gpt2",
|
||||
"n_ctx": 1024,
|
||||
"n_embd": 768,
|
||||
"n_head": 12,
|
||||
"n_inner": null,
|
||||
"n_layer": 12,
|
||||
"n_positions": 1024,
|
||||
"reorder_and_upcast_attn": false,
|
||||
"resid_pdrop": 0.1,
|
||||
"scale_attn_by_inverse_layer_idx": false,
|
||||
"scale_attn_weights": true,
|
||||
"summary_activation": null,
|
||||
"summary_first_dropout": 0.1,
|
||||
"summary_proj_to_labels": true,
|
||||
"summary_type": "cls_index",
|
||||
"summary_use_proj": true,
|
||||
"task_specific_params": {
|
||||
"conversational": {
|
||||
"max_length": 1000
|
||||
}
|
||||
},
|
||||
"torch_dtype": "float32",
|
||||
"transformers_version": "4.31.0",
|
||||
"use_cache": true,
|
||||
"vocab_size": 50257
|
||||
}
|
||||
6
checkpoint-3500/generation_config.json
Normal file
6
checkpoint-3500/generation_config.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"_from_model_config": true,
|
||||
"bos_token_id": 50256,
|
||||
"eos_token_id": 50256,
|
||||
"transformers_version": "4.31.0"
|
||||
}
|
||||
50001
checkpoint-3500/merges.txt
Normal file
50001
checkpoint-3500/merges.txt
Normal file
File diff suppressed because it is too large
Load Diff
3
checkpoint-3500/optimizer.pt
Normal file
3
checkpoint-3500/optimizer.pt
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:71cb04147bdea5db30c34c997ee2f659c201a92231e003203c8bee4bd87e478c
|
||||
size 995605189
|
||||
3
checkpoint-3500/pytorch_model.bin
Normal file
3
checkpoint-3500/pytorch_model.bin
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1b29954de578d3e0b233fae4d87df181b630a0ae2882cc77a2987e624cf38f41
|
||||
size 497807197
|
||||
3
checkpoint-3500/scheduler.pt
Normal file
3
checkpoint-3500/scheduler.pt
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9988d5ee0944e210d32341f54ec4a6fe888bd1f3fae291841e4d9915ba3b6b01
|
||||
size 627
|
||||
23
checkpoint-3500/special_tokens_map.json
Normal file
23
checkpoint-3500/special_tokens_map.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"bos_token": {
|
||||
"content": "<|endoftext|>",
|
||||
"lstrip": false,
|
||||
"normalized": true,
|
||||
"rstrip": false,
|
||||
"single_word": false
|
||||
},
|
||||
"eos_token": {
|
||||
"content": "<|endoftext|>",
|
||||
"lstrip": false,
|
||||
"normalized": true,
|
||||
"rstrip": false,
|
||||
"single_word": false
|
||||
},
|
||||
"unk_token": {
|
||||
"content": "<|endoftext|>",
|
||||
"lstrip": false,
|
||||
"normalized": true,
|
||||
"rstrip": false,
|
||||
"single_word": false
|
||||
}
|
||||
}
|
||||
100305
checkpoint-3500/tokenizer.json
Normal file
100305
checkpoint-3500/tokenizer.json
Normal file
File diff suppressed because it is too large
Load Diff
33
checkpoint-3500/tokenizer_config.json
Normal file
33
checkpoint-3500/tokenizer_config.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"add_bos_token": false,
|
||||
"add_prefix_space": false,
|
||||
"bos_token": {
|
||||
"__type": "AddedToken",
|
||||
"content": "<|endoftext|>",
|
||||
"lstrip": false,
|
||||
"normalized": true,
|
||||
"rstrip": false,
|
||||
"single_word": false
|
||||
},
|
||||
"clean_up_tokenization_spaces": true,
|
||||
"eos_token": {
|
||||
"__type": "AddedToken",
|
||||
"content": "<|endoftext|>",
|
||||
"lstrip": false,
|
||||
"normalized": true,
|
||||
"rstrip": false,
|
||||
"single_word": false
|
||||
},
|
||||
"errors": "replace",
|
||||
"model_max_length": 1024,
|
||||
"pad_token": null,
|
||||
"tokenizer_class": "GPT2Tokenizer",
|
||||
"unk_token": {
|
||||
"__type": "AddedToken",
|
||||
"content": "<|endoftext|>",
|
||||
"lstrip": false,
|
||||
"normalized": true,
|
||||
"rstrip": false,
|
||||
"single_word": false
|
||||
}
|
||||
}
|
||||
3
checkpoint-3500/training_args.bin
Normal file
3
checkpoint-3500/training_args.bin
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:468adcdb877ff6dc51b3bc405956aa0bec2c208955d786fcce57466c18c7be9a
|
||||
size 1339
|
||||
1
checkpoint-3500/vocab.json
Normal file
1
checkpoint-3500/vocab.json
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user