Add/update the quantized ONNX model files and README.md for Transformers.js v3
#1
by
						
whitphx
	
							HF Staff
						- opened
							
					
- README.md +16 -0
 - onnx/model_bnb4.onnx +3 -0
 - onnx/model_int8.onnx +3 -0
 - onnx/model_q4.onnx +3 -0
 - onnx/model_q4f16.onnx +3 -0
 - onnx/model_uint8.onnx +3 -0
 
    	
        README.md
    CHANGED
    
    | 
         @@ -5,4 +5,20 @@ library_name: transformers.js 
     | 
|
| 5 | 
         | 
| 6 | 
         
             
            https://huggingface.co/bert-base-multilingual-cased with ONNX weights to be compatible with Transformers.js.
         
     | 
| 7 | 
         | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 8 | 
         
             
            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`).
         
     | 
| 
         | 
|
| 5 | 
         | 
| 6 | 
         
             
            https://huggingface.co/bert-base-multilingual-cased 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/@huggingface/transformers) using:
         
     | 
| 11 | 
         
            +
            ```bash
         
     | 
| 12 | 
         
            +
            npm i @huggingface/transformers
         
     | 
| 13 | 
         
            +
            ```
         
     | 
| 14 | 
         
            +
             
     | 
| 15 | 
         
            +
            **Example:** Perform masked language modelling (a.k.a. "fill-mask").
         
     | 
| 16 | 
         
            +
             
     | 
| 17 | 
         
            +
            ```js
         
     | 
| 18 | 
         
            +
            import { pipeline } from '@huggingface/transformers';
         
     | 
| 19 | 
         
            +
             
     | 
| 20 | 
         
            +
            const unmasker = await pipeline('fill-mask', 'Xenova/bert-base-multilingual-cased');
         
     | 
| 21 | 
         
            +
            const output = await unmasker('The goal of life is [MASK].');
         
     | 
| 22 | 
         
            +
            ```
         
     | 
| 23 | 
         
            +
             
     | 
| 24 | 
         
             
            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`).
         
     | 
    	
        onnx/model_bnb4.onnx
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:cd0278b2ce67fe40d9b694d3bcbb13c6980cfa50c92ea34aaa1066425b6612e3
         
     | 
| 3 | 
         
            +
            size 418225443
         
     | 
    	
        onnx/model_int8.onnx
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:2cdeed653e8d34599e147d48327096734268069929f36299b3f79800748d8a41
         
     | 
| 3 | 
         
            +
            size 179105544
         
     | 
    	
        onnx/model_q4.onnx
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:baa2d19690d7dd854a4499f1e3074819b02fbe43e1536c79895a25410e22de29
         
     | 
| 3 | 
         
            +
            size 423570188
         
     | 
    	
        onnx/model_q4f16.onnx
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:de3028f56c305fa5de455552f9caaf6811750351136f3ae4e7b95a7011a44342
         
     | 
| 3 | 
         
            +
            size 233324989
         
     | 
    	
        onnx/model_uint8.onnx
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:4b7e5e0a9dd119d34aca73e07914f1eea6f9e00bcede1bdf02e2ad07fdf096ca
         
     | 
| 3 | 
         
            +
            size 179105588
         
     |