nielsr HF Staff commited on
Commit
2f0b03a
·
verified ·
1 Parent(s): f37c6d1

Add library name to metadata

Browse files

This PR adds the `library_name: transformers` metadata to the model card, improving discoverability and specifying the library used for the model.

Files changed (1) hide show
  1. README.md +3 -1
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.