CoolFace
Apppublic

DanaRabie2002/code-similarity-checker

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
48 commits on main
ba19c331y ago

Fix: wait for tokenizer.json file to appear before loading

DanaRabie2002
606ff641y ago

Fix: load tokenizer.json directly to avoid tiktoken dependency

DanaRabie2002
247a1931y ago

Fix: add protobuf to dependencies

DanaRabie2002
8d4ec511y ago

Fix: use PreTrainedTokenizerFast to match tokenizer_config

DanaRabie2002
f99b4b91y ago

Fix tokenizer registration for modernbert

DanaRabie2002
c985cc41y ago

fix same name error

DanaRabie2002
92e1d5c1y ago

Register modernbert classes in app.py to fix from_pretrained error

DanaRabie2002
f467b191y ago

Fix download path to use /tmp for zip files

DanaRabie2002
0c130bf1y ago

Disable TorchInductor to fix getpwuid error

DanaRabie2002
b84dcc81y ago

Fix filename case for modernbert files

DanaRabie2002
fb242041y ago

Fix absolute imports for Hugging Face compatibility

DanaRabie2002
6b296541y ago

Trigger rebuild

DanaRabie2002
b9e3c611y ago

Fix all imports in ModernBERT for Hugging Face deployment

DanaRabie2002
ee082e71y ago

Fix relative import for ACT2FN

DanaRabie2002
cd319361y ago

Add ModernBERT model integration with proper package structure

DanaRabie2002
71845871y ago

Update app with ModernBERT support and config

DanaRabie2002
2237e211y ago

Update app.py to use ModernBert with /tmp model paths

DanaRabie2002
24a43831y ago

Pin transformers==4.52.4 and simplify Dockerfile

DanaRabie2002
70818491y ago

Fix Dockerfile and upgrade transformers

DanaRabie2002
77ea7af1y ago

Final version with fixed model loading (local_files_only)

DanaRabie2002
493d3831y ago

Fix: absolute paths and local_files_only for model loading

DanaRabie2002
3d2ccaf1y ago

Fix: Extract models into /tmp to avoid permission denied

DanaRabie2002
379785a1y ago

Fix: save zip to /tmp to avoid permission error

DanaRabie2002
064bdd91y ago

Fix: expose port and launch app in Dockerfile

DanaRabie2002
cb495331y ago

Fix: cleaned up merge conflict in requirements.txt

DanaRabie2002
b3b8d3b1y ago

Add Dockerfile for Hugging Face deployment

DanaRabie2002
2ff508a1y ago

file edited

DanaRabie2002
9ec4aa31y ago

Trigger Hugging Face rebuild

DanaRabie2002
91b64391y ago

Fix: add Hugging Face metadata block

DanaRabie2002
9a641021y ago

Force README update with metadata for Hugging Face

DanaRabie2002
41dea8e1y ago

Add Hugging Face config metadata to README

DanaRabie2002
24754eb1y ago

Final deployment-ready update for Hugging Face Spaces

DanaRabie2002
20357fc1y ago

Final working version with layout and CSS fixes

DanaRabie2002
6569e7a1y ago

Update layout and fix centering

DanaRabie2002
d5fc4501y ago

Update app.py to download model from GitHub Releases

DanaRabie2002
6d97c961y ago

Final graduation project version

DanaRabie2002
d049dc71y ago

Auto model transformers' BERT implementation

DanaRabie2002
aa81e881y ago

Fix: switch model download URLs to GitHub release assets

DanaRabie2002
d2c41481y ago

Fix Dropbox direct download links for model zips

DanaRabie2002
be587d31y ago

Fix import for ModernBert using transformers' BERT implementation

DanaRabie2002
0b859b61y ago

Use dev version of Transformers for ModernBERT

DanaRabie2002
5a427da1y ago

Fix: use ModernBertForSequenceClassification and dynamic port binding

DanaRabie2002
17675151y ago

Reduced model size to fit Standard plan

DanaRabie2002
6aa45c41y ago

Fix: updated to use correct port for Render

DanaRabie2002
5c6dd551y ago

Update app.py with Dropbox model download links

DanaRabie2002
5c3e7851y ago

Final updated version with model downloading and cleaned code

DanaRabie2002
b33129c1y ago

Add files via upload

DanaRabie02
5e101a31y ago

Initial commit

DanaRabie02