Skip to content

DataTunerX/console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataTunerX console

Logo

The DatatunerX Console Project is designed for conducting fine-tuning experiments. This project provides a flexible environment for experimenting with fine-tuning in various scenarios.

Getting Started

Prerequisites

  • Node.js (v14.x or later)
  • npm (v6.x or later)

Installation

Navigate to the project directory:

cd console

Install dependencies:

npm install --force

Usage

# Compiles and hot-reloads for development
npm run serve

# Compiles and minifies for production
npm run build

# Lints and fixes files
npm run lint

Contributing

If you would like to contribute to the project, follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bugfix: git checkout -b feature-name.
  3. Make changes and commit: git commit -m "Your message here".
  4. Push to your fork: git push origin feature-name.
  5. Submit a pull request.

License

This project is licensed under the Apache License - see the LICENSE file for details.