aleksyglvnw commited on
Commit
36d3986
·
verified ·
1 Parent(s): ec064ae

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: Transformers PHP
3
+ license: apache-2.0
4
+ tags:
5
+ - onnx
6
+ ---
7
+
8
+ https://huggingface.co/diffusionai/detr-face-detection with ONNX weights to be compatible with Transformers PHP
9
+
10
+
11
+ ---
12
+
13
+ Note: Having a separate repo for ONNX weights is intended to be a temporary solution until WebML gains more traction. If you would like to make your models web-ready, we recommend converting to ONNX using [🤗 Optimum](https://huggingface.co/docs/optimum/index) and structuring your repo like this one (with ONNX weights located in a subfolder named `onnx`).