benjaminchazelle
commited on
Commit
•
917bd83
1
Parent(s):
61d9df8
Update README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,9 @@ library_name: transformers.js
|
|
6 |
pipeline_tag: fill-mask
|
7 |
---
|
8 |
|
9 |
-
The [camembert/camembert-base](https://huggingface.co/camembert/camembert-base) model converted in ONNX format
|
|
|
|
|
10 |
|
11 |
```js
|
12 |
<script type="module">
|
|
|
6 |
pipeline_tag: fill-mask
|
7 |
---
|
8 |
|
9 |
+
The [camembert/camembert-base](https://huggingface.co/camembert/camembert-base) model converted in ONNX format.
|
10 |
+
|
11 |
+
This model handles the Fill-Mask pipeline and can therefore be used for offline text completion through [Transformers.js](https://huggingface.co/docs/transformers.js/api/pipelines#module_pipelines.FillMaskPipeline).
|
12 |
|
13 |
```js
|
14 |
<script type="module">
|