File size: 778 Bytes
bcd44b0
 
bfa6fca
 
 
 
 
 
bcd44b0
bfa6fca
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
license: mit
tags:
- nlp
- text-generation
- bitnet
- pytorch
- tensorflow
pipeline_tag: text-generation
---

# PlayWeBit (BitNet b1.58-2B-4T)

This is an implementation of the `microsoft/bitnet-b1.58-2B-4T` model, optimized for text generation. It supports PyTorch and TensorFlow and can run on CPU or GPU. A custom model class (`custom_bitnet.py`) is included for compatibility with the official Hugging Face `transformers` library.

## Model Description
- **Architecture**: BitNet b1.58-2B with 4-bit quantization
- **Parameters**: 2 billion
- **Training Data**: Not disclosed (refer to original Microsoft repository)
- **Intended Use**: Text generation, chat applications

## Installation
Install the Hugging Face `transformers` library:
```bash
pip install transformers