Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ismat-Samadov authored Nov 5, 2024
1 parent 26464d9 commit 5cd8f26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ You can try out the deployed model here: [Named Entity Recognition Demo](https:/
- **XLM-RoBERTa Model**: [XLM-RoBERTa Azerbaijani NER](https://huggingface.co/IsmatS/xlm-roberta-az-ner)
- **XLM-RoBERTa Large Model**: [XLM-RoBERTa Large Azerbaijani NER](https://huggingface.co/IsmatS/xlm_roberta_large_az_ner)

Both models were fine-tuned on a premium A100 GPU in Google Colab for optimized training performance.
All three models were fine-tuned on a premium A100 GPU in Google Colab for optimized training performance.

**Note**: Due to its superior performance, the XLM-RoBERTa Large model was selected for deployment.
**Note**: The XLM-RoBERTa base model was selected for deployment.

## Model Performance Metrics

Expand Down Expand Up @@ -178,4 +178,4 @@ Access your deployed app at the Fly.io-provided URL (e.g., `https://your-app-nam

Access the web interface through the Fly.io URL or `http://localhost:8080` (if running locally) to test the NER model and view recognized entities.

This application leverages the XLM-RoBERTa Large model fine-tuned on Azerbaijani language data for high-accuracy named entity recognition.
This application leverages the XLM-RoBERTa Large model fine-tuned on Azerbaijani language data for high-accuracy named entity recognition.

0 comments on commit 5cd8f26

Please sign in to comment.