Instructions to use k-l-lambda/clip-text-generator with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use k-l-lambda/clip-text-generator with Transformers:
# Load model directly from transformers import ClipTextGenerator model = ClipTextGenerator.from_pretrained("k-l-lambda/clip-text-generator", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
07c680d
1
Parent(s): 29975e7
add model
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"architectures": [
|
| 4 |
"CLIPTextModel"
|
| 5 |
],
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "text/20221023.b-sentencegen-mj",
|
| 3 |
"architectures": [
|
| 4 |
"CLIPTextModel"
|
| 5 |
],
|