TheMrguiller
commited on
Commit
•
bcbd707
1
Parent(s):
b088676
Upload 3 files
Browse filesFiles that were used in the training. There were concanated and then split using the following command: \np.split(df.sample(frac=1, random_state=42), [int(.8*len(df)), int(.9*len(df))])
- .gitattributes +1 -0
- test.csv +0 -0
- training.csv +3 -0
- valid.csv +0 -0
.gitattributes
CHANGED
@@ -32,3 +32,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
35 |
+
training.csv filter=lfs diff=lfs merge=lfs -text
|
test.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
training.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:72e9bec0d7611f91a94abbd99f524bfde36f324924d45e3578a081fa31142aa7
|
3 |
+
size 45093602
|
valid.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|