Upload dataset
Browse files- README.md +105 -1
- shard_0/train-00000-of-00001.parquet +2 -2
README.md
CHANGED
|
@@ -29,7 +29,111 @@ configs:
|
|
| 29 |
- split: train
|
| 30 |
path: shard_6/train-*
|
| 31 |
dataset_info:
|
| 32 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
features:
|
| 34 |
- name: original
|
| 35 |
dtype: string
|
|
|
|
| 29 |
- split: train
|
| 30 |
path: shard_6/train-*
|
| 31 |
dataset_info:
|
| 32 |
+
- config_name: shard_0
|
| 33 |
+
features:
|
| 34 |
+
- name: original
|
| 35 |
+
dtype: string
|
| 36 |
+
- name: prompt
|
| 37 |
+
struct:
|
| 38 |
+
- name: chat_turns
|
| 39 |
+
list: string
|
| 40 |
+
- name: use_multiturn
|
| 41 |
+
dtype: bool
|
| 42 |
+
- name: examples
|
| 43 |
+
list: 'null'
|
| 44 |
+
- name: metadata
|
| 45 |
+
struct:
|
| 46 |
+
- name: PROMPT_TYPE
|
| 47 |
+
dtype: string
|
| 48 |
+
- name: response_0
|
| 49 |
+
dtype: string
|
| 50 |
+
- name: response_1
|
| 51 |
+
dtype: string
|
| 52 |
+
- name: generator_model
|
| 53 |
+
dtype: string
|
| 54 |
+
- name: generation_params
|
| 55 |
+
dtype: string
|
| 56 |
+
- name: final_response
|
| 57 |
+
dtype: string
|
| 58 |
+
- name: jaccard_1
|
| 59 |
+
dtype: float64
|
| 60 |
+
- name: jaccard_2
|
| 61 |
+
dtype: float64
|
| 62 |
+
- name: levenshtein
|
| 63 |
+
dtype: float64
|
| 64 |
+
- name: softngram
|
| 65 |
+
dtype: float64
|
| 66 |
+
- name: cosdist
|
| 67 |
+
dtype: float64
|
| 68 |
+
- name: bertscore_precision
|
| 69 |
+
dtype: float64
|
| 70 |
+
- name: bertscore_recall
|
| 71 |
+
dtype: float64
|
| 72 |
+
- name: bertscore
|
| 73 |
+
dtype: float64
|
| 74 |
+
- name: moverscore
|
| 75 |
+
dtype: float64
|
| 76 |
+
- name: reranker
|
| 77 |
+
dtype: float64
|
| 78 |
+
- name: original_perplexity_llama_instruct
|
| 79 |
+
dtype: float64
|
| 80 |
+
- name: original_entropy_llama_instruct
|
| 81 |
+
dtype: float64
|
| 82 |
+
- name: original_topp_outlier_llama_instruct
|
| 83 |
+
dtype: float64
|
| 84 |
+
- name: original_topk_outlier_llama_instruct
|
| 85 |
+
dtype: float64
|
| 86 |
+
- name: original_fastdetectgpt_llama_instruct
|
| 87 |
+
dtype: float64
|
| 88 |
+
- name: original_perplexity_llama_base
|
| 89 |
+
dtype: float64
|
| 90 |
+
- name: original_entropy_llama_base
|
| 91 |
+
dtype: float64
|
| 92 |
+
- name: original_topp_outlier_llama_base
|
| 93 |
+
dtype: float64
|
| 94 |
+
- name: original_topk_outlier_llama_base
|
| 95 |
+
dtype: float64
|
| 96 |
+
- name: original_fastdetectgpt_llama_base
|
| 97 |
+
dtype: float64
|
| 98 |
+
- name: final_response_perplexity_llama_instruct
|
| 99 |
+
dtype: float64
|
| 100 |
+
- name: final_response_entropy_llama_instruct
|
| 101 |
+
dtype: float64
|
| 102 |
+
- name: final_response_topp_outlier_llama_instruct
|
| 103 |
+
dtype: float64
|
| 104 |
+
- name: final_response_topk_outlier_llama_instruct
|
| 105 |
+
dtype: float64
|
| 106 |
+
- name: final_response_fastdetectgpt_llama_instruct
|
| 107 |
+
dtype: float64
|
| 108 |
+
- name: final_response_perplexity_llama_base
|
| 109 |
+
dtype: float64
|
| 110 |
+
- name: final_response_entropy_llama_base
|
| 111 |
+
dtype: float64
|
| 112 |
+
- name: final_response_topp_outlier_llama_base
|
| 113 |
+
dtype: float64
|
| 114 |
+
- name: final_response_topk_outlier_llama_base
|
| 115 |
+
dtype: float64
|
| 116 |
+
- name: final_response_fastdetectgpt_llama_base
|
| 117 |
+
dtype: float64
|
| 118 |
+
- name: original_binoculars
|
| 119 |
+
dtype: float64
|
| 120 |
+
- name: final_response_binoculars
|
| 121 |
+
dtype: float64
|
| 122 |
+
- name: original_editlens_bucket_roberta_large
|
| 123 |
+
dtype: int64
|
| 124 |
+
- name: original_editlens_score_roberta_large
|
| 125 |
+
dtype: float64
|
| 126 |
+
- name: final_response_editlens_bucket_roberta_large
|
| 127 |
+
dtype: int64
|
| 128 |
+
- name: final_response_editlens_score_roberta_large
|
| 129 |
+
dtype: float64
|
| 130 |
+
splits:
|
| 131 |
+
- name: train
|
| 132 |
+
num_bytes: 34132183
|
| 133 |
+
num_examples: 3275
|
| 134 |
+
download_size: 21673846
|
| 135 |
+
dataset_size: 34132183
|
| 136 |
+
- config_name: shard_6
|
| 137 |
features:
|
| 138 |
- name: original
|
| 139 |
dtype: string
|
shard_0/train-00000-of-00001.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:da8fc71a7394d7c40bb0167a3008773e9bf41abecfad1002bf3e8b50c6b8ae7f
|
| 3 |
+
size 21673846
|