Nikil263 commited on
Commit
5bab2f8
1 Parent(s): d5d3e7f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -9
README.md CHANGED
@@ -1,6 +1,7 @@
1
  ---
2
  library_name: transformers
3
- tags: []
 
4
  ---
5
 
6
  # Model Card for Model ID
@@ -21,11 +22,11 @@ Through the fine-tuning process, the model has been trained on a dataset that in
21
 
22
  ## Training Details
23
 
24
- ### Training Data
25
 
26
  <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
27
 
28
-
29
 
30
  ## Evaluation
31
 
@@ -39,13 +40,8 @@ Through the fine-tuning process, the model has been trained on a dataset that in
39
 
40
  [More Information Needed]
41
 
42
- #### Factors
43
-
44
- <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
45
 
46
- [More Information Needed]
47
 
48
  #### Metrics
49
 
50
- <!-- These are the evaluation metrics being used, ideally with a description of why. -->
51
-
 
1
  ---
2
  library_name: transformers
3
+ datasets:
4
+ - Nikil263/Fine_Tuning_Dataset
5
  ---
6
 
7
  # Model Card for Model ID
 
22
 
23
  ## Training Details
24
 
25
+ ### Fine Tuning
26
 
27
  <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
28
 
29
+ The fine-tuning dataset for "Nikil263/Fine_Tuned_GPT2model" consists of a collection of natural language instructions and corresponding Pyomo code snippets specifically focused on defining and adding constraints in optimization models. Each entry in the dataset pairs an instructional prompt, such as "add a constraint of 7X + 3Y >= -7 in our model," with the appropriate Pyomo code, e.g., model.constraint3 = Constraint(expr=7 * model.x + 3 * model.y >= -7). This curated dataset ensures that the model learns to generate accurate and contextually relevant Pyomo constraint code from natural language descriptions, facilitating the automation of optimization model setup.
30
 
31
  ## Evaluation
32
 
 
40
 
41
  [More Information Needed]
42
 
 
 
 
43
 
 
44
 
45
  #### Metrics
46
 
47
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->