https://github.com/voidful/lighting-hucode
https://github.com/voidful/lighting-hucode
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/voidful/lighting-hucode
- Owner: voidful
- Created: 2021-08-30T13:58:57.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-09T07:55:53.000Z (almost 5 years ago)
- Last Synced: 2025-05-30T19:10:40.513Z (about 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lighting-hucode
## Usage
modify config in `train.py`
```python
model_config = "facebook/bart-base"
batch_size = 50
train_list = lista # list, sentences in line
eval_list = listb # list, sentences in line
# and
pl.Trainer() # training config
```
run
```shell
python train.py
```