Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
| 4 |
README of continue pre-training and fine-tuning:
|
| 5 |
-
https://github.com/valuesimplex/FinBERT
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- zh
|
| 5 |
+
base_model:
|
| 6 |
+
- hfl/chinese-roberta-wwm-ext
|
| 7 |
+
tags:
|
| 8 |
+
- finance
|
| 9 |
---
|
| 10 |
+
基于1.25亿参数RoBERTa-Base 在32B tokens 金融语料上继续预训练的Chinese FinBERT.
|
| 11 |
+
|
| 12 |
+
|
| 13 |
README of continue pre-training and fine-tuning:
|
| 14 |
+
https://github.com/valuesimplex/FinBERT
|