puar-playground
commited on
Commit
•
ee412d8
1
Parent(s):
504956b
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
datasets:
|
4 |
+
- puar-playground/crello-cap
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
base_model:
|
8 |
+
- lmsys/vicuna-7b-v1.5
|
9 |
+
pipeline_tag: text2text-generation
|
10 |
+
---
|
11 |
+
|
12 |
+
The inference code of [TextLap](https://github.com/puar-playground/TextLap) is available in the GitHub repo.
|