Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,28 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- ja
|
4 |
+
- en
|
5 |
+
license: apache-2.0
|
6 |
+
---
|
7 |
+
# LLM-jp-3-1.8B SAE
|
8 |
+
|
9 |
+
This repository provides a TopK Sparse Autoencoder (SAE) trained on [LLM-jp-3-1.8B](https://huggingface.co/llm-jp/llm-jp-3-1.8b), developed by the [Research and Development Center for Large Language Models](https://llmc.nii.ac.jp/) at the [National Institute of Informatics](https://www.nii.ac.jp/en/), Japan.
|
10 |
+
|
11 |
+
## Usage
|
12 |
+
|
13 |
+
Python version: 3.10.12
|
14 |
+
|
15 |
+
<!-- 1. Clone the repository and install the libraries.
|
16 |
+
```bash
|
17 |
+
git clone [email protected]:llm-jp/llm-jp-sae.git
|
18 |
+
cd llm-jp-sae
|
19 |
+
```
|
20 |
+
|
21 |
+
```bash
|
22 |
+
python3 -m venv venv
|
23 |
+
source venv/bin/activate
|
24 |
+
pip install -r requirements.txt
|
25 |
+
```
|
26 |
+
-->
|
27 |
+
|
28 |
+
See the README.md in the github repository for the usage.
|