Skip to content

Commit

Permalink
upload demo
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoyi-wu committed Aug 8, 2023
1 parent 5ca9b5a commit c1cd2f3
Show file tree
Hide file tree
Showing 28 changed files with 1,552 additions and 7 deletions.
23 changes: 23 additions & 0 deletions Quick_demo/Language_files/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"_name_or_path": "/home/cs/leijiayu/wuchaoyi/Finetune_LLAMA/LLAMA_Model/llama-13b-hf",
"architectures": [
"LlamaForCausalLM"
],
"bos_token_id": 0,
"eos_token_id": 1,
"hidden_act": "silu",
"hidden_size": 5120,
"initializer_range": 0.02,
"intermediate_size": 13824,
"max_sequence_length": 2048,
"model_type": "llama",
"num_attention_heads": 40,
"num_hidden_layers": 40,
"pad_token_id": -1,
"rms_norm_eps": 1e-06,
"tie_word_embeddings": false,
"torch_dtype": "float32",
"transformers_version": "4.28.0.dev0",
"use_cache": true,
"vocab_size": 32000
}
1 change: 1 addition & 0 deletions Quick_demo/Language_files/special_tokens_map.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
Binary file added Quick_demo/Language_files/tokenizer.model
Binary file not shown.
1 change: 1 addition & 0 deletions Quick_demo/Language_files/tokenizer_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"bos_token": "", "eos_token": "", "model_max_length": 1000000000000000019884624838656, "tokenizer_class": "LlamaTokenizer", "unk_token": ""}
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit c1cd2f3

Please sign in to comment.