Skip to content

Commit

Permalink
Remove text subset
Browse files Browse the repository at this point in the history
  • Loading branch information
Milindi-Kodikara committed Oct 7, 2024
1 parent 4dc61cf commit ab6c4cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ def load_data_files(text_filepath, annotation_filepath):
train_text, train_gold_standard_data = load_data_files(train_text_filepath, train_annotation_filepath)
text, gold_standard_data = load_data_files(text_filepath, annotation_filepath)

text = text.head(2)
prompts = load_prompts(prompt_filepath)
model = get_model(model_id)

Expand Down

0 comments on commit ab6c4cb

Please sign in to comment.