Update README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,18 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
tags:
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
7 |
|
8 |
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
|
|
|
10 |
|
11 |
|
12 |
## Model Details
|
@@ -17,35 +23,34 @@ tags: []
|
|
17 |
|
18 |
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
|
19 |
|
20 |
-
- **Developed by:**
|
21 |
-
- **Funded by
|
22 |
-
- **
|
23 |
-
- **
|
24 |
-
- **
|
25 |
-
- **
|
26 |
-
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
|
28 |
### Model Sources [optional]
|
29 |
|
30 |
<!-- Provide the basic links for the model. -->
|
31 |
|
32 |
-
- **
|
33 |
-
- **
|
34 |
-
- **Demo [optional]:** [More Information Needed]
|
35 |
|
36 |
## Uses
|
37 |
|
38 |
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
|
|
|
|
|
40 |
### Direct Use
|
41 |
|
42 |
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
|
44 |
-
|
45 |
|
46 |
-
|
47 |
|
48 |
-
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
|
50 |
[More Information Needed]
|
51 |
|
@@ -53,19 +58,23 @@ This is the model card of a 🤗 transformers model that has been pushed on the
|
|
53 |
|
54 |
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
|
|
|
|
|
56 |
[More Information Needed]
|
57 |
|
58 |
## Bias, Risks, and Limitations
|
59 |
|
60 |
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
|
|
|
|
|
62 |
[More Information Needed]
|
63 |
|
64 |
### Recommendations
|
65 |
|
66 |
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
|
68 |
-
|
69 |
|
70 |
## How to Get Started with the Model
|
71 |
|
@@ -196,6 +205,4 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
|
|
196 |
|
197 |
## Model Card Contact
|
198 |
|
199 |
-
[More Information Needed]
|
200 |
-
|
201 |
-
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
tags:
|
4 |
+
- LeetCode
|
5 |
+
- Programming
|
6 |
+
- Coding
|
7 |
+
language:
|
8 |
+
- en
|
9 |
---
|
10 |
|
11 |
# Model Card for Model ID
|
12 |
|
13 |
<!-- Provide a quick summary of what the model is/does. -->
|
14 |
|
15 |
+
Generates a LeetCode Question taking difficulty level and topic as input.
|
16 |
|
17 |
|
18 |
## Model Details
|
|
|
23 |
|
24 |
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
|
25 |
|
26 |
+
- **Developed by:** Usaid Bin Rehan
|
27 |
+
- **Funded by:** NVIDIA Research Center
|
28 |
+
- **Model type:** Question-Answering
|
29 |
+
- **Language(s) (NLP):** English
|
30 |
+
- **License:** None
|
31 |
+
- **Finetuned from model:** Zephyr-7B
|
|
|
32 |
|
33 |
### Model Sources [optional]
|
34 |
|
35 |
<!-- Provide the basic links for the model. -->
|
36 |
|
37 |
+
- **Paper [optional]:** currently in works
|
38 |
+
- **Demo [optional]:** will be made public soon
|
|
|
39 |
|
40 |
## Uses
|
41 |
|
42 |
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
43 |
|
44 |
+
The model can be used directly in any LMS to generate LeetCode questions or can be fine-tuned on further difficulty and topic categorized questions.
|
45 |
+
|
46 |
### Direct Use
|
47 |
|
48 |
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
49 |
|
50 |
+
The model can be inferenced to respond with LeetCode question that is categorized by the topic and difficulty level passed as prompt.
|
51 |
|
52 |
+
[More Information Needed]
|
53 |
|
|
|
54 |
|
55 |
[More Information Needed]
|
56 |
|
|
|
58 |
|
59 |
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
60 |
|
61 |
+
Generating questions of courses other than programming has not been validated
|
62 |
+
|
63 |
[More Information Needed]
|
64 |
|
65 |
## Bias, Risks, and Limitations
|
66 |
|
67 |
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
68 |
|
69 |
+
It is limited to only generating LeetCode questions it has been trained on
|
70 |
+
|
71 |
[More Information Needed]
|
72 |
|
73 |
### Recommendations
|
74 |
|
75 |
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
76 |
|
77 |
+
It has been designed to generate popular LeetCode questions for practice
|
78 |
|
79 |
## How to Get Started with the Model
|
80 |
|
|
|
205 |
|
206 |
## Model Card Contact
|
207 |
|
208 |
+
[More Information Needed]
|
|
|
|