Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
yhavinga
/
gpt-neo-125M-dutch
like
2
Text Generation
Transformers
PyTorch
JAX
TensorBoard
Safetensors
yhavinga/mc4_nl_cleaned
Dutch
gpt_neo
gpt2-medium
gpt2
Inference Endpoints
Model card
Files
Files and versions
Metrics
Training metrics
Community
1
Train
Deploy
Use this model
33fa786
gpt-neo-125M-dutch
/
push.sh
yhavinga
Saving scripts, log and checkpoint at step 70000
f1818f3
almost 3 years ago
raw
Copy download link
history
blame
Safe
201 Bytes
#!/bin/bash
source
~/venv/bin/activate
while
true
do
echo
-n
"Checking at .. "
date
BEHIND=`git rev-list origin..HEAD`
if
[ ! -z
"
$BEHIND
"
]
then
git push origin
fi
sleep
180
done