Instructions to use MKaan/multilingual-cpv-sector-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MKaan/multilingual-cpv-sector-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="MKaan/multilingual-cpv-sector-classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("MKaan/multilingual-cpv-sector-classifier") model = AutoModelForSequenceClassification.from_pretrained("MKaan/multilingual-cpv-sector-classifier") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,6 +7,7 @@ tags:
|
|
| 7 |
- sector
|
| 8 |
- multilingual
|
| 9 |
- transformers
|
|
|
|
| 10 |
widget:
|
| 11 |
- text: "Oppegård municipality, hereafter called the contracting authority, intends to enter into a framework agreement with one supplier for the procurement of fresh bread and bakery products for Oppegård municipality. The contract is estimated to NOK 1 400 000 per annum excluding VAT The total for the entire period including options is NOK 5 600 000 excluding VAT"
|
| 12 |
---
|
|
|
|
| 7 |
- sector
|
| 8 |
- multilingual
|
| 9 |
- transformers
|
| 10 |
+
- text-classification
|
| 11 |
widget:
|
| 12 |
- text: "Oppegård municipality, hereafter called the contracting authority, intends to enter into a framework agreement with one supplier for the procurement of fresh bread and bakery products for Oppegård municipality. The contract is estimated to NOK 1 400 000 per annum excluding VAT The total for the entire period including options is NOK 5 600 000 excluding VAT"
|
| 13 |
---
|