Skip to content

Clean up the readme #1

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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,19 @@

This is a repository holding the resources related to the [Low-Resource Interlinear Translation: Morphology-Enhanced Neural Models for Ancient Greek](https://aclanthology.org/2025.loreslm-1.11/) paper presented at the [LoResLM@COLING2025 workshop](https://loreslm.github.io/).

### Code

For code used for training the models, see [./code](./code).

For the fine-tuned models obtained in the paper, see:
### Fine-tuned models

The fine-tuned models obtained in the paper are available at:
- https://huggingface.co/mrapacz/loreslm-interlinear-en
- https://huggingface.co/mrapacz/loreslm-interlinear-pl

For the dataset, see:
- https://huggingface.co/datasets/mrapacz/greek-interlinear-translations
### Dataset

The dataset used for training the models is available at: https://huggingface.co/datasets/mrapacz/greek-interlinear-translations

## License

Expand Down