Job posting for #DevRel #Engineer
CODE
-
Hiring Awesome DevRel Professionals for Your Team
By
–
If you are looking to hire awesome #DevRel peeps for your team. Post the job description in the comments below
-
IPython Async REPL Implementation Issues and Solutions
By
–
What was the issue with async? Did this stuff not work? : https://
blog.jupyter.org/ipython-7-0-as
ync-repl-a35ce050f7f7
… -
Local folder or Hugging Face Hub repository storage options
By
–
Not to s3 but only local folder or huggingface hub repo for now.
-
LangChain OutputParsers: Formatting LLM Outputs and Error Handling
By
–
its under documented, but checkout things like our OutputParsers – https://
github.com/hwchase17/lang
chain/blob/3e55f1474e5ad13f90c233b7f85480e996765e71/langchain/prompts/base.py#L67
… they can parse an LLM output into a specific format. however, it is an open question about what to do if format is not expected… retry? -
Do Software Developers Use AI Tools for Coding?
By
–
Quick Poll As a software developer do you use AI tools to write code?
-

Free AI Tool Generates Arduino Code Automatically
By
–
https://
futurepedia.io/tool/duino-cod
e-generator
… is a free tool that generates Arduino code for you #AI #ChatGPT -
Strategies for Overcoming Context Length Limitations in Language Models
By
–
interesting. how do you get around context length limits? do you use langchain? (which just kinda kicks the can down the road)
-
natbot: Browser automation through natural language commands
By
–
Check out @natfriedman’s natbot that does things like taking actions for you on a browser based on natural language commands: https://t.co/6ZzOgmbETU
— Aravind Srinivas (@AravSrinivas) 12 janvier 2023Check out @natfriedman
’s natbot that does things like taking actions for you on a browser based on natural language commands: -
Batch vs Epoch Level Logging Best Practices Training
By
–
AFAIK you pretty much always want batch-level logging for training and epoch-level for validation (and end-of-epoch training)?
