trainers-rb 0.1.0 → 0.1.1
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.
- checksums.yaml +2 -2
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
3
|
+
metadata.gz: d574e3490a0aed1a0286cb4ff5489cf0581d05f033a30a9b62afc748a9bf0b91
|
|
4
4
|
data.tar.gz: 4a4a764def0528487ee20adb5e1edce52d7a3d267f1c99e399f5f48a7a5d9e2b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
6
|
+
metadata.gz: 5a1e967d0eb2358f4aef3ac6dbb5c7a182984673330be8bc3141badd99e60e43af3c325f5a02de635e7cb9a329b498f650305bb83c46d0aa54e6ba219f7fd84a
|
|
7
7
|
data.tar.gz: da2ec1f4fd3d69e76f3d6a812aec49454ff9d99b99006e1b53f0086e4a60d1958d69b6a1b7447e033fcbf927c412cc3fea50954d0c3cd72e5ce49adf4140d95f
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: trainers-rb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Vishwajeetsingh Desurkar
|
|
@@ -122,13 +122,13 @@ files:
|
|
|
122
122
|
- lib/trainers/trainer_utils.rb
|
|
123
123
|
- lib/trainers/training_arguments.rb
|
|
124
124
|
- lib/trainers/version.rb
|
|
125
|
-
homepage: https://github.com/
|
|
125
|
+
homepage: https://github.com/Selectus2/trainers-rb
|
|
126
126
|
licenses:
|
|
127
127
|
- MIT
|
|
128
128
|
metadata:
|
|
129
|
-
homepage_uri: https://github.com/
|
|
130
|
-
source_code_uri: https://github.com/
|
|
131
|
-
changelog_uri: https://github.com/
|
|
129
|
+
homepage_uri: https://github.com/Selectus2/trainers-rb
|
|
130
|
+
source_code_uri: https://github.com/Selectus2/trainers-rb
|
|
131
|
+
changelog_uri: https://github.com/Selectus2/trainers-rb/blob/main/CHANGELOG.md
|
|
132
132
|
rdoc_options: []
|
|
133
133
|
require_paths:
|
|
134
134
|
- lib
|
|
@@ -143,7 +143,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
143
143
|
- !ruby/object:Gem::Version
|
|
144
144
|
version: '0'
|
|
145
145
|
requirements: []
|
|
146
|
-
rubygems_version:
|
|
146
|
+
rubygems_version: 3.6.7
|
|
147
147
|
specification_version: 4
|
|
148
148
|
summary: Fine-tune transformer models in Ruby
|
|
149
149
|
test_files: []
|