Skip to content

(ignore for now) codeBERT probability output not passed to MLP #4

Description

@coffeecookey
@dataclass 
class codebert_output: 
    embedding: np.ndarray 
    probability: float

codeBERT's probability is not passed down to the MLP classifier, only the embedding is passed down.

(Less of an issue, more of something to be that can be changed and re-run the pipeline to see if this affects accuracy and how it affects how the classifier learns eg does it become dependent on codeBERT's probability output and ignore embeddings altogether)

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions