Update pages/interns/oliver_pejic/README.md

This commit is contained in:
dano 2024-09-03 09:09:25 +00:00
parent 140e15191a
commit 138250b5c0

View File

@ -23,6 +23,20 @@ Final Tasks:
- [Machine translate](https://huggingface.co/google/madlad400-3b-mt) an SBERT evaluation set for multiple slavic languages.
- Write a short scientific paper with results.
Meeting 3.9:
State: Studied BEIR framework and transformers.
Tasks:
- Prepare and try BEIR evaluation tasks for the database. For evaluation you can try me5-base model.
- Make a fork of BEIR and do necessary modification, including the documentation references for the task.
- Prepare 2 GITHUB pull requests for the databases, preliminary BEIR script given.
Future tasks:
- Prepare a machine translation system to create another slovak/multilingual evaluation task from English task.
Preparation (7.8.2024):
- Get familiar with [SentenceTransformer](https://sbert.net/) framework, study fundamental papers and write down notes.