You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add placeholder for Langfuse evaluation pipeline
* finish porting langfuse evals to the new branch
* Add Langfuse tracing and evaluation documentation to README
* fix typos
* Update deployment section reference in README
# YiYi notes: divide it by 1000 for now because we scale it by 1000 in the transforme rmodel (we should not keep it but I want to keep the inputs same for the model for testing)
1980
+
# YiYi notes: divide it by 1000 for now because we scale it
1981
+
# by 1000 in the transformer model (we should not keep it
1982
+
# but I want to keep the inputs same for the model for
Copy file name to clipboardExpand all lines: huggingface-sagemaker/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -214,7 +214,7 @@ This will train a model from Huggingface and register a new ZenML model on the M
214
214
Please note the above screens are a cloud-only feature in [ZenML Pro](https://zenml.io/pro), and
215
215
the CLI `zenml models list` should be used instead for OSS users.
216
216
217
-
At the end of the pipeline, the model will also be pushed the Huggingface, and a link estabilished between the ZenML Control Plane and the Huggingface model repository.
217
+
At the end of the pipeline, the model will also be pushed the Huggingface, and a link established between the ZenML Control Plane and the Huggingface model repository.
0 commit comments