codewithkyrian commited on
Commit
9c37c5f
·
verified ·
1 Parent(s): 41bbf89

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
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`).