We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c733d5b commit 8925c6eCopy full SHA for 8925c6e
src/together/constants.py
@@ -19,7 +19,7 @@
19
Find your TOGETHER_API_KEY at https://api.together.xyz/settings/api-keys"""
20
21
# Minimum number of samples required for fine-tuning file
22
-MIN_SAMPLES = 100
+MIN_SAMPLES = 1
23
24
# the number of bytes in a gigabyte, used to convert bytes to GB for readable comparison
25
NUM_BYTES_IN_GB = 2**30
0 commit comments