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- training_args.bin +1 -1
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:e671375e9ed1414d04bae6ce32105ee756a6f4e327c2e24a024b6e7e100b52d1
|
| 3 |
size 4920
|