File size: 2,252 Bytes
22498cf
 
b26f291
22498cf
0e6593c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3ccb6e1
 
 
0e6593c
3ccb6e1
 
 
0e6593c
3ccb6e1
 
 
0e6593c
3ccb6e1
 
 
0e6593c
3ccb6e1
 
 
0e6593c
3ccb6e1
 
 
0e6593c
3ccb6e1
 
 
0e6593c
3ccb6e1
 
 
0e6593c
 
 
 
 
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
48
49
50
51
52
53
54
55
56
57
58
59
60
# LLM Transfer Learning / Fine tuning

![image/png](https://cdn-uploads.huggingface.co/production/uploads/659573d1c0a99e8fed1b7739/goSbRE7vei4nJZk3WnoF_.png)

* Location of model development logs > https://drive.google.com/drive/folders/1OqUzYN_nfBSeZfbQ9qcB1YVkSNzi_gE3?usp=drive_link


__Dataset and Model Migration__

Overview

This README also serves as a guide and legend for the migration and update of datasets and models previously hosted 
under the ssoh namespace, now transferred to the BitBasher namespace on Hugging Face. 

The purpose of this guide is to facilitate easy referencing with respect to the submitted codes.


Migration Details

Below is a detailed list of the datasets and models that have been moved, including their old and new locations:

* The term 'base model' refers to 'meta-llama/Llama-2-7b-chat-hf' on Hugging Face.


1. **MCQ Dataset**
    - Old Location: `ssoh/mcq_dataset_2`
    - New Location: `BitBasher/mcq_dataset_2`

2. **Summarization and QnA Dataset**
    - Old Location: `ssoh/sum_n_qna_dataset`
    - New Location: `BitBasher/sum_n_qna_dataset`

3. **Model fine-tuned from a base model using the MCQ dataset**
    - Old Location: `ssoh/llama-2-7b-mcq_2`
    - New Location: `BitBasher/llama-2-7b-mcq_2`

4. **Model fine-tuned from the MCQ-tuned base model using the Summarization and QnA Dataset (also known as the Integrated model)**
    - Old Location: `ssoh/llama-2-7b-combined_datasets`
    - New Location: `BitBasher/llama-2-7b-combined_datasets`

5. **Integrated model converted to the GGUF format**
    - Old Location: `ssoh/llama-2-7b-combined_datasets-GGUF`
    - New Location: `BitBasher/llama-2-7b-combined_datasets-GGUF`

6. **Chosen model converted to the GGUF format**
    - Old Location: `ssoh/llama-2-7b-mini-ibased-GGUF`
    - New Location: `BitBasher/llama-2-7b-mini-ibased-GGUF`

7. **Chosen model**
    - Old Location: `ssoh/llama-2-7b-mini-ibased`
    - New Location: `BitBasher/llama-2-7b-mini-ibased`

8. **Initial dataset**
    - Old Location: `ssoh/mini-ibased-dataset`
    - New Location: `BitBasher/mini-ibased-dataset`


Accessing the Datasets and Models

* To ensure uninterrupted access, please visit the new locations listed above to access the migrated datasets and models.