Update README.md
Browse files
README.md
CHANGED
@@ -83,7 +83,7 @@ The following examples was obtained with `temperature = 0.85`.
|
|
83 |
|
84 |
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
85 |
|
86 |
-
CelineGPT-12B-
|
87 |
- All available interviews (TV, radio, written) given by Céline;
|
88 |
- A significant portion of Céline's correspondence, manually transformed into question-and-answer pairs;
|
89 |
- Portions of Céline's post-war works, notably the dialogues in 'Conversations with Professor Y,' 'Castle to Castle,' 'North,' 'Rigadoon,' 'Fable for Another Time,' and various other texts.
|
@@ -112,7 +112,7 @@ import torch
|
|
112 |
from transformers import AutoModelForCausalLM, AutoTokenizer, GenerationConfig, TextStreamer
|
113 |
|
114 |
# The HF repo of the model
|
115 |
-
model_id = "krogoldAI/CelineGPT-12B-
|
116 |
|
117 |
# Use GPU when available
|
118 |
device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu")
|
|
|
83 |
|
84 |
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
85 |
|
86 |
+
CelineGPT-12B-v0.1 was trained on a diverse, *French-only* corpus consisting of:
|
87 |
- All available interviews (TV, radio, written) given by Céline;
|
88 |
- A significant portion of Céline's correspondence, manually transformed into question-and-answer pairs;
|
89 |
- Portions of Céline's post-war works, notably the dialogues in 'Conversations with Professor Y,' 'Castle to Castle,' 'North,' 'Rigadoon,' 'Fable for Another Time,' and various other texts.
|
|
|
112 |
from transformers import AutoModelForCausalLM, AutoTokenizer, GenerationConfig, TextStreamer
|
113 |
|
114 |
# The HF repo of the model
|
115 |
+
model_id = "krogoldAI/CelineGPT-12B-v0.1"
|
116 |
|
117 |
# Use GPU when available
|
118 |
device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu")
|