stabilityai / stablelm-3b-4e1t

huggingface.co
Total runs: 10.9K
24-hour runs: 0
7-day runs: 495
30-day runs: 2.4K
Model's Last Updated: March 08 2024
text-generation

Introduction of stablelm-3b-4e1t

Model Details of stablelm-3b-4e1t

StableLM-3B-4E1T

Model Description

StableLM-3B-4E1T is a 3 billion parameter decoder-only language model pre-trained on 1 trillion tokens of diverse English and code datasets for 4 epochs.

Usage

Get started generating text with StableLM-3B-4E1T by using the following code snippet:

from transformers import AutoModelForCausalLM, AutoTokenizer
tokenizer = AutoTokenizer.from_pretrained("stabilityai/stablelm-3b-4e1t")
model = AutoModelForCausalLM.from_pretrained(
  "stabilityai/stablelm-3b-4e1t",
  torch_dtype="auto",
)
model.cuda()
inputs = tokenizer("The weather is always wonderful", return_tensors="pt").to(model.device)
tokens = model.generate(
  **inputs,
  max_new_tokens=64,
  temperature=0.75,
  top_p=0.95,
  do_sample=True,
)
print(tokenizer.decode(tokens[0], skip_special_tokens=True))
Run with Flash Attention 2 ⚡️
Click to expand
from transformers import AutoModelForCausalLM, AutoTokenizer
tokenizer = AutoTokenizer.from_pretrained("stabilityai/stablelm-3b-4e1t")
model = AutoModelForCausalLM.from_pretrained(
  "stabilityai/stablelm-3b-4e1t",
  torch_dtype="auto",
  attn_implementation="flash_attention_2",
)
model.cuda()
inputs = tokenizer("The weather is always wonderful", return_tensors="pt").to(model.device)
tokens = model.generate(
  **inputs,
  max_new_tokens=64,
  temperature=0.75,
  top_p=0.95,
  do_sample=True,
)
print(tokenizer.decode(tokens[0], skip_special_tokens=True))
Model Details
  • Developed by : Stability AI
  • Model type : StableLM-3B-4E1T models are auto-regressive language models based on the transformer decoder architecture.
  • Language(s) : English
  • Library : GPT-NeoX
  • License : Model checkpoints are licensed under the Creative Commons license ( CC BY-SA-4.0 ). Under this license, you must give credit to Stability AI, provide a link to the license, and indicate if changes were made . You may do so in any reasonable manner, but not in any way that suggests the Stability AI endorses you or your use.
  • Contact : For questions and comments about the model, please email [email protected]
Model Architecture

The model is a decoder-only transformer similar to the LLaMA ( Touvron et al., 2023 ) architecture with the following modifications:

Parameters Hidden Size Layers Heads Sequence Length
2,795,443,200 2560 32 32 4096
Training

For complete dataset and training details, please see the StableLM-3B-4E1T Technical Report .

Training Dataset

The dataset is comprised of a filtered mixture of open-source large-scale datasets available on the HuggingFace Hub : Falcon RefinedWeb extract ( Penedo et al., 2023 ), RedPajama-Data ( Together Computer., 2023 ) and The Pile ( Gao et al., 2020 ) both without the Books3 subset, and StarCoder ( Li et al., 2023 ).

  • Given the large amount of web data, we recommend fine-tuning the base StableLM-3B-4E1T for your downstream tasks.
Training Procedure

The model is pre-trained on the aforementioned datasets in bfloat16 precision, optimized with AdamW, and trained using the NeoX tokenizer with a vocabulary size of 50,257. We outline the complete hyperparameters choices in the project's GitHub repository - config .

Training Infrastructure
  • Hardware : StableLM-3B-4E1T was trained on the Stability AI cluster across 256 NVIDIA A100 40GB GPUs (AWS P4d instances). Training began on August 23, 2023, and took approximately 30 days to complete.

  • Software : We use a fork of gpt-neox ( EleutherAI, 2021 ), train under 2D parallelism (Data and Tensor Parallel) with ZeRO-1 ( Rajbhandari et al., 2019 ), and rely on flash-attention as well as SwiGLU and Rotary Embedding kernels from FlashAttention-2 ( Dao et al., 2023 )

Use and Limitations
Intended Use

The model is intended to be used as a foundational base model for application-specific fine-tuning. Developers must evaluate and fine-tune the model for safe performance in downstream applications.

Limitations and Bias

​ As a base model, this model may exhibit unreliable, unsafe, or other undesirable behaviors that must be corrected through evaluation and fine-tuning prior to deployment. The pre-training dataset may have contained offensive or inappropriate content, even after applying data cleansing filters, which can be reflected in the model-generated text. We recommend that users exercise caution when using these models in production systems. Do not use the models if they are unsuitable for your application, or for any applications that may cause deliberate or unintentional harm to others.

How to Cite
@misc{StableLM-3B-4E1T,
      url={[https://huggingface.co/stabilityai/stablelm-3b-4e1t](https://huggingface.co/stabilityai/stablelm-3b-4e1t)},
      title={StableLM 3B 4E1T},
      author={Tow, Jonathan and Bellagente, Marco and Mahan, Dakota and Riquelme, Carlos}
}

Open LLM Leaderboard Evaluation Results

Detailed results can be found here

Metric Value
Avg. 46.58
AI2 Reasoning Challenge (25-Shot) 46.59
HellaSwag (10-Shot) 75.94
MMLU (5-Shot) 45.23
TruthfulQA (0-shot) 37.20
Winogrande (5-shot) 71.19
GSM8k (5-shot) 3.34

Runs of stabilityai stablelm-3b-4e1t on huggingface.co

10.9K
Total runs
0
24-hour runs
257
3-day runs
495
7-day runs
2.4K
30-day runs

More Information About stablelm-3b-4e1t huggingface.co Model

More stablelm-3b-4e1t license Visit here:

https://choosealicense.com/licenses/cc-by-sa-4.0

stablelm-3b-4e1t huggingface.co

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

stabilityai stablelm-3b-4e1t online free

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

stabilityai stablelm-3b-4e1t online free url in huggingface.co:

https://huggingface.co/stabilityai/stablelm-3b-4e1t

stablelm-3b-4e1t install

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

stablelm-3b-4e1t install url in huggingface.co:

https://huggingface.co/stabilityai/stablelm-3b-4e1t

Url of stablelm-3b-4e1t

stablelm-3b-4e1t huggingface.co Url

Provider of stablelm-3b-4e1t huggingface.co

stabilityai
ORGANIZATIONS

Other API from stabilityai

huggingface.co

Total runs: 143.2K
Run Growth: 8.3K
Growth Rate: 5.81%
Updated: August 04 2023
huggingface.co

Total runs: 137.2K
Run Growth: 16.4K
Growth Rate: 11.93%
Updated: July 10 2024
huggingface.co

Total runs: 34.3K
Run Growth: 3.4K
Growth Rate: 10.04%
Updated: August 09 2024
huggingface.co

Total runs: 378
Run Growth: -97.9K
Growth Rate: -25898.41%
Updated: August 03 2024
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated: July 10 2024
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated: April 14 2024