PerSets commited on
Commit
835a962
·
1 Parent(s): 37127c4

add metadata/ add github action

Browse files
Files changed (2) hide show
  1. .github/workflows/blank.yml +26 -0
  2. metadata.csv +3 -0
.github/workflows/blank.yml ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: Sync to Hugging Face hub
2
+
3
+ # Controls when the workflow will run
4
+ on:
5
+ # Triggers the workflow on push or pull request events but only for the "main" branch
6
+ push:
7
+ branches: [ "main" ]
8
+ #pull_request:
9
+ #branches: [ "main" ]
10
+
11
+ # Allows you to run this workflow manually from the Actions tab
12
+ workflow_dispatch:
13
+
14
+ # A workflow run is made up of one or more jobs that can run sequentially or in parallel
15
+ jobs:
16
+ sync-to-hub:
17
+ runs-on: ubuntu-latest
18
+ steps:
19
+ - uses: actions/checkout@v4
20
+ with:
21
+ fetch-depth: 0
22
+ lfs: true
23
+ - name: Push to hub
24
+ env:
25
+ HF_TOKEN: ${{ secrets.HF_TOKEN }}
26
+ run: git push -f https://PerSets:$HF_TOKEN@huggingface.co/datasets/PerSets/sr main
metadata.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0dc517acd259720ffc9cd4413fb7a6933e710f2f2421279d321cc73ee5227603
3
+ size 25222339