Instructions to use cmrmedsnn/dummy with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cmrmedsnn/dummy with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("cmrmedsnn/dummy", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Pull request of the second demo file
#1
by cmrmedsnn - opened
- demo_file_V02 +2 -0
demo_file_V02
CHANGED
|
@@ -1,2 +1,4 @@
|
|
| 1 |
I create this file to test model creation process on hugging face.
|
| 2 |
The file is named "demo_file_2"
|
|
|
|
|
|
|
|
|
| 1 |
I create this file to test model creation process on hugging face.
|
| 2 |
The file is named "demo_file_2"
|
| 3 |
+
|
| 4 |
+
Some texts are added to observe the changes
|