Abdul-Haseeb commited on
Commit
ee9347e
·
verified ·
1 Parent(s): 52c61c2

Update pipelines.py

Browse files
Files changed (1) hide show
  1. pipelines.py +1 -2
pipelines.py CHANGED
@@ -48,8 +48,7 @@ def generate_quiz_pipeline():
48
  quiz_generation_pipeline.add_component(
49
  "generator",
50
  HuggingFaceAPIGenerator(api_type=api_type,
51
- api_params={'model': 'meta-llama/Meta-Llama-3-8B-Instruct',
52
- "task": "conversational"
53
  },
54
  token=Secret.from_token(HUGGINGFACE_API_KEY),
55
  )
 
48
  quiz_generation_pipeline.add_component(
49
  "generator",
50
  HuggingFaceAPIGenerator(api_type=api_type,
51
+ api_params={'model': 'meta-llama/Llama-3.1-8B-Instruct'
 
52
  },
53
  token=Secret.from_token(HUGGINGFACE_API_KEY),
54
  )