dnnsdunca commited on
Commit
ed4035b
β€’
1 Parent(s): a3f0452

Create project.txt

Browse files
Files changed (1) hide show
  1. project.txt +22 -0
project.txt ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ huggingface_model_repo/
2
+ β”‚
3
+ β”œβ”€β”€ README.md
4
+ β”œβ”€β”€ requirements.txt
5
+ β”œβ”€β”€ LICENSE
6
+ β”œβ”€β”€ config/
7
+ β”‚ └── config.json
8
+ β”œβ”€β”€ data/
9
+ β”‚ β”œβ”€β”€ train.csv
10
+ β”‚ β”œβ”€β”€ valid.csv
11
+ β”‚ └── test.csv
12
+ β”œβ”€β”€ scripts/
13
+ β”‚ β”œβ”€β”€ train.py
14
+ β”‚ β”œβ”€β”€ eval.py
15
+ β”‚ β”œβ”€β”€ predict.py
16
+ β”‚ └── orchestrator.py
17
+ β”œβ”€β”€ model/
18
+ β”‚ β”œβ”€β”€ model.py
19
+ β”‚ β”œβ”€β”€ tokenizer.py
20
+ β”‚ └── __init__.py
21
+ └── notebooks/
22
+ └── fine_tune.ipynb