Instructions to use HYdsl/FiLM-SEC with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use HYdsl/FiLM-SEC with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="HYdsl/FiLM-SEC")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("HYdsl/FiLM-SEC") model = AutoModelForMaskedLM.from_pretrained("HYdsl/FiLM-SEC") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -19,7 +19,7 @@ FiLM is a Pre-trained Language Model (PLM) optimized for the Financial domain, b
|
|
| 19 |
|
| 20 |
To train FiLM, we have categorized our Financial Corpus into specific groups and gathered a diverse range of corpora to ensure optimal performance.
|
| 21 |
|
| 22 |
-
Our model can be called Fin-RoBERTa.
|
| 23 |
|
| 24 |
We offer two versions of the FiLM model, each tailored for specific use-cases in the Financial domain:
|
| 25 |
|
|
|
|
| 19 |
|
| 20 |
To train FiLM, we have categorized our Financial Corpus into specific groups and gathered a diverse range of corpora to ensure optimal performance.
|
| 21 |
|
| 22 |
+
Our model can be called Fin-RoBERTa (Financial RoBERTa).
|
| 23 |
|
| 24 |
We offer two versions of the FiLM model, each tailored for specific use-cases in the Financial domain:
|
| 25 |
|