andstor commited on
Commit
2d1270a
1 Parent(s): 3c286aa

Split text into source target

Browse files
.gitignore ADDED
@@ -0,0 +1,131 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .DS_Store
2
+
3
+ # Byte-compiled / optimized / DLL files
4
+ __pycache__/
5
+ *.py[cod]
6
+ *$py.class
7
+
8
+ # C extensions
9
+ *.so
10
+
11
+ # Distribution / packaging
12
+ .Python
13
+ build/
14
+ develop-eggs/
15
+ dist/
16
+ downloads/
17
+ eggs/
18
+ .eggs/
19
+ lib/
20
+ lib64/
21
+ parts/
22
+ sdist/
23
+ var/
24
+ wheels/
25
+ pip-wheel-metadata/
26
+ share/python-wheels/
27
+ *.egg-info/
28
+ .installed.cfg
29
+ *.egg
30
+ MANIFEST
31
+
32
+ # PyInstaller
33
+ # Usually these files are written by a python script from a template
34
+ # before PyInstaller builds the exe, so as to inject date/other infos into it.
35
+ *.manifest
36
+ *.spec
37
+
38
+ # Installer logs
39
+ pip-log.txt
40
+ pip-delete-this-directory.txt
41
+
42
+ # Unit test / coverage reports
43
+ htmlcov/
44
+ .tox/
45
+ .nox/
46
+ .coverage
47
+ .coverage.*
48
+ .cache
49
+ nosetests.xml
50
+ coverage.xml
51
+ *.cover
52
+ *.py,cover
53
+ .hypothesis/
54
+ .pytest_cache/
55
+
56
+ # Translations
57
+ *.mo
58
+ *.pot
59
+
60
+ # Django stuff:
61
+ *.log
62
+ local_settings.py
63
+ db.sqlite3
64
+ db.sqlite3-journal
65
+
66
+ # Flask stuff:
67
+ instance/
68
+ .webassets-cache
69
+
70
+ # Scrapy stuff:
71
+ .scrapy
72
+
73
+ # Sphinx documentation
74
+ docs/_build/
75
+
76
+ # PyBuilder
77
+ target/
78
+
79
+ # Jupyter Notebook
80
+ .ipynb_checkpoints
81
+
82
+ # IPython
83
+ profile_default/
84
+ ipython_config.py
85
+
86
+ # pyenv
87
+ .python-version
88
+
89
+ # pipenv
90
+ # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
91
+ # However, in case of collaboration, if having platform-specific dependencies or dependencies
92
+ # having no cross-platform support, pipenv may install dependencies that don't work, or not
93
+ # install all needed dependencies.
94
+ #Pipfile.lock
95
+
96
+ # PEP 582; used by e.g. github.com/David-OConnor/pyflow
97
+ __pypackages__/
98
+
99
+ # Celery stuff
100
+ celerybeat-schedule
101
+ celerybeat.pid
102
+
103
+ # SageMath parsed files
104
+ *.sage.py
105
+
106
+ # Environments
107
+ .env
108
+ .venv
109
+ env/
110
+ venv/
111
+ ENV/
112
+ env.bak/
113
+ venv.bak/
114
+
115
+ # Spyder project settings
116
+ .spyderproject
117
+ .spyproject
118
+
119
+ # Rope project settings
120
+ .ropeproject
121
+
122
+ # mkdocs documentation
123
+ /site
124
+
125
+ # mypy
126
+ .mypy_cache/
127
+ .dmypy.json
128
+ dmypy.json
129
+
130
+ # Pyre type checker
131
+ .pyre/
data/fm+t/{test-00000-of-00000.parquet → test-00000-of-00001.parquet} RENAMED
File without changes
data/fm+t/{train-00000-of-00002.parquet → train-00000-of-00003.parquet} RENAMED
File without changes
data/fm+t/{train-00001-of-00002.parquet → train-00001-of-00003.parquet} RENAMED
File without changes
data/fm+t/{train-00002-of-00002.parquet → train-00002-of-00003.parquet} RENAMED
File without changes
data/fm+t/{validation-00000-of-00000.parquet → validation-00000-of-00001.parquet} RENAMED
File without changes
data/t+tc/{test-00000-of-00000.parquet → test-00000-of-00001.parquet} RENAMED
File without changes
data/t+tc/{train-00000-of-00002.parquet → train-00000-of-00003.parquet} RENAMED
File without changes
data/t+tc/{train-00001-of-00002.parquet → train-00001-of-00003.parquet} RENAMED
File without changes
data/t+tc/{train-00002-of-00002.parquet → train-00002-of-00003.parquet} RENAMED
File without changes
data/t+tc/{validation-00000-of-00000.parquet → validation-00000-of-00001.parquet} RENAMED
File without changes
data/t/{generate-00000-of-00001.parquet → test-00000-of-00001.parquet} RENAMED
File without changes
data/{t_indented/generate-00000-of-00001.parquet → t/train-00000-of-00003.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4dbf460d645d8f8be43eef8b0df260059689c406da3ec8fb3598a5bc22dc15d9
3
- size 23160471
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dda8a6560bd2cdcdc3d271f8d96f1cc3d76d03a19f510b6a67d6ae8f80bc8ebc
3
+ size 36579532
data/t/train-00001-of-00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9065dae4a3a161299d0031c6f4ebc5190d6ef14c630099d5b727fc76467e96bc
3
+ size 35238676
data/t/train-00002-of-00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ac868c5693366ffd553619b3c954ad566b4f560f8d52f5a4a2b91d29545e7b2
3
+ size 18469281
data/t/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e2d2539b846c070ad7abd24a6a43dd67360287b4c315b4b367c1150a1a2f7f7
3
+ size 11991770
data/t_indented/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e155d49c691294c65e18aa2cb187f503b100def1b1f770ab6c24d0f83da53c7f
3
+ size 11928390
data/t_indented/train-00000-of-00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fd28675027ddb65d0dde362dc46d098b6841fa35e8e7dacaf28f88fe2b84f7d
3
+ size 37863303
data/t_indented/train-00001-of-00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50ae2e2ed62b2d617a86b24279ebedd69f42e5c8a522031c339154736c6b1ea1
3
+ size 36408191
data/t_indented/train-00002-of-00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04aa804db64adff1bbe8395569c69f286a323c3a8185178096766e11cbb40122
3
+ size 19119478
data/t_indented/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f79f14d7f540eea2c5d63dabdbd16358d24aa8acc85b029ddbfd2e1e12882ce5
3
+ size 12413414