Skip to content

Commit

Permalink
Add toolformer paper
Browse files Browse the repository at this point in the history
  • Loading branch information
shagunsodhani committed Feb 12, 2023
1 parent f852505 commit 6e59a7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ <h2 id="approach">Approach</h2>
<p>Starting with a language model, M, the goal is to enable the language model to use tools by invoking API calls.</p>
</li>
<li>
<p>An API call is denoted by the tuple $c = (api-name, api-input)$. It can be linearized as $e(c) = [api-name(api-input)]$ or as $e(c, r) = [api-name(api-input) -&gt; r]$ where $r$ denotes the result of the API.</p>
<p>An API call is denoted by the tuple $c =$ (api_name, api_input). It can be linearized as $e(c) =$ [api_name(api_input)$]$ or as $e(c, r) = [$api_name(api_input) $ -&gt; r]$ where $r$ denotes the result of the API.</p>
</li>
<li>
<p>The given dataset of plain text, $C$, is converted into a dataset $C*$ augmented with the API calls using a three-step process.</p>
Expand Down
4 changes: 2 additions & 2 deletions atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>Papers I Read</title>
<link href="https://shagunsodhani.github.io/papers-I-read/atom.xml" rel="self"/>
<link href="https://shagunsodhani.github.io/papers-I-read/"/>
<updated>2023-02-12T14:01:15-05:00</updated>
<updated>2023-02-12T14:08:58-05:00</updated>
<id>https://shagunsodhani.github.io/papers-I-read</id>
<author>
<name>Shagun Sodhani</name>
Expand Down Expand Up @@ -35,7 +35,7 @@
&lt;p&gt;Starting with a language model, M, the goal is to enable the language model to use tools by invoking API calls.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;An API call is denoted by the tuple $c = (api-name, api-input)$. It can be linearized as $e(c) = [api-name(api-input)]$ or as $e(c, r) = [api-name(api-input) -&amp;gt; r]$ where $r$ denotes the result of the API.&lt;/p&gt;
&lt;p&gt;An API call is denoted by the tuple $c =$ (api_name, api_input). It can be linearized as $e(c) =$ [api_name(api_input)$]$ or as $e(c, r) = [$api_name(api_input) $ -&amp;gt; r]$ where $r$ denotes the result of the API.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The given dataset of plain text, $C$, is converted into a dataset $C*$ augmented with the API calls using a three-step process.&lt;/p&gt;
Expand Down

0 comments on commit 6e59a7f

Please sign in to comment.