From 45f8770bf78320949b54372662365b3a9d4526b4 Mon Sep 17 00:00:00 2001 From: alyssachvasta Date: Fri, 13 Dec 2024 14:21:33 +0000 Subject: [PATCH] update capitalization in README GitOrigin-RevId: 15e8167b4e976edcce3d8b84763374aec1384b02 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 959d8f5..c01b5e7 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# Sensemaking Tools +# Sensemaking tools ## Overview -Jigsaw’s Sensemaking Tools help make sense of large-scale online conversations, leveraging LLMs to categorize comments, and summarize comments and voting patterns to surface actionable insights. There are currently three main functions: +Jigsaw’s Sensemaking tools help make sense of large-scale online conversations, leveraging LLMs to categorize comments, and summarize comments and voting patterns to surface actionable insights. There are currently three main functions: - **Topic Learning** - identifies topics and optionally subtopics from a set of comments. - **Categorization** - sorts comments into topics defined by a user or from the Topic Learning function. Comments can belong to more than one topic. @@ -28,7 +28,7 @@ LLM pricing is based on token count and constantly changing. Here we list the to | Input Tokens | 41,000 | 41,000 | 143,000 | | Output Tokens | 1,000 | 26,000 | 25,000 | -## Running the Tools - Setup +## Running the tools - Setup First make sure you have `npm` installed (`apt-get install npm` on Ubuntu-esque systems). @@ -80,7 +80,7 @@ topics, "This is from a conversation on a $15 minimum wage in Seattle" // additi console.log(summary.getText("MARKDOWN")); ``` -## Making Changes to the Tools - Development +## Making Changes to the tools - Development ### Testing