saied commited on
Commit
0905ebd
1 Parent(s): ed735ba

add initial files

Browse files
Files changed (3) hide show
  1. README.md +34 -0
  2. model.pkl +3 -0
  3. pyproject.toml +3 -0
README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - fastai
4
+ language:
5
+ - Estonian
6
+ ---
7
+
8
+ # Amazing!
9
+
10
+ 🥳 Congratulations on hosting your fastai model on the Hugging Face Hub!
11
+
12
+ # Some next steps
13
+ 1. Fill out this model card with more information (see the template below and the [documentation here](https://huggingface.co/docs/hub/model-repos))!
14
+
15
+ 2. Create a demo in Gradio or Streamlit using 🤗 Spaces ([documentation here](https://huggingface.co/docs/hub/spaces)).
16
+
17
+ 3. Join the fastai community on the [Fastai Discord](https://discord.com/invite/YKrxeNn)!
18
+
19
+ Greetings fellow fastlearner 🤝! Don't forget to delete this content from your model card.
20
+
21
+
22
+ ---
23
+
24
+
25
+ # Model card
26
+
27
+ ## Model description
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+ More information needed
model.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47187b2d0b80b89113ffe656b7c18ca8930fff1cbd79e64fb61dd5bab30c78bd
3
+ size 166618144
pyproject.toml ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ [build-system]
2
+ requires = ["setuptools>=40.8.0", "wheel", "python=3.7.14", "fastai=2.7.9", "fastcore=1.5.27"]
3
+ build-backend = "setuptools.build_meta:__legacy__"