Matthew Hayes

Results 98 comments of Matthew Hayes

This prompt is in a format different from what Dolly was fine tuned with: https://github.com/databrickslabs/dolly/blob/master/training/consts.py#L40 The model will usually not perform well with a different prompt format. Also, the model...

Thanks @farridav and @nemetht for the debugging. I think it may make sense here to log a warning when the 400 error for a `.ipynb` file is returned rather than...

I follow the same development process as @alexeyegorov. This has worked pretty well for me. Further, I typically use a repo in Databricks that is not linked to a remote...

Yea we will add support for Hadoop2 at some point. What is your issue with MR1 though? Can you include any error messages you're seeing?

The log parsing jobs are written using MR1, which I presume is still available. So you're right that if the same api is available it should be possible to run...

Hmm I don't recognize this error. Do you have a patch or a repo where I can try testing out your changes to reproduce it?

I just now pushed some improvements to the upload script. Can you try it again and share the output? The "uninitialized value" error was happening because it didn't find the...

I'll try making this more clear. The script renames the log files using a more consistent naming convention. The .jar and .pig files are actually log files, so they should...

Good idea, this would be useful. We could use the hash in the URL to represent the current view and update it as the view changes.