juhoinkinen commited on
Commit
d4a076f
·
verified ·
1 Parent(s): 8cad451

Delete .github

Browse files
.github/workflows/huggingfacehub-sync.yml DELETED
@@ -1,31 +0,0 @@
1
- name: Sync with Hugging Face Hub
2
- on:
3
- #push:
4
- # branches:
5
- # - main
6
- workflow_dispatch
7
- jobs:
8
- sync-to-hfhub:
9
- name: Sync to Hugging Face Hub
10
- runs-on: ubuntu-latest
11
- steps:
12
- - name: Sync to Hugging Face Hub
13
- uses: juhoinkinen/[email protected]
14
- with:
15
- # The Hugging Face repo id you want to sync to. (ex. 'username/reponame')
16
- # A repo with this name will be created if it doesn't exist. Required.
17
- huggingface_repo_id: 'juhoinkinen/FintoAI-data-KAUNO-3'
18
-
19
- # Hugging Face token with write access. Required.
20
- # Here, we provide a token that we called `HF_TOKEN` when we added the secret to our GitHub repo.
21
- hf_token: ${{ secrets.HF_TOKEN }}
22
-
23
- # The type of repo you are syncing to: model, dataset, or space.
24
- # Defaults to space.
25
- repo_type: 'model'
26
-
27
- # If true and the Hugging Face repo doesn't already exist, it will be created
28
- # as a private repo.
29
- #
30
- # Note: this param has no effect if the repo already exists.
31
- private: true