openai-api Questions

2

I need help understanding the vague instructions on https://packagist.org/packages/orhanerday/open-ai I downloaded the package from https://github.com/orhanerday/open-ai I installed the package by ...
Presbyterate asked 21/9, 2022 at 2:30

1

I'd like to produce a 3-6 sentence summary from a 2-3 page article, using OpenAI's TLDR. I've pasted the article text but the output seems to stay between 1 and 2 sentences only.
Clownery asked 7/9, 2022 at 1:53

1

The OpenAI documentation for the model attribute in the fine-tune API states a bit confusingly: model The name of the base model to fine-tune. You can select one of "ada", "ba...
Drida asked 26/6, 2022 at 0:35

1

I use OpenAI's Whisper python lib for speech recognition. How can I give some hint phrases, as it can be done with some other ASR such as Google? To transcribe with OpenAI's Whisper (tested on Ubu...

1

I'm following this OpenAI tutorial about fine-tuning. I already generated the dataset with the openai tool. The problem is that the outputs encoding (inference result) is mixing UTF-8 with non UTF-...
Midi asked 11/11, 2021 at 12:44

6

Solved

I'm trying to work with the openai gym module but I get this error: >>> import atari_py Traceback (most recent call last): File "<stdin>", line 1, in <module> File ...
Franklynfrankness asked 24/7, 2020 at 19:30

2

I am trying to run this simple gym example on the new macOs Big Sur. import gym env = gym.make('CartPole-v0') env.reset() for _ in range(1000): env.render() env.step(env.action_space.sample()) # ...
Liturgy asked 6/12, 2020 at 22:20

1

Solved

I am wondering if I can be able to use OpenAI GPT-3 for transfer learning in a text classification problem? If so, how can I get start on it using Tensorflow, Keras.

1

Solved

I'm using the OpenAI GPT-2 model from github I think that the top_k parameter dictates how many tokens are sampled. Is this also the parameter that dictates how large of a prompt can be given? If t...
Visconti asked 12/8, 2020 at 16:9

© 2022 - 2024 — McMap. All rights reserved.