Skip to content

Commit

Permalink
chore: rename parser
Browse files Browse the repository at this point in the history
  • Loading branch information
vTuanpham committed Aug 14, 2024
1 parent d9a0078 commit 04bad1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/argilla-magpie-ultra-v0.1-groq/MagpieUltraV01.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from providers import GroqProvider


PARSER_NAME = "MagpieUltraV01_En"
PARSER_NAME = "MagpieUltraV01"

# Patience is the key since the data is large and is using an LLM based translator
class MagpieUltraV01Parser(DataParser):
Expand Down

0 comments on commit 04bad1d

Please sign in to comment.