Instructions to use dragonSwing/vibert-capu with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dragonSwing/vibert-capu with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="dragonSwing/vibert-capu")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("dragonSwing/vibert-capu", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
ecdcd80
1
Parent(s): 217bb4e
Update README
Browse files
README.md
CHANGED
|
@@ -24,6 +24,7 @@ The model also restores the complex upper-casing of words like *YouTube*, *MobiF
|
|
| 24 |
|
| 25 |
-----------------------------------------------
|
| 26 |
## 🚋 Usage
|
|
|
|
| 27 |
**Below is a quick way to get up and running with the model.**
|
| 28 |
1. Download files from hub
|
| 29 |
```python
|
|
|
|
| 24 |
|
| 25 |
-----------------------------------------------
|
| 26 |
## 🚋 Usage
|
| 27 |
+
|
| 28 |
**Below is a quick way to get up and running with the model.**
|
| 29 |
1. Download files from hub
|
| 30 |
```python
|