WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
Open
Show file tree
Hide file tree
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
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,9 @@ This repository has been created with the idea of providing a simple skeleton fr
start a PyTorch Lightning project. Instead of favoring the customizability, we favored the simplicity
and we intended this template as a base for building more specific templates based on the user needs
(for example by forking this one). However, there are several other repositories with different
features that you can check if interested. We will list two of them here:
features that you can check if interested. We will list one of them here:
- [lucmos/nn-template](https://github.com/lucmos/nn-template): a very nice template with support for
DVC.
- [hobogalaxy/lightning-hydra-template](https://github.com/hobogalaxy/lightning-hydra-template):
another useful and very well documented template repository.


## How to use it
Expand Down Expand Up @@ -164,4 +162,4 @@ To fine-tune any of the 4 base sentence encoders you should follow these steps.
1. `supervised-intent-clustering/conf/model/default_model.yaml`
2. `supervised-intent-clustering/conf/train/default_train.yaml`
3. `supervised-intent-clustering/conf/data/default_data.yaml`
4. `supervised-intent-clustering/src/train.py`
4. `supervised-intent-clustering/src/train.py`
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
torch==2.2.0
torch==2.8.0
sentence-transformers
hydra-core
tqdm
Expand Down