robo-lib 0.0.6__tar.gz → 0.0.7__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: robo_lib
3
- Version: 0.0.6
3
+ Version: 0.0.7
4
4
  Summary: A package to create, configure, and train transformer models.
5
5
  Project-URL: Homepage, https://github.com/hamburgerfish/robo_pack
6
6
  Project-URL: Issues, https://github.com/hamburgerfish/robo_pack/issues
@@ -148,7 +148,7 @@ robo.train(
148
148
  - In this example, a simple script is created to interact with the user on the command-line, where the user's English input will be translated by the transformer and printed out onto the console in French.
149
149
 
150
150
  ```python
151
- import robo-lib as rl
151
+ import robo_lib as rl
152
152
 
153
153
  robo = rc.load_component("models/eng_to_fr_robo.pkl")
154
154
  encoder_tok = rl.load_component("tokenizers/encoder_tok.pkl")
@@ -131,7 +131,7 @@ robo.train(
131
131
  - In this example, a simple script is created to interact with the user on the command-line, where the user's English input will be translated by the transformer and printed out onto the console in French.
132
132
 
133
133
  ```python
134
- import robo-lib as rl
134
+ import robo_lib as rl
135
135
 
136
136
  robo = rc.load_component("models/eng_to_fr_robo.pkl")
137
137
  encoder_tok = rl.load_component("tokenizers/encoder_tok.pkl")
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "robo_lib"
7
- version = "0.0.6"
7
+ version = "0.0.7"
8
8
  authors = [
9
9
  { name="Erik Papp", email="erik3papp@gmail.com" },
10
10
  ]
File without changes
File without changes
File without changes