sgarbi commited on
Commit
aafbf09
1 Parent(s): 8ef32d2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -5
README.md CHANGED
@@ -16,14 +16,24 @@ widget:
16
  example_title: Dermatologist
17
  ---
18
 
 
19
 
20
- # sgarbi/prompt_generator
21
-
22
- ## Model Description
23
- This model is a fine-tuned version of the GPT-2 medium variant. Initially trained on the NaturalQuestions dataset, it underwent additional fine-tuning on a proprietary dataset to generate AI prompts for various professional roles. The proprietary dataset was crafted using an innovative blend of custom scripts, advanced prompt engineering techniques with GPT-3.5-turbo, and insights from the Microsoft Semantic Kernel.
24
 
25
  ## Intended Use
26
- The primary use-case for this model is to generate detailed AI prompts for various professional roles. It can be employed in applications that require role-specific descriptions or AI-generated insights about a profession.
 
 
 
 
 
 
 
 
 
 
 
 
27
 
28
  ## How To Use
29
  ```python
 
16
  example_title: Dermatologist
17
  ---
18
 
19
+ # `sgarbi/gpt-nq-prompt-generator` Model Card
20
 
21
+ A traditional developer's foray into the world of machine learning has culminated in the creation of the `sgarbi/gpt-nq-prompt-generator`. At its heart, this model symbolizes an earnest attempt to bridge the gap between prompt engineering and genuine understanding. The journey wasn't merely about achieving perfection, but about understanding the intricacies and nuances of training a model that serves a purpose beyond simple prompt generation.
 
 
 
22
 
23
  ## Intended Use
24
+
25
+ The `sgarbi/gpt-nq-prompt-generator` is designed with specificity in mind.
26
+
27
+ **Primary Objective**: The model's main purpose is to generate detailed AI prompts for an array of professional roles, providing users with in-depth insights into the responsibilities and nuances of different job roles.
28
+
29
+ **Potential Applications**:
30
+ 1. **Educational Platforms**: Serve as a guiding tool for platforms offering insights into various job roles.
31
+
32
+ 2. **Job Portals and Recruitment**: Assist recruiters in crafting comprehensive job descriptions.
33
+
34
+ 3. **Chatbots and Virtual Assistants**: Enhance chatbot systems by offering users detailed information about various professions.
35
+
36
+ **Licensing**: This model is proudly released under the MIT license, in alignment with GPT-2's licensing provisions. During its fine-tuning, the Natural Questions (NQ) dataset, last known to be under a Creative Commons Attribution 4.0 International License as of January 2022, was utilized. Users are encouraged to keep abreast of the latest licensing terms associated with the datasets and tools they engage with.
37
 
38
  ## How To Use
39
  ```python