Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hugging Face Model Training #45

Merged
merged 66 commits into from
Jun 21, 2023

Conversation

tieandrews
Copy link
Collaborator

This PR contains the proposed final code for running the model training using Huggingface. The primary parts in it are:

  • the run_roberta_base_training.sh that can be used to recreate the model results in the final report
  • updated model evaluation code including tests
  • documentation for how to run the training under the readme
  • initial documentation on setting up LabelStudio

Lists passed to funcion were modifying data outside the
function. This was causing the evaluation to be the same
for both token and entity based evaluation.
@tieandrews tieandrews added the NER Tasks related to NER tasks label Jun 21, 2023
@tieandrews tieandrews self-assigned this Jun 21, 2023
Copy link
Collaborator

@shaunhutch shaunhutch left a comment

Choose a reason for hiding this comment

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

Looks great! Awesome work

@shaunhutch shaunhutch merged commit 6d43182 into dev Jun 21, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NER Tasks related to NER tasks
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants