Instructions to use hongpingjun98/BioMedNLP_DeBERTa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hongpingjun98/BioMedNLP_DeBERTa with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="hongpingjun98/BioMedNLP_DeBERTa")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("hongpingjun98/BioMedNLP_DeBERTa") model = AutoModelForSequenceClassification.from_pretrained("hongpingjun98/BioMedNLP_DeBERTa") - Notebooks
- Google Colab
- Kaggle
Commit ·
8dae3f8
1
Parent(s): 9c74d91
Training in progress, step 1000
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 432960488
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ccce34b9f16a72137d669d6d6f194d0de951cdf62efa88b33d46dc00bd509f77
|
| 3 |
size 432960488
|