File size: 2,696 Bytes
7d28d38
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e4449d4
7d28d38
 
 
 
 
 
 
 
e4449d4
7d28d38
 
 
 
e4449d4
 
7d28d38
e4449d4
7d28d38
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e4449d4
7d28d38
 
 
 
e4449d4
7d28d38
e4449d4
 
 
7d28d38
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
61
62
63
64
65
66
67
68
69
```mermaid
graph TD
    style NB0 fill:#333,stroke:#FF9D00,color:#FFD21E
    style NB1 fill:#333,stroke:#FF9D00,color:#FFD21E
    style NB2 fill:#333,stroke:#FF9D00,color:#FFD21E
    style NB3 fill:#333,stroke:#FF9D00,color:#FFD21E
    style NB4 fill:#333,stroke:#FF9D00,color:#FFD21E
    style D fill:#333,stroke:#FF9D00,color:#FFD21E
    style G fill:#333,stroke:#FF9D00,color:#FFD21E
    style A fill:#333,stroke:#FF9D00,color:#FFD21E
    style B fill:#333,stroke:#FF9D00,color:#FFD21E
    style C fill:#333,stroke:#FF9D00,color:#FFD21E
    style E fill:#333,stroke:#FF9D00,color:#FFD21E
    style F fill:#333,stroke:#FF9D00,color:#FFD21E

    subgraph Notebooks
        NB0[00-poe-generate-falcon-reasoning.ipynb]
        NB1[01-poe-dataset-creation.ipynb]
        NB2[02-autotrain.ipynb]
        NB3[03-poe-token-count-exploration.ipynb]
        NB4[04-poe-eval.ipynb]
    end

    subgraph Models
        D[Fine-Tuned MODELS]
        G[BASE_MODEL: tiiuae/Falcon3-7B-Instruct]
    end
    
    subgraph Datasets
        A[(layoric/labeled-multiple-choice-explained)]
        B[(derek-thomas/labeled-multiple-choice-explained-falcon-reasoning)]
        C[(derek-thomas/labeled-multiple-choice-explained-falcon-tokenized)]
        E[Deployment Config]
        F[(derek-thomas/labeled-multiple-choice-explained-falcon-results)]
    end

    A --> NB0
    G --> NB0
    NB0 --> B
    NB0 ==> NB1

    B --> NB1
    NB1 --> C
    NB1 ==> NB2

    C --> NB2
    NB2 --> D
    NB2 ==> NB3

    C --> NB3
    NB3 --> E
    NB3 ==> NB4

    C --> NB4
    D --> NB4
    G --> NB4
    NB4 --> F

    click NB0 href "https://huggingface.co/derek-thomas/prompt-order-experiment/blob/main/00-poe-generate-falcon-reasoning.ipynb"
    click NB1 href "https://huggingface.co/derek-thomas/prompt-order-experiment/blob/main/01-poe-dataset-creation.ipynb"
    click NB2 href "https://huggingface.co/derek-thomas/prompt-order-experiment/blob/main/02-autotrain.ipynb"
    click NB3 href "https://huggingface.co/derek-thomas/prompt-order-experiment/blob/main/03-poe-token-count-exploration.ipynb"
    click NB4 href "https://huggingface.co/derek-thomas/prompt-order-experiment/blob/main/04-poe-eval.ipynb"
    click G href "https://huggingface.co/tiiuae/Falcon3-7B-Instruct"
    click A href "https://huggingface.co/datasets/layoric/labeled-multiple-choice-explained"
    click B href "https://huggingface.co/datasets/derek-thomas/labeled-multiple-choice-explained-falcon-reasoning"
    click C href "https://huggingface.co/datasets/derek-thomas/labeled-multiple-choice-explained-falcon-tokenized"
    click F href "https://huggingface.co/datasets/derek-thomas/labeled-multiple-choice-explained-falcon-results"
```