issues Search Results · repo:lucidrains/toolformer-pytorch language:Python
Filter by
17 results
(52 ms)17 results
inlucidrains/toolformer-pytorch (press backspace or delete to remove)I m trying to run this script. And I m stuck on the first step generate_data_with_api_calls.
I the data created by the function looks bad even I changed PaLM of the code into llama 3.1 model from transformers ...
kwonmha
- Opened on Dec 16, 2024
- #21
My invoke_tools function can t get right outputs, but when I replace regex = create_function_regex(wapi_start, api_stop)
line in function with regex = create_function_regex(), things get better. I don ...
nbllxbl
- 1
- Opened on Mar 1, 2024
- #19
Hello, In the origin paper, the author wrote We provide e(ci, ri) as a prefix instead of inserting it at position i
because M is not yet finetuned on any examples containing API calls, so inserting it ...
RuijieH
- Opened on Jan 7, 2024
- #18
When I needed the original three loss scores, I return them and printed these loss values, and I found that the values
were all very large, which was not normal.So I checked the calculation method of loss ...
zhuweipg99
- 2
- Opened on Dec 21, 2023
- #17
Using example: AssertionError: your model failed to follow instructions and make API calls. please try a better model or
do some better prompt engineering
lzx2020
- 7
- Opened on Oct 27, 2023
- #16
code: toolformer(data)
execute code above , then throw a error as follow:
TypeError: forward() takes 1 positional argument but 2 were given
why? How to solve it?
jie1126
- Opened on Oct 20, 2023
- #14
code : toolformer.generate_data_with_api_calls(data)
execute code above, and then throw the error as follow:
AttributeError: Toolformer object has no attribute generate_data_with_api_calls
the toolformer_pytorch ...
jie1126
- Opened on Oct 20, 2023
- #13
import torch
from toolformer_pytorch import Toolformer, PaLM
# simple calendar api call - function that returns a string
def Calendar():
import datetime
from calendar import day_name, month_name ...
NripeshN
- 2
- Opened on Oct 9, 2023
- #12
xiaojing-503
- 1
- Opened on May 13, 2023
- #9

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.