Bintangdmrt07 commited on
Commit
f4f724c
β€’
1 Parent(s): 018f5cc

update readme.md

Browse files
Files changed (1) hide show
  1. README.md +32 -3
README.md CHANGED
@@ -1,3 +1,32 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - HuggingFaceFW/fineweb
5
+ language:
6
+ - id
7
+ - en
8
+ metrics:
9
+ - accuracy
10
+ library_name: fastai
11
+ pipeline_tag: text-classification
12
+ tags:
13
+ - art
14
+ ---
15
+
16
+ ---
17
+ model_amahasiswa/
18
+ β”‚
19
+ β”œβ”€β”€ model_amahasiswa/
20
+ β”‚ β”œβ”€β”€ __init__.py
21
+ β”‚ β”œβ”€β”€ database.py
22
+ β”‚ β”œβ”€β”€ mahasiswa.py
23
+ β”‚
24
+ β”œβ”€β”€ tests/
25
+ β”‚ β”œβ”€β”€ test_database.py
26
+ β”‚ β”œβ”€β”€ test_mahasiswa.py
27
+ β”‚
28
+ β”œβ”€β”€ README.md
29
+ β”œβ”€β”€ requirements.txt
30
+ └── setup.py
31
+
32
+ ---