Instructions to use marcsun13/test_push_checkpoint with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use marcsun13/test_push_checkpoint with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="marcsun13/test_push_checkpoint", device_map="auto")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("marcsun13/test_push_checkpoint") model = AutoModelForMaskedLM.from_pretrained("marcsun13/test_push_checkpoint", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 15
Browse files- emissions.csv +1 -0
- model.safetensors +1 -1
emissions.csv
CHANGED
|
@@ -9,3 +9,4 @@ timestamp,experiment_id,project_name,duration,emissions,energy_consumed,country_
|
|
| 9 |
2024-06-28T19:14:22,022163a8-ebbb-4d3d-93c3-5715dbd917b5,codecarbon,72.8873975276947,0.00034064544581339384,0.0008023041438337893,France,FRA,île-de-france,N,,
|
| 10 |
2024-06-28T19:30:04,2ded7608-3fc2-49d9-92d1-c2c466005d79,codecarbon,31.491961240768433,0.000128468051905953,0.00030257398612298664,France,FRA,île-de-france,N,,
|
| 11 |
2024-06-28T19:33:23,7ea2da03-3364-4f1e-bd40-82a99177712c,codecarbon,50.920191526412964,0.00022520950083762786,0.000530423987678228,France,FRA,île-de-france,N,,
|
|
|
|
|
|
| 9 |
2024-06-28T19:14:22,022163a8-ebbb-4d3d-93c3-5715dbd917b5,codecarbon,72.8873975276947,0.00034064544581339384,0.0008023041438337893,France,FRA,île-de-france,N,,
|
| 10 |
2024-06-28T19:30:04,2ded7608-3fc2-49d9-92d1-c2c466005d79,codecarbon,31.491961240768433,0.000128468051905953,0.00030257398612298664,France,FRA,île-de-france,N,,
|
| 11 |
2024-06-28T19:33:23,7ea2da03-3364-4f1e-bd40-82a99177712c,codecarbon,50.920191526412964,0.00022520950083762786,0.000530423987678228,France,FRA,île-de-france,N,,
|
| 12 |
+
2024-06-28T19:44:51,3f86abc9-5b24-4f25-94b7-f69e23d123aa,codecarbon,34.32512283325195,0.00013688715399644635,0.0003224030505581025,France,FRA,île-de-france,N,,
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 433386912
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3de829b83ac7440357bd9461a5f01b0118e31d494cebe2798a671ff17357e9a3
|
| 3 |
size 433386912
|