File size: 1,242 Bytes
133b627
 
367092f
 
 
 
 
 
133b627
367092f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37827b1
 
 
367092f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
39
40
41
42
43
44
45
46
47
---
license: mit
language:
- en
library_name: transformers
tags:
- pokemon
- NL2NOSQL
---
# Model Card for Model ID

<!-- Provide a quick summary of what the model is/does. -->
T5 model trained to generate NOSQL query from natural language.
The training data set will depend on the custom domain.

## Model Details


### Model Description

<!-- Provide a longer summary of what this model is. -->



- **Developed by:** Saibala Sundram
- **Model type:** T5
- **License:** MIT

## Uses

<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
Can generate NOSQL queries from natural language.

## Training Details

### Training Data

<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
Pokemon dataset from kaggle


### Training Procedure

<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
since the amount of data is very less number of epochs used to fine tune the data was more, 50 epochs.