Update README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
|
4 |
-
-
|
5 |
-
- sft
|
6 |
---
|
7 |
|
8 |
# Model Card for Model ID
|
@@ -17,15 +16,10 @@ tags:
|
|
17 |
|
18 |
<!-- Provide a longer summary of what this model is. -->
|
19 |
|
20 |
-
This is
|
|
|
21 |
|
22 |
-
- **Developed by:**
|
23 |
-
- **Funded by [optional]:** [More Information Needed]
|
24 |
-
- **Shared by [optional]:** [More Information Needed]
|
25 |
-
- **Model type:** [More Information Needed]
|
26 |
-
- **Language(s) (NLP):** [More Information Needed]
|
27 |
-
- **License:** [More Information Needed]
|
28 |
-
- **Finetuned from model [optional]:** [More Information Needed]
|
29 |
|
30 |
### Model Sources [optional]
|
31 |
|
@@ -37,7 +31,7 @@ This is the model card of a 🤗 transformers model that has been pushed on the
|
|
37 |
|
38 |
## Uses
|
39 |
|
40 |
-
|
41 |
|
42 |
### Direct Use
|
43 |
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
license: mit
|
4 |
+
base_model: meta-llama/Meta-Llama-3.1-8B-Instruct
|
|
|
5 |
---
|
6 |
|
7 |
# Model Card for Model ID
|
|
|
16 |
|
17 |
<!-- Provide a longer summary of what this model is. -->
|
18 |
|
19 |
+
This is a fine tuned model that can be utilized to ask questions about the resort which is described here:
|
20 |
+
https://huggingface.co/datasets/nenad1002/resort-bot-dataset
|
21 |
|
22 |
+
- **Developed by:** Nenad Banfic
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
|
24 |
### Model Sources [optional]
|
25 |
|
|
|
31 |
|
32 |
## Uses
|
33 |
|
34 |
+
You can ask the model about the Janjetina&Gemist resort.
|
35 |
|
36 |
### Direct Use
|
37 |
|