Update README.md
Browse files
README.md
CHANGED
@@ -46,9 +46,9 @@ Training LLM for React specific dataset and enable reasoning task. This LLM prov
|
|
46 |
|
47 |
## How It Works
|
48 |
|
49 |
-
1. **Data Collection**: The model is trained on
|
50 |
|
51 |
-
2. **Feature Extraction**: Upscalling it using RL to enable model with heigh level of accuracy and better output for reasoning.
|
52 |
|
53 |
3. **Machine Learning**: A sophisticated machine learning algorithm is employed to learn the heigh quality code in React Specific code and can be expand to all freamwork.
|
54 |
|
@@ -66,14 +66,10 @@ Training LLM for React specific dataset and enable reasoning task. This LLM prov
|
|
66 |
|
67 |
1. Clone this repository:
|
68 |
```bash
|
69 |
-
git clone https://huggingface.co/
|
70 |
-
cd
|
71 |
```
|
72 |
|
73 |
-
2. Download the pre-trained model files:
|
74 |
-
'model.joblib'
|
75 |
-
'label.joblib'
|
76 |
-
|
77 |
### Usage
|
78 |
|
79 |
1. Import the necessary libraries:
|
@@ -125,7 +121,7 @@ For inquiries and contributions, please contact us at [email protected].
|
|
125 |
|
126 |
```bibtex
|
127 |
@ModelCard{
|
128 |
-
author = {Nehul Agrawal, Priyal
|
129 |
title = {Think and Code in React},
|
130 |
year = {2025}
|
131 |
}
|
|
|
46 |
|
47 |
## How It Works
|
48 |
|
49 |
+
1. **Data Collection**: The model is trained on 1000's of react specific senerios. it does provide us cold start with good reasoning capabilities
|
50 |
|
51 |
+
2. **Feature Extraction**: Upscalling it using RL to enable model with heigh level of accuracy and better output for reasoning.
|
52 |
|
53 |
3. **Machine Learning**: A sophisticated machine learning algorithm is employed to learn the heigh quality code in React Specific code and can be expand to all freamwork.
|
54 |
|
|
|
66 |
|
67 |
1. Clone this repository:
|
68 |
```bash
|
69 |
+
git clone https://huggingface.co/foduucom/Think-and-Code-React
|
70 |
+
cd Think-and-Code-React
|
71 |
```
|
72 |
|
|
|
|
|
|
|
|
|
73 |
### Usage
|
74 |
|
75 |
1. Import the necessary libraries:
|
|
|
121 |
|
122 |
```bibtex
|
123 |
@ModelCard{
|
124 |
+
author = {Nehul Agrawal, Priyal Mehta and Ayush Panday},
|
125 |
title = {Think and Code in React},
|
126 |
year = {2025}
|
127 |
}
|