Deci / DeciLM-6b-instruct

huggingface.co
Total runs: 71
24-hour runs: 6
7-day runs: 33
30-day runs: 60
Model's Last Updated: February 15 2024
text-generation

Introduction of DeciLM-6b-instruct

Model Details of DeciLM-6b-instruct

DeciLM 6B-Instruct

DeciLM 6B-Instruct is a model for short-form instruction following. It is built by LoRA fine-tuning DeciLM 6B on a subset of the OpenOrca dataset .

  • Developed by: Deci
  • Model type: DeciLM is an auto-regressive language model using an optimized transformer decoder architecture that includes variable Grouped-Query Attention.
  • Language(s) (NLP): English
  • License: Llama 2 Community License Agreement with an extention of Deci regarding hosting service providers.
Model Sources
Uses

The model is intended for commercial and research use in English and can be fine-tuned for use in other languages.

How to Get Started with the Model

Use the code below to get started with the model.

# pip install -q transformers

import torch
from transformers import AutoModelForCausalLM, AutoTokenizer

checkpoint = "Deci/DeciLM-6b-instruct"
device = "cuda" # for GPU usage or "cpu" for CPU usage

tokenizer = AutoTokenizer.from_pretrained(checkpoint)
model = AutoModelForCausalLM.from_pretrained(checkpoint, torch_dtype=torch.bfloat16, trust_remote_code=True).to(device)

inputs = tokenizer.encode("How do I make french toast? Think through it step by step", return_tensors="pt").to(device)
outputs = model.generate(inputs, max_new_tokens=100, do_sample=True, top_p=0.95)
print(tokenizer.decode(outputs[0]))
Training Details

DeciLM 6B underwent training utilizing the SlimPijamas dataset, leveraging advanced proprietary methodologies allowing for fast training. DeciLM 6B was further finetuned on a subset of the OpenOrca dataset, giving rise to DeciLM-6B-Instruct.

Evaluation

Below are DeciLM's 6B-instruct evaluation results.

Average ARC Challenge* ARC Easy* BoolQ HellaSwag* LAMBDA OpenAI OpenBookQA PIQA TruthfulQA Winogrande
62.01 44.43 70.58 77.34 74.57 70.1 33 77.52 43.89 67.64
Accuracy-norm score*
Runtime Benchmarks
Inference Tool/Hardware A10 (tokens/sec)
PyTorch 652.49
Infery LLM 2,029.6
  • Throughput (tokens/sec) - Measured with optimal batch - PyTorch BS 64, Infery LLM BS 128
  • In order to replicate the results of the PyTorch benchmark, use this code example
Disclaimer

DeciLM 6B-Instruct has not been aligned for safety or trained using RLHF.

How to Cite

Please cite this model using this format.

@misc{DeciFoundationModels,
title = {DeciLM 6B Instruct},
author = {DeciAI Research Team},
year = {2023}
url={[https://huggingface.co/Deci/DeciLM-6b-instruct](https://huggingface.co/Deci/DeciLM-6b-instruct)},
}

Runs of Deci DeciLM-6b-instruct on huggingface.co

71
Total runs
6
24-hour runs
1
3-day runs
33
7-day runs
60
30-day runs

More Information About DeciLM-6b-instruct huggingface.co Model

More DeciLM-6b-instruct license Visit here:

https://choosealicense.com/licenses/other

DeciLM-6b-instruct huggingface.co

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

DeciLM-6b-instruct huggingface.co Url

https://huggingface.co/Deci/DeciLM-6b-instruct

Deci DeciLM-6b-instruct online free

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

Deci DeciLM-6b-instruct online free url in huggingface.co:

https://huggingface.co/Deci/DeciLM-6b-instruct

DeciLM-6b-instruct install

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

DeciLM-6b-instruct install url in huggingface.co:

https://huggingface.co/Deci/DeciLM-6b-instruct

Url of DeciLM-6b-instruct

DeciLM-6b-instruct huggingface.co Url

Provider of DeciLM-6b-instruct huggingface.co

Deci
ORGANIZATIONS

Other API from Deci

huggingface.co

Total runs: 1.1K
Run Growth: -379
Growth Rate: -35.13%
Updated:February 15 2024
huggingface.co

Total runs: 929
Run Growth: -756
Growth Rate: -81.38%
Updated:February 22 2024
huggingface.co

Total runs: 77
Run Growth: 50
Growth Rate: 64.94%
Updated:July 29 2024
huggingface.co

Total runs: 21
Run Growth: -1
Growth Rate: -4.76%
Updated:February 11 2024