alvp commited on
Commit
36ddc24
1 Parent(s): ac3a3ae

Update model name

Browse files
Files changed (1) hide show
  1. README.md +4 -6
README.md CHANGED
@@ -9,13 +9,11 @@ pipeline_tag: text-generation
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
21
  - **Sequence Length**: 8192
@@ -51,10 +49,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/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."
 
9
  # Gromenauer-7B
10
 
11
  <div align=center>
12
+ <img alt="gromenauer-7B logo" src="https://huggingface.co/bertin-project/Gromenauer-7B/resolve/main/images/gromenauer.png" width="200px">
13
  </div>
14
 
15
  ## Overview
16
+ 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.## Model Details
 
 
17
 
18
  - **Model Type**: Mistral
19
  - **Sequence Length**: 8192
 
49
  from transformers import AutoModel, AutoTokenizer
50
 
51
  # Load the tokenizer
52
+ tokenizer = AutoTokenizer.from_pretrained("bertin-project/Gromenauer-7B")
53
 
54
  # Load the model
55
+ model = AutoModel.from_pretrained("bertin-project/Gromenauer-7B")
56
 
57
  # Example usage
58
  text = "Introduce aquí tu texto en español."