Skip to content

Commit 5a1dd83

Browse files
committed
Merge branch 'master' of github.com:D2KLab/Transner
2 parents 18ceba3 + 5ccb295 commit 5a1dd83

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,15 @@ $python usage.py --strings "Mario Rossi è nato a Busto Arsizio" \
6868
```
6969

7070
## HOW TO USE:
71-
Download one of the pretrained model and move it to `transner/` folder..<br>
72-
pretrained models link: https://istitutoboella-my.sharepoint.com/:f:/g/personal/matteo_senese_linksfoundation_com/EvhOF23tja5Nuo3mw03v24oB7D14q9cjk16Ca7xF3nTm-A?e=AWpuiu
71+
Install lfs and clone the repo:
72+
```
73+
git lfs install
74+
git clone git@github.com:D2KLab/transner.git
75+
```
76+
Other pretrained model parameters:
77+
[pretrained models link](https://istitutoboella-my.sharepoint.com/:f:/g/personal/matteo_senese_linksfoundation_com/EvhOF23tja5Nuo3mw03v24oB7D14q9cjk16Ca7xF3nTm-A?e=AWpuiu)
78+
<br> To add a new model to the repo:
79+
```
80+
git lfs install
81+
git lfs track "*.pt"
82+
```

0 commit comments

Comments
 (0)