lebrancconvas / Float16-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Float16 Example Project

This is an example project for Float16

We have included a few examples to help you get started with Float16.

Latest News

How to use this project

You can visit other directories to see how to use Float16 with various models.

The difference between Float16 Model and OpenAI API

Float16.Cloud is a platform providing open-source models and APIs for developers. It is similar to the OpenAI API.

There are, however, some differences between Float16 and the OpenAI API. Open-source models come in various sizes. For instance, the Llama2 model is available in 3 different sizes: 7b, 13b, and 70b. The larger the model, the better its performance. However, a larger model is generally more expensive to run. Hence, we provide a range of model sizes for developers to choose based on their needs.

Prompt Engineering

To achieve better performance from smaller model sizes, we encourage using techniques such as prompt engineering. We plan to provide more examples of prompt engineering in the future.

Prompt engineering allows one to extract better performance from smaller model sizes. For instance, it's possible to achieve better performance with the 7b model than with the 13b or 70b models.

FAQ

  • Which prompt engineer techniques are used in this project ? We have used the following prompt engineering techniques in this project:

    • Few-shot learning
    • Chain of Thought (CoT)
    • Tree of Thought (ToT)
    • Reason + Act (ReACT)
  • How do I use Float16? You can use Float16 by visiting Float16.Cloud. Register and get your API key. You can then use the API key to access the models.

About


Languages

Language:Jupyter Notebook 92.9%Language:Python 7.1%Language:HTML 0.0%