model file
#25
by
						
dawangbaixiaofu
	
							
						- opened
							
					
why there is  a fold named original in model files?
Can I load model files directly from the 'original' fold.  Anyone had tested it? Thanks! 
try on my own machine, find that these are two formats of model files.
transformers.AutoModelForCausalLM.from_pretrained(model_path,...) only can load .safetensor format model file, but can not load .pth format model file.
hope it is helpful
