Kukedlc / Gemma-2b-it-FT-Code

huggingface.co
Total runs: 16
24-hour runs: 0
7-day runs: 5
30-day runs: 9
Model's Last Updated: March 10 2024
text-generation

Introduction of Gemma-2b-it-FT-Code

Model Details of Gemma-2b-it-FT-Code

Gemma 2b fine-tuned for programming & data science.

Dataset: MagiCoder

💻 Usage
!pip install -qU transformers accelerate

from transformers import AutoTokenizer
import transformers
import torch

model = "Kukedlc/Gemma-2b-it-FT-Code"
messages = [{"role": "user", "content": "What is a large language model?"}]

tokenizer = AutoTokenizer.from_pretrained(model)
prompt = tokenizer.apply_chat_template(messages, tokenize=False, add_generation_prompt=True)
pipeline = transformers.pipeline(
    "text-generation",
    model=model,
    torch_dtype=torch.float16,
    device_map="auto",
)

outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
print(outputs[0]["generated_text"])

Runs of Kukedlc Gemma-2b-it-FT-Code on huggingface.co

16
Total runs
0
24-hour runs
3
3-day runs
5
7-day runs
9
30-day runs

More Information About Gemma-2b-it-FT-Code huggingface.co Model

More Gemma-2b-it-FT-Code license Visit here:

https://choosealicense.com/licenses/apache-2.0

Gemma-2b-it-FT-Code huggingface.co

Gemma-2b-it-FT-Code huggingface.co is an AI model on huggingface.co that provides Gemma-2b-it-FT-Code's model effect (), which can be used instantly with this Kukedlc Gemma-2b-it-FT-Code model. huggingface.co supports a free trial of the Gemma-2b-it-FT-Code model, and also provides paid use of the Gemma-2b-it-FT-Code. Support call Gemma-2b-it-FT-Code model through api, including Node.js, Python, http.

Gemma-2b-it-FT-Code huggingface.co Url

https://huggingface.co/Kukedlc/Gemma-2b-it-FT-Code

Kukedlc Gemma-2b-it-FT-Code online free

Gemma-2b-it-FT-Code huggingface.co is an online trial and call api platform, which integrates Gemma-2b-it-FT-Code's modeling effects, including api services, and provides a free online trial of Gemma-2b-it-FT-Code, you can try Gemma-2b-it-FT-Code online for free by clicking the link below.

Kukedlc Gemma-2b-it-FT-Code online free url in huggingface.co:

https://huggingface.co/Kukedlc/Gemma-2b-it-FT-Code

Gemma-2b-it-FT-Code install

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

Gemma-2b-it-FT-Code install url in huggingface.co:

https://huggingface.co/Kukedlc/Gemma-2b-it-FT-Code

Url of Gemma-2b-it-FT-Code

Gemma-2b-it-FT-Code huggingface.co Url

Provider of Gemma-2b-it-FT-Code huggingface.co

Kukedlc
ORGANIZATIONS

Other API from Kukedlc

huggingface.co

Total runs: 15
Run Growth: 9
Growth Rate: 60.00%
Updated:December 15 2024