Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
yhavinga
/
gpt2-large-dutch
like
6
Text Generation
Transformers
PyTorch
JAX
TensorBoard
Safetensors
yhavinga/mc4_nl_cleaned
Dutch
gpt2
gpt2-large
text-generation-inference
Inference Endpoints
Model card
Files
Files and versions
Metrics
Training metrics
Community
1
Train
Deploy
Use this model
ba18858
gpt2-large-dutch
/
push.sh
yhavinga
Add scripts, model config etc
c6e3db9
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