ejbejaranos commited on
Commit
4d5037c
1 Parent(s): 290765c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -74,9 +74,10 @@ widget:
74
 
75
  ### Loss Function through Epochs 📉
76
  <p align="center">
77
- <img src="https://cdn-uploads.huggingface.co/production/uploads/6419c2f6b4adb0e101b17b6c/vufJ_u_5ZrdzNcSrqwjBx.png" alt="Loss Function Graph" width="500">
78
  </p>
79
 
 
80
  ## Uses 🛠️
81
 
82
  The Gemma-FULL-RAC-Colombia model is designed to enhance the understanding and application of the Colombian Aeronautical Regulations (RAC) through natural language processing. It's tailored for professionals and enthusiasts in the aviation industry, regulatory agencies, legal experts, and AI researchers with an interest in domain-specific language model applications.
@@ -106,7 +107,7 @@ Users should verify model outputs against current regulations and consult with p
106
  ```python
107
  # Assuming Hugging Face's Transformers and Datasets are installed
108
  from transformers import AutoModelForCausalLM, AutoTokenizer
109
- model_name = "somosnlp/gemma-FULL-RAC-Colombia"
110
  tokenizer = AutoTokenizer.from_pretrained(model_name)
111
  model = AutoModelForCausalLM.from_pretrained(model_name)
112
  # Example usage
 
74
 
75
  ### Loss Function through Epochs 📉
76
  <p align="center">
77
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/6419c2f6b4adb0e101b17b6c/AYLICPk_dvjML0DI2gBVY.png" alt="Loss Function Graph" width="700">
78
  </p>
79
 
80
+
81
  ## Uses 🛠️
82
 
83
  The Gemma-FULL-RAC-Colombia model is designed to enhance the understanding and application of the Colombian Aeronautical Regulations (RAC) through natural language processing. It's tailored for professionals and enthusiasts in the aviation industry, regulatory agencies, legal experts, and AI researchers with an interest in domain-specific language model applications.
 
107
  ```python
108
  # Assuming Hugging Face's Transformers and Datasets are installed
109
  from transformers import AutoModelForCausalLM, AutoTokenizer
110
+ model_name = "ejbejaranos/gemma-FULL-RAC-Colombia_v2"
111
  tokenizer = AutoTokenizer.from_pretrained(model_name)
112
  model = AutoModelForCausalLM.from_pretrained(model_name)
113
  # Example usage