Phi update 202311 (#876)

* add phi modeling from hf

* update for packing and use new modeling class for phi

* update e2e tests for phi to use new model name

* update example phi to also use new phi model name

* use AutoModelForCausalLM for phi lora since sample packing isn't supported
This commit is contained in:
Wing Lian
2023-11-17 12:47:17 -05:00
committed by GitHub
parent 797f3dd1de
commit 9bf854e59c
6 changed files with 1136 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
base_model: microsoft/phi-1_5
model_type: MixFormerSequentialForCausalLM
model_type: PhiForCausalLM
tokenizer_type: AutoTokenizer
is_llama_derived_model: false
trust_remote_code: true