Rename to gromenauer-7B
Browse files
README.md
CHANGED
@@ -6,15 +6,15 @@ language:
|
|
6 |
- es
|
7 |
pipeline_tag: text-generation
|
8 |
---
|
9 |
-
#
|
10 |
|
11 |
<div align=center>
|
12 |
-
<img alt="
|
13 |
</div>
|
14 |
|
15 |
## Overview
|
16 |
|
17 |
-
|
18 |
## Model Details
|
19 |
|
20 |
- **Model Type**: Mistral
|
@@ -51,10 +51,10 @@ To load the model in your project, you can use the following code:
|
|
51 |
from transformers import AutoModel, AutoTokenizer
|
52 |
|
53 |
# Load the tokenizer
|
54 |
-
tokenizer = AutoTokenizer.from_pretrained("bertin-project/
|
55 |
|
56 |
# Load the model
|
57 |
-
model = AutoModel.from_pretrained("bertin-project/
|
58 |
|
59 |
# Example usage
|
60 |
text = "Introduce aquí tu texto en español."
|
|
|
6 |
- es
|
7 |
pipeline_tag: text-generation
|
8 |
---
|
9 |
+
# gromenauer-7B
|
10 |
|
11 |
<div align=center>
|
12 |
+
<img alt="gromenauer-7B logo" src="https://huggingface.co/bertin-project/bertin-gromenauer/resolve/main/images/gromenauer.png" width="200px">
|
13 |
</div>
|
14 |
|
15 |
## Overview
|
16 |
|
17 |
+
gromenauer-7B is a Spanish language model designed to understand and generate high-quality Spanish text. Developed using the robust Mistral architecture, this model has been trained on an extensive literary corpus, ensuring it captures a wide range of linguistic nuances, styles, and contexts found in Spanish literature.
|
18 |
## Model Details
|
19 |
|
20 |
- **Model Type**: Mistral
|
|
|
51 |
from transformers import AutoModel, AutoTokenizer
|
52 |
|
53 |
# Load the tokenizer
|
54 |
+
tokenizer = AutoTokenizer.from_pretrained("bertin-project/gromenauer-7B")
|
55 |
|
56 |
# Load the model
|
57 |
+
model = AutoModel.from_pretrained("bertin-project/gromenauer-7B")
|
58 |
|
59 |
# Example usage
|
60 |
text = "Introduce aquí tu texto en español."
|