Skip to content

viritpon2401/Float16-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 92.9%
  • Python 7.1%