"...git@developer.sourcefind.cn:OpenDAS/llama-factory.git" did not exist on "317a82e274c49dafb8a2de6722026f41e5640fe7"
Commit ddc044eb authored by Jonathan Tow's avatar Jonathan Tow
Browse files

Remove import of the non-existent `NLP_TASK` module

parent 9a9c8e3c
from . common import NLP_TASK from . common import HFTask
class WikiText103(NLP_TASK): class WikiText103(HFTask):
NLP_PATH = "wikitext" NLP_PATH = "wikitext"
NLP_NAME = "wikitext-103-raw-v1" NLP_NAME = "wikitext-103-raw-v1"
...@@ -63,7 +63,7 @@ class WikiText103(NLP_TASK): ...@@ -63,7 +63,7 @@ class WikiText103(NLP_TASK):
raise NotImplementedError('Evaluation not implemented') raise NotImplementedError('Evaluation not implemented')
class WikiText2(NLP_TASK): class WikiText2(HFTask):
NLP_PATH = "wikitext" NLP_PATH = "wikitext"
NLP_NAME = "wikitext-2-raw-v1" NLP_NAME = "wikitext-2-raw-v1"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment