dominguesm commited on
Commit
0e468ec
1 Parent(s): 62e40b4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ library_name: transformers.js
4
+ tags:
5
+ - image-classification
6
+ - adult-content
7
+ - onlyfans
8
+ - twitter
9
+ - onnx
10
+ pipeline_tag: image-classification
11
+ ---
12
+
13
+ WIP
14
+
15
+ 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`).