Dejansimic commited on
Commit
90e7278
·
verified ·
1 Parent(s): 0e525ed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -11
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
- - machine-learning
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{thakur2024nocodetrainingstateoftheart,
29
- title={No-code training for state-of-the-art models},
30
  author={Abhishek Thakur},
31
  year={2024},
32
- eprint={2410.15735},
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
  }