Xenova HF staff commited on
Commit
8510724
·
1 Parent(s): 2b5b0c1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -5,6 +5,8 @@ pipeline_tag: feature-extraction
5
 
6
  https://huggingface.co/google/electra-base-discriminator with ONNX weights to be compatible with Transformers.js.
7
 
 
 
8
  If you haven't already, you can install the [Transformers.js](https://huggingface.co/docs/transformers.js) JavaScript library from [NPM](https://www.npmjs.com/package/@xenova/transformers) using:
9
  ```bash
10
  npm i @xenova/transformers
 
5
 
6
  https://huggingface.co/google/electra-base-discriminator with ONNX weights to be compatible with Transformers.js.
7
 
8
+ ## Usage (Transformers.js)
9
+
10
  If you haven't already, you can install the [Transformers.js](https://huggingface.co/docs/transformers.js) JavaScript library from [NPM](https://www.npmjs.com/package/@xenova/transformers) using:
11
  ```bash
12
  npm i @xenova/transformers