Update README.md
Browse files
README.md
CHANGED
|
@@ -2,7 +2,14 @@
|
|
| 2 |
tags:
|
| 3 |
- text-generation
|
| 4 |
- conversational
|
|
|
|
|
|
|
|
|
|
| 5 |
library: transformers
|
| 6 |
license: mit
|
| 7 |
pipeline_tag: question-answering
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
|
|
|
| 2 |
tags:
|
| 3 |
- text-generation
|
| 4 |
- conversational
|
| 5 |
+
- pytorch
|
| 6 |
+
- transformers
|
| 7 |
+
- llama
|
| 8 |
library: transformers
|
| 9 |
license: mit
|
| 10 |
pipeline_tag: question-answering
|
| 11 |
+
language:
|
| 12 |
+
- en
|
| 13 |
+
base_model:
|
| 14 |
+
- HuggingFaceH4/tiny-random-LlamaForCausalLM
|
| 15 |
---
|