Juan M Uys
Juan M Uys
Hello, thanks for this very useful toolkit. According to the [official PubLayNet docs](https://github.com/ibm-aur-nlp/PubLayNet/tree/master/pre-trained-models#convert-pre-trained-model-for-fine-tuning-on-another-target-dataset), they had this mapping: | Category id | Label | | :---: | :--- | | 0...
(as discussed via email) You have your domain stuff as case classes with default parameters, e.g. case class Message(msg: String, priority: String = "low") So, Message(msg="hey") will have a default...
Somewhat related to #30 and #35 Running `snap info obs-studio` shows: ``` name: obs-studio summary: Free and open source software for live streaming and screen recording publisher: Snapcrafters store-url: https://snapcraft.io/obs-studio...
Here's the example at the time of writing: ```python from jsonformer import Jsonformer from transformers import AutoModelForCausalLM, AutoTokenizer model = AutoModelForCausalLM.from_pretrained("databricks/dolly-v2-12b") tokenizer = AutoTokenizer.from_pretrained("databricks/dolly-v2-12b") json_schema = { "type": "object", "properties":...
Changing tokenizer resets the textarea. I just lost my example! :) Steps to reproduce: Go to https://tiktokenizer.vercel.app/ Enter anything into user content input box:  Now change the tokenizer from...
Already asked a question here: https://stackoverflow.com/questions/77249050/scons-environment-seems-to-be-clobbered-after-adding-static-library/77253934
## What problem does the pull request solve? Adds the ability to specify your own Axios client. This is useful, because you might have a client with custom interceptors. ##...
I added a vertical red line which shows the furthest X distance travelled, so you can easily see if a car goes further than before in the current round. The...