Command-line interface for fast model training
Project description
DWL CLI Tool
Command-line interface for training DWL (Deep Weight Learning) models.
Installation
pip install dwl-cli
Usage
# Basic DWL training
dwl-train --model bert-base-uncased --dataset yahoo_answers_topics
# Traditional training with custom parameters
dwl-train --model roberta-base --dataset ag_news --method traditional --epochs 50 --lr 0.0001
# DWL training with custom components
dwl-train --model distilbert-base-uncased --dataset emotion --components 100 --epochs 30
# Non-verbose mode
dwl-train --model bert-base-uncased --dataset imdb --quiet
# Use custom backend URL
dwl-train --model bert-base-uncased --dataset ag_news
# List available options
dwl-train --list-models
dwl-train --list-datasets
# Get help
dwl-train --help
Features
- Easy to use: Simple command-line interface
- Flexible: All training parameters configurable
- Real-time streaming: See training progress as it happens
- Multiple models: Support for BERT, RoBERTa, DistilBERT, and more
- Multiple datasets: 12+ text classification datasets
- Remote support: Can connect to any backend URL
Available Models
- bert-base-uncased
- bert-large-uncased
- roberta-base
- roberta-large
- distilbert-base-uncased
- albert-base-v2
- xlnet-base-cased
Available Datasets
- ag_news
- dbpedia_14
- yahoo_answers_topics
- yelp_review_full
- yelp_polarity
- amazon_polarity
- trec
- emotion
- go_emotions
- imdb
- banking77
- rotten_tomatoes
License
MIT License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dwl_cli-1.0.0.tar.gz
(5.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dwl_cli-1.0.0.tar.gz.
File metadata
- Download URL: dwl_cli-1.0.0.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c9a797676a9276c7abfd29669013cbd5ef74e2daf28f176ad446ad0f75bd2701
|
|
| MD5 |
f8cc1396fcc0fb6d340e9bf264b74623
|
|
| BLAKE2b-256 |
e757a3bc30dfa920e673885e4b27de66cfcf5a585da4a1bad30e7910c19523ef
|
File details
Details for the file dwl_cli-1.0.0-py3-none-any.whl.
File metadata
- Download URL: dwl_cli-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fed2c3da8d1f58763394366ccd9f8de65bc32efb828bf9e878ad853fce36ccc1
|
|
| MD5 |
d97349c1a766140cac50d147ca1f9e2b
|
|
| BLAKE2b-256 |
a5cde7ff344a7b1875ec41ed0da6d1a82d53f4bb380dbd35ed9c8d85ab991681
|