Update README.md
Browse files
README.md
CHANGED
|
@@ -23,6 +23,7 @@ model = AutoModelForCausalLM.from_pretrained("SadokBarbouche/planned.AI-gemma-2b
|
|
| 23 |
|
| 24 |
# Load the tokenizer
|
| 25 |
tokenizer = AutoTokenizer.from_pretrained("SadokBarbouche/planned.AI-gemma-2b-it")
|
|
|
|
| 26 |
|
| 27 |
## Data Preparation
|
| 28 |
The model training data comprises scraped information about various attractions and landmarks from Tunisia. The dataset was carefully curated to encompass a diverse range of destinations, ensuring the model's ability to generate comprehensive trip plans.
|
|
|
|
| 23 |
|
| 24 |
# Load the tokenizer
|
| 25 |
tokenizer = AutoTokenizer.from_pretrained("SadokBarbouche/planned.AI-gemma-2b-it")
|
| 26 |
+
```
|
| 27 |
|
| 28 |
## Data Preparation
|
| 29 |
The model training data comprises scraped information about various attractions and landmarks from Tunisia. The dataset was carefully curated to encompass a diverse range of destinations, ensuring the model's ability to generate comprehensive trip plans.
|