Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Mistral 7B instruct finetuned to produce script for axflix
|
2 |
|
3 |
# Load model directly
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: mistralai/Mistral-7B-Instruct-v0.3
|
4 |
+
dataset: flopsy1/arxivset
|
5 |
+
library_name: transformers
|
6 |
+
pipeline_tag: text-generation
|
7 |
+
tags:
|
8 |
+
- mistral
|
9 |
+
- arxflix
|
10 |
+
---
|
11 |
# Mistral 7B instruct finetuned to produce script for axflix
|
12 |
|
13 |
# Load model directly
|