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/avichr/heBERT_sentiment_analysis with ONNX weights to be compatible with Transformers PHP
|
@@ -101,4 +102,4 @@ Chriqui, A., & Yahav, I. (2021). HeBERT & HebEMO: a Hebrew BERT Model and a Tool
|
|
101 |
|
102 |
---
|
103 |
|
104 |
-
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/avichr/heBERT_sentiment_analysis with ONNX weights to be compatible with Transformers PHP
|
|
|
102 |
|
103 |
---
|
104 |
|
105 |
+
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`).
|