gputrain commited on
Commit
1b7cfab
1 Parent(s): 224131e

first commit

Browse files
Files changed (5) hide show
  1. .gitattributes +1 -0
  2. README.md +14 -1
  3. UrbanSound8K.csv +0 -0
  4. model.pkl +3 -0
  5. pyproject.toml +3 -0
.gitattributes CHANGED
@@ -25,3 +25,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
25
  *.zip filter=lfs diff=lfs merge=lfs -text
26
  *.zstandard filter=lfs diff=lfs merge=lfs -text
27
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
25
  *.zip filter=lfs diff=lfs merge=lfs -text
26
  *.zstandard filter=lfs diff=lfs merge=lfs -text
27
  *tfevents* filter=lfs diff=lfs merge=lfs -text
28
+ *.pkl filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,3 +1,16 @@
1
  ---
2
- license: gpl
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ tags:
3
+ - fastai
4
+ license: afl-3.0
5
  ---
6
+
7
+ # Model card
8
+
9
+ ## Model description
10
+ More information needed
11
+
12
+ ## Intended uses & limitations
13
+ More information needed
14
+
15
+ ## Training and evaluation data
16
+ More information needed
UrbanSound8K.csv ADDED
The diff for this file is too large to render. See raw diff
model.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:973aa561e19c98eea4faf8ddf1a0a1622c4e70b9a0879f266fb5d92e3747a4e4
3
+ size 87601195
pyproject.toml ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ [build-system]
2
+ requires = ["setuptools>=40.8.0", "wheel", "python=3.8.12", "fastai=2.6.0", "fastcore=1.4.2"]
3
+ build-backend = "setuptools.build_meta:__legacy__"