Instructions to use igerasimov/checkpoints with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use igerasimov/checkpoints with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="igerasimov/checkpoints")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("igerasimov/checkpoints") model = AutoModelForSequenceClassification.from_pretrained("igerasimov/checkpoints") - Notebooks
- Google Colab
- Kaggle
igerasimov/nasa-impact-bert-e-base-mlm-finetuned
Browse files- README.md +0 -0
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 498677420
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:20473938369a5d1afc88e186ee28fa26001bced8abc094fd6c21c4c04693a190
|
| 3 |
size 498677420
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4920
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5e412fb07dca201916a4388237c0a364381577df79af9913a69fc099ca3c34bd
|
| 3 |
size 4920
|