Add text-generation pipeline tag
#2
by
nielsr
HF staff
- opened
README.md
CHANGED
@@ -1,9 +1,11 @@
|
|
1 |
---
|
2 |
-
license: mit
|
3 |
-
library_name: transformers
|
4 |
base_model:
|
5 |
- meta-llama/Llama-3.2-1B
|
|
|
|
|
|
|
6 |
---
|
|
|
7 |
# TokenButler
|
8 |
<!-- markdownlint-disable first-line-h1 -->
|
9 |
<!-- markdownlint-disable html -->
|
@@ -17,7 +19,7 @@ base_model:
|
|
17 |
<hr>
|
18 |
<div align="center" style="line-height: 1;">
|
19 |
<!-- Paper Badge -->
|
20 |
-
<a href="https://
|
21 |
<img alt="Paper"
|
22 |
src="https://img.shields.io/badge/Paper-View-orange?logo=readthedocs&logoColor=white"
|
23 |
style="display: inline-block; vertical-align: middle;"/>
|
|
|
1 |
---
|
|
|
|
|
2 |
base_model:
|
3 |
- meta-llama/Llama-3.2-1B
|
4 |
+
library_name: transformers
|
5 |
+
license: mit
|
6 |
+
pipeline_tag: text-generation
|
7 |
---
|
8 |
+
|
9 |
# TokenButler
|
10 |
<!-- markdownlint-disable first-line-h1 -->
|
11 |
<!-- markdownlint-disable html -->
|
|
|
19 |
<hr>
|
20 |
<div align="center" style="line-height: 1;">
|
21 |
<!-- Paper Badge -->
|
22 |
+
<a href="https://arxiv.org/abs/2503.07518" target="_blank" style="margin: 2px;">
|
23 |
<img alt="Paper"
|
24 |
src="https://img.shields.io/badge/Paper-View-orange?logo=readthedocs&logoColor=white"
|
25 |
style="display: inline-block; vertical-align: middle;"/>
|