Instructions to use KM4STfulltext/CSSCI_ABS_roberta with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use KM4STfulltext/CSSCI_ABS_roberta with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="KM4STfulltext/CSSCI_ABS_roberta")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("KM4STfulltext/CSSCI_ABS_roberta") model = AutoModelForMaskedLM.from_pretrained("KM4STfulltext/CSSCI_ABS_roberta") - Notebooks
- Google Colab
- Kaggle
Delete train_results.json
Browse files- train_results.json +0 -8
train_results.json
DELETED
|
@@ -1,8 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"epoch": 3.0,
|
| 3 |
-
"train_loss": 0.7085280003033105,
|
| 4 |
-
"train_runtime": 180307.3408,
|
| 5 |
-
"train_samples": 1453570,
|
| 6 |
-
"train_samples_per_second": 24.185,
|
| 7 |
-
"train_steps_per_second": 1.512
|
| 8 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|