Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Тимур Комолов
LLM_LoRa
Commits
4b1e7e33
Commit
4b1e7e33
authored
2 months ago
by
Тимур Комолов
Browse files
Options
Download
Email Patches
Plain Diff
Minor docs name fix
parent
58a7f965
develop
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+10
-0
README.md
docs/testing_model.rst
+1
-1
docs/testing_model.rst
with
11 additions
and
1 deletion
+11
-1
README.md
+
10
-
0
View file @
4b1e7e33
...
...
@@ -39,6 +39,11 @@ poetry install --no-root
``
Then you can run
`main.py `
and wait for the result.
### Additional information
The folder with the hydra config is synchronized with the docker container, so if you want to change
the hyper-parameters, you can do it in the
`conf`
folder and not rebuild the container.
The data in the
`data`
folder and the models after training are also synchronized with the
`models`
folder.
# RU
## Вступление
Этот репозиторий можно использовать для обучения модели языковой модели (LLM) в
**json**
или
**csv**
формате.
...
...
@@ -78,3 +83,8 @@ docker-compose up
poetry
install
--no-root
```
Затем можно запустить
`main.py`
и дождаться результата.
### Дополнительная информация
Папка с конфигом гидры синхронизируется с докер-контейнером, поэтому если вы хотите изменить
гипер-параметры, то вы можете сделать это в папке
`conf`
и не пересобирать контейнер.
Также синхронизируются данные в папке
`data`
и модели после обучения с папкой
`models`
.
This diff is collapsed.
Click to expand it.
docs/testing_model.rst
+
1
-
1
View file @
4b1e7e33
...
...
@@ -7,7 +7,7 @@ Submodules
testing\_model.deepeval module
------------------------------
.. automodule:: testing_model.deepeval
.. automodule:: testing_model.deepeval
_func
:members:
:show-inheritance:
:undoc-members:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help