JakeTurner616 commited on
Commit
8b7109a
·
verified ·
1 Parent(s): f4953f5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md CHANGED
@@ -7,4 +7,44 @@ language:
7
  - en
8
  tags:
9
  - pretrained
 
 
10
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  - en
8
  tags:
9
  - pretrained
10
+ - finetuned
11
+ - peft
12
  ---
13
+ # Adonalsium-Mistral-Adapters
14
+
15
+ ## Basic Information
16
+
17
+ - **Model Name**: Adonalsium-Mistral-7b-v0.1
18
+ - **Model Type**: Text Generation
19
+ - **Developers**: [Jake T](https://github.com/JakeTurner616/), [Ilijah P](https://github.com/IlijahP/)
20
+ - **Contact Information**: [email protected], [Github repo](https://github.com/JakeTurner616/Adonalsium)
21
+ - **Model Data Source**: Cosmere series novels by Brandon Sanderson. Dataset and workflows can be found [here](https://github.com/IlijahP/Adonalsium)
22
+ - **Data Visualization**: [Cosmere Character Visualization](https://serverboi.org/Adonalsium/)
23
+ - **Training and Generation Notebook**: [Google Colab Notebook](https://colab.research.google.com/drive/1lwynmpYW-X7Uh1JV6X2OZ2Efr54DLtRL?usp=sharing)
24
+ - **Adapters / base model merge Notebook**: [Google Colab Notebook](https://colab.research.google.com/drive/1UVfEVXk9amsuXW_YD4ax02_epxkeYhod?usp=sharing)
25
+
26
+ ## Overview
27
+
28
+ This LLM was trained as an attempt to generate text that mirrors the complex narrative and character interactions of Brandon Sanderson's Cosmere series, aiming to enhance creative storytelling and facilitate academic research in narrative analysis.
29
+
30
+ ## Data Source
31
+
32
+ The model leverages a simple dataset derived from the entire Cosmere series, enriched by dynamic visualizations that highlight the complex interplay of relationships and interactions within the Cosmere universe.
33
+
34
+ ## Technical Details
35
+
36
+ - **Environment**: Google Colab, PEFT 0.8.2, tesla T4
37
+ - **Architecture**: Mistral instruct tailored for Cosmere narratives
38
+ - **Adapters**: [Adapters model](https://huggingface.co/JakeTurner616/Adonalsium-Mistral-Adapters)
39
+ - **Training Data**: Cosmere series
40
+
41
+ | Step | Training Loss |
42
+ |-------|---------------|
43
+ | 500 | 0.018500 |
44
+ | 1000 | 0.000000 |
45
+
46
+ Detailed technical specifics, including architecture choices, hyperparameters, and training methodologies, are documented in the accompanying [training and generation notebook](https://colab.research.google.com/drive/1lwynmpYW-X7Uh1JV6X2OZ2Efr54DLtRL?usp=sharing).
47
+
48
+ ## Access and Usage
49
+
50
+ The model is accessible for use as detailed in the [training and generation notebook](https://colab.research.google.com/drive/1lwynmpYW-X7Uh1JV6X2OZ2Efr54DLtRL?usp=sharing), designed to streamline adoption for creative and research endeavors within the Cosmere thematic universe.