Improve model card metadata and add links to paper/code
#1
by
nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,15 +1,21 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
datasets:
|
| 3 |
- ExponentialScience/DLT-Tweets
|
| 4 |
- ExponentialScience/DLT-Patents
|
| 5 |
- ExponentialScience/DLT-Scientific-Literature
|
| 6 |
language:
|
| 7 |
- en
|
| 8 |
-
|
| 9 |
-
|
|
|
|
| 10 |
---
|
|
|
|
| 11 |
# LedgerBERT
|
| 12 |
|
|
|
|
|
|
|
| 13 |
## Model Description
|
| 14 |
|
| 15 |
### Model Summary
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model:
|
| 3 |
+
- allenai/scibert_scivocab_cased
|
| 4 |
datasets:
|
| 5 |
- ExponentialScience/DLT-Tweets
|
| 6 |
- ExponentialScience/DLT-Patents
|
| 7 |
- ExponentialScience/DLT-Scientific-Literature
|
| 8 |
language:
|
| 9 |
- en
|
| 10 |
+
license: cc-by-nc-4.0
|
| 11 |
+
library_name: transformers
|
| 12 |
+
pipeline_tag: feature-extraction
|
| 13 |
---
|
| 14 |
+
|
| 15 |
# LedgerBERT
|
| 16 |
|
| 17 |
+
[Paper: DLT-Corpus: A Large-Scale Text Collection for the Distributed Ledger Technology Domain](https://huggingface.co/papers/2602.22045) | [GitHub Repository](https://github.com/dlt-science/DLT-Corpus)
|
| 18 |
+
|
| 19 |
## Model Description
|
| 20 |
|
| 21 |
### Model Summary
|