Commit
•
5c26788
1
Parent(s):
cdf3231
Add proper library name (#2)
Browse files- Add proper library name (dac9ae89742e4a9cc70ce1778d06b0840d04c15c)
Co-authored-by: Omar Sanseviero <[email protected]>
README.md
CHANGED
@@ -7,6 +7,7 @@ language:
|
|
7 |
pipeline_tag: text-generation
|
8 |
tags:
|
9 |
- chat
|
|
|
10 |
---
|
11 |
|
12 |
|
@@ -106,4 +107,4 @@ If you find our work helpful, feel free to give us a citation.
|
|
106 |
journal={arXiv preprint arXiv:2407.10671},
|
107 |
year={2024}
|
108 |
}
|
109 |
-
```
|
|
|
7 |
pipeline_tag: text-generation
|
8 |
tags:
|
9 |
- chat
|
10 |
+
library_name: transformers
|
11 |
---
|
12 |
|
13 |
|
|
|
107 |
journal={arXiv preprint arXiv:2407.10671},
|
108 |
year={2024}
|
109 |
}
|
110 |
+
```
|