Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
Optimus Prime
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
NetSys
Optimus Prime
Commits
209826e4
Unverified
Commit
209826e4
authored
10 months ago
by
Alexandru-Mihai GHERGHESCU
Browse files
Options
Downloads
Patches
Plain Diff
README cleanup
parent
a91b0d2a
No related branches found
Branches containing commit
No related tags found
1 merge request
!25
Re-factor optimus-prime code (optimus-prime v2)
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+3
-3
3 additions, 3 deletions
README.md
with
3 additions
and
3 deletions
README.md
+
3
−
3
View file @
209826e4
# Optimus Prime
# Optimus Prime
(Yet another) PyTorch framework for training large language models
.
(Yet another) PyTorch framework for training large language models
## How to use
## How to use
...
@@ -17,7 +17,7 @@ with adjustable top-p threshold and temperature values.
...
@@ -17,7 +17,7 @@ with adjustable top-p threshold and temperature values.
## Basic building blocks
## Basic building blocks
As
its parent
PyTorch, th
e
framework is split between a number of modules. The
As PyTorch
itself
, th
is
framework is split between a number of modules. The
most important modules are the
`OptimusDataLoader`
, the
`Dataset`
s, the
most important modules are the
`OptimusDataLoader`
, the
`Dataset`
s, the
`Trainer`
, the tokenizers and the models. These can be combined and adapted in
`Trainer`
, the tokenizers and the models. These can be combined and adapted in
any way, shape or form to train a model from scratch.
any way, shape or form to train a model from scratch.
...
@@ -45,7 +45,7 @@ Of course, any number of the above can be used as defaults.
...
@@ -45,7 +45,7 @@ Of course, any number of the above can be used as defaults.
There are a number of packages required to run the framework. Get your closest
There are a number of packages required to run the framework. Get your closest
Python retailer and ask him to run the following command:
Python retailer and ask him to run the following command:
`pip install torch fire sentencepiece fastprogress
matplotlib
`
`pip install torch fire sentencepiece fastprogress`
## License
## License
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment