Update README.md
Browse files
README.md
CHANGED
@@ -15,4 +15,14 @@ tags:
|
|
15 |
- CoT
|
16 |
- chain-of-thought
|
17 |
short_description: Track, rank and evaluate on qLeaderboard
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
---
|
|
|
15 |
- CoT
|
16 |
- chain-of-thought
|
17 |
short_description: Track, rank and evaluate on qLeaderboard
|
18 |
+
hf_oauth: true
|
19 |
+
# optional, default duration is 8 hours/480 minutes. Max duration is 30 days/43200 minutes.
|
20 |
+
hf_oauth_expiration_minutes: 480
|
21 |
+
# optional, see "Scopes" below. "openid profile" is always included.
|
22 |
+
hf_oauth_scopes:
|
23 |
+
- read-repos
|
24 |
+
- write-repos
|
25 |
+
- manage-repos
|
26 |
+
- inference-api
|
27 |
+
|
28 |
---
|