Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -9,14 +9,11 @@ hf_oauth: true
|
|
9 |
hf_oauth_expiration_minutes: 36000
|
10 |
hf_oauth_scopes:
|
11 |
- read-repos
|
12 |
-
- write-repos
|
13 |
-
- manage-repos
|
14 |
- inference-api
|
15 |
-
- read-billing
|
16 |
tags:
|
17 |
-
-
|
18 |
license: apache-2.0
|
19 |
-
short_description: PhPedja
|
20 |
---
|
21 |
|
22 |
# Docs
|
@@ -25,12 +22,9 @@ https://huggingface.co/docs
|
|
25 |
|
26 |
# Citation
|
27 |
|
28 |
-
@misc{
|
29 |
-
title={
|
30 |
author={Abhishek Thakur},
|
31 |
year={2024},
|
32 |
-
|
33 |
-
archivePrefix={arXiv},
|
34 |
-
primaryClass={cs.AI},
|
35 |
-
url={https://arxiv.org/abs/2410.15735},
|
36 |
}
|
|
|
9 |
hf_oauth_expiration_minutes: 36000
|
10 |
hf_oauth_scopes:
|
11 |
- read-repos
|
|
|
|
|
12 |
- inference-api
|
|
|
13 |
tags:
|
14 |
+
- inference
|
15 |
license: apache-2.0
|
16 |
+
short_description: PhPedja - Inference Only
|
17 |
---
|
18 |
|
19 |
# Docs
|
|
|
22 |
|
23 |
# Citation
|
24 |
|
25 |
+
@misc{thakur2024inference,
|
26 |
+
title={Using Hugging Face Models for Inference},
|
27 |
author={Abhishek Thakur},
|
28 |
year={2024},
|
29 |
+
url={https://huggingface.co},
|
|
|
|
|
|
|
30 |
}
|