Instructions to use SmartPy/distilbert-base-uncased-finetuned-cnn with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SmartPy/distilbert-base-uncased-finetuned-cnn with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="SmartPy/distilbert-base-uncased-finetuned-cnn")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("SmartPy/distilbert-base-uncased-finetuned-cnn") model = AutoModelForMaskedLM.from_pretrained("SmartPy/distilbert-base-uncased-finetuned-cnn", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 1500
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267976815
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d33f27f34bf4a6211ee9d852ec2e8b03a733e478ced5acdd079d078567ae8801
|
| 3 |
size 267976815
|
runs/Aug18_20-35-57_8a0d6ee7c020/events.out.tfevents.1660854985.8a0d6ee7c020.17.2
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bc6dbd0198af013d7466b508eb339d400a0cd49d3fb65b258fe280be97709016
|
| 3 |
+
size 7624
|