The Wayback Machine - https://web.archive.org/web/20220411060719/https://github.com/topics/weak-supervision
Skip to content
#

weak-supervision

Here are 49 public repositories matching this topic...

jwmueller
jwmueller commented Mar 27, 2022

sklearn.utils are meant to be used internally within the scikit-learn package. They are not guaranteed to be stable between versions of scikit-learn. So depending on this submodule may limit cleanlab compatibility across sklearn versions.

Would not be too much work to replace the few cleanlab functions currently being

good first issue code improvement
rubrix
frascuchon
frascuchon commented Oct 18, 2021

The default RubrixLogHTTPMiddleware record mapper for token classification expect a structured including a text field for inputs. This could make prediction model inputs a bit cumbersome. Default mapper could accepts also flat strings as inputs:

def token_classification_mapper(inputs, outputs):
    i
good first issue help wanted

This is the code for our paper `Fine-Tuning Pre-trained Language Model with Weak Supervision: A Contrastive-Regularized Self-Training Approach' (In Proc. of NAACL-HLT 2021).

  • Updated Oct 11, 2021
  • Python

Improve this page

Add a description, image, and links to the weak-supervision topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the weak-supervision topic, visit your repo's landing page and select "manage topics."

Learn more