Instructions to use futrx/fullstop-punctuation-multilang-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use futrx/fullstop-punctuation-multilang-large with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('token-classification', 'futrx/fullstop-punctuation-multilang-large');
[Automated] Update base model metadata
#1
by Xenova HF Staff - opened
README.md
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
---
|
|
|
|
| 2 |
library_name: transformers.js
|
| 3 |
license: mit
|
| 4 |
pipeline_tag: token-classification
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model: oliverguhr/fullstop-punctuation-multilang-large
|
| 3 |
library_name: transformers.js
|
| 4 |
license: mit
|
| 5 |
pipeline_tag: token-classification
|