[WIP] Upload folder using huggingface_hub (multi-commit da85c554881e1f205d9085b2a90235ec1b1c3c2d038c166889111280faf43a85)
#4
by ryosekizawa - opened
This view is limited to 50 files because it contains too many changes. See the raw diff here.
- README.md +7 -46
- finetuning/go/en/test-filtered/batch_0.txt +3 -0
- finetuning/go/en/test-filtered/batch_1.txt +3 -0
- finetuning/go/en/test-filtered/batch_2.txt +3 -0
- finetuning/go/fr/test-filtered/batch_0.txt +3 -0
- finetuning/go/fr/test-filtered/batch_1.txt +3 -0
- finetuning/go/fr/test-filtered/batch_2.txt +3 -0
- finetuning/go/ja/test-filtered/batch_0.txt +3 -0
- finetuning/go/ja/test-filtered/batch_1.txt +3 -0
- finetuning/go/ja/test-filtered/batch_2.txt +3 -0
- finetuning/go/zh/test-filtered/batch_0.txt +3 -0
- finetuning/go/zh/test-filtered/batch_1.txt +3 -0
- finetuning/go/zh/test-filtered/batch_2.txt +3 -0
- finetuning/java/en/test-filtered/batch_0.txt +3 -0
- finetuning/java/en/test-filtered/batch_1.txt +3 -0
- finetuning/java/en/test-filtered/batch_2.txt +3 -0
- finetuning/java/fr/test-filtered/batch_0.txt +3 -0
- finetuning/java/fr/test-filtered/batch_1.txt +3 -0
- finetuning/java/fr/test-filtered/batch_2.txt +3 -0
- finetuning/java/ja/test-filtered/batch_0.txt +3 -0
- finetuning/java/ja/test-filtered/batch_1.txt +3 -0
- finetuning/java/ja/test-filtered/batch_2.txt +3 -0
- finetuning/java/zh/test-filtered/batch_0.txt +3 -0
- finetuning/java/zh/test-filtered/batch_1.txt +3 -0
- finetuning/java/zh/test-filtered/batch_2.txt +3 -0
- finetuning/php/en/test-filtered/batch_0.txt +3 -0
- finetuning/php/en/test-filtered/batch_1.txt +3 -0
- finetuning/php/en/test-filtered/batch_2.txt +3 -0
- finetuning/php/fr/test-filtered/batch_0.txt +3 -0
- finetuning/php/fr/test-filtered/batch_1.txt +3 -0
- finetuning/php/fr/test-filtered/batch_2.txt +3 -0
- finetuning/php/ja/test-filtered/batch_0.txt +3 -0
- finetuning/php/ja/test-filtered/batch_1.txt +3 -0
- finetuning/php/ja/test-filtered/batch_2.txt +3 -0
- finetuning/php/zh/test-filtered/batch_0.txt +3 -0
- finetuning/php/zh/test-filtered/batch_1.txt +3 -0
- finetuning/php/zh/test-filtered/batch_2.txt +3 -0
- finetuning/python/en/test-filtered/batch_0.txt +3 -0
- finetuning/python/en/test-filtered/batch_1.txt +3 -0
- finetuning/python/en/test-filtered/batch_2.txt +3 -0
- finetuning/python/fr/test-filtered/batch_0.txt +3 -0
- finetuning/python/fr/test-filtered/batch_1.txt +3 -0
- finetuning/python/fr/test-filtered/batch_2.txt +3 -0
- finetuning/python/ja/test-filtered/batch_0.txt +3 -0
- finetuning/python/ja/test-filtered/batch_1.txt +3 -0
- finetuning/python/ja/test-filtered/batch_2.txt +3 -0
- finetuning/python/zh/test-filtered/batch_0.txt +3 -0
- finetuning/python/zh/test-filtered/batch_1.txt +3 -0
- finetuning/python/zh/test-filtered/batch_2.txt +3 -0
- pretraining/all/all/dev.jsonl.gz +3 -0
README.md
CHANGED
|
@@ -10,57 +10,18 @@ tags:
|
|
| 10 |
pretty_name: XCodeSearchNet
|
| 11 |
---
|
| 12 |
|
| 13 |
-
[Paper on arXiv](https://arxiv.org/abs/2306.15604)
|
| 14 |
-
|
| 15 |
-
## pre-training data
|
| 16 |
-
You need to manually combine each dataset if you want to use a multilingual dataset.
|
| 17 |
```python
|
| 18 |
from datasets import load_dataset
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
DatasetDict({
|
| 22 |
-
train: Dataset({
|
| 23 |
-
features: ['function_tokens', 'docstring'],
|
| 24 |
-
num_rows: 453623
|
| 25 |
-
})
|
| 26 |
-
validation: Dataset({
|
| 27 |
-
features: ['function_tokens', 'docstring'],
|
| 28 |
-
num_rows: 4596
|
| 29 |
-
})
|
| 30 |
-
test: Dataset({
|
| 31 |
-
features: ['function_tokens', 'docstring'],
|
| 32 |
-
num_rows: 45283
|
| 33 |
-
})
|
| 34 |
-
})
|
| 35 |
-
"""
|
| 36 |
-
print(xcsn_pt_python_en['train'][0])
|
| 37 |
-
"""
|
| 38 |
-
{
|
| 39 |
-
'function_tokens': ['def', 'get_feature_ide_paths', '(', 'container_dir', ',', 'product_name', ')', ':', 'repo_name', '=', 'get_repo_name', '(', 'container_dir', ')', 'class', 'Paths', '(', 'object', ')', ':', 'feature_order_json', '=', 'os', '.', 'path', '.', 'join', '(', 'container_dir', ',', "'_lib/featuremodel/productline/feature_order.json'", ')', 'model_xml_path', '=', 'os', '.', 'path', '.', 'join', '(', 'container_dir', ',', "'_lib/featuremodel/productline/model.xml'", ')', 'config_file_path', '=', 'os', '.', 'path', '.', 'join', '(', 'container_dir', ',', "'_lib/featuremodel/productline/products/'", ',', 'repo_name', ',', 'product_name', ',', "'product.equation.config'", ')', 'equation_file_path', '=', 'os', '.', 'path', '.', 'join', '(', 'container_dir', ',', "'products'", ',', 'product_name', ',', "'product.equation'", ')', 'product_spec_path', '=', 'os', '.', 'path', '.', 'join', '(', 'container_dir', ',', "'_lib/featuremodel/productline/products/'", ',', 'repo_name', ',', "'product_spec.json'", ')', 'return', 'Paths'],
|
| 40 |
-
'docstring': 'Takes the container_dir and the product name and returns all relevant paths from the\n feature_order_json to the config_file_path.\n :param container_dir: the full path of the container dir\n :param product_name: the name of the product\n :return: object with divert path attributes'
|
| 41 |
-
}
|
| 42 |
-
"""
|
| 43 |
```
|
| 44 |
-
|
| 45 |
```python
|
| 46 |
from datasets import load_dataset
|
| 47 |
xcsn_ft_python_en = load_dataset("ynklab/XCodeSearchNet", data_dir='finetuning/python/en')
|
| 48 |
-
"""
|
| 49 |
-
DatasetDict({
|
| 50 |
-
train: Dataset({
|
| 51 |
-
features: ['text'],
|
| 52 |
-
num_rows: 1648684
|
| 53 |
-
})
|
| 54 |
-
validation: Dataset({
|
| 55 |
-
features: ['text'],
|
| 56 |
-
num_rows: 92426
|
| 57 |
-
})
|
| 58 |
-
})
|
| 59 |
-
"""
|
| 60 |
print(xcsn_ft_python_en['train'][0])
|
| 61 |
-
"""
|
| 62 |
-
{
|
| 63 |
-
'text': '1<CODESPLIT><CODESPLIT><CODESPLIT>Logs the definition of the object that was just auto - decorated inside the ipython notebook .<CODESPLIT>def _logdef ( self , n , o , otype ) : import re try : #The latest input cell will be the one that this got executed #from. TODO: actually, if acorn got imported after the fact, then #the import would have caused all the undecorated functions to be #decorated as soon as acorn imported. I suppose we just won\'t have #any code for that case. if otype == "classes" : cellno = max ( [ int ( k [ 2 : ] ) for k in self . shell . user_ns . keys ( ) if re . match ( "_i\\d+" , k ) ] ) elif otype == "functions" : cellno = int ( o . __code__ . co_filename . strip ( "<>" ) . split ( \'-\' ) [ 2 ] ) except : #This must not have been an ipython notebook declaration, so we #don\'t store the code. cellno = None pass code = "" if cellno is not None : cellstr = "_i{0:d}" . format ( cellno ) if cellstr in self . shell . user_ns : cellcode = self . shell . user_ns [ cellstr ] import ast astm = ast . parse ( cellcode ) ab = astm . body parts = { ab [ i ] . name : ( ab [ i ] . lineno , None if i + 1 >= len ( ab ) else ab [ i + 1 ] . lineno ) for i , d in enumerate ( ab ) } if n in parts : celllines = cellcode . split ( \'\\n\' ) start , end = parts [ n ] if end is not None : code = celllines [ start - 1 : end - 1 ] else : code = celllines [ start - 1 : ] #Now, we actually create the entry. Since the execution for function #definitions is almost instantaneous, we just log the pre and post #events at the same time. from time import time from acorn . logging . database import record entry = { "m" : "def" , "a" : None , "s" : time ( ) , "r" : None , "c" : code , } from acorn import msg record ( "__main__.{}" . format ( n ) , entry , diff = True ) msg . info ( entry , 1 )'
|
| 64 |
-
}
|
| 65 |
-
"""
|
| 66 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
pretty_name: XCodeSearchNet
|
| 11 |
---
|
| 12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
```python
|
| 14 |
from datasets import load_dataset
|
| 15 |
+
xcsn_pt_all_all = load_dataset("ynklab/XCodeSearchNet", data_dir='pretraining/all/all')
|
| 16 |
+
print(xcsn_pt_all_all['train'][0])
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
```
|
| 18 |
+
|
| 19 |
```python
|
| 20 |
from datasets import load_dataset
|
| 21 |
xcsn_ft_python_en = load_dataset("ynklab/XCodeSearchNet", data_dir='finetuning/python/en')
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
print(xcsn_ft_python_en['train'][0])
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
```
|
| 24 |
+
|
| 25 |
+
|
| 26 |
+
|
| 27 |
+
arxiv.org/abs/2306.15604
|
finetuning/go/en/test-filtered/batch_0.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8424e9431dcd1835c063e60c5a22d9d09cee52997c7a23f6db3322d67dd50f03
|
| 3 |
+
size 623668000
|
finetuning/go/en/test-filtered/batch_1.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:11c9cbf7f9d23bad8dd50087f91a75ea15c43d5dabb37d38c851408487e7e0be
|
| 3 |
+
size 576362000
|
finetuning/go/en/test-filtered/batch_2.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:10e87b55fc4e644cddf02a289b7b7eb07c850eb779063c1a86931e8c5ed6469b
|
| 3 |
+
size 620293000
|
finetuning/go/fr/test-filtered/batch_0.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:10b1c530633adbdbd0946425a6cec56bdfad0ebbced1edf4a1694567e3d817fd
|
| 3 |
+
size 636316000
|
finetuning/go/fr/test-filtered/batch_1.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b9ebf032eb7cde4d0f3015c82283b113c6c3f910fc3c0c3ccb7402ef4614be68
|
| 3 |
+
size 589141000
|
finetuning/go/fr/test-filtered/batch_2.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a0843b4beacedeedba7877ee9c396b05375060356f3db235253e005eb409ab74
|
| 3 |
+
size 633102000
|
finetuning/go/ja/test-filtered/batch_0.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:13c99d8e7cafd6cbb0c06f0f8861dfbba5d96819a957d59cce54d3b9a10ac07b
|
| 3 |
+
size 663324000
|
finetuning/go/ja/test-filtered/batch_1.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a2d5c1af57551c40ad8b84375d90954e31a48c800890273f204fbfb94190be03
|
| 3 |
+
size 615340000
|
finetuning/go/ja/test-filtered/batch_2.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4fc709bfac01fdfe108783bf5dc1c11fbbc99922367b17a1e88c7eeecd3f91b8
|
| 3 |
+
size 659599000
|
finetuning/go/zh/test-filtered/batch_0.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:debc4fb0b7ce60af1b032c6ee3ec365af07ce4ac27513b78a676a70df166a9e5
|
| 3 |
+
size 615596000
|
finetuning/go/zh/test-filtered/batch_1.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2f0936f71d7e1946002a54f0b1a97978e9071265f4f3998471ae85a1a3b8fc8e
|
| 3 |
+
size 567529000
|
finetuning/go/zh/test-filtered/batch_2.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:19de52c5ddecc95a383f3f3af42c59d1b9ea1ad66689f8b3726d584510a44c1f
|
| 3 |
+
size 611259000
|
finetuning/java/en/test-filtered/batch_0.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:76277392f1fa843449e4233daa00b713e6944c08f5515b5d96305f211943a407
|
| 3 |
+
size 729823000
|
finetuning/java/en/test-filtered/batch_1.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:11a2bba8509092dd402a4088a1537fb53891c17846bd48a12a3947a4b4705e22
|
| 3 |
+
size 762534000
|
finetuning/java/en/test-filtered/batch_2.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7de03aa52e8ed15f2c081be0e8d41448a25301727aeb772d4aaae0270c87d5c7
|
| 3 |
+
size 787969000
|
finetuning/java/fr/test-filtered/batch_0.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:62fc9f7b064cc5ef9d46c1ee3e56db0ae23db5bed0fbcec2462c0903b5e73c51
|
| 3 |
+
size 742986000
|
finetuning/java/fr/test-filtered/batch_1.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2d4527d2d7e5f98ce21ef3d67305cad546ec338661f9f8de3097e711062728ac
|
| 3 |
+
size 776305000
|
finetuning/java/fr/test-filtered/batch_2.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5da68746d42831a3ac8564fc9168aeb93715c103f9b1bb9d5f673ef1c1f25c3a
|
| 3 |
+
size 800715000
|
finetuning/java/ja/test-filtered/batch_0.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ac8c91eff5ea1084d9437e8034a4bf35d7fc7c6e95e737d5df0006d8a125cc46
|
| 3 |
+
size 760979000
|
finetuning/java/ja/test-filtered/batch_1.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:45f5572003bc59571c14b618924da160ada63c2dda551960b340f738575918f2
|
| 3 |
+
size 794197000
|
finetuning/java/ja/test-filtered/batch_2.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3e2dde299d0f621983de58bc7baf2004f86fdc768074951201e01669d053a7fe
|
| 3 |
+
size 817469000
|
finetuning/java/zh/test-filtered/batch_0.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:912e3f15dd05b5d4b78d2e54ced0af0abc5915cba585fc46fd8725e0cd8145e5
|
| 3 |
+
size 718520000
|
finetuning/java/zh/test-filtered/batch_1.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b91c73b1f071c014f9ce047fb6722e9ed91e714fcee1636525cfb7e4e5a21991
|
| 3 |
+
size 751008000
|
finetuning/java/zh/test-filtered/batch_2.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c533f4176ecc1f6b80b044d381f7e5f1d8225506d67bb3cc2fff5cb2676122ff
|
| 3 |
+
size 777799000
|
finetuning/php/en/test-filtered/batch_0.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c693a5a3be4d29ea6f680da7d4299a880ea72e77949816bdfb6ce841d63cdf43
|
| 3 |
+
size 730452000
|
finetuning/php/en/test-filtered/batch_1.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e842d5c3f4c6a6b721d3ae24ac93ad468684e310c5a7f163930b4abd7d237ec3
|
| 3 |
+
size 760578000
|
finetuning/php/en/test-filtered/batch_2.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7c0f10340a5e6ff3a182d99a2f9adf1e2220f1f55f1bff5782e5036f482c636a
|
| 3 |
+
size 673203000
|
finetuning/php/fr/test-filtered/batch_0.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:933228134f56e00bb7cd322330e83146155640015e5f81eaffe4a08a6188afbf
|
| 3 |
+
size 741778000
|
finetuning/php/fr/test-filtered/batch_1.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dc19defdffd58c95a8165a0b84ab151cd5565b33a4e3a65e1818f346651d5ea6
|
| 3 |
+
size 771570000
|
finetuning/php/fr/test-filtered/batch_2.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:40a7a9a645c25c44f3af4ec3bcb520188fb928d5ff7ef2dc6a6505dba247e6fd
|
| 3 |
+
size 684199000
|
finetuning/php/ja/test-filtered/batch_0.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bf67e146c0c2e45fb03b7afa7c82f3213db7686e2a0ef08c9f19d9546721914d
|
| 3 |
+
size 753902000
|
finetuning/php/ja/test-filtered/batch_1.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:877b9f9a189647e418f6f07e946e613697701f9dfc509a59fc262d42ee6cb8de
|
| 3 |
+
size 783357000
|
finetuning/php/ja/test-filtered/batch_2.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:873174519233dc4b0b40500ddb9194fe16585ea0043cc05322686139732f0b8e
|
| 3 |
+
size 696027000
|
finetuning/php/zh/test-filtered/batch_0.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e0aa890c75050b1d8101c6659aa8b6bf19ade8176041bd60aa8f0413d1f9538e
|
| 3 |
+
size 724005000
|
finetuning/php/zh/test-filtered/batch_1.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6541adfb082e8e64ab1de609b0c9097417a8009ab42cec3b6d90eefab97e7bd2
|
| 3 |
+
size 752984000
|
finetuning/php/zh/test-filtered/batch_2.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eddf92df75df9e6e55af00feb84f5e45b8dd5c5ce5471772ded7d0450a37fccf
|
| 3 |
+
size 665970000
|
finetuning/python/en/test-filtered/batch_0.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f1d53192158f09ec5cfbca861a7712cc7b905e998be5efc8e133c7803d139d10
|
| 3 |
+
size 724596000
|
finetuning/python/en/test-filtered/batch_1.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b3c970a2779713034556d0ed1b07e333e828827495cbde639396750cace41e4e
|
| 3 |
+
size 757388000
|
finetuning/python/en/test-filtered/batch_2.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d25ca7211d8aed90fe3a8bb943e7aa1cf3a461961ab06496a042f025da0f72c4
|
| 3 |
+
size 723559000
|
finetuning/python/fr/test-filtered/batch_0.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:efb5c6ce71c52a392ba355cbe7529064bc83bfb1a171ebd3b41f8053d29442c5
|
| 3 |
+
size 738221000
|
finetuning/python/fr/test-filtered/batch_1.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5faf0517035bf0178bb57ddabdaf1214b4c0766088e4494f1ffd00b955059fc2
|
| 3 |
+
size 771937000
|
finetuning/python/fr/test-filtered/batch_2.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8c46e3cb8b5592dd1bfad70f09eda0c74a8869c8fee3dc583e0b929eba76a63e
|
| 3 |
+
size 736591000
|
finetuning/python/ja/test-filtered/batch_0.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ebf1e9d67d6d7da964606d8590d59c53a7526ebc5520ed13f704dc4a4cd6b14b
|
| 3 |
+
size 753619000
|
finetuning/python/ja/test-filtered/batch_1.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a52ef4d306e3ab6b4c5ec80b72819a3f9a36a45ed3a5ed6b1eccc5f742b146a6
|
| 3 |
+
size 787913000
|
finetuning/python/ja/test-filtered/batch_2.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e7f47645225388575bac3bbc5978ad9080ff0e1d098e69ef46135d71375e22d0
|
| 3 |
+
size 753762000
|
finetuning/python/zh/test-filtered/batch_0.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:62954e85ca552c45e1065574b7fa3f46a10e39d22c070cef19640e030af2c27f
|
| 3 |
+
size 714281000
|
finetuning/python/zh/test-filtered/batch_1.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:967fe3a7f3ee650597b7109196e2f59e07a20e6c3d78261ba63cd55de2a70f31
|
| 3 |
+
size 746276000
|
finetuning/python/zh/test-filtered/batch_2.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7c85aa60728056c3f79022706f1bc4dbbca2b934932452c3e9273d28722eb6a9
|
| 3 |
+
size 713464000
|
pretraining/all/all/dev.jsonl.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7293e1074829e3e1b77286282e4e368d9e60679d01dfbba7d0a48504d01ebdc4
|
| 3 |
+
size 20403508
|