Skip to content

Commit

Permalink
Update readme and add url
Browse files Browse the repository at this point in the history
  • Loading branch information
olafurjohannsson committed Dec 16, 2023
1 parent 2918f39 commit 0f0ab9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,8 @@ To use a different dataset:
## Generating Classification Reports
This section provides instructions for using the `generate_report.ipynb` script, which generates a classification report for a trained model.
This section provides instructions for using the `generate_report.ipynb` script, which generates a classification report for a trained model. See the pre-trained transformer model at huggingface: https://huggingface.co/Birkir/electra-base-igc-is-sentiment-analysis-google-translate
This is useful mostly for the transformer models, as the baseline classifiers generate their own reports via the same libraries.
This function will call the model and generate a classification report for the model. What it expects is the path to a folder of the model, the device to use,
Expand Down
1 change: 1 addition & 0 deletions huggingface-url.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://huggingface.co/Birkir/electra-base-igc-is-sentiment-analysis-google-translate

0 comments on commit 0f0ab9c

Please sign in to comment.