Ошибка:
File /app/.venv/lib/python3.11/site-packages/anthropic/_client.py , line 386, in __init__
super().__init__(
File /app/.venv/lib/python3.11/site-packages/anthropic/_base_client.py , line 1437, in __init__
self._client = http_client or...
Ошибка:
File /app/.venv/lib/python3.11/site-packages/anthropic/_client.py , line 386, in __init__
super().__init__(
File /app/.venv/lib/python3.11/site-packages/anthropic/_base_client.py , line 1437, in __init__
self._client = http_client or...
Ошибка:
File /app/.venv/lib/python3.11/site-packages/anthropic/_client.py , line 386, in __init__
super().__init__(
File /app/.venv/lib/python3.11/site-packages/anthropic/_base_client.py , line 1437, in __init__
self._client = http_client or...
Я пытаюсь точно настроить языковую модель, используя SftTrainer из библиотеки TRL в Google Colab. Тем не менее, я сталкиваюсь с следующей ошибкой:
TypeError Traceback (most recent call last)
in ()
53
54
---> 55 trainer = SFTTrainer(
56...