add TF model

This commit is contained in:
valhalla 2022-03-15 14:34:01 +01:00
parent a2044a6925
commit 918ad37636
2 changed files with 12 additions and 5 deletions

View File

@ -13,24 +13,28 @@
"model_type": "gptj",
"n_embd": 4096,
"n_head": 16,
"n_inner": null,
"n_layer": 28,
"n_positions": 2048,
"resid_pdrop": 0.0,
"rotary": true,
"rotary_dim": 64,
"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,
"transformers_version": "4.10.0.dev0",
"tokenizer_class": "GPT2Tokenizer",
"task_specific_params": {
"text-generation": {
"do_sample": true,
"temperature": 1.0,
"max_length": 50
"max_length": 50,
"temperature": 1.0
}
},
"tie_word_embeddings": false,
"tokenizer_class": "GPT2Tokenizer",
"transformers_version": "4.18.0.dev0",
"use_cache": true,
"vocab_size": 50400
}
}

BIN
tf_model.h5 (Stored with Git LFS) Normal file

Binary file not shown.