teruo6939 commited on
Commit
7c81e16
·
verified ·
1 Parent(s): 020e942

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -167,6 +167,8 @@ You can easily use [FlexEval](https://github.com/sbintuitions/flexeval) (version
167
  to evaluate the JamC-QA score by simply replacing `commonsense_qa` with `jamcqa` in the
168
  [Quickstart](https://github.com/sbintuitions/flexeval?tab=readme-ov-file#quick-start) guide.
169
 
 
 
170
  ```python
171
  flexeval_lm \
172
  --language_model HuggingFaceLM \
@@ -180,6 +182,18 @@ flexeval_lm \
180
  [greedy search](https://huggingface.co/docs/transformers/generation_strategies#greedy-search).
181
 
182
 
 
 
 
 
 
 
 
 
 
 
 
 
183
  # Citation Information
184
  ```
185
  @inproceedings{Oka2025,
 
167
  to evaluate the JamC-QA score by simply replacing `commonsense_qa` with `jamcqa` in the
168
  [Quickstart](https://github.com/sbintuitions/flexeval?tab=readme-ov-file#quick-start) guide.
169
 
170
+ ### Run Command
171
+
172
  ```python
173
  flexeval_lm \
174
  --language_model HuggingFaceLM \
 
182
  [greedy search](https://huggingface.co/docs/transformers/generation_strategies#greedy-search).
183
 
184
 
185
+ ### Output
186
+
187
+ The expected output is as follows:
188
+
189
+ ```
190
+ 2025-09-03 15:48:24.633 | INFO | flexeval.core.evaluate_generation:evaluate_generation:92 - {'exact_match': 0.2368990905153746, 'finish_reason_ratio-stop': 1.0, 'avg_output_length': 6.94283239497618, 'max_output_length': 93, 'min_output_length': 2}
191
+ 2025-09-03 15:48:24.666 | INFO | flexeval.scripts.flexeval_lm:main:191 - Elapsed time: 247.23 sec
192
+ 2025-09-03 15:48:24.670 | INFO | flexeval.core.result_recorder.local_recorder:record_metrics:84 - Saved the metrics to results/jamcqa/metrics.json
193
+ 2025-09-03 15:48:24.724 | INFO | flexeval.core.result_recorder.local_recorder:record_model_outputs:95 - Saved the outputs to results/jamcqa/outputs.jsonl
194
+ 2025-09-03 15:48:24.896 | INFO | flexeval.core.language_model.hf_lm:cleanup_resources:557 - Cleaning up CUDA resources...
195
+ ```
196
+
197
  # Citation Information
198
  ```
199
  @inproceedings{Oka2025,