codewithkyrian
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,7 @@
|
|
2 |
library_name: Transformers PHP
|
3 |
tags:
|
4 |
- onnx
|
|
|
5 |
---
|
6 |
|
7 |
https://huggingface.co/textattack/bert-base-uncased-rotten-tomatoes with ONNX weights to be compatible with Transformers PHP
|
@@ -19,4 +20,4 @@ https://huggingface.co/textattack/bert-base-uncased-rotten-tomatoes with ONNX we
|
|
19 |
|
20 |
---
|
21 |
|
22 |
-
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`).
|
|
|
2 |
library_name: Transformers PHP
|
3 |
tags:
|
4 |
- onnx
|
5 |
+
pipeline_tag: text-classification
|
6 |
---
|
7 |
|
8 |
https://huggingface.co/textattack/bert-base-uncased-rotten-tomatoes with ONNX weights to be compatible with Transformers PHP
|
|
|
20 |
|
21 |
---
|
22 |
|
23 |
+
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`).
|