yoonusajwardapiit commited on
Commit
6fb9210
·
verified ·
1 Parent(s): e995dc9

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ # Triptuner Model
3
+
4
+ This model is trained to generate itineraries for locations in Sri Lanka's Central Province.
5
+ It uses a custom transformer-based language model designed to handle character-level sequences.
6
+
7
+ ## Usage
8
+
9
+ The model can generate location-specific itineraries by providing a starting prompt of a location name.
10
+
11
+ ## Training Data
12
+
13
+ The model was trained on a dataset containing information about various locations in Sri Lanka's Central Province.
14
+
15
+ ## Model Architecture
16
+
17
+ - Number of Layers: 4
18
+ - Embedding Size: 64
19
+ - Number of Heads: 4
20
+ - Context Length: 32 tokens
21
+
22
+ ## License
23
+
24
+ MIT License