Error in the above file, needs to be fixed.
ImportError Traceback (most recent call last)
Cell In[24], line 1
----> 1 from indoxGen.synthCore import SyntheticDataGeneratorHF
2 generator = SyntheticDataGeneratorHF(
3 generator_llm=nemotron,
4 judge_llm=openai,
(...)
10 feedback_min_score = 0.9
11 )
ImportError: cannot import name 'SyntheticDataGeneratorHF' from 'indoxGen.synthCore' (c:\Users\AliNemati.conda\envs\indox\Lib\site-packages\indoxGen\synthCore_init_.py)
Error in the above file, needs to be fixed.
ImportError Traceback (most recent call last)
Cell In[24], line 1
----> 1 from indoxGen.synthCore import SyntheticDataGeneratorHF
2 generator = SyntheticDataGeneratorHF(
3 generator_llm=nemotron,
4 judge_llm=openai,
(...)
10 feedback_min_score = 0.9
11 )
ImportError: cannot import name 'SyntheticDataGeneratorHF' from 'indoxGen.synthCore' (c:\Users\AliNemati.conda\envs\indox\Lib\site-packages\indoxGen\synthCore_init_.py)