File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -68,5 +68,15 @@ $python usage.py --strings "Mario Rossi è nato a Busto Arsizio" \
68
68
```
69
69
70
70
## 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
+ ```
You can’t perform that action at this time.
0 commit comments