interneuronai / az-instruct-gpt

huggingface.co
Total runs: 2
24-hour runs: -1
7-day runs: 0
30-day runs: 0
Model's Last Updated: March 10 2024

Introduction of az-instruct-gpt

Model Details of az-instruct-gpt

Model Details

Original Model: rinna/gpt-neox-3.6b-instruction-ppo
Fine-Tuned For: Azerbaijani language understanding and generation
Dataset Used: Azerbaijani translation of the Stanford Alpaca dataset
Fine-Tuning Method: Self-instruct method

This model, is part of the "project/Barbarossa" initiative, aimed at enhancing natural language processing capabilities for the Azerbaijani language. By fine-tuning this model on the Azerbaijani translation of the Stanford Alpaca dataset using the self-instruct method, we've made significant strides in improving AI's understanding and generation of Azerbaijani text.

Our primary objective with this model is to offer insights into the feasibility and outcomes of fine-tuning large language models (LLMs) for the Azerbaijani language. The fine-tuning process was undertaken with limited resources, providing valuable learnings rather than creating a model ready for production use. Therefore, we recommend treating this model as a reference or a guide to understanding the potential and challenges involved in fine-tuning LLMs for specific languages. It serves as a foundational step towards further research and development rather than a direct solution for production environments.

This project is a proud product of the Alas Development Center (ADC) . We are thrilled to offer these finely-tuned large language models to the public, free of charge.

How to use?

from transformers import AutoConfig, AutoModelForCausalLM, AutoTokenizer, pipeline

model_path = "alasdevcenter/az-instruct-gpt"

model = AutoModelForCausalLM.from_pretrained(model_path)
tokenizer = AutoTokenizer.from_pretrained(model_path)

pipe = pipeline(task="text-generation", model=model, tokenizer=tokenizer, max_length=200)

instruction = "Təbiətin qorunması  "
formatted_prompt = f"""Aşağıda daha çox kontekst təmin edən təlimat var. Sorğunu adekvat şəkildə tamamlayan cavab yazın.
                ### Təlimat:
                {instruction}
                ### Cavab:
                """

result = pipe(formatted_prompt)
print(result[0]['generated_text'])

Runs of interneuronai az-instruct-gpt on huggingface.co

2
Total runs
-1
24-hour runs
0
3-day runs
0
7-day runs
0
30-day runs

More Information About az-instruct-gpt huggingface.co Model

az-instruct-gpt huggingface.co

az-instruct-gpt huggingface.co is an AI model on huggingface.co that provides az-instruct-gpt's model effect (), which can be used instantly with this interneuronai az-instruct-gpt model. huggingface.co supports a free trial of the az-instruct-gpt model, and also provides paid use of the az-instruct-gpt. Support call az-instruct-gpt model through api, including Node.js, Python, http.

interneuronai az-instruct-gpt online free

az-instruct-gpt huggingface.co is an online trial and call api platform, which integrates az-instruct-gpt's modeling effects, including api services, and provides a free online trial of az-instruct-gpt, you can try az-instruct-gpt online for free by clicking the link below.

interneuronai az-instruct-gpt online free url in huggingface.co:

https://huggingface.co/interneuronai/az-instruct-gpt

az-instruct-gpt install

az-instruct-gpt is an open source model from GitHub that offers a free installation service, and any user can find az-instruct-gpt on GitHub to install. At the same time, huggingface.co provides the effect of az-instruct-gpt install, users can directly use az-instruct-gpt installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

az-instruct-gpt install url in huggingface.co:

https://huggingface.co/interneuronai/az-instruct-gpt

Url of az-instruct-gpt

Provider of az-instruct-gpt huggingface.co

interneuronai
ORGANIZATIONS

Other API from interneuronai