jfaldanam commited on
Commit
99681cf
1 Parent(s): a44d96e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -58,15 +58,15 @@ tags:
58
  - multi-objective optimization
59
  - jMetal
60
  ---
61
- # Moostral: Fine-tuning of Mistral for Multi-objective optimization problem translation
62
- `Moostral` is a fine-tuning on [Mistral 7B](https://huggingface.co/mistralai/Mistral-7B-v0.1) with the goal of translating multi-objective optimization problems from a textual representation to a jMetal implementation automatically.
63
 
64
  A graphical tool for using the model, the code for training and inference can be found at [gitlab.com/jfaldanam-phd/moostral](https://gitlab.com/jfaldanam-phd/moostral).
65
 
66
  The latest release of the model weights can be found at [huggingface.co/jfaldanam/moostral-7B](https://huggingface.co/jfaldanam/moostral-7B).
67
 
68
  # Get started
69
- The easiest way to get started using `Moostral` is via the provided dashboard and using the latest release of the model from Hugging Face.
70
 
71
  ```console
72
  $ git clone https://gitlab.com/jfaldanam-phd/moostral
@@ -79,7 +79,7 @@ $ python -m moostral dashboard
79
  Network URL: http://127.0.0.1:8501
80
  ```
81
 
82
- `Moostral` is trained on the following format:
83
  ```
84
  ### Textual problem:
85
  {Problem definition in natural language}
 
58
  - multi-objective optimization
59
  - jMetal
60
  ---
61
+ # moostral: Fine-tuning of Mistral for Multi-objective optimization problem translation
62
+ `moostral` is a fine-tuning on [Mistral 7B](https://huggingface.co/mistralai/Mistral-7B-v0.1) with the goal of translating multi-objective optimization problems from a textual representation to a jMetal implementation automatically.
63
 
64
  A graphical tool for using the model, the code for training and inference can be found at [gitlab.com/jfaldanam-phd/moostral](https://gitlab.com/jfaldanam-phd/moostral).
65
 
66
  The latest release of the model weights can be found at [huggingface.co/jfaldanam/moostral-7B](https://huggingface.co/jfaldanam/moostral-7B).
67
 
68
  # Get started
69
+ The easiest way to get started using `moostral` is via the provided dashboard and using the latest release of the model from Hugging Face.
70
 
71
  ```console
72
  $ git clone https://gitlab.com/jfaldanam-phd/moostral
 
79
  Network URL: http://127.0.0.1:8501
80
  ```
81
 
82
+ `moostral` is trained on the following format:
83
  ```
84
  ### Textual problem:
85
  {Problem definition in natural language}