Text Classification
Transformers
TensorBoard
Safetensors
camembert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use ac0hik/Sentiment_Analysis_French with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ac0hik/Sentiment_Analysis_French with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ac0hik/Sentiment_Analysis_French")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ac0hik/Sentiment_Analysis_French") model = AutoModelForSequenceClassification.from_pretrained("ac0hik/Sentiment_Analysis_French", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 442530408
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e43b7a123c181c28fd88d73ce02911a3d6e1c4804379fbe45bcafebbdf3a1bd1
|
| 3 |
size 442530408
|
runs/Dec16_17-29-30_db21567b74e4/events.out.tfevents.1702747770.db21567b74e4.26240.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:400802636111460ab870309c87049db4de551a5916b50c9be142b5f3d66ffbb0
|
| 3 |
+
size 6121
|