Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dschweim authored Apr 14, 2021
1 parent 223a336 commit 3a05ea5
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,25 @@
# Cross-lingual Product Matching using Transformers

# Project Goal
**Can matching knowledge be transferred between languages?**

- Can we augment performance on languages with small amounts of training data by adding data from more readily available languages (English)? (E.g. Fine-tune model for the task using english data **/** Further fine-tune using few examples of target language (few-shot learning))
- Can we achieve good performance without any data from the target language? (Zero-shot performance)
- If it works well, how can we explain it?

# Setup
**Use this Repository**

*Before installing, make sure to have [Microsoft Build Tools for C++](https://visualstudio.microsoft.com/de/visual-cpp-build-tools/) installed for fastText*
````bash
cd path/to/repo
conda env create -f environment.yml
conda activate team_project
````
**Colab**

- To use GitHub-Repos in Colab, when opening new notebooks, you have to -> check the box for "include private repositories" ("private Repositories einschließen" in German). Then, Colab has to be given the necessary access rights to one's GitHub-Account (via a popup).
- To push changes: in a notebook -> Datei -> "Kopie in GitHub speichern" -> write useful commit message.

**Data**
- Datasets can be downloaded from

0 comments on commit 3a05ea5

Please sign in to comment.