alexchen4ai commited on
Commit
942a5e6
1 Parent(s): a291655
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -85,6 +85,7 @@ The benchmark result can be viewed in [this excel](android_benchmark.xlsx), whic
85
  <a><img src="accuracy_plot.jpg" alt="ondevice" style="width: 80%; min-width: 300px; display: block; margin: auto;"></a>
86
  </p>
87
 
 
88
 
89
  ## Training Data
90
  We wrote 20 Android API descriptions to used to train the models, see [this file](android_functions.txt) for details. The Android API implementations for our demos, and our training data will be published later. Below is one Android API description example
 
85
  <a><img src="accuracy_plot.jpg" alt="ondevice" style="width: 80%; min-width: 300px; display: block; margin: auto;"></a>
86
  </p>
87
 
88
+ **Note**: One can notice that the query includes all necessary parameters used for a function. It is expected that query includes all parameters during inference as well.
89
 
90
  ## Training Data
91
  We wrote 20 Android API descriptions to used to train the models, see [this file](android_functions.txt) for details. The Android API implementations for our demos, and our training data will be published later. Below is one Android API description example