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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -14
README.md CHANGED
@@ -14,25 +14,23 @@ hf_oauth_scopes:
14
  - inference-api
15
  - read-billing
16
  tags:
17
- - autotrain
18
  license: apache-2.0
19
  short_description: PhPedja
20
  ---
21
 
22
  # Docs
23
 
24
- [Hugging Face AutoTrain Documentation](https://huggingface.co/docs/autotrain)
25
 
26
- ## Description
27
 
28
- PhPedja is a powerful tool designed for training state-of-the-art models without the need for extensive coding. It simplifies the machine learning process, making it accessible to everyone.
29
-
30
- ## Installation
31
-
32
- ```bash
33
- # Clone the repository
34
- git clone https://github.com/your-username/PhPedja.git
35
- cd PhPedja
36
-
37
- # Install dependencies
38
- pip install -r requirements.txt
 
14
  - inference-api
15
  - read-billing
16
  tags:
17
+ - machine-learning
18
  license: apache-2.0
19
  short_description: PhPedja
20
  ---
21
 
22
  # Docs
23
 
24
+ 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
+ }