Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,15 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
@@ -17,13 +26,11 @@ tags: []
|
|
17 |
|
18 |
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
|
19 |
|
20 |
-
- **Developed by:**
|
21 |
-
- **
|
22 |
-
- **
|
23 |
-
- **
|
24 |
-
- **
|
25 |
-
- **License:** [More Information Needed]
|
26 |
-
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
|
28 |
### Model Sources [optional]
|
29 |
|
|
|
1 |
---
|
2 |
+
pipeline_tag: text-generation
|
3 |
+
license: apache-2.0
|
4 |
+
library_name: peft
|
5 |
+
tags:
|
6 |
+
- trl
|
7 |
+
- sft
|
8 |
+
- generated_from_trainer
|
9 |
+
base_model: tiiuae/falcon-7b-instruct
|
10 |
+
model-index:
|
11 |
+
- name: Marcaps-GPT-ft
|
12 |
+
results: []
|
13 |
---
|
14 |
|
15 |
# Model Card for Model ID
|
|
|
26 |
|
27 |
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
|
28 |
|
29 |
+
- **Developed by:** Marcaps LLC
|
30 |
+
- **Model type:** Text Generation
|
31 |
+
- **Language(s) (NLP):** English
|
32 |
+
- **License:** apache-2.0
|
33 |
+
- **Finetuned from model :** tiiuae/falcon-7b-instruct
|
|
|
|
|
34 |
|
35 |
### Model Sources [optional]
|
36 |
|