Kjgarza commited on
Commit
1069df6
·
1 Parent(s): a0d1546

smaller model

Browse files
Files changed (1) hide show
  1. metadata_transformer.py +1 -1
metadata_transformer.py CHANGED
@@ -16,7 +16,7 @@ huggingface.prompt_builder = build_llama2_prompt
16
  def translate(schema_input, schema_target):
17
  prompt = '"""{} \n Translate the schema metadata file above to the schema: {}"""'.format(schema_input, schema_target)
18
  response = huggingface.Completion.create(
19
- model="mistralai/Mistral-7B-v0.1",
20
  prompt=prompt,
21
  temperature=0.9,
22
  top_p=0.6,
 
16
  def translate(schema_input, schema_target):
17
  prompt = '"""{} \n Translate the schema metadata file above to the schema: {}"""'.format(schema_input, schema_target)
18
  response = huggingface.Completion.create(
19
+ model="princeton-nlp/Sheared-LLaMA-1.3B",
20
  prompt=prompt,
21
  temperature=0.9,
22
  top_p=0.6,