Instructions to use FINAL-Bench/JGOS-398B-fp8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use FINAL-Bench/JGOS-398B-fp8 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-text-to-text", model="FINAL-Bench/JGOS-398B-fp8") messages = [ { "role": "user", "content": [ {"type": "image", "url": "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/p-blog/candy.JPG"}, {"type": "text", "text": "What animal is on the candy?"} ] }, ] pipe(text=messages)# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("FINAL-Bench/JGOS-398B-fp8") model = AutoModelForMultimodalLM.from_pretrained("FINAL-Bench/JGOS-398B-fp8", device_map="auto") messages = [ { "role": "user", "content": [ {"type": "image", "url": "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/p-blog/candy.JPG"}, {"type": "text", "text": "What animal is on the candy?"} ] }, ] inputs = processor.apply_chat_template( messages, add_generation_prompt=True, tokenize=True, return_dict=True, return_tensors="pt", ).to(model.device) outputs = model.generate(**inputs, max_new_tokens=40) print(processor.decode(outputs[0][inputs["input_ids"].shape[-1]:])) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use FINAL-Bench/JGOS-398B-fp8 with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "FINAL-Bench/JGOS-398B-fp8" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "FINAL-Bench/JGOS-398B-fp8", "messages": [ { "role": "user", "content": [ { "type": "text", "text": "Describe this image in one sentence." }, { "type": "image_url", "image_url": { "url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg" } } ] } ] }'Use Docker
docker model run hf.co/FINAL-Bench/JGOS-398B-fp8
- SGLang
How to use FINAL-Bench/JGOS-398B-fp8 with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "FINAL-Bench/JGOS-398B-fp8" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "FINAL-Bench/JGOS-398B-fp8", "messages": [ { "role": "user", "content": [ { "type": "text", "text": "Describe this image in one sentence." }, { "type": "image_url", "image_url": { "url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg" } } ] } ] }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "FINAL-Bench/JGOS-398B-fp8" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "FINAL-Bench/JGOS-398B-fp8", "messages": [ { "role": "user", "content": [ { "type": "text", "text": "Describe this image in one sentence." }, { "type": "image_url", "image_url": { "url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg" } } ] } ] }' - Docker Model Runner
How to use FINAL-Bench/JGOS-398B-fp8 with Docker Model Runner:
docker model run hf.co/FINAL-Bench/JGOS-398B-fp8
Add files using upload-large-folder tool
Browse files- model.safetensors-00001-of-00094.safetensors +3 -0
- model.safetensors-00002-of-00094.safetensors +3 -0
- model.safetensors-00003-of-00094.safetensors +3 -0
- model.safetensors-00006-of-00094.safetensors +3 -0
- model.safetensors-00007-of-00094.safetensors +3 -0
- model.safetensors-00008-of-00094.safetensors +3 -0
- model.safetensors-00009-of-00094.safetensors +3 -0
- model.safetensors-00010-of-00094.safetensors +3 -0
- model.safetensors-00011-of-00094.safetensors +3 -0
- model.safetensors-00012-of-00094.safetensors +3 -0
- model.safetensors-00013-of-00094.safetensors +3 -0
- model.safetensors-00014-of-00094.safetensors +3 -0
- model.safetensors-00015-of-00094.safetensors +3 -0
- model.safetensors-00016-of-00094.safetensors +3 -0
- model.safetensors-00017-of-00094.safetensors +3 -0
- model.safetensors-00018-of-00094.safetensors +3 -0
- model.safetensors-00019-of-00094.safetensors +3 -0
- model.safetensors-00020-of-00094.safetensors +3 -0
- model.safetensors-00021-of-00094.safetensors +3 -0
- model.safetensors-00022-of-00094.safetensors +3 -0
- model.safetensors-00023-of-00094.safetensors +3 -0
- model.safetensors-00024-of-00094.safetensors +3 -0
- model.safetensors-00025-of-00094.safetensors +3 -0
- model.safetensors-00026-of-00094.safetensors +3 -0
- model.safetensors-00027-of-00094.safetensors +3 -0
- model.safetensors-00028-of-00094.safetensors +3 -0
- model.safetensors-00029-of-00094.safetensors +3 -0
- model.safetensors-00030-of-00094.safetensors +3 -0
- model.safetensors-00031-of-00094.safetensors +3 -0
- model.safetensors-00032-of-00094.safetensors +3 -0
- model.safetensors-00033-of-00094.safetensors +3 -0
- model.safetensors-00034-of-00094.safetensors +3 -0
- model.safetensors-00035-of-00094.safetensors +3 -0
- model.safetensors-00036-of-00094.safetensors +3 -0
- model.safetensors-00059-of-00094.safetensors +3 -0
- model.safetensors-00060-of-00094.safetensors +3 -0
- model.safetensors-00062-of-00094.safetensors +3 -0
- model.safetensors-00063-of-00094.safetensors +3 -0
- model.safetensors-00068-of-00094.safetensors +3 -0
- model.safetensors-00069-of-00094.safetensors +3 -0
- model.safetensors-00072-of-00094.safetensors +3 -0
- model.safetensors-00073-of-00094.safetensors +3 -0
- model.safetensors-00074-of-00094.safetensors +3 -0
- model.safetensors-00076-of-00094.safetensors +3 -0
- model.safetensors-00079-of-00094.safetensors +3 -0
- model.safetensors-00083-of-00094.safetensors +3 -0
- model.safetensors-00086-of-00094.safetensors +3 -0
- model.safetensors-00089-of-00094.safetensors +3 -0
- model.safetensors-00092-of-00094.safetensors +3 -0
- model.safetensors-00093-of-00094.safetensors +3 -0
model.safetensors-00001-of-00094.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fd7c2d4e036ab53582672930bb8017cb5fbcbd570a4e7c155836347c227833f5
|
| 3 |
+
size 4299161912
|
model.safetensors-00002-of-00094.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1889c8ae5e64ec0413571147108c4ea793b1cac29f10b30b7111ad13ec3814d9
|
| 3 |
+
size 4299161912
|
model.safetensors-00003-of-00094.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eadfd0a08993a85414cfd6712125423b2a4db6f1e0acf9e4f9ca0d869776b3c6
|
| 3 |
+
size 4299161912
|
model.safetensors-00006-of-00094.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:063a34ef9bf773ee5857ce285395f29dba28ce515764afc10792a975f1a86e1c
|
| 3 |
+
size 4299161912
|
model.safetensors-00007-of-00094.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0492e8087d8d6695da5b8e6e988aa8fbc3f2d16f2024a09325107bc54ee51fd7
|
| 3 |
+
size 4299161912
|
model.safetensors-00008-of-00094.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b1c6a727aa1da8d2692e32955df99d16e76953377768bec8f2c4d4a34846c81f
|
| 3 |
+
size 4299161912
|
model.safetensors-00009-of-00094.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:62271ec17d65cf6a6c58a8370fb4f879e10c41a32948ced4b1aedb25d3e2b2ed
|
| 3 |
+
size 4299161912
|
model.safetensors-00010-of-00094.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6a7a7301409cd5a175d7c6195794fbe46d400beee814c7a6328962fa89974b71
|
| 3 |
+
size 4299161912
|
model.safetensors-00011-of-00094.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3ca4c2bdb5137f85f65008136f7bbc8293361e047ec2139d7c10a9b4121133fa
|
| 3 |
+
size 4299161912
|
model.safetensors-00012-of-00094.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:765bcefd6e1fbbac3e81161d53a7f4e1497002b63bf807a2acd0d032b33fe8fe
|
| 3 |
+
size 4299161912
|
model.safetensors-00013-of-00094.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2be8704493b83da1cb4961add343dd844d485b8c2309d04c0ef392179e9095a0
|
| 3 |
+
size 4299161912
|
model.safetensors-00014-of-00094.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c476e416e632f097492f53107305074ba1d3ba52da3c6ca4d25e8d7634470506
|
| 3 |
+
size 4299161912
|
model.safetensors-00015-of-00094.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c8eb84996718bdf6e4206bee66c5964f86a87963418ee1885edbfc92c1ff4627
|
| 3 |
+
size 4299161912
|
model.safetensors-00016-of-00094.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2c879effbe157d2335d5065d2153c406d9056f21da4ef065b7bd512c55017c6a
|
| 3 |
+
size 4299161904
|
model.safetensors-00017-of-00094.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:043a0f7ec34820dfbaa2c15679a76e8576bec6830ee87f7e4be884c0b75d5bb3
|
| 3 |
+
size 4299161912
|
model.safetensors-00018-of-00094.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a96d21e238bc32258793d5c088d389cac0f229ccb747b5753848e446405fdeb3
|
| 3 |
+
size 4299161904
|
model.safetensors-00019-of-00094.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b3050829ab91446a4c6a3673945ff58ecb34c11931f32a16105d0442ea353721
|
| 3 |
+
size 4299161904
|
model.safetensors-00020-of-00094.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:edb66e83715692a67804e3ac67564146461cc2256f6b229413566e85dee5d4fc
|
| 3 |
+
size 4299161912
|
model.safetensors-00021-of-00094.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1a303a9375b948767680f020e15334d730fac0c10a11d816322988ec2e08a101
|
| 3 |
+
size 4299161912
|
model.safetensors-00022-of-00094.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:331f77b7fa1400377c22c515333dca25c6c3d43bb023f06ba3a2fb9b7a00a5dc
|
| 3 |
+
size 4299161912
|
model.safetensors-00023-of-00094.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d48a6875a652a5de6efba102bdc5f30bedb4cf010489899ac771b3f3be69b0b1
|
| 3 |
+
size 4299161912
|
model.safetensors-00024-of-00094.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c542c6a065d9844da8f827a1259afeea19eccd4b3e6a39e52ee510ca8e698575
|
| 3 |
+
size 4299161912
|
model.safetensors-00025-of-00094.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b61f4c0417805a03f5f07c1313d9404524fdbd02c3c4afde258cf8bddbe9b8fc
|
| 3 |
+
size 4299161912
|
model.safetensors-00026-of-00094.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:90b1f6ecf804899b0a617642ffe992ed0ba0bf8aaf421975817b564fa663e6a8
|
| 3 |
+
size 4299161912
|
model.safetensors-00027-of-00094.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:87921646436d69b4e1cd9ec8f1131ad6552f431a41469381ef045d494cd478f6
|
| 3 |
+
size 4299161912
|
model.safetensors-00028-of-00094.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8175fa19a537a935ad0bf4c8daa4cdd0847fb31f15590eb2813d3e61910ba267
|
| 3 |
+
size 4299161904
|
model.safetensors-00029-of-00094.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5222623c4c3a762b343548cf4a451dadfd81896bd8fd664983d00c39e315ed4e
|
| 3 |
+
size 4299161904
|
model.safetensors-00030-of-00094.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e40d1a960b0921f690f65105065981bfc1e42bca6130eac066fc277a874bdd90
|
| 3 |
+
size 4299161912
|
model.safetensors-00031-of-00094.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bffba520c70bc5e4b9a3b94cd0674817e9d25e00ea085ee911e2c93e96dee86d
|
| 3 |
+
size 4299161904
|
model.safetensors-00032-of-00094.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f8fca3649437fbfa6cb9054a346725fe22344b82166bd818d9dd955aa2439599
|
| 3 |
+
size 4299161912
|
model.safetensors-00033-of-00094.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ba9f1b300d20fa6ca360adacfbf256c7fc2c74690633f4f177d64de457c203ff
|
| 3 |
+
size 4299161912
|
model.safetensors-00034-of-00094.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cee3445634aa7a2ec9176d305dcdfc73abf13c6d870bbc7c879172e4ce47051c
|
| 3 |
+
size 4299161912
|
model.safetensors-00035-of-00094.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f1523061074c0590bdb5b5f59d4266021657a87bc8876983a411fbddbedfc599
|
| 3 |
+
size 4299161904
|
model.safetensors-00036-of-00094.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4a20c5983e34be6e1f36179f2eaeafabe4b74f279c8c44b71e067f7b9aa7ce8a
|
| 3 |
+
size 4299161912
|
model.safetensors-00059-of-00094.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ef6fe759d1ad60d9459a5f54891b9859d77c33fea5bbb4e6e487c426236b622e
|
| 3 |
+
size 4299161912
|
model.safetensors-00060-of-00094.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d71f797ea87d2342060fcc086c8fc86376497e9b63f46ca64f3ef86370f6c21a
|
| 3 |
+
size 4299161912
|
model.safetensors-00062-of-00094.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5a022d975e02eacd9fad5f93a45fbce4668ca8d30e787409dc1c0c15a394c98a
|
| 3 |
+
size 4311745088
|
model.safetensors-00063-of-00094.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6935e699fc3afc4b36eec16406060341d640a89bec7362c1c5b1cf463b15a6bb
|
| 3 |
+
size 4311745088
|
model.safetensors-00068-of-00094.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2f91fdb8924951cbdfe93dc6e8e24fe88938c4e57632e02af3fec90ec736bb03
|
| 3 |
+
size 4311745088
|
model.safetensors-00069-of-00094.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1b0ed21d0e718e0ea41550f8ee45674703e4afc0fedde9e60d9512f095129648
|
| 3 |
+
size 4311745088
|
model.safetensors-00072-of-00094.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:43ce35ce346a5e021ba11032fcb873aafba0aa53a59526b2eb588accd0c7bfe1
|
| 3 |
+
size 4311745088
|
model.safetensors-00073-of-00094.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aff6eb76251a9a9eb871d146768af817d652ae6dd9dc6f47f361a2e27aa9435c
|
| 3 |
+
size 4311745088
|
model.safetensors-00074-of-00094.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2f72944899e9ab53990f5ce7241ad0d55f9a3b0fd94d709cba83c33218a500d4
|
| 3 |
+
size 4311745088
|
model.safetensors-00076-of-00094.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6ad6d58313e4e80f025f502070643bea985fe469708a13d6ad29c3a740e72262
|
| 3 |
+
size 4311745088
|
model.safetensors-00079-of-00094.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:823b76f3bee7958148f6108119092f5b6eaed92a92a353d3b8805a49a8996f0f
|
| 3 |
+
size 4311745088
|
model.safetensors-00083-of-00094.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f53a19482976f7a6568b6a61e570601f59003ba414038a45a81ed7cfc462f111
|
| 3 |
+
size 4311745088
|
model.safetensors-00086-of-00094.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:39e08647fc9fed8e57b4a15ead793d9a6cbd9fafbba1c0c7f68f24cd24e1268b
|
| 3 |
+
size 4311745088
|
model.safetensors-00089-of-00094.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8c0c115e18a1bd48f4a41aad7dd48fe994e1f134cdb388c48ca036938eb1563e
|
| 3 |
+
size 4311745088
|
model.safetensors-00092-of-00094.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4bada2f2a08b9287641ae4f498196424d755b3ece23018acf9a75bd40433b9de
|
| 3 |
+
size 9080240064
|
model.safetensors-00093-of-00094.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f0b3e511ed62e015c4a66de11e6fe55631fd60c820bbe299724b6fd348c1c647
|
| 3 |
+
size 9663818144
|