kunikohunter commited on
Commit
8846585
·
verified ·
1 Parent(s): 73c7a94

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -73
README.md CHANGED
@@ -31,7 +31,7 @@ These datasets were curated to address the lack of standardized, high-quality be
31
  This dataset is intended for training, evaluating, and benchmarking machine learning models that predict enzyme kinetic parameters from protein sequences or structural features.
32
 
33
  ### Downstream Use
34
- The dataset can be used to
35
 
36
  ### Out-of-Scope Use
37
  This dataset reflects in vitro measurements and may not generalize to in vivo conditions. It should not be used as a sole basis for clinical or industrial enzyme selection without additional experimental validation.
@@ -42,82 +42,15 @@ The repository contains:
42
  - datasets/ – CSV files for *k*cat, *K*m, and *K*i with train/test splits
43
  - scripts/ – Preprocessing and utility scripts
44
 
45
- ## Bias, Risks, and Limitations
46
 
47
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
48
 
49
- [More Information Needed]
50
 
51
- ### Recommendations
52
 
53
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
54
-
55
- Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
56
-
57
- ## How to Get Started with the Model
58
-
59
- Use the code below to get started with the model.
60
-
61
- [More Information Needed]
62
-
63
- ## Training Details
64
-
65
- ### Training Data
66
-
67
- <!-- 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. -->
68
-
69
- [More Information Needed]
70
-
71
- ### Training Procedure
72
-
73
- <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
74
-
75
- #### Preprocessing [optional]
76
-
77
- [More Information Needed]
78
-
79
-
80
- #### Training Hyperparameters
81
-
82
- - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
83
-
84
-
85
-
86
-
87
- ### Results
88
-
89
- [More Information Needed]
90
-
91
- #### Summary
92
-
93
-
94
-
95
- ## Model Examination [optional]
96
-
97
- <!-- Relevant interpretability work for the model goes here -->
98
-
99
- [More Information Needed]
100
-
101
-
102
- ## Technical Specifications [optional]
103
-
104
- ### Model Architecture and Objective
105
-
106
- [More Information Needed]
107
-
108
- ### Compute Infrastructure
109
-
110
- [More Information Needed]
111
-
112
- #### Hardware
113
-
114
- [More Information Needed]
115
-
116
- #### Software
117
-
118
- [More Information Needed]
119
-
120
- ## Citation [optional]
121
 
122
  If you use this dataset, please cite:
123
 
 
31
  This dataset is intended for training, evaluating, and benchmarking machine learning models that predict enzyme kinetic parameters from protein sequences or structural features.
32
 
33
  ### Downstream Use
34
+ The dataset can be used to train or benchmark other machine learning models for enzyme kinetic parameter prediction, or to reproduce and extend the experiments described in the CatPred publication.
35
 
36
  ### Out-of-Scope Use
37
  This dataset reflects in vitro measurements and may not generalize to in vivo conditions. It should not be used as a sole basis for clinical or industrial enzyme selection without additional experimental validation.
 
42
  - datasets/ – CSV files for *k*cat, *K*m, and *K*i with train/test splits
43
  - scripts/ – Preprocessing and utility scripts
44
 
45
+ ## Data Fields
46
 
47
+ Each entry typically includes:
48
 
49
+ ## Source Data
50
 
51
+ Data was compiled and curated from public biochemical databases, including BRENDA and SABIO-RK, as described in the CatPred publication. Splits were designed to evaluate generalization to enzyme sequences dissimilar to those seen during training.
52
 
53
+ ## Citation
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
 
55
  If you use this dataset, please cite:
56