grade default config w classifier by chunk
Browse filesBertForSequenceClassification(
(bert): BertModel(
(embeddings): BertEmbeddings(
(word_embeddings): Embedding(30522, 768, padding_idx=0)
(position_embeddings): Embedding(512, 768)
(token_type_embeddings): Embedding(2, 768)
(LayerNorm): LayerNorm((768,), eps=1e-12, elementwise_affine=True)
(dropout): Dropout(p=0.0, inplace=False)
)
(encoder): BertEncoder(
(layer): ModuleList(
(0-11): 12 x BertLayer(
(attention): BertAttention(
(self): BertSdpaSelfAttention(
(query): Linear(in_features=768, out_features=768, bias=True)
(key): Linear(in_features=768, out_features=768, bias=True)
(value): Linear(in_features=768, out_features=768, bias=True)
(dropout): Dropout(p=0.1, inplace=False)
)
(output): BertSelfOutput(
(dense): Linear(in_features=768, out_features=768, bias=True)
(LayerNorm): LayerNorm((768,), eps=1e-12, elementwise_affine=True)
(dropout): Dropout(p=0.0, inplace=False)
)
)
(intermediate): BertIntermediate(
(dense): Linear(in_features=768, out_features=3072, bias=True)
(intermediate_act_fn): GELUActivation()
)
(output): BertOutput(
(dense): Linear(in_features=3072, out_features=768, bias=True)
(LayerNorm): LayerNorm((768,), eps=1e-12, elementwise_affine=True)
(dropout): Dropout(p=0.0, inplace=False)
)
)
)
)
(pooler): BertPooler(
(dense): Linear(in_features=768, out_features=768, bias=True)
(activation): Tanh()
)
)
(dropout): Dropout(p=0.0, inplace=False)
(classifier): Linear(in_features=768, out_features=1, bias=True)
)
- README.md +24 -5
- eduscore/train-00000-of-00001.parquet +3 -0
@@ -1,5 +1,11 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
2 |
dataset_info:
|
|
|
3 |
features:
|
4 |
- name: text
|
5 |
dtype: string
|
@@ -9,16 +15,29 @@ dataset_info:
|
|
9 |
num_examples: 1000
|
10 |
download_size: 220792328
|
11 |
dataset_size: 382489897
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
configs:
|
13 |
- config_name: default
|
14 |
data_files:
|
15 |
- split: train
|
16 |
path: data/train-*
|
17 |
-
|
18 |
-
|
19 |
-
-
|
20 |
-
|
21 |
-
- n<1K
|
22 |
---
|
23 |
|
24 |
# BEE-spoke-data/fineweb-1000_64k
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
license: odc-by
|
5 |
+
size_categories:
|
6 |
+
- n<1K
|
7 |
dataset_info:
|
8 |
+
- config_name: default
|
9 |
features:
|
10 |
- name: text
|
11 |
dtype: string
|
|
|
15 |
num_examples: 1000
|
16 |
download_size: 220792328
|
17 |
dataset_size: 382489897
|
18 |
+
- config_name: eduscore
|
19 |
+
features:
|
20 |
+
- name: text
|
21 |
+
dtype: string
|
22 |
+
- name: scores
|
23 |
+
sequence: float64
|
24 |
+
- name: int_scores
|
25 |
+
sequence: int64
|
26 |
+
splits:
|
27 |
+
- name: train
|
28 |
+
num_bytes: 385212313
|
29 |
+
num_examples: 1000
|
30 |
+
download_size: 221085149
|
31 |
+
dataset_size: 385212313
|
32 |
configs:
|
33 |
- config_name: default
|
34 |
data_files:
|
35 |
- split: train
|
36 |
path: data/train-*
|
37 |
+
- config_name: eduscore
|
38 |
+
data_files:
|
39 |
+
- split: train
|
40 |
+
path: eduscore/train-*
|
|
|
41 |
---
|
42 |
|
43 |
# BEE-spoke-data/fineweb-1000_64k
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ff4d49acf3b6ba4444825e2e7d1905ed0d1876ea7cd8d2ea406e901436af1090
|
3 |
+
size 221085149
|