#jsonl search results

Realizar ajustes finos a un modelo de Lenguaje de Gran Modelo (LLM) como los de OpenAI es bastante sencillo, y lo mejor es que después de personalizarlo, podemos consultarlo fácilmente a través de una API. Sin embargo, generar los datos de entrenamiento en formato #JSONL a veces…

JaimeARestrepo_'s tweet image. Realizar ajustes finos a un modelo de Lenguaje de Gran Modelo (LLM) como los de OpenAI es bastante sencillo, y lo mejor es que después de personalizarlo, podemos consultarlo fácilmente a través de una API. Sin embargo, generar los datos de entrenamiento en formato #JSONL a veces…

Python does not seem to have an I/O method for JSON Lines. Writing to JSON Lines is simple, but I had to use {json.JSONDecoder().decode()} instead of {json.load()} to read. #python #json #jsonl

akicuno's tweet image. Python does not seem to have an I/O method for JSON Lines.

Writing to JSON Lines is simple, but I had to use {json.JSONDecoder().decode()} instead of {json.load()} to read.
#python #json #jsonl

Yesterday I build my own #JSONL Beautifier website when I couldn't find one online. Amazing to go from idea to full product in a few hours 🚀 Link below in comments

NatashaTheRobot's tweet image. Yesterday I build my own #JSONL Beautifier website when I couldn't find one online. Amazing to go from idea to full product in a few hours 🚀

Link below in comments

JSON Lines stores structured data to be processed one record at a time. jsonlines.org #jsonl

tbsprs's tweet image. JSON Lines stores structured data to be processed one record at a time. jsonlines.org #jsonl

When I started these libraries, NDJSON was the most popular solution for JSON streaming (to optimise parsing speed and memory usage when sending large datasets). Nowadays, it's JSONL, so I've added support for it as well 😎. github.com/tpeczek/json-s… #DotNet #NDJSON #JSONL


#成年後見制度 の闇をGPTデータに加えるため、#OpenAi にフィードバックを送った。#jsonl #ChatGPT chatgpt.com/share/68c87bef…


@kidehen: 'Apple #Web page r evolving, noticed smart use of #SchemaOrg & #JSONL… https://t.co/J6d8q4qMJ4, see more tweetedtimes.com/v/3112?s=tnp

blognoon's tweet image. @kidehen: 'Apple #Web page r evolving, noticed smart use of #SchemaOrg & #JSONL… https://t.co/J6d8q4qMJ4, see more tweetedtimes.com/v/3112?s=tnp

Great! Nice way to drive reinforcement loops, which are vital to long term service quality :) Other variants of your thread. 1. linkeddata.uriburner.com/chat/?chat_id=… -- via #ChatGPT wrapper that will generate #JSONL batches too 2. tinyurl.com/45d4ey6b -- #Knowledge query #HowTo #AI

kidehen's tweet image. Great! Nice way to drive reinforcement loops, which are vital to long term service quality :) 

Other variants of your thread. 

1. linkeddata.uriburner.com/chat/?chat_id=… -- via #ChatGPT wrapper that will generate #JSONL batches too

2. tinyurl.com/45d4ey6b -- #Knowledge query

#HowTo #AI
kidehen's tweet image. Great! Nice way to drive reinforcement loops, which are vital to long term service quality :) 

Other variants of your thread. 

1. linkeddata.uriburner.com/chat/?chat_id=… -- via #ChatGPT wrapper that will generate #JSONL batches too

2. tinyurl.com/45d4ey6b -- #Knowledge query

#HowTo #AI
kidehen's tweet image. Great! Nice way to drive reinforcement loops, which are vital to long term service quality :) 

Other variants of your thread. 

1. linkeddata.uriburner.com/chat/?chat_id=… -- via #ChatGPT wrapper that will generate #JSONL batches too

2. tinyurl.com/45d4ey6b -- #Knowledge query

#HowTo #AI
kidehen's tweet image. Great! Nice way to drive reinforcement loops, which are vital to long term service quality :) 

Other variants of your thread. 

1. linkeddata.uriburner.com/chat/?chat_id=… -- via #ChatGPT wrapper that will generate #JSONL batches too

2. tinyurl.com/45d4ey6b -- #Knowledge query

#HowTo #AI

11° Then came the period for social media analysis, opinion mining and sentiment analysis. I have relied on the skills and articles of @marcobonzanini and @agalea91 for some weird and yet challenging experimentation. #python #jsonl @ProjectJupyter

Eye_lab's tweet image. 11° Then came the period for social media analysis, opinion mining and sentiment analysis. I have relied on the skills and articles of @marcobonzanini and @agalea91 for some weird and yet challenging experimentation. #python #jsonl @ProjectJupyter

JSON Lines format: Why jsonl is better than a regular JSON for web scraping by @dataflowkit Check it out 👉 buff.ly/2QKstrR #json #jsonl #javascript #nodeJS #webscraping

scaledynamics's tweet image. JSON Lines format: Why jsonl is better than a regular JSON for web scraping by @dataflowkit
Check it out 👉 buff.ly/2QKstrR
#json #jsonl #javascript #nodeJS #webscraping

JSONlines (JSONL): Um objeto JSON por linha. Útil para streaming de logs e grandes conjuntos de dados. #JSONL


going to use an .ndjson extension rather than a .jsonl extension because this extension supports it #ndjson #jsonl


6/8: Output example: {"date": "2024-06-10", "user": "alice", "method_name": "getUserInfo", "invocations": 145} – perfect for analytics and ML. #JSONL #Analytics #ML


#JSON 形式 の派生で、 #JSONL 形式 (JSON Lines) や、さらにその先に #CBOR 形式 なんてデータ表現形式があるのを知る など。 技術の勉強には果てがないね...


Why does #JSON have to be so strict with quotations around key names? Maybe I should make a #LSON or #JSONL standard with looser syntax.


#プログラミング #本日知ったこと #JSONL JSON Lines bit.ly/3NGYKyd 改行区切りで一行がJSONになっている データフォーマット。 データ構造を表現できる。 読み込み/書き込みライブラリがある。

なんやこの資料… やばすぎる… 全人類が読むべきことが詰まっている… 脳汁がやばい… Increasing number of attempts ver. 2021 speakerdeck.com/butsugiri/incr…



Bump into JSONL today. Worked with JSON format but this is new...jsonlines.org #jsonl #json #dataformat


When I started these libraries, NDJSON was the most popular solution for JSON streaming (to optimise parsing speed and memory usage when sending large datasets). Nowadays, it's JSONL, so I've added support for it as well 😎. github.com/tpeczek/json-s… #DotNet #NDJSON #JSONL


#成年後見制度 の闇をGPTデータに加えるため、#OpenAi にフィードバックを送った。#jsonl #ChatGPT chatgpt.com/share/68c87bef…


Yesterday I build my own #JSONL Beautifier website when I couldn't find one online. Amazing to go from idea to full product in a few hours 🚀 Link below in comments

NatashaTheRobot's tweet image. Yesterday I build my own #JSONL Beautifier website when I couldn't find one online. Amazing to go from idea to full product in a few hours 🚀

Link below in comments

JSONlines (JSONL): Um objeto JSON por linha. Útil para streaming de logs e grandes conjuntos de dados. #JSONL


#JSON 形式 の派生で、 #JSONL 形式 (JSON Lines) や、さらにその先に #CBOR 形式 なんてデータ表現形式があるのを知る など。 技術の勉強には果てがないね...


Realizar ajustes finos a un modelo de Lenguaje de Gran Modelo (LLM) como los de OpenAI es bastante sencillo, y lo mejor es que después de personalizarlo, podemos consultarlo fácilmente a través de una API. Sin embargo, generar los datos de entrenamiento en formato #JSONL a veces…

JaimeARestrepo_'s tweet image. Realizar ajustes finos a un modelo de Lenguaje de Gran Modelo (LLM) como los de OpenAI es bastante sencillo, y lo mejor es que después de personalizarlo, podemos consultarlo fácilmente a través de una API. Sin embargo, generar los datos de entrenamiento en formato #JSONL a veces…

So I'm looking at #JSONL (or "JSON Lines") compared to regular #JSON ... And I'm REALLY struggling to see how this is any different to just returning an Array of objects in regular JSON 🤷🏻‍♂️🤷🏻‍♂️ Any JSONL champions out there?


Python does not seem to have an I/O method for JSON Lines. Writing to JSON Lines is simple, but I had to use {json.JSONDecoder().decode()} instead of {json.load()} to read. #python #json #jsonl

akicuno's tweet image. Python does not seem to have an I/O method for JSON Lines.

Writing to JSON Lines is simple, but I had to use {json.JSONDecoder().decode()} instead of {json.load()} to read.
#python #json #jsonl

#プログラミング #本日知ったこと #JSONL JSON Lines bit.ly/3NGYKyd 改行区切りで一行がJSONになっている データフォーマット。 データ構造を表現できる。 読み込み/書き込みライブラリがある。

なんやこの資料… やばすぎる… 全人類が読むべきことが詰まっている… 脳汁がやばい… Increasing number of attempts ver. 2021 speakerdeck.com/butsugiri/incr…



Und wenn man ein JSONL dennoch mit `jq` parsen möchte, hilft `jq --slurp` #json #jsonl


TIL about #jsonl jsonlines.org going to go with that extension for #serilog file logs from now on


Bump into JSONL today. Worked with JSON format but this is new...jsonlines.org #jsonl #json #dataformat


11° Then came the period for social media analysis, opinion mining and sentiment analysis. I have relied on the skills and articles of @marcobonzanini and @agalea91 for some weird and yet challenging experimentation. #python #jsonl @ProjectJupyter

Eye_lab's tweet image. 11° Then came the period for social media analysis, opinion mining and sentiment analysis. I have relied on the skills and articles of @marcobonzanini and @agalea91 for some weird and yet challenging experimentation. #python #jsonl @ProjectJupyter

Realizar ajustes finos a un modelo de Lenguaje de Gran Modelo (LLM) como los de OpenAI es bastante sencillo, y lo mejor es que después de personalizarlo, podemos consultarlo fácilmente a través de una API. Sin embargo, generar los datos de entrenamiento en formato #JSONL a veces…

JaimeARestrepo_'s tweet image. Realizar ajustes finos a un modelo de Lenguaje de Gran Modelo (LLM) como los de OpenAI es bastante sencillo, y lo mejor es que después de personalizarlo, podemos consultarlo fácilmente a través de una API. Sin embargo, generar los datos de entrenamiento en formato #JSONL a veces…

Python does not seem to have an I/O method for JSON Lines. Writing to JSON Lines is simple, but I had to use {json.JSONDecoder().decode()} instead of {json.load()} to read. #python #json #jsonl

akicuno's tweet image. Python does not seem to have an I/O method for JSON Lines.

Writing to JSON Lines is simple, but I had to use {json.JSONDecoder().decode()} instead of {json.load()} to read.
#python #json #jsonl

JSON Lines stores structured data to be processed one record at a time. jsonlines.org #jsonl

tbsprs's tweet image. JSON Lines stores structured data to be processed one record at a time. jsonlines.org #jsonl

@kidehen: 'Apple #Web page r evolving, noticed smart use of #SchemaOrg & #JSONL… https://t.co/J6d8q4qMJ4, see more tweetedtimes.com/v/3112?s=tnp

blognoon's tweet image. @kidehen: 'Apple #Web page r evolving, noticed smart use of #SchemaOrg & #JSONL… https://t.co/J6d8q4qMJ4, see more tweetedtimes.com/v/3112?s=tnp

JSON Lines format: Why jsonl is better than a regular JSON for web scraping by @dataflowkit Check it out 👉 buff.ly/2QKstrR #json #jsonl #javascript #nodeJS #webscraping

scaledynamics's tweet image. JSON Lines format: Why jsonl is better than a regular JSON for web scraping by @dataflowkit
Check it out 👉 buff.ly/2QKstrR
#json #jsonl #javascript #nodeJS #webscraping

11° Then came the period for social media analysis, opinion mining and sentiment analysis. I have relied on the skills and articles of @marcobonzanini and @agalea91 for some weird and yet challenging experimentation. #python #jsonl @ProjectJupyter

Eye_lab's tweet image. 11° Then came the period for social media analysis, opinion mining and sentiment analysis. I have relied on the skills and articles of @marcobonzanini and @agalea91 for some weird and yet challenging experimentation. #python #jsonl @ProjectJupyter

Great! Nice way to drive reinforcement loops, which are vital to long term service quality :) Other variants of your thread. 1. linkeddata.uriburner.com/chat/?chat_id=… -- via #ChatGPT wrapper that will generate #JSONL batches too 2. tinyurl.com/45d4ey6b -- #Knowledge query #HowTo #AI

kidehen's tweet image. Great! Nice way to drive reinforcement loops, which are vital to long term service quality :) 

Other variants of your thread. 

1. linkeddata.uriburner.com/chat/?chat_id=… -- via #ChatGPT wrapper that will generate #JSONL batches too

2. tinyurl.com/45d4ey6b -- #Knowledge query

#HowTo #AI
kidehen's tweet image. Great! Nice way to drive reinforcement loops, which are vital to long term service quality :) 

Other variants of your thread. 

1. linkeddata.uriburner.com/chat/?chat_id=… -- via #ChatGPT wrapper that will generate #JSONL batches too

2. tinyurl.com/45d4ey6b -- #Knowledge query

#HowTo #AI
kidehen's tweet image. Great! Nice way to drive reinforcement loops, which are vital to long term service quality :) 

Other variants of your thread. 

1. linkeddata.uriburner.com/chat/?chat_id=… -- via #ChatGPT wrapper that will generate #JSONL batches too

2. tinyurl.com/45d4ey6b -- #Knowledge query

#HowTo #AI
kidehen's tweet image. Great! Nice way to drive reinforcement loops, which are vital to long term service quality :) 

Other variants of your thread. 

1. linkeddata.uriburner.com/chat/?chat_id=… -- via #ChatGPT wrapper that will generate #JSONL batches too

2. tinyurl.com/45d4ey6b -- #Knowledge query

#HowTo #AI

Yesterday I build my own #JSONL Beautifier website when I couldn't find one online. Amazing to go from idea to full product in a few hours 🚀 Link below in comments

NatashaTheRobot's tweet image. Yesterday I build my own #JSONL Beautifier website when I couldn't find one online. Amazing to go from idea to full product in a few hours 🚀

Link below in comments

Loading...

Something went wrong.


Something went wrong.


United States Trends