Instructions to use lincoln/2021twitchfr-conv-bert-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lincoln/2021twitchfr-conv-bert-small with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="lincoln/2021twitchfr-conv-bert-small")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("lincoln/2021twitchfr-conv-bert-small") model = AutoModel.from_pretrained("lincoln/2021twitchfr-conv-bert-small") - Notebooks
- Google Colab
- Kaggle
Francois Vieille commited on
Commit ·
7e8e35f
1
Parent(s): 0cfbfab
add eval tf traces
Browse files
runs/eval/events.out.tfevents.1632268746.vmlgpuv100
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:843cfb0d9bb106ad905ffd6de64ccb8880e14433bafbe3e9d473e3a5d07ea425
|
| 3 |
+
size 5887950
|