File size: 858 Bytes
9906726
 
 
 
 
 
 
 
 
c80f1bb
 
 
 
 
 
 
 
d718695
c80f1bb
 
 
 
 
 
 
 
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
---
license: mit
datasets:
- ashmib/wikivoyage-eu-cities-qa
language:
- en
base_model:
- google/gemma-2-2b-it
pipeline_tag: question-answering
---

# Finetuning Gemma-2b-it Models to answer European travel-related Q&A

This is a sample project where we fine-tuned the Gemma-2b-it model on Wikivoyage travel data on European cities to see if it answers the travel related Q&A better.
This is also an ongoing WIP project.

### Training Specs
* Gemma-2b fine-tuned on 2 Nvidia A40 GPUs using HuggingFace SFTrainer
* 10 epochs
* 1e-5 learning rate
  
### Data
  * [Wikivoyage (English) data](https://huggingface.co/datasets/ashmib/wikivoyage-eu-cities-qa) for 160 European cities.
  * Used Gemini 1.5 Pro and Flash to extract relevant questions from the data.

[Code](https://github.com/ashmibanerjee/eu-travel-reco) | [Demo - TBD](https://huggingface.co/ashmib)