Skip to content
#

weak-supervision

Here are 56 public repositories matching this topic...

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