Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
license:
|
4 |
base_model: gpt2
|
5 |
tags:
|
6 |
- llama-factory
|
@@ -24,7 +24,7 @@ This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on Fin
|
|
24 |
|
25 |
## Model description
|
26 |
|
27 |
-
Details and model loading can be seen [
|
28 |
|
29 |
### Framework versions
|
30 |
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
base_model: gpt2
|
5 |
tags:
|
6 |
- llama-factory
|
|
|
24 |
|
25 |
## Model description
|
26 |
|
27 |
+
Details and model loading can be seen [https://github.com/HKUNLP/DiffuLLaMA](https://github.com/HKUNLP/DiffuLLaMA).
|
28 |
|
29 |
### Framework versions
|
30 |
|