Git Product home page Git Product logo

khack's Introduction

khack

AI hackathon repo

How to start

Via Jupyter-lab

Connect to 192.168.10.45:46688 and navigate to hackathon_2023 directory (located at /home/hackathon_2023). Within the terminal, clone the git repository:

cd /home/hackathon_2023/ 
mkdir <your_name>
cd <your_name>

git clone https://github.com/eladsar/khack.git 

Via pycharm

Clone the repository to your local machine and open the project in pycharm. To run a remote interpreter, go to File -> Settings -> Project -> Project Interpreter select Add Remote and fill in the following details:

Host: 192.168.10.45
Port: 46622
python interpreter path: /opt/conda/bin/python

Work with OpenAI API

from connect import OpenAI

model = OpenAI()

response = model.ask("Hello world")

Train a model with the openai tool

Important Remarks

  1. The openai API holds a queue for fine-tune models. It takes approximately 1/2 to start your training.
  2. The python API for fine-tune is not yet complete so it is better to use the openai bash scripts
  3. It is better to apply some basic heuristics to filter the data in order to avoid running out of tokens.

khack's People

Contributors

eladsar avatar pseudodoe avatar

Watchers

Kostas Georgiou avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.