Instructions to use adhityaprimandhika/fine-tuned-deberta-category-by-notes-synthetic with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use adhityaprimandhika/fine-tuned-deberta-category-by-notes-synthetic with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="adhityaprimandhika/fine-tuned-deberta-category-by-notes-synthetic")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("adhityaprimandhika/fine-tuned-deberta-category-by-notes-synthetic") model = AutoModelForSequenceClassification.from_pretrained("adhityaprimandhika/fine-tuned-deberta-category-by-notes-synthetic") - Notebooks
- Google Colab
- Kaggle
Upload DebertaV2ForSequenceClassification
Browse files- config.json +1 -1
- model.safetensors +1 -1
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "MoritzLaurer/deberta-v3-large-zeroshot-v2.0",
|
| 3 |
"architectures": [
|
| 4 |
"DebertaV2ForSequenceClassification"
|
| 5 |
],
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "MoritzLaurer/deberta-v3-large-zeroshot-v2.0-c",
|
| 3 |
"architectures": [
|
| 4 |
"DebertaV2ForSequenceClassification"
|
| 5 |
],
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1740386448
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0f22948bb05f3e6027cccc1cc956aa4237f3a26215bb8300435e879b7c8f7d41
|
| 3 |
size 1740386448
|