CoolFace
Apppublic

Shalubu/convert-to-onnx

sourceHugging Faceapache-2.0updated 10mo agoView on Hugging Face
0likes
50 commits on main
345a3c410mo ago

Update transformers.js to v3.8.1

Felladrin
6ced22f10mo ago

Update transformers.js to v3.8.0

Felladrin
0d08f3411mo ago

Remove resolved TODO comment line

Felladrin
548f21011mo ago

Allow users to decide if they want to base the 'task' argument from the

Felladrin
320c9ad11mo ago

Remove unnecessary apt dependencies from Dockerfile

Felladrin
0f7fc6911mo ago

Remove unnecessary f-string prefixes in user-facing text

Felladrin
0c3b45811mo ago

Remove task inference from the Card Model (based on `pipeline_tag`

Felladrin
77cbaf011mo ago

Remove unnecessary environment variables

Felladrin
5fff74f11mo ago

Add docstrings and reorganize the code

Felladrin
b6efc2b11mo ago

Improve the generated Readme with the original model datacard and usage reference from transformers.js docs

Felladrin
783645d11mo ago

Add Docker Compose setup and simplify environment configuration

Felladrin
320038e11mo ago

Setup transformers.js during Docker build

Felladrin
232391411mo ago

Remove _patch_convert_script method as it's not necessary anymore

Felladrin
2ac1f2411mo ago

Temporarily disable script patching step

Felladrin
423413d11mo ago

Add environment variable fallback for HF_TOKEN before checking secrets

Felladrin
9f538bd11mo ago

Containerize app with Python 3.12 and add Docker configuration

Felladrin
5a05fd111mo ago

Temporarily patch transformers.js convert script to fix the model conversion

Felladrin
e1979fa11mo ago

Revert "Specify Python 3.12 runtime in runtime.txt"

Felladrin
710fcd711mo ago

Pass opset parameter to the convert script

Felladrin
6b5ba1211mo ago

Specify Python 3.12 runtime in runtime.txt

Felladrin
b78b61111mo ago

Upgrade streamlit SDK from 1.40.1 to 1.50.0

Felladrin
bec8b5d11mo ago

Pin dependency versions for huggingface_hub, streamlit and onnxscript

Felladrin
96b1ef111mo ago

Update requirements.txt

Felladrin
273f93711mo ago

Update `transformers_version` to `3.7.6`

Felladrin
1b659d311mo ago

Update requirements.txt

Felladrin
6b006bb11mo ago

Revert `transformers_version` to `3.7.5`

Felladrin
e0d346e11mo ago

Update requirements.txt

Felladrin
a5a533711mo ago

Update `transformers_version` to `3.7.6`

Felladrin
4e0e17b1y ago

Update `transformers_version` to `3.7.5`

Felladrin
83a48ae1y ago

Update `transformers_version` to `3.7.4`

Felladrin
98eb8411y ago

Update `transformers_version` to `3.7.3`

Felladrin
e2af5001y ago

Add `output_attentions` flag the conversion of Whisper model

Felladrin
ab9a0fe1y ago

Update `transformers_version` to `3.7.2`

Felladrin
1c2d5261y ago

Update `transformers_version` to `3.7.1`

Felladrin
551ae021y ago

Update `transformers_version` to `3.7.0`

Felladrin
b3e1b301y ago

Update `transformers_version` to `3.6.3`

Felladrin
9ba9fe91y ago

Update transformers.js version

Felladrin
256e6621y ago

Update `transformers_version` to `3.6.1`

Felladrin
4d487101y ago

Update requirements to match the latest version of transformers.js

Felladrin
d051bac1y ago

Update `transformers_version` to `3.6.0`

Felladrin
962e56f1y ago

Revert to a previous version of transformers[torch] package, as the newer is breaking the conversions

Felladrin
42f38281y ago

Update requirements.txt (#20)

Felladrin, 1TSnakers
b93ef901y ago

Add the ability to set the tag --trust_remote_code to true (#19)

Felladrin, 1TSnakers
98ae8d11y ago

Update

Xenova
8643c6f1y ago

Declare the `model_folder_path` variable outside the try-catch statement

Felladrin
c951ed81y ago

Update transformers.js version to 3.5.0

Felladrin
eead07a1y ago

Add `--trust_remote_code` parameter to the `convert` script

Felladrin
afb14c61y ago

add-readme (#15)

Felladrin, PierreMesure
df30c7c1y ago

Upload to same repo (#14)

Felladrin, PierreMesure
26600b82y ago

Update app.py (#11)

Felladrin, PierreMesure