hyunjongkimmath
commited on
Commit
•
23c8eaf
1
Parent(s):
631529f
Add model
Browse files- README.md +1 -4
- model.pkl +2 -2
- pyproject.toml +1 -1
README.md
CHANGED
@@ -1,11 +1,8 @@
|
|
1 |
---
|
2 |
tags:
|
3 |
- fastai
|
4 |
-
license: gpl-2.0
|
5 |
---
|
6 |
|
7 |
-
Details coming soon, in the meantime, see [`trouver`](https://github.com/hyunjongkimmath/trouver#use-an-ml-model-to-find-notations-introduced-in-text) to see how this model is used.
|
8 |
-
|
9 |
# Amazing!
|
10 |
|
11 |
🥳 Congratulations on hosting your fastai model on the Hugging Face Hub!
|
@@ -32,4 +29,4 @@ More information needed
|
|
32 |
More information needed
|
33 |
|
34 |
## Training and evaluation data
|
35 |
-
More information needed
|
|
|
1 |
---
|
2 |
tags:
|
3 |
- fastai
|
|
|
4 |
---
|
5 |
|
|
|
|
|
6 |
# Amazing!
|
7 |
|
8 |
🥳 Congratulations on hosting your fastai model on the Hugging Face Hub!
|
|
|
29 |
More information needed
|
30 |
|
31 |
## Training and evaluation data
|
32 |
+
More information needed
|
model.pkl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:384fcb9b5341c420edc8ac9a1586c93b970f6bd7c69e600b5416c8978ef31985
|
3 |
+
size 225792537
|
pyproject.toml
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
[build-system]
|
2 |
-
requires = ["setuptools>=40.8.0", "wheel", "python=3.10.
|
3 |
build-backend = "setuptools.build_meta:__legacy__"
|
|
|
1 |
[build-system]
|
2 |
+
requires = ["setuptools>=40.8.0", "wheel", "python=3.10.12", "fastai=2.7.10", "fastcore=1.5.27"]
|
3 |
build-backend = "setuptools.build_meta:__legacy__"
|