diff --git a/tasks/SentimentAnalysis/README.md b/tasks/SentimentAnalysis/README.md index eab914c7..5d758755 100644 --- a/tasks/SentimentAnalysis/README.md +++ b/tasks/SentimentAnalysis/README.md @@ -18,7 +18,7 @@ To run the notebook in Google Colab, simply click the "Open in Colab" button bel - Run the Example Notebook: Execute the provided Jupyter notebook SentimentAnalysis.ipynb - jupyter notebook sentiment_analysis_example.ipynb + jupyter notebook SentimentAnalysis.ipynb ## Customization @@ -29,4 +29,4 @@ To run the notebook in Google Colab, simply click the "Open in Colab" button bel ## Additional Notes - Feel free to experiment with different models, embeddings, and hyperparameters to optimize performance. - Ensure that the dimensions of embeddings and model inputs are compatible. -Adapt the code based on your specific dataset and use case. \ No newline at end of file +Adapt the code based on your specific dataset and use case.