Instructions to use runaksh/ResumeClassification_distilBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use runaksh/ResumeClassification_distilBERT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="runaksh/ResumeClassification_distilBERT")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("runaksh/ResumeClassification_distilBERT") model = AutoModelForSequenceClassification.from_pretrained("runaksh/ResumeClassification_distilBERT") - Notebooks
- Google Colab
- Kaggle
Upload DistilBertForSequenceClassification
Browse files- config.json +1 -1
- pytorch_model.bin +1 -1
config.json
CHANGED
|
@@ -74,6 +74,6 @@
|
|
| 74 |
"sinusoidal_pos_embds": false,
|
| 75 |
"tie_weights_": true,
|
| 76 |
"torch_dtype": "float32",
|
| 77 |
-
"transformers_version": "4.
|
| 78 |
"vocab_size": 30522
|
| 79 |
}
|
|
|
|
| 74 |
"sinusoidal_pos_embds": false,
|
| 75 |
"tie_weights_": true,
|
| 76 |
"torch_dtype": "float32",
|
| 77 |
+
"transformers_version": "4.34.0",
|
| 78 |
"vocab_size": 30522
|
| 79 |
}
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267924845
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:27ac98bc6e95d1924b901787f5a31db7d7e9127d8b99877435dcf301d4f51939
|
| 3 |
size 267924845
|