Upload text_encoder/config.json with huggingface_hub
Browse files- text_encoder/config.json +4 -4
text_encoder/config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
-
"_commit_hash":
|
3 |
-
"_name_or_path": "/home/ubuntu
|
4 |
"architectures": [
|
5 |
"CLIPTextModel"
|
6 |
],
|
@@ -17,7 +17,7 @@
|
|
17 |
"max_position_embeddings": 77,
|
18 |
"model_type": "clip_text_model",
|
19 |
"neuron": {
|
20 |
-
"auto_cast": "
|
21 |
"auto_cast_type": "bf16",
|
22 |
"compiler_type": "neuronx-cc",
|
23 |
"compiler_version": "2.11.0.35+4f5279863",
|
@@ -45,6 +45,6 @@
|
|
45 |
"task": "feature-extraction",
|
46 |
"torch_dtype": "float32",
|
47 |
"torchscript": true,
|
48 |
-
"transformers_version": "4.35.
|
49 |
"vocab_size": 49408
|
50 |
}
|
|
|
1 |
{
|
2 |
+
"_commit_hash": null,
|
3 |
+
"_name_or_path": "/home/ubuntu/realtime-lcm-service/dreamshaper-8-lcm/text_encoder",
|
4 |
"architectures": [
|
5 |
"CLIPTextModel"
|
6 |
],
|
|
|
17 |
"max_position_embeddings": 77,
|
18 |
"model_type": "clip_text_model",
|
19 |
"neuron": {
|
20 |
+
"auto_cast": "all",
|
21 |
"auto_cast_type": "bf16",
|
22 |
"compiler_type": "neuronx-cc",
|
23 |
"compiler_version": "2.11.0.35+4f5279863",
|
|
|
45 |
"task": "feature-extraction",
|
46 |
"torch_dtype": "float32",
|
47 |
"torchscript": true,
|
48 |
+
"transformers_version": "4.35.2",
|
49 |
"vocab_size": 49408
|
50 |
}
|