git push https://csukuangfj:$HF_TOKEN@huggingface.co/csukuangfj/$d main 25 changes: 25 additions & 0 deletions 25 .github/workflows/export-wespeaker-to-onnx.yaml Original file line numberDiff line numberDiff line change @@ -48,3 +48,28 @@ jobs: repo_name: k2-fsa/sherpa-onnx rep...
Like: https://huggingface.co/MONAI/example_spleen_segmentation So it's necessary to develop features to automatically download / apply models from the hubs, may support bundle package, checkpoint, torchscript model. And for future steps, we can think about how to review new models and execute ...
"ModelOwnerURL": "https://huggingface.co/dreamlike-art", "ModelURL": "https://huggingface.co/dreamlike-art/dreamlike-photoreal-2.0", "ModelTask": "text-to-image", "Likes": 452, "Downloads": 44519, "LastModified": "2023-01-18T21:49:35.000Z" }, { "id": 404, "Model...
"ModelOwner": "wavymulder", "ModelOwnerURL": "https://huggingface.co/wavymulder", "ModelURL": "https://huggingface.co/wavymulder/Analog-Diffusion", "ModelTask": "text-to-image", "Likes": 509, "Downloads": 61539, "LastModified": "2022-12-22T23:43:28.000Z" }, { "id...
- Upload folder using huggingface_hub (c24bd02fb7f7dadd89fc252e4b0dcf3a270aa101)main Ashiq Hussain authored and system committed Aug 25, 2023 1 parent a3b3a3e commit 0370c09 Showing 48 changed files with 36 additions and 1 deletion. Whitespace Ignore whitespace Split Unified ....
A. [0.1 version model](https://huggingface.co/qychen/luotuo-lora-7b-0.1/tree/main) was trained on translated data, which translate the [alpaca_data.json](https://github.com/tatsu-lab/stanford_alpaca/blob/main/alpaca_data.json) to Chinese using ChatGPT API. We paid around US $30-45 ...
"ModelName": "wavymulder/portraitplus", "ModelOwner": "wavymulder", "ModelOwnerURL": "https://huggingface.co/wavymulder", "ModelURL": "https://huggingface.co/wavymulder/portraitplus", "ModelTask": "text-to-image", "Likes": 104, "Downloads": 43611, "LastModified": "2022-...
"ModelName": "google/flan-t5-large", "ModelOwner": "google", "ModelOwnerURL": "https://huggingface.co/google", "ModelURL": "https://huggingface.co/google/flan-t5-large", "ModelArchitecture": "t5", "ModelTask": "text2text-generation", "Likes": 42, "Downloads": 333329...
"_from_model_config": true, "bos_token_id": 1, "eos_token_id": 2, "transformers_version": "4.36.2" } 64 changes: 64 additions & 0 deletions 64 huggingface-metadata.txt Original file line numberDiff line numberDiff line change @@ -0,0 +1,64 @@ url: https://huggingface.co/mi...
MODEL = "model" SPACE = "space" Member Wendong-Fan Dec 7, 2024 move to camel.types camel/datahubs/clients/huggingface.py Outdated Comment on lines 90 to 94 if not authors: authors = [] if not tags: tags = [] Member Wendong-Fan Dec 8, 2024 authors and tags could...