Skip to content

Commit 064013a

Browse files
committed
Merge branch 'infer-ux-fixes' of github.com:neuralmagic/deepsparse into infer-ux-fixes
2 parents 7b1edfa + 274570b commit 064013a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/deepsparse/transformers/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
x# Hugging Face Transformer Inference Pipelines
1+
# Hugging Face Transformer Inference Pipelines
22

33

44
DeepSparse allows accelerated inference, serving, and benchmarking of sparsified [Hugging Face Transformer](https://github.com/huggingface/transformers) models.
@@ -285,7 +285,7 @@ response.text
285285
>> '{"labels": ["duplicate"], "scores": [0.9947025775909424]}'
286286
```
287287

288-
#### Token Classification Pipeline
288+
### Token Classification Pipeline
289289
The token classification task takes in sequences as inputs and assigns a class to each token.
290290
The following example uses a pruned and quantized token classification NER BERT model
291291
trained on the `CoNLL` dataset downloaded from the SparseZoo.

0 commit comments

Comments
 (0)