Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# PaperAudit Llama3.2 3B (SFT + RL)
|
| 2 |
|
| 3 |
## Model Overview
|
|
@@ -111,4 +120,4 @@ print(response)
|
|
| 111 |
|
| 112 |
## License
|
| 113 |
|
| 114 |
-
Please refer to the license terms of the base model Llama 3.2.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
datasets:
|
| 4 |
+
- mayiwen/PaperAudit_Dataset
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
base_model:
|
| 8 |
+
- meta-llama/Llama-3.2-3B-Instruct
|
| 9 |
+
---
|
| 10 |
# PaperAudit Llama3.2 3B (SFT + RL)
|
| 11 |
|
| 12 |
## Model Overview
|
|
|
|
| 120 |
|
| 121 |
## License
|
| 122 |
|
| 123 |
+
Please refer to the license terms of the base model Llama 3.2.
|