Add library name to metadata (#2)
Browse files- Add library name to metadata (2f0b03ad4bda37ebbc1de018f02f5ddeebb23877)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -3,7 +3,9 @@ license: apache-2.0
|
|
| 3 |
pipeline_tag: text-generation
|
| 4 |
tags:
|
| 5 |
- InterpretableLLMs
|
|
|
|
| 6 |
---
|
|
|
|
| 7 |
# Concept Bottleneck Large Language Models
|
| 8 |
|
| 9 |
This repository contains the Concept Bottleneck Large Language Model (CB-LLM) presented in [Concept Bottleneck Large Language Models](https://arxiv.org/abs/2412.07992).
|
|
@@ -12,4 +14,4 @@ This repository contains the Concept Bottleneck Large Language Model (CB-LLM) pr
|
|
| 12 |
|
| 13 |
Code: [https://github.com/Trustworthy-ML-Lab/CB-LLMs](https://github.com/Trustworthy-ML-Lab/CB-LLMs)
|
| 14 |
|
| 15 |
-
This model offers inherent interpretability and controllability in text generation. See the linked paper and GitHub repository for details on training and usage.
|
|
|
|
| 3 |
pipeline_tag: text-generation
|
| 4 |
tags:
|
| 5 |
- InterpretableLLMs
|
| 6 |
+
library_name: transformers
|
| 7 |
---
|
| 8 |
+
|
| 9 |
# Concept Bottleneck Large Language Models
|
| 10 |
|
| 11 |
This repository contains the Concept Bottleneck Large Language Model (CB-LLM) presented in [Concept Bottleneck Large Language Models](https://arxiv.org/abs/2412.07992).
|
|
|
|
| 14 |
|
| 15 |
Code: [https://github.com/Trustworthy-ML-Lab/CB-LLMs](https://github.com/Trustworthy-ML-Lab/CB-LLMs)
|
| 16 |
|
| 17 |
+
This model offers inherent interpretability and controllability in text generation. See the linked paper and GitHub repository for details on training and usage.
|