An open API service indexing awesome lists of open source software.

https://github.com/voidful/lighting-hucode


https://github.com/voidful/lighting-hucode

Last synced: 9 months ago
JSON representation

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
```