Update README.md
Browse files
README.md
CHANGED
|
@@ -17,6 +17,12 @@ tags:
|
|
| 17 |
- **License:** apache-2.0
|
| 18 |
- **Finetuned from model :** unsloth/Meta-Llama-3.1-8B-Instruct-bnb-4bit
|
| 19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
| 21 |
|
| 22 |
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
|
|
|
|
|
| 17 |
- **License:** apache-2.0
|
| 18 |
- **Finetuned from model :** unsloth/Meta-Llama-3.1-8B-Instruct-bnb-4bit
|
| 19 |
|
| 20 |
+
This is a fine-tuned Llama-3.1-8b model, trained to do toponym extraction. For a given input text, the model will return all the toponyms (place names) within the text, formatted as:
|
| 21 |
+
```{'toponyms':['toponym1', 'toponym2',...'toponymN']}```
|
| 22 |
+
|
| 23 |
+
The model was trained on the LGL, GeoVirus and CoNLL datasets.
|
| 24 |
+
|
| 25 |
This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
| 26 |
|
| 27 |
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
| 28 |
+
|