Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Conversation

@natuan
Copy link

@natuan natuan commented Oct 23, 2021

rahul-tuli and others added 4 commits October 18, 2021 17:36
* SparseML integ for NER

* Reuse SparseMLTrainer for token classification
)

* support to download and unwrap framework files from SparseZoo stubs in hf_argparser

* added check that model config and checkpoint are downloaded from zoo
@markurtz markurtz merged commit ac849b1 into release/0.8 Oct 23, 2021
metadata={"help": "Path to pretrained model or model identifier from huggingface.co/models"}
)
distill_teacher: Optional[str] = field(
default=None, metadata={"help": "Teacher model which needs to be a trained QA model"}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should say NER model


class TokenClassificationModuleExporter(ModuleExporter):
"""
Module exporter class for Question Answering

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Question answering when it should be token classification or named entity resolution

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants