Skip to content

The Prompt Guided Neural Architecture Search (PG-NAS) is a PyTorch-based framework designed to generate neural network architectures based on textual prompts.

License

Notifications You must be signed in to change notification settings

kyegomez/Lang-NAS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prompt Guided Neural Architecture Search (PG-NAS)

Join our Discord Subscribe on YouTube Connect on LinkedIn Follow on X.com

GitHub stars Swarms Framework

The Prompt Guided Neural Architecture Search (PG-NAS) is a PyTorch-based framework designed to generate neural network architectures based on textual prompts. It utilizes a prompt encoder to interpret the input prompt and proposes a corresponding architecture with shape tracking. The model supports various layer types, including convolutional, linear, and attention layers.

Features

  • Prompt-based Architecture Generation: Generate neural network architectures from natural language prompts.
  • Layer Type Support: Supports convolutional, linear, and attention layers.
  • Shape Tracking: Keeps track of input and output shapes throughout the architecture.
  • Weight Initialization: Automatically initializes weights for each layer based on the proposed architecture.
  • Model Saving and Loading: Save and load model artifacts, including architecture and configuration.

Requirements

  • Python 3.6+
  • PyTorch
  • Transformers
  • Loguru
  • Other dependencies as specified in the code

About

The Prompt Guided Neural Architecture Search (PG-NAS) is a PyTorch-based framework designed to generate neural network architectures based on textual prompts.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages