Skip to content

Commit fab924b

Browse files
committed
chore: update env file
1 parent e8ca8c0 commit fab924b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed
Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
COLLECTION_NAME=test
2-
HF_API_TOKEN=
3-
MODEL_ID=bert-base-uncased
4-
TASK=fill-mask
5-
LOCATION=us-central1
1+
COLLECTION_PATH=test
2+
HF_ACCESS_TOKEN=
3+
HF_INFERENCE_ENDPOINT=
4+
LOCATION=us-central1
5+
MODEL_ID=distilbert-base-uncased-finetuned-sst-2-english
6+
TASK=text-classification

0 commit comments

Comments
 (0)