AI/ML Tech Tools

11 bookmarks
Custom sorting
10 ChatGPT Vision Use Cases You Must See!
10 ChatGPT Vision Use Cases You Must See!
From Calorie Tracking to Debugging Code: How ChatGPT Vision Is Changing the Data Science and AI Landscape.
·levelup.gitconnected.com·
10 ChatGPT Vision Use Cases You Must See!
How to evaluate a completion(QA) model? - Prompting - OpenAI Developer Forum
How to evaluate a completion(QA) model? - Prompting - OpenAI Developer Forum
Hello, I have fine tuned a “davinci” base model using hundreds of QA pairs, to build a a customized chatbot. After the model is built, the model can return a response by calling openai.Completion.create( model="davinci-fine-tuned", prompt=my_prompt) Now, I want to evaluate the model performance, should I compare the model performance and true value (from QA pairs) by calculating text similarity? If so, how can I calculate the accuracy/F1 of the fine tuned model? Thank you.
·community.openai.com·
How to evaluate a completion(QA) model? - Prompting - OpenAI Developer Forum
Weights and biases ai awesome tools
Weights and biases ai awesome tools
Launch a job into any target environment with W&B Launch, and dramatically scale machine learning training workloads from local machine to distributed compute.
·wandb.ai·
Weights and biases ai awesome tools
An Experiment in Crowdscraping
An Experiment in Crowdscraping

OSINT scraping pages using Node.js

scrape

request-promise cheerio json2csv

merge csv2json - reads input csv s json2csv - exports master.csv

location table from master csv, create a list of wiki location page urls mine each page for coordinates and join to master.csv

·storymaps.arcgis.com·
An Experiment in Crowdscraping