ssoh commited on
Commit
3ccb6e1
·
verified ·
1 Parent(s): 0e6593c

Update ipynb/llm/README.md

Browse files
Files changed (1) hide show
  1. ipynb/llm/README.md +24 -31
ipynb/llm/README.md CHANGED
@@ -22,44 +22,37 @@ Below is a detailed list of the datasets and models that have been moved, includ
22
  * The term 'base model' refers to 'meta-llama/Llama-2-7b-chat-hf' on Hugging Face.
23
 
24
 
25
- 1. MCQ Dataset.
26
- Old Location: ssoh/mcq_dataset_2
27
- New Location: BitBasher/mcq_dataset_2
28
 
 
 
 
29
 
30
- 2. Summarization and QnA Dataset.
31
- Old Location: ssoh/sum_n_qna_dataset
32
- New Location: BitBasher/sum_n_qna_dataset
33
 
 
 
 
34
 
35
- 3. Model fine-tuned from a base model using the MCQ dataset.
36
- Old Location: ssoh/llama-2-7b-mcq_2
37
- New Location: BitBasher/llama-2-7b-mcq_2
38
 
 
 
 
39
 
40
- 4. Model fine-tuned from the MCQ-tuned base model using the Summarization and QnA Dataset (also known as the Integrated model).
41
- Old Location: ssoh/llama-2-7b-combined_datasets
42
- New Location: BitBasher/llama-2-7b-combined_datasets
43
 
44
-
45
- 5. Integrated model converted to the GGUF format.
46
- Old Location: ssoh/llama-2-7b-combined_datasets-GGUF
47
- New Location: BitBasher/llama-2-7b-combined_datasets-GGUF
48
-
49
-
50
- 6. Chosen model converted to the GGUF format.
51
- Old Location: ssoh/llama-2-7b-mini-ibased-GGUF
52
- New Location: BitBasher/llama-2-7b-mini-ibased-GGUF
53
-
54
-
55
- 7. Chosen model.
56
- Old Location: ssoh/llama-2-7b-mini-ibased
57
- New Location: BitBasher/llama-2-7b-mini-ibased
58
-
59
-
60
- 8. Initial dataset.
61
- Old Location: ssoh/mini-ibased-dataset
62
- New Location: BitBasher/mini-ibased-dataset
63
 
64
 
65
  Accessing the Datasets and Models
 
22
  * The term 'base model' refers to 'meta-llama/Llama-2-7b-chat-hf' on Hugging Face.
23
 
24
 
25
+ 1. **MCQ Dataset**
26
+ - Old Location: `ssoh/mcq_dataset_2`
27
+ - New Location: `BitBasher/mcq_dataset_2`
28
 
29
+ 2. **Summarization and QnA Dataset**
30
+ - Old Location: `ssoh/sum_n_qna_dataset`
31
+ - New Location: `BitBasher/sum_n_qna_dataset`
32
 
33
+ 3. **Model fine-tuned from a base model using the MCQ dataset**
34
+ - Old Location: `ssoh/llama-2-7b-mcq_2`
35
+ - New Location: `BitBasher/llama-2-7b-mcq_2`
36
 
37
+ 4. **Model fine-tuned from the MCQ-tuned base model using the Summarization and QnA Dataset (also known as the Integrated model)**
38
+ - Old Location: `ssoh/llama-2-7b-combined_datasets`
39
+ - New Location: `BitBasher/llama-2-7b-combined_datasets`
40
 
41
+ 5. **Integrated model converted to the GGUF format**
42
+ - Old Location: `ssoh/llama-2-7b-combined_datasets-GGUF`
43
+ - New Location: `BitBasher/llama-2-7b-combined_datasets-GGUF`
44
 
45
+ 6. **Chosen model converted to the GGUF format**
46
+ - Old Location: `ssoh/llama-2-7b-mini-ibased-GGUF`
47
+ - New Location: `BitBasher/llama-2-7b-mini-ibased-GGUF`
48
 
49
+ 7. **Chosen model**
50
+ - Old Location: `ssoh/llama-2-7b-mini-ibased`
51
+ - New Location: `BitBasher/llama-2-7b-mini-ibased`
52
 
53
+ 8. **Initial dataset**
54
+ - Old Location: `ssoh/mini-ibased-dataset`
55
+ - New Location: `BitBasher/mini-ibased-dataset`
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
56
 
57
 
58
  Accessing the Datasets and Models