Teddy Xinyuan Chen commited on
Commit
cef3679
·
unverified ·
1 Parent(s): c53a2ca

2024-02-22T21-00-24Z

Browse files
Files changed (2) hide show
  1. Makefile +14 -0
  2. README.md +1 -1
Makefile ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ REPO_NAME = biases-llm-reference-letters-datasette
2
+ HF_USERNAME = tddschn
3
+ # https://tddschn-biases-llm-reference-letters-datasette.hf.space/
4
+ HF_DOT_SPACE_URL = https://$(HF_USERNAME)-$(REPO_NAME).hf.space
5
+
6
+ push-hf:
7
+ git push hf main
8
+
9
+ commit-and-push-hf:
10
+ git-pp
11
+ git push hf main
12
+
13
+ open-hf-space:
14
+ open $(HF_DOT_SPACE_URL)
README.md CHANGED
@@ -8,4 +8,4 @@ pinned: false
8
  license: apache-2.0
9
  ---
10
 
11
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
8
  license: apache-2.0
9
  ---
10
 
11
+ HF Space: https://tddschn-biases-llm-reference-letters-datasette.hf.space