Skip to content

Commit

Permalink
Rename package
Browse files Browse the repository at this point in the history
  • Loading branch information
hupe1980 committed Jan 7, 2024
1 parent 15f0a87 commit bb938f9
Show file tree
Hide file tree
Showing 31 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
"log"
"os"

huggingface "github.com/hupe1980/go-huggingface"
"github.com/hupe1980/go-huggingface"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion _examples/conversational/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"log"
"os"

huggingface "github.com/hupe1980/go-huggingface"
"github.com/hupe1980/go-huggingface"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion _examples/feature_extraction/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"log"
"os"

huggingface "github.com/hupe1980/go-huggingface"
"github.com/hupe1980/go-huggingface"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion _examples/fill_mask/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"log"
"os"

huggingface "github.com/hupe1980/go-huggingface"
"github.com/hupe1980/go-huggingface"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion _examples/question_answering/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"log"
"os"

huggingface "github.com/hupe1980/go-huggingface"
"github.com/hupe1980/go-huggingface"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion _examples/sentence_similarity/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"log"
"os"

huggingface "github.com/hupe1980/go-huggingface"
"github.com/hupe1980/go-huggingface"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion _examples/summarization/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"log"
"os"

huggingface "github.com/hupe1980/go-huggingface"
"github.com/hupe1980/go-huggingface"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion _examples/table_question_answering/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"log"
"os"

huggingface "github.com/hupe1980/go-huggingface"
"github.com/hupe1980/go-huggingface"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion _examples/text2text_generation/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"log"
"os"

huggingface "github.com/hupe1980/go-huggingface"
"github.com/hupe1980/go-huggingface"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion _examples/text_classification/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"log"
"os"

huggingface "github.com/hupe1980/go-huggingface"
"github.com/hupe1980/go-huggingface"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion _examples/text_generation/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"log"
"os"

huggingface "github.com/hupe1980/go-huggingface"
"github.com/hupe1980/go-huggingface"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion _examples/token_classification/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"log"
"os"

huggingface "github.com/hupe1980/go-huggingface"
"github.com/hupe1980/go-huggingface"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion _examples/translation/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"log"
"os"

huggingface "github.com/hupe1980/go-huggingface"
"github.com/hupe1980/go-huggingface"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion _examples/zero_shot_classification/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"log"
"os"

huggingface "github.com/hupe1980/go-huggingface"
"github.com/hupe1980/go-huggingface"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion conversational.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gohuggingface
package huggingface

import (
"context"
Expand Down
2 changes: 1 addition & 1 deletion error.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gohuggingface
package huggingface

type ErrorResponse struct {
Error string `json:"error"`
Expand Down
2 changes: 1 addition & 1 deletion feature_extraction.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gohuggingface
package huggingface

import (
"context"
Expand Down
2 changes: 1 addition & 1 deletion fill_mask.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gohuggingface
package huggingface

import (
"context"
Expand Down
2 changes: 1 addition & 1 deletion huggingface.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gohuggingface
package huggingface

import (
"bytes"
Expand Down
2 changes: 1 addition & 1 deletion huggingface_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gohuggingface
package huggingface

import (
"bytes"
Expand Down
2 changes: 1 addition & 1 deletion options.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gohuggingface
package huggingface

type Options struct {
// (Default: true). There is a cache layer on the inference API to speedup
Expand Down
2 changes: 1 addition & 1 deletion question_answering.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gohuggingface
package huggingface

import (
"context"
Expand Down
2 changes: 1 addition & 1 deletion sentence_similarity.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gohuggingface
package huggingface

import (
"context"
Expand Down
2 changes: 1 addition & 1 deletion summarization.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gohuggingface
package huggingface

import (
"context"
Expand Down
2 changes: 1 addition & 1 deletion table_question_answering.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gohuggingface
package huggingface

import (
"context"
Expand Down
2 changes: 1 addition & 1 deletion text2text_generation.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gohuggingface
package huggingface

import (
"context"
Expand Down
2 changes: 1 addition & 1 deletion text_classification.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gohuggingface
package huggingface

import (
"context"
Expand Down
2 changes: 1 addition & 1 deletion text_generation.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gohuggingface
package huggingface

import (
"context"
Expand Down
2 changes: 1 addition & 1 deletion token_classification.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gohuggingface
package huggingface

import (
"context"
Expand Down
2 changes: 1 addition & 1 deletion translation.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gohuggingface
package huggingface

import (
"context"
Expand Down
2 changes: 1 addition & 1 deletion zero_shot_classification.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gohuggingface
package huggingface

import (
"context"
Expand Down

0 comments on commit bb938f9

Please sign in to comment.