Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
yhavinga
/
gpt2-medium-dutch-nedd
like
0
Text Generation
Transformers
PyTorch
JAX
TensorBoard
yhavinga/mc4_nl_cleaned
Dutch
gpt2
gpt2-medium
text-generation-inference
Inference Endpoints
Model card
Files
Files and versions
Metrics
Training metrics
Community
1
Train
Deploy
Use this model
dd3b617
gpt2-medium-dutch-nedd
/
push.sh
yhavinga
Add scripts, model config and vocabulary
21e9f42
about 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