File size: 1,051 Bytes
6557b5c
 
 
 
 
 
 
d5b2ddc
 
 
 
 
 
 
 
 
522ab6d
 
 
37720d5
522ab6d
 
 
905581d
 
522ab6d
905581d
 
 
 
522ab6d
 
 
 
 
 
 
6557b5c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
license: apache-2.0
task_categories:
- text-generation
tags:
- Genomics
---
Dataset for Fine-tuning Mistral Model on Tata and No Tata Sequences
Description
This dataset is specifically curated for training the Mistral model to distinguish between 'tata' and 'no tata' sequences. It is derived and reformatted from a dataset originally created by InstaDeep, tailored to enhance the performance of natural language processing models in identifying specific patterns.

Dataset Information
Features: This dataset consists of sequences represented as strings under the 'text' feature.
Splits: The dataset is divided into two splits:
Train: 53,276 examples
Test: 5,920 examples
---
dataset_info:
  features:
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 18491278
    num_examples: 53276
  - name: test
    num_bytes: 2054722
    num_examples: 5920
  download_size: 9488224
  dataset_size: 20546000
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---