Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ainyan

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ainyan

Helpers for AI training

  • 1.0.79
  • PyPI
  • Socket score

Maintainers
1

Provdes two scripts:

  • ainyan-training
  • ainyan-dataset

DATASET PREPARE

ainyan-datasets --source jgate-lite --dspath s3://wadalabs/jgate-test --profile jpx 

TRAINING

TRAINING=jgate.ini ainyan-training 

With jgate.ini like:

[training]
model=NousResearch/Llama-2-7b-chat-hf
aws_profile=jpx
dataset=s3://wadalabs/jgate-small
finalname=jgate-small
learning_rate=2e-3
max_steps=100

MODEL S3 HELPER

# Upload
ainyan-model-helper --profile jpx --mode up --model jgate-full --bucket wadalabs 
# Download
ainyan-model-helper --profile jpx --mode dl --model jgate-full --bucket wadalabs 

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc