Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Releases: chu-aie/deepnlp-2023

v0.8.0

28 Nov 19:04
Compare
Choose a tag to compare

Feature

  • peft: Add integration with HuggingFace Accelerate and DeepSpeed. (f67ad52)
  • peft: Add new requirements file (b339a01)

v0.7.0

07 Nov 05:34
Compare
Choose a tag to compare

Feature

  • autotrain: Add test script for AutoModelForCausalLM (bde4cbe)
  • examples/autotrain: Add README.md for fine-tuning Large Language Models with Hugging Face's AutoTrain (374db46)
  • autotrain: Add DATA_FILE parameter (4cf03a1)
  • autotrain: Add data_file environment variable (583380b)
  • autotrain: Add dataload.py for loading the dataset (5a16671)
  • autotrain: Add new falcon environment configuration file (febce8e)
  • autotrain: Add new script for automated training (87c417e)
  • Dockerfile.app: Install Git LFS for large file version control (bdc25c3)
  • Dockerfile.base: Add ffmpeg and related libraries to Dockerfile (bfd73a6)
  • docker: Add git-lfs to Dockerfile.base (779a219)
  • autotrain: Add requirements.txt (9ebb1d2)

Fix

  • autotrain: Change data-path to root (ab20acb)
  • autotrain: Replace DATA_PATH with DATA_FILE (04556a6)

v0.6.0

31 Oct 10:12
Compare
Choose a tag to compare

Feature

  • docker-compose: Add exec command, add workspace directories creation (980b29e)
  • ollama: Add docker-compose.yaml file, add docker.env file (03acea4)
  • mistral: Add model download script (3fffc00)
  • mistral: Add model name and huggingface paths to docker environment variables. (127cf2e)
  • docs: Add Quickstart guide for Mistral AI (b340a7a)
  • docker: Add docker.common.env configuration file (3a2047b)
  • docker: Add new docker configuration for Mistral project (b119452)
  • llmsvc/mistral: Add docker-compose.yaml configuration (5e4bf42)
  • docker-compose: Add new docker-compose script (2ee1ce6)

v0.5.0

29 Oct 10:51
Compare
Choose a tag to compare

Feature

  • agent_output: Add new file scrape_speeches.py for speech scraping functionality (2c2ebb0)
  • autogen: Add requirements.txt with dependencies (de49167)
  • autogen: Add new AssistantAgent and UserProxyAgent in autoscraper.py (9f2b677)
  • Makefile: Add ollama container commands (8300c0d)
  • ollama: Add new environment variables (bbb2075)
  • ollama: Add script for docker operations (d527309)
  • ollama: Add README.md for tool usage instructions (4afad8e)

Fix

  • dependencies: Adjust python version constraint (1a0532a)

v0.4.0

21 Oct 05:05
Compare
Choose a tag to compare

Feature

  • docker-scripts: Add sshd_config file and copy sshd_config to appropriate directory (7c38c74)
  • Dockerfile.base: Add zsh to the list of packages installed (aebbfc0)
  • docker: Add new project environment files (e455642)
  • docker: Add admin.env configuration for Docker (a6af5d6)
  • docker: Add jupyterlab to base requirements (8565712)
  • docker: Add container ID support (6cbf058)
  • pyproject.toml: Add version_pattern in semantic_release (1cd1e25)
  • docker-config: Add new docker configuration file (43e08f2)

v0.3.0

17 Sep 07:11
Compare
Choose a tag to compare

Feature

  • projects: Add proposal template (7b0466f)

v0.2.0

27 Aug 19:20
Compare
Choose a tag to compare

Feature

  • id: Add README.md (a4b6959)
  • syllabus: Add new course syllabus content (aaceeab)
  • book: Add new project details (dd9c108)
  • book: Add projects index page (8610507)
  • .github/workflows: Add toc file generation step (f8bdd35)
  • scripts: Add autotoc.py for TOC generation (76958b8)
  • tasks: Add table of contents generation task (223f55b)

Documentation

  • README: Add course syllabus and lecture notes links (b840720)
  • README: Add course and lecture badges (5475507)

v0.1.0

25 Aug 05:20
Compare
Choose a tag to compare

Feature