rajveer43 commited on
Commit
f271bb7
·
verified ·
1 Parent(s): 31d17d2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -9
README.md CHANGED
@@ -5,21 +5,20 @@ tags:
5
  ---
6
  # Titan Model
7
 
8
- This is the **Titan model**, a state-of-the-art model trained to perform Text generation
9
 
10
  ## Model Details
11
 
12
  - **Model Name**: Titan
13
  - **Version**: 1.0
14
- - **Model Type**: [Type of model, e.g., Transformer, CNN]
15
- - **Pretrained**: Yes/No
16
  - **License**: MIT (or any relevant license)
17
- - **Training Data**: [Brief description of the dataset used for training]
18
- - **Performance**: [Mention metrics such as accuracy, F1-score, etc.]
19
- - **Intended Use**: This model is intended to be used for [task]. Example use cases include:
20
- - Task 1
21
- - Task 2
22
- - **Limitations**: [Mention any limitations or biases present in the model]
23
 
24
  ## Usage
25
 
 
5
  ---
6
  # Titan Model
7
 
8
+ This is the **Titan model**, a state-of-the-art model trained to perform Text generation inspired by google titan architecture
9
 
10
  ## Model Details
11
 
12
  - **Model Name**: Titan
13
  - **Version**: 1.0
14
+ - **Model Type**: [Transformer]
15
+ - **Pretrained**: No
16
  - **License**: MIT (or any relevant license)
17
+ - **Training Data**: [custom text data]
18
+ - **Performance**: BLUE score
19
+ - **Intended Use**: This model is intended to be used for Text Generation. Example use cases include:
20
+ - text generarion on any topic
21
+ - **Limitations**: Model is currently trained on very less data so might perform good.
 
22
 
23
  ## Usage
24