Brett Young

Results 25 issues of Brett Young

Hi, Im looking to produce a tflite model with internal streaming state. However, it looks like the code only produces external state streaming tflite models. Is there a limitation with...

`# Step 1: Import necessary libraries and modules import dspy from dspy.teleprompt import BootstrapFewShot from dspy.evaluate.evaluate import Evaluate from sklearn.model_selection import train_test_split import pandas as pd import random import weave...

Best to select the device based on what's available (for majority of cases)

## Description The original flow log_prediction → log_score → finish → log_summary felt overly complicated for most evaluations. My wrapper replaces all of that with a single logger.log_example() call, letting...

I tried using the transformers demo, but it seems very out of date and i get lots of errors. Do any of the current examples use any modern transformers? Thanks